Skip to content

Commit

Permalink
Merge pull request #76188 from Karol1223/copyfrom
Browse files Browse the repository at this point in the history
Correct some ``copy-from`` weirdness caught in #76180
  • Loading branch information
akrieger authored Sep 5, 2024
2 parents 858f8bc + d2aec8c commit cf3b024
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/monsters/fungus.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"name": { "str": "fungaloid shambler" },
"description": "A large white fungus, a bulging gray stalk supporting a bloom at the top. Spores float from its gills and tendrils extend from the base. Chunks of rock, metal, bone, and wood are held by tendrils as a kind of armor.",
"copy-from": "mon_fungaloid",
"volume": "12 L",
"volume": "120 L",
"weight": "160 kg",
"hp": 150,
"speed": 20,
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/zanimal_upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"hp": 34,
"speed": 85,
"color": "magenta",
"upgrades": { "half_life": 56, "into_group": "GROUP_ZOMBIE_DOG_UPGRADE" },
"upgrades": false,
"extend": { "special_attacks": [ [ "PARROT_AT_DANGER", 2 ], [ "SHRIEK", 2 ] ] }
},
{
Expand Down
1 change: 0 additions & 1 deletion data/json/monsters/zed-classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
}
],
"death_drops": "mon_zombie_hazmat_death_drops",
"upgrades": false,
"armor": { "bash": 5, "cut": 4, "bullet": 3, "electric": 5 },
"extend": { "weakpoint_sets": [ "wps_humanoid_gasmask" ], "families": [ "prof_wp_syn_armored" ], "flags": [ "ACIDPROOF" ] },
"delete": { "special_attacks": [ "bite_humanoid", "scratch_humanoid" ] }
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/zed-pupating.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
{
"id": "mon_zombie_pupa_shady",
"type": "MONSTER",
"copy-from": "mon_zombie_pupa_decoy",
"copy-from": "mon_zombie_pupa_decoy_shady",
"extend": {
"special_attacks": [
{
Expand Down
1 change: 1 addition & 0 deletions data/json/monsters/zed-winged.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
{ "type": "leap", "cooldown": 2, "max_range": 8 }
],
"burn_into": "mon_zombie_scorched_lasher",
"upgrades": false,
"armor": { "bash": 2, "cut": 2, "bullet": 2, "electric": 1 },
"extend": { "families": [ "prof_wp_flying" ], "flags": [ "SMELLS" ] }
},
Expand Down
2 changes: 2 additions & 0 deletions data/json/monsters/zed_ferrous.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"grab_strength": 35,
"attack_effs": [ { "id": "tetanus", "duration": 300, "chance": 20 } ],
"burn_into": "mon_zombie_scorched_rust",
"upgrades": false,
"armor": { "bash": 5, "cut": 5, "stab": 5, "bullet": 5 },
"extend": { "flags": [ "SMELLS" ], "special_attacks": [ { "id": "impale" } ] }
},
Expand Down Expand Up @@ -107,6 +108,7 @@
],
"attack_effs": [ { "id": "tetanus", "duration": 300, "chance": 10 } ],
"burn_into": "mon_zombie_fiend_rust",
"upgrades": false,
"armor": { "bash": 8, "cut": 8, "stab": 8, "bullet": 8 },
"extend": { "flags": [ "SMELLS", "PUSH_VEH" ] },
"delete": { "flags": [ "GRABS" ] }
Expand Down
1 change: 1 addition & 0 deletions data/json/monsters/zed_skeletal.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
],
"special_when_hit": [ "ZAPBACK", 100 ],
"fungalize_into": "mon_skeleton_fungus",
"upgrades": false,
"armor": { "cut": 15, "stab": 30, "acid": 3, "bullet": 30 },
"extend": {
"weakpoint_sets": [ "wps_bone_armor" ],
Expand Down
3 changes: 2 additions & 1 deletion data/json/monsters/zed_soldiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
"diff": 20,
"bleed_rate": 50,
"harvest": "zombie_humanoid_acid",
"delete": { "upgrades": { "half_life": 42, "into_group": "GROUP_SOLDIER_UPGRADE" }, "categories": [ "CLASSIC" ] },
"delete": { "categories": [ "CLASSIC" ] },
"upgrades": false,
"relative": { "hp": 40, "speed": -10, "melee_skill": 2, "armor": { "bash": 5 } },
"extend": {
"special_attacks": [
Expand Down
3 changes: 2 additions & 1 deletion data/json/monsters/zed_tentacle.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"ignore_dest_danger": true,
"message": "The zombie strider takes a long step!"
}
]
],
"upgrades": false
}
]

0 comments on commit cf3b024

Please sign in to comment.