diff --git a/data/json/monsters/zed-winged.json b/data/json/monsters/zed-winged.json index 3eb7a17b1c71..1dbf0e1304ad 100644 --- a/data/json/monsters/zed-winged.json +++ b/data/json/monsters/zed-winged.json @@ -32,6 +32,7 @@ "death_function": [ "NORMAL" ], "burn_into": "mon_zombie_scorched", "upgrades": { "half_life": 28, "into": "mon_zombie_brute_winged" }, + "path_settings": { "max_dist": 45, "max_length": 15, "avoid_traps": true, "allow_open_doors": false, "bash_strength": 5 }, "flags": [ "SEES", "HEARS", @@ -46,6 +47,7 @@ "PUSH_MON", "FILTHY", "HIT_AND_RUN", + "PATH_AVOID_DANGER_1", "FLIES" ], "//": "In the future, it would be nice if these guys could be resistant to fall damage." @@ -88,6 +90,7 @@ "death_drops": "default_zombie_death_drops", "death_function": [ "NORMAL" ], "burn_into": "mon_zombie_fiend", + "path_settings": { "max_dist": 45, "max_length": 15, "avoid_traps": true, "allow_open_doors": false, "bash_strength": 8 }, "flags": [ "SEES", "HEARS", @@ -102,6 +105,7 @@ "PUSH_MON", "FILTHY", "HIT_AND_RUN", + "PATH_AVOID_DANGER_1", "FLIES" ] }, @@ -131,6 +135,7 @@ "harvest": "zombie", "upgrades": { "half_life": 28, "into_group": "GROUP_ZOMBIE_RAPTOR_UPGRADES" }, "special_attacks": [ { "id": "impale", "damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_multiplier": 0.6 } ] } ], + "path_settings": { "max_dist": 45, "max_length": 15, "avoid_traps": true, "allow_open_doors": false, "bash_strength": 3 }, "death_function": [ "NORMAL" ], "flags": [ "SEES", @@ -144,6 +149,7 @@ "NO_BREATHE", "FILTHY", "HIT_AND_RUN", + "PATH_AVOID_DANGER_1", "SWARMS", "FLIES" ]