Skip to content
Snippets Groups Projects
Commit a2adaff6 authored by victor's avatar victor
Browse files

Feature:

arreglos dekou
parent 0340c93f
No related branches found
No related tags found
1 merge request!65Feature:
......@@ -56,8 +56,8 @@ class CombateFactory : EventoFactory {
imagenIdle = R.drawable.monster_wolf_idle_animation,
imagenAtaque = R.drawable.monster_wolf_attack_animation,
habilidades = listOf(EfectoAtaqueEnemigo(80), EfectoCriticoAutomaticoEnemigo("El lobo te golpea gravemente con sus enormes zarpas")),
vidaMax = (7..11).random(),
ataque = (2..3).random(),
vidaMax = (5..7).random(),
ataque = (1..2).random(),
RepositorioObjetos.obtenerObjetoPorNombre("Piel del Gran Lobo")!!
)
)
......
......@@ -125,7 +125,7 @@ object RepositorioObjetos {
ObjetoDeValor(
nombre= "Piel del Gran Lobo",
descripcion = "Piel obtenida del lobo que representa parte de la mitología vaccea. Está valorado en 100 monedas",
imagen = R.drawable.asi_minijuego_3_sonajero_redondo,
imagen = R.drawable.asi_objeto_piel,
coste = 100
),
//**********************************************
......
......@@ -95,7 +95,7 @@
<Button
android:id="@+id/botonDestruir"
android:layout_width="135dp"
android:layout_width="145dp"
android:layout_height="wrap_content"
android:backgroundTint="#c44841"
android:textColor="@color/pintiaButtonText"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment