Commit
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
],
|
||||
"flee_chance": 0.3,
|
||||
"status_inflict_chance": 0.15,
|
||||
"image_url": "images/npcs/feral_dog.png",
|
||||
"image_path": "images/npcs/feral_dog.webp",
|
||||
"death_message": "The feral dog whimpers and collapses. Perhaps it was just hungry..."
|
||||
},
|
||||
"raider_scout": {
|
||||
@@ -97,7 +97,7 @@
|
||||
],
|
||||
"flee_chance": 0.2,
|
||||
"status_inflict_chance": 0.1,
|
||||
"image_url": "images/npcs/raider_scout.png",
|
||||
"image_path": "images/npcs/raider_scout.webp",
|
||||
"death_message": "The raider scout falls with a final gasp. Their supplies are yours."
|
||||
},
|
||||
"mutant_rat": {
|
||||
@@ -135,7 +135,7 @@
|
||||
],
|
||||
"flee_chance": 0.5,
|
||||
"status_inflict_chance": 0.25,
|
||||
"image_url": "images/npcs/mutant_rat.png",
|
||||
"image_path": "images/npcs/mutant_rat.webp",
|
||||
"death_message": "The mutant rat squeals its last and goes still."
|
||||
},
|
||||
"infected_human": {
|
||||
@@ -179,7 +179,7 @@
|
||||
],
|
||||
"flee_chance": 0.1,
|
||||
"status_inflict_chance": 0.3,
|
||||
"image_url": "images/npcs/infected_human.png",
|
||||
"image_path": "images/npcs/infected_human.webp",
|
||||
"death_message": "The infected human finally finds peace in death."
|
||||
},
|
||||
"scavenger": {
|
||||
@@ -218,6 +218,12 @@
|
||||
"quantity_max": 1,
|
||||
"drop_chance": 0.2
|
||||
},
|
||||
{
|
||||
"item_id": "hiking_backpack",
|
||||
"quantity_min": 1,
|
||||
"quantity_max": 1,
|
||||
"drop_chance": 0.05
|
||||
},
|
||||
{
|
||||
"item_id": "flashlight",
|
||||
"quantity_min": 1,
|
||||
@@ -241,7 +247,7 @@
|
||||
],
|
||||
"flee_chance": 0.25,
|
||||
"status_inflict_chance": 0.05,
|
||||
"image_url": "images/npcs/scavenger.png",
|
||||
"image_path": "images/npcs/scavenger.webp",
|
||||
"death_message": "The scavenger's struggle ends. Survival has no mercy."
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user