Backup before cleanup
This commit is contained in:
@@ -48,7 +48,10 @@
|
||||
"flee_chance": 0.3,
|
||||
"status_inflict_chance": 0.15,
|
||||
"image_path": "images/npcs/feral_dog.webp",
|
||||
"death_message": "The feral dog whimpers and collapses. Perhaps it was just hungry..."
|
||||
"death_message": {
|
||||
"en": "The feral dog whimpers and collapses. Perhaps it was just hungry...",
|
||||
"es": "El perro salvaje gemía y se derrumbó. Quizás solo estaba hambriento..."
|
||||
}
|
||||
},
|
||||
"raider_scout": {
|
||||
"npc_id": "raider_scout",
|
||||
@@ -110,7 +113,10 @@
|
||||
"flee_chance": 0.2,
|
||||
"status_inflict_chance": 0.1,
|
||||
"image_path": "images/npcs/raider_scout.webp",
|
||||
"death_message": "The raider scout falls with a final gasp. Their supplies are yours."
|
||||
"death_message": {
|
||||
"en": "The raider scout falls with a final gasp. Their supplies are yours.",
|
||||
"es": "El explorador cae con un último gemido. Sus suministros son tuyos."
|
||||
}
|
||||
},
|
||||
"mutant_rat": {
|
||||
"npc_id": "mutant_rat",
|
||||
@@ -154,7 +160,10 @@
|
||||
"flee_chance": 0.5,
|
||||
"status_inflict_chance": 0.25,
|
||||
"image_path": "images/npcs/mutant_rat.webp",
|
||||
"death_message": "The mutant rat squeals its last and goes still."
|
||||
"death_message": {
|
||||
"en": "The mutant rat squeals its last and goes still.",
|
||||
"es": "La rata mutante gemía por última vez y se detuvo."
|
||||
}
|
||||
},
|
||||
"infected_human": {
|
||||
"npc_id": "infected_human",
|
||||
@@ -204,17 +213,20 @@
|
||||
"flee_chance": 0.1,
|
||||
"status_inflict_chance": 0.3,
|
||||
"image_path": "images/npcs/infected_human.webp",
|
||||
"death_message": "The infected human finally finds peace in death."
|
||||
"death_message": {
|
||||
"en": "The infected human finally finds peace in death.",
|
||||
"es": "El humano infectado finalmente encuentra paz en la muerte."
|
||||
}
|
||||
},
|
||||
"scavenger": {
|
||||
"npc_id": "scavenger",
|
||||
"name": {
|
||||
"en": "Hostile Scavenger",
|
||||
"es": ""
|
||||
"es": "Superviviente hostil"
|
||||
},
|
||||
"description": {
|
||||
"en": "Another survivor, but this one sees you as competition. They won't share territory.",
|
||||
"es": ""
|
||||
"es": "Otro superviviente, eres su competencia. No compartirá el territorio."
|
||||
},
|
||||
"emoji": "💀",
|
||||
"hp_min": 25,
|
||||
@@ -278,7 +290,10 @@
|
||||
"flee_chance": 0.25,
|
||||
"status_inflict_chance": 0.05,
|
||||
"image_path": "images/npcs/scavenger.webp",
|
||||
"death_message": "The scavenger's struggle ends. Survival has no mercy."
|
||||
"death_message": {
|
||||
"en": "The scavenger's struggle ends. Survival has no mercy.",
|
||||
"es": "El deseo de supervivencia del escavador se agota. La supervivencia no tiene misericordia."
|
||||
}
|
||||
}
|
||||
},
|
||||
"danger_levels": {
|
||||
|
||||
Reference in New Issue
Block a user