Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Mar 8, 2024
1 parent 9f08089 commit b2afcd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions data/mods/MindOverMatter/effects/effects_monster.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@
"enchantments": [ "enchant_riftwalker_teleport" ],
"immune_flags": [ "TELESTOP", "DIMENSIONAL_ANCHOR" ]
},
{
"type": "effect_type",
"id": "effect_teleporting_lock",
"name": [ "Caught in the Angles" ],
"desc": [ "You feel a strange, inward force." ],
"apply_message": "You feel a strange, inward force.",
"remove_message": "The strange, inward force suddenly vanishes.",
"rating": "bad",
"flags": [ "TELEPORT_LOCK" ]
},
{
"type": "effect_type",
"id": "effect_vitakinetic_health_down",
Expand Down
6 changes: 4 additions & 2 deletions data/mods/MindOverMatter/monsters/monster_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,16 @@
"id": "mon_hound_tindalos",
"copy-from": "mon_hound_tindalos",
"type": "MONSTER",
"extend": { "flags": [ "TEEP_IMMUNE" ] },
"extend": { "flags": [ "TEEP_IMMUNE", "TELEPORT_IMMUNE" ] },
"attack_effs": [ { "id": "effect_teleporting_lock", "duration": [ 5, 60 ], "chance": 50 } ],
"armor": { "cut": 50, "bullet": 40, "electric": 1, "psi_telekinetic_damage": 50 }
},
{
"id": "mon_hound_tindalos_afterimage",
"copy-from": "mon_hound_tindalos_afterimage",
"type": "MONSTER",
"extend": { "flags": [ "TEEP_IMMUNE" ] },
"extend": { "flags": [ "TEEP_IMMUNE", "TELEPORT_IMMUNE" ] },
"attack_effs": [ { "id": "effect_teleporting_lock", "duration": [ 5, 60 ], "chance": 50 } ],
"armor": { "cut": 50, "bullet": 40, "electric": 1, "psi_telekinetic_damage": 50 }
},
{
Expand Down

0 comments on commit b2afcd8

Please sign in to comment.