diff --git a/data/mods/MindOverMatter/mutations/temporary.json b/data/mods/MindOverMatter/mutations/temporary.json index cc5e9deffa108..a322867151c3e 100644 --- a/data/mods/MindOverMatter/mutations/temporary.json +++ b/data/mods/MindOverMatter/mutations/temporary.json @@ -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", diff --git a/data/mods/MindOverMatter/powers/clairsentience_eoc.json b/data/mods/MindOverMatter/powers/clairsentience_eoc.json index af625623e51f7..10cbc6084fbab 100644 --- a/data/mods/MindOverMatter/powers/clairsentience_eoc.json +++ b/data/mods/MindOverMatter/powers/clairsentience_eoc.json @@ -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" ] } @@ -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" ] }, {