diff --git a/data/json/monsters/mammal.json b/data/json/monsters/mammal.json index 009a473edd14b..5308227b72008 100644 --- a/data/json/monsters/mammal.json +++ b/data/json/monsters/mammal.json @@ -2178,18 +2178,7 @@ "families": [ "prof_intro_biology", "prof_physiology" ], "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED" ], "fear_triggers": [ "SOUND", "PLAYER_CLOSE" ], - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "ANIMAL", - "PATH_AVOID_DANGER", - "WARM", - "HIT_AND_RUN", - "KEENNOSE", - "CLIMBS", - "SMALL_HIDER" - ] + "flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER", "WARM", "HIT_AND_RUN", "KEENNOSE", "CLIMBS", "SMALL_HIDER" ] }, { "id": "mon_fox_red", @@ -2438,18 +2427,7 @@ "families": [ "prof_intro_biology", "prof_physiology" ], "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED" ], "fear_triggers": [ "SOUND", "PLAYER_CLOSE" ], - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "ANIMAL", - "PATH_AVOID_DANGER", - "WARM", - "HIT_AND_RUN", - "KEENNOSE", - "SWIMS", - "SMALL_HIDER" - ] + "flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER", "WARM", "HIT_AND_RUN", "KEENNOSE", "SWIMS", "SMALL_HIDER" ] }, { "id": "mon_moose", @@ -3465,18 +3443,7 @@ "families": [ "prof_intro_biology", "prof_physiology" ], "reproduction": { "baby_monster": "mon_ferret_kit", "baby_count": 5, "baby_timer": 100 }, "fear_triggers": [ "SOUND", "PLAYER_CLOSE" ], - "flags": [ - "SEES", - "HEARS", - "SMELLS", - "ANIMAL", - "PATH_AVOID_DANGER", - "SWIMS", - "WARM", - "CANPLAY", - "CAN_BE_CULLED", - "SMALL_HIDER" - ] + "flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER", "SWIMS", "WARM", "CANPLAY", "CAN_BE_CULLED", "SMALL_HIDER" ] }, { "id": "mon_ferret_kit", diff --git a/data/json/monsters/zed_lieutenant.json b/data/json/monsters/zed_lieutenant.json index e3e1761fb5080..877da7a5f8871 100644 --- a/data/json/monsters/zed_lieutenant.json +++ b/data/json/monsters/zed_lieutenant.json @@ -34,7 +34,14 @@ "melee_training_cap": 0, "//1": "Try to stay this far away from the player with your regular moves, very important", "tracking_distance": 10, - "path_settings": { "max_dist": 10, "allow_open_doors": true, "avoid_traps": true, "avoid_dangerous_fields": true, "avoid_sharp": true, "allow_climb_stairs": true }, + "path_settings": { + "max_dist": 10, + "allow_open_doors": true, + "avoid_traps": true, + "avoid_dangerous_fields": true, + "avoid_sharp": true, + "allow_climb_stairs": true + }, "//2": "TODO? Upgrade doesn't actually work because amalgamations do not have evolutions. Ideally this would upgrade them one step *and also remove their timed lifespan*. If this is added/resolved the spell cooldowns probably need to be nerfed.", "special_attacks": [ [ "UPGRADE", 20 ],