Skip to content

Commit

Permalink
Merge pull request #78500 from Standing-Storm/astralgram
Browse files Browse the repository at this point in the history
[MoM] Add `mon_hologram` appearance to Astral Projection
  • Loading branch information
Anton Burmistrov authored Dec 12, 2024
2 parents 39a3e40 + e929afa commit 3314aa8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/mods/MindOverMatter/mutations/temporary.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,16 @@
[ "fabrication", 6 ]
]
},
{
"type": "mutation",
"id": "CLAIR_ASTRAL_PROJECTION_APPEARANCE",
"name": { "str": "Astral Form", "//~": "NO_I18N" },
"description": { "str": "You're a disembodied mind so you're all glowy and blue. Spooky!", "//~": "NO_I18N" },
"points": 0,
"valid": false,
"player_display": false,
"override_look": { "id": "mon_hologram", "tile_category": "monster" }
},
{
"type": "mutation",
"id": "TELEKINETIC_LIFTER_1",
Expand Down
2 changes: 2 additions & 0 deletions data/mods/MindOverMatter/powers/clairsentience_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
{ "u_add_effect": "effect_clair_astral_projection", "duration": "PERMANENT" },
{ "u_add_effect": "incorporeal", "duration": "PERMANENT" },
{ "u_message": "As you meditate, you feel your spirit slipping free from your body.", "type": "good" },
{ "u_add_trait": "CLAIR_ASTRAL_PROJECTION_APPEARANCE" },
{ "u_spawn_item": "body_astral_projection", "suppress_message": true },
{ "u_spawn_item": "item_clair_astral_projection_cord", "suppress_message": true, "force_equip": true },
{ "math": [ "u_spell_level('clair_astral_projection_return') = 0" ] }
Expand All @@ -202,6 +203,7 @@
{ "u_remove_item_with": "item_clair_astral_projection_cord" },
{ "u_lose_effect": "effect_clair_astral_projection" },
{ "u_lose_effect": "incorporeal" },
{ "u_lose_trait": "CLAIR_ASTRAL_PROJECTION_APPEARANCE" },
{ "math": [ "u_spell_level('clair_astral_projection_passwall') = -1" ] },
{ "math": [ "u_spell_level('clair_astral_projection_return') = -1" ] },
{
Expand Down

0 comments on commit 3314aa8

Please sign in to comment.