Skip to content

Commit

Permalink
json style
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jun 5, 2024
1 parent 8b8107c commit fb83211
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 37 deletions.
39 changes: 3 additions & 36 deletions data/json/monsters/mammal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 8 additions & 1 deletion data/json/monsters/zed_lieutenant.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit fb83211

Please sign in to comment.