Skip to content

Commit

Permalink
Give triffid teleporter power too
Browse files Browse the repository at this point in the history
  • Loading branch information
b3brodie committed Jan 4, 2025
1 parent 6645121 commit 867432f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/mods/MindOverMatter/monsters/triffids.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@
"condition": { "not": { "u_has_flag": "NO_PSIONICS" } },
"message": "%1$s vanishes and reappears elsewhere!"
},
{
"id": "psi_porter3_reactive_displacement",
"type": "spell",
"spell_data": { "id": "teleporter_reactive_displacement_monster" },
"cooldown": 1,
"condition": {
"and": [
{ "not": { "u_has_flag": "NO_PSIONICS" } },
{ "not": { "u_has_effect": "effect_teleport_reactive_displacement_monster" } }
]
},
"monster_message": "The space around %1$s distorts."
},
{
"id": "psi_triffid_teleporter_ally_teleport",
"type": "spell",
Expand Down

0 comments on commit 867432f

Please sign in to comment.