Pre-menu-integration snapshot: combat, crafting, status effects, gamedata updates

This commit is contained in:
Joan
2026-03-11 12:43:23 +01:00
parent d5afd28eb9
commit a8dc8211d5
36 changed files with 1724 additions and 404 deletions

View File

@@ -47,6 +47,10 @@
],
"flee_chance": 0.3,
"status_inflict_chance": 0.15,
"skills": [
"rabid_bite",
"howl"
],
"image_path": "images/npcs/feral_dog.webp",
"death_message": {
"en": "The feral dog whimpers and collapses. Perhaps it was just hungry...",
@@ -112,6 +116,10 @@
],
"flee_chance": 0.2,
"status_inflict_chance": 0.1,
"skills": [
"bandage_self",
"quick_slash"
],
"image_path": "images/npcs/raider_scout.webp",
"death_message": {
"en": "The raider scout falls with a final gasp. Their supplies are yours.",
@@ -159,6 +167,9 @@
],
"flee_chance": 0.5,
"status_inflict_chance": 0.25,
"skills": [
"rabid_bite"
],
"image_path": "images/npcs/mutant_rat.webp",
"death_message": {
"en": "The mutant rat squeals its last and goes still.",
@@ -212,6 +223,10 @@
],
"flee_chance": 0.1,
"status_inflict_chance": 0.3,
"skills": [
"rabid_bite",
"power_strike"
],
"image_path": "images/npcs/infected_human.webp",
"death_message": {
"en": "The infected human finally finds peace in death.",
@@ -289,6 +304,10 @@
],
"flee_chance": 0.25,
"status_inflict_chance": 0.05,
"skills": [
"bandage_self",
"power_strike"
],
"image_path": "images/npcs/scavenger.webp",
"death_message": {
"en": "The scavenger's struggle ends. Survival has no mercy.",
@@ -305,6 +324,7 @@
"en": "A huge terrifying monster.",
"es": "Un monstruo enorme y aterrador."
},
"image_path": "images/npcs/test_boss.webp",
"emoji": "👹",
"hp_min": 1000,
"hp_max": 2000,
@@ -315,6 +335,11 @@
"loot_table": [],
"flee_chance": 0.0,
"status_inflict_chance": 0.5,
"skills": [
"howl",
"power_strike",
"crushing_blow"
],
"death_message": {
"en": "The boss is defeated.",
"es": "El jefe ha sido derrotado."