Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jun 27, 2024
1 parent 7d0afa4 commit f9f84a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"flags": [ "ALLOW_TERRAIN_UNDER_OTHER_DATA" ],
"palettes": [ "fear_hawk_copse_trees_palette" ],
"place_monsters": [ { "monster": "GROUP_FEAR_HAWKS", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.1 } ]
"place_monster": [ { "monster": "mon_fear_hawk", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 1, 5 ] } ]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{
"name": "GROUP_FEAR_HAWKS",
"type": "monstergroup",
"monsters": [ { "monster": "mon_fear_hawk", "weight": 8 }, { "monster": "mon_null", "weight": 25 } ]
"monsters": [ { "monster": "mon_fear_hawk", "weight": 1000 } ]
},
{
"type": "monstergroup",
Expand Down
2 changes: 2 additions & 0 deletions data/mods/MindOverMatter/monsters/animal_psychics.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
"cooldown": 5,
"move_cost": 100,
"range": 3,
"dodgeable": false,
"blockable": false,
"condition": { "not": { "u_has_effect": "effect_psi_null" } },
"damage_max_instance": [ { "damage_type": "psi_telepathic_damage", "amount": 10 } ],
"hit_dmg_u": "%1$s shrieks at your %2$s!",
Expand Down

0 comments on commit f9f84a4

Please sign in to comment.