Skip to content

Commit

Permalink
Merge pull request #77398 from Maleclypse/Make-ForgeDwellers-Smarter
Browse files Browse the repository at this point in the history
[ Magiclysm ] Make Forge Dwellers Smarter
  • Loading branch information
Night-Pryanik authored Nov 7, 2024
2 parents 1536d61 + db9d443 commit 052442d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/monsters/forgedwellers.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"special_attacks": [ { "type": "spell", "spell_data": { "id": "manatouched_seeker_bolts", "min_level": 5 }, "cooldown": 60 } ],
"anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT" ],
"death_function": { "corpse_type": "BROKEN" },
"flags": [ "SEES", "NO_BREATHE", "PATH_AVOID_DANGER", "LOUDMOVES" ],
"flags": [ "SEES", "NO_BREATHE", "PATH_AVOID_DANGER", "LOUDMOVES", "PATH_AVOID_FIRE", "PATH_AVOID_FALL" ],
"armor": { "bash": 32, "cut": 32, "heat": 30, "bullet": 26 }
},
{
Expand Down Expand Up @@ -175,7 +175,7 @@
"anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT" ],
"path_settings": { "avoid_traps": true, "avoid_sharp": true, "avoid_dangerous_fields": true },
"death_drops": { "subtype": "collection", "groups": [ [ "forge_life", 40 ], [ "bedroom", 1 ], [ "dresser", 5 ], [ "ammo", 18 ] ] },
"flags": [ "SEES", "HEARS", "WARM", "BASHES", "GROUP_BASH", "HUMAN", "PATH_AVOID_DANGER" ],
"flags": [ "SEES", "HEARS", "WARM", "BASHES", "HUMAN", "PATH_AVOID_DANGER", "PATH_AVOID_FIRE", "PATH_AVOID_FALL" ],
"armor": { "bash": 23, "cut": 32, "heat": 35, "bullet": 26 }
},
{
Expand Down

0 comments on commit 052442d

Please sign in to comment.