Skip to content

Commit

Permalink
Merge pull request #78914 from Standing-Storm/ephemeral-breach
Browse files Browse the repository at this point in the history
[MoM] Ephemeral riftwalkers can use Breach
  • Loading branch information
Maleclypse authored Jan 4, 2025
2 parents 3a47811 + 23025b4 commit d3d5764
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
8 changes: 8 additions & 0 deletions data/mods/MindOverMatter/monsters/feral_psychics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,14 @@
"max_range": 16,
"message": "%1$s vanishes and reappears elsewhere!",
"condition": { "not": { "u_has_flag": "NO_PSIONICS" } }
},
{
"id": "psi_teleport3_breach",
"type": "spell",
"spell_data": { "id": "teleporter_breach_monster", "min_level": 10 },
"cooldown": { "math": [ "17 + rand(32)" ] },
"condition": { "not": { "u_has_flag": "NO_PSIONICS" } },
"monster_message": "The lights around %1$s waver and shapes appear near %3$s!."
}
],
"flags": [ "CLIMBS", "HARDTOSHOOT", "TELEPORT_IMMUNE" ]
Expand Down
25 changes: 24 additions & 1 deletion data/mods/MindOverMatter/monsters/monsters_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"id": "pyrokin_flamethrower_hellhound_monster",
"type": "SPELL",
"//": "It would be nice if there were an 'affect lower' flag for spells, but alas there is not",
"name": { "str": "[Ψ]Flamethrower Hellhound", "//~": "NO_I18TN" },
"name": { "str": "[Ψ]Flamethrower Hellhound", "//~": "NO_I18N" },
"description": "Spray fire in a cone in front of you, if you're a hellhound.",
"message": "",
"teachable": false,
Expand Down Expand Up @@ -1158,6 +1158,29 @@
"casting_time_increment": -4,
"ignored_monster_species": [ "PSI_NULL" ]
},
{
"id": "teleporter_breach_monster",
"type": "SPELL",
"name": { "str": "[Ψ]Breach Monster", "//~": "NO_I18N" },
"description": {
"str": "Open a portal to the Nether and summon monsters, if you're also a monster. This will probably end badly for you but who cares, you're a monster.",
"//~": "NO_I18N"
},
"message": "",
"teachable": false,
"valid_targets": [ "self", "hostile" ],
"spell_class": "TELEPORTER",
"skill": "metaphysics",
"flags": [ "PSIONIC", "CONCENTRATE", "SILENT", "NO_HANDS", "NO_LEGS" ],
"max_level": 30,
"effect": "effect_on_condition",
"effect_str": "EOC_TELEPORT_SUMMON",
"shape": "blast",
"min_damage": 1,
"min_range": 5,
"max_range": 80,
"range_increment": 1
},
{
"id": "vitakinetic_health_down",
"type": "SPELL",
Expand Down

0 comments on commit d3d5764

Please sign in to comment.