Skip to content

Commit

Permalink
More skeletal zombie upgrades (#74676)
Browse files Browse the repository at this point in the history
* Update zombie_upgrades.json

Add do evolution group

* Update zed_skeletal.json

* Update zed_skeletal.json

* Fix typo

* extend and delete for flags

* Fix typo again

* Better description

* Double space

Co-authored-by: Karol1223 <[email protected]>

* Double space

Co-authored-by: Karol1223 <[email protected]>

* Double space

Co-authored-by: Karol1223 <[email protected]>

---------

Co-authored-by: Karol1223 <[email protected]>
  • Loading branch information
SirPendrak and Karol1223 authored Jun 26, 2024
1 parent 8f05e84 commit 8121068
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/monstergroups/zombie_upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@
"name": "GROUP_SKELETON_UPGRADE",
"type": "monstergroup",
"monsters": [
{ "monster": "mon_skeleton", "weight": 720 },
{ "monster": "mon_skeleton_brute", "weight": 80, "cost_multiplier": 2 },
{ "monster": "mon_skeleton_brute", "weight": 80, "cost_multiplier": 2 },
{ "monster": "mon_skeleton", "weight": 600 },
{ "monster": "mon_skeleton_slasher", "weight": 120, "cost_multiplier": 2 },
{ "monster": "mon_skeleton_brute", "weight": 160, "cost_multiplier": 2 },
{ "monster": "mon_skeleton_master", "weight": 60, "cost_multiplier": 2 },
{ "monster": "mon_skeleton_necro", "weight": 60, "cost_multiplier": 2 }
]
Expand Down
83 changes: 83 additions & 0 deletions data/json/monsters/zed_skeletal.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,88 @@
"fungalize_into": "mon_skeleton_hulk_fungus",
"armor": { "bash": 20, "cut": 45, "bullet": 36, "electric": 8 },
"extend": { "weakpoint_sets": [ "wps_bone_armor" ], "families": [ "prof_wp_skeleton" ] }
},
{
"id": "mon_skeleton_slasher",
"type": "MONSTER",
"name": { "str": "skeletal slasher" },
"description": "The fingers of this bone-clad zombie have turned into ossified blades the size of large knives. Most of the soft tissue on its head is gone, exposing a significantly thickened skull.",
"copy-from": "mon_skeleton",
"hp": 100,
"speed": 70,
"attack_cost": 70,
"melee_skill": 5,
"melee_dice": 2,
"melee_dice_sides": 5,
"melee_damage": [ { "damage_type": "cut", "amount": 15 } ],
"dodge": 1,
"grab_strength": 30,
"bleed_rate": 25,
"scents_tracked": [ "sc_human", "sc_fetid" ],
"special_attacks": [
{ "id": "grab", "cooldown": 25 },
{ "id": "bite_humanoid" },
{
"id": "scratch_humanoid",
"damage_max_instance": [ { "damage_type": "cut", "amount": 20 } ],
"move_cost": 100,
"cooldown": 10
}
],
"upgrades": { "half_life": 32, "into": "mon_skeleton_executioner" },
"armor": { "bash": 5, "cut": 30, "stab": 25, "acid": 3, "bullet": 20, "electric": 3 },
"extend": { "flags": [ "SMELLS" ] }
},
{
"id": "mon_skeleton_executioner",
"type": "MONSTER",
"name": { "str": "skeletal executioner" },
"description": "The hands and forearms of this tall, bone-clad zombie have transformed into sword-like ossified blades. Its jaw is partially fused with the bone mask covering its face, leaving sinister-looking gaps. Its movements are stiff but precise.",
"copy-from": "mon_skeleton",
"hp": 150,
"volume": "108500 ml",
"weight": "120 kg",
"speed": 70,
"attack_cost": 70,
"melee_skill": 7,
"melee_dice_sides": 4,
"melee_damage": [ { "damage_type": "cut", "amount": 25 } ],
"dodge": 1,
"bleed_rate": 0,
"scents_tracked": [ "sc_human", "sc_fetid" ],
"special_attacks": [ { "id": "cut_throat", "damage_max_instance": [ { "damage_type": "cut", "amount": 40 } ], "cooldown": 15 } ],
"upgrades": { "half_life": 32, "into": "mon_skeleton_reaper" },
"fungalize_into": "mon_skeleton_brute_fungus",
"burn_into": "mon_zombie_fiend",
"armor": { "bash": 10, "cut": 35, "stab": 30, "acid": 4, "bullet": 25, "electric": 5 },
"extend": { "flags": [ "SMELLS" ] },
"delete": { "flags": [ "GRABS" ] }
},
{
"id": "mon_skeleton_reaper",
"type": "MONSTER",
"name": { "str": "skeletal reaper" },
"description": "This large, bone-armored zombie has scythe-like blades in place of its hands, resembling a praying mantis. Its face is covered by a thick, ossified mask, with its only remaining facial features being eyes that ooze black goo. Its movements are filled with unnatural rage.",
"copy-from": "mon_skeleton",
"hp": 250,
"volume": "120 L",
"weight": "150 kg",
"speed": 80,
"attack_cost": 80,
"melee_skill": 9,
"melee_dice": 4,
"melee_damage": [ { "damage_type": "cut", "amount": 30 } ],
"dodge": 2,
"bleed_rate": 0,
"special_attacks": [
{ "id": "cut_throat", "damage_max_instance": [ { "damage_type": "cut", "amount": 45 } ], "cooldown": 15 },
{ "id": "impale", "damage_max_instance": [ { "damage_type": "stab", "amount": 40 } ], "cooldown": 20 }
],
"upgrades": false,
"fungalize_into": "mon_skeleton_brute_fungus",
"burn_into": "mon_zombie_fiend",
"armor": { "bash": 15, "cut": 35, "stab": 35, "acid": 4, "bullet": 30, "electric": 5 },
"extend": { "flags": [ "PUSH_VEH" ] },
"delete": { "flags": [ "GRABS" ] }
}
]

0 comments on commit 8121068

Please sign in to comment.