├── README.md ├── effectoncondition ├── eoc_crafting.json ├── eoc_learn_recipes.json ├── eoc_matrix_awakening.json ├── eoc_portal_awakening.json └── eoc_potions.json ├── effects ├── effects_crafted.json ├── effects_edited.json ├── effects_monster.json ├── effects_overload.json ├── effects_potions.json └── effects_psionic.json ├── emits.json ├── enchantments ├── enchantments_baneful.json └── enchantments_player.json ├── fields.json ├── furniture_and_terrain ├── appliance_lighting.json ├── furniture.json └── terrain.json ├── hobbies.json ├── itemgroups ├── feral_deathdrops.json ├── itemgroups.json └── zombie_deathdrops.json ├── items ├── ammo.json ├── armor │ ├── belt.json │ └── head.json ├── books.json ├── chemicals.json ├── comestibles.json ├── contemplation_notes.json ├── files_post_it.json ├── matrix_crystals.json ├── medical.json ├── psions_summon_items.json ├── schematics.json ├── teleporter_start_items.json ├── tools │ ├── crafting_tools.json │ ├── lighting.json │ └── nether_items.json └── weapons.json ├── mapgen ├── map_extras │ └── alien_grass.json ├── matrix_room.json ├── nested │ └── office_phavian_modular.json ├── overmap │ ├── map_extras.json │ ├── multitile_city_buildings.json │ ├── nether_crystal_field.json │ ├── overmap_overrides.json │ ├── overmap_specials.json │ ├── overmap_terrain.json │ └── regional_overlay.json ├── phavian_office.json └── research_facility_matrix.json ├── materials.json ├── modinfo.json ├── monstergroups ├── monstergroups_edited.json └── monstergroups_new.json ├── monsters ├── death_effects.json ├── feral_lab_psychics.json ├── feral_psychics.json ├── monster_eoc_spells.json ├── monster_overrides.json ├── monster_special_attacks.json ├── monsters_spells.json ├── nether.json └── zombies.json ├── morale_types.json ├── mutations ├── psi_passives.json ├── temporary.json └── traits.json ├── obsolete ├── matrix_crystal_spells.json └── obsolete.json ├── power_spoilers.md ├── professions.json ├── recipes ├── armor.json ├── categories.json ├── chemistry.json ├── construction.json ├── deconstruction.json ├── medical.json ├── nested.json ├── practice │ ├── biokinetic_practice.json │ ├── clairsentient_practice.json │ ├── pyrokinesis_practice.json │ ├── telekinesis_practice.json │ ├── telepathy_practice.json │ ├── teleportation_practice.json │ └── vitakinesis_practice.json ├── proficiencies.json ├── psionics_practice.json ├── teleporter_recipes.json ├── tools.json └── weapons.json ├── skills.json ├── snippets ├── snippets.json └── snippets_new.json └── spells ├── biokinesis.json ├── clairsentience.json ├── drain_spells.json ├── item_spells.json ├── pyrokinesis.json ├── telekinesis.json ├── telepathy.json ├── teleportation.json └── vitakinesis.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/README.md -------------------------------------------------------------------------------- /effectoncondition/eoc_crafting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effectoncondition/eoc_crafting.json -------------------------------------------------------------------------------- /effectoncondition/eoc_learn_recipes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effectoncondition/eoc_learn_recipes.json -------------------------------------------------------------------------------- /effectoncondition/eoc_matrix_awakening.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effectoncondition/eoc_matrix_awakening.json -------------------------------------------------------------------------------- /effectoncondition/eoc_portal_awakening.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effectoncondition/eoc_portal_awakening.json -------------------------------------------------------------------------------- /effectoncondition/eoc_potions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effectoncondition/eoc_potions.json -------------------------------------------------------------------------------- /effects/effects_crafted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effects/effects_crafted.json -------------------------------------------------------------------------------- /effects/effects_edited.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effects/effects_edited.json -------------------------------------------------------------------------------- /effects/effects_monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effects/effects_monster.json -------------------------------------------------------------------------------- /effects/effects_overload.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effects/effects_overload.json -------------------------------------------------------------------------------- /effects/effects_potions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effects/effects_potions.json -------------------------------------------------------------------------------- /effects/effects_psionic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/effects/effects_psionic.json -------------------------------------------------------------------------------- /emits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/emits.json -------------------------------------------------------------------------------- /enchantments/enchantments_baneful.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/enchantments/enchantments_baneful.json -------------------------------------------------------------------------------- /enchantments/enchantments_player.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/enchantments/enchantments_player.json -------------------------------------------------------------------------------- /fields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/fields.json -------------------------------------------------------------------------------- /furniture_and_terrain/appliance_lighting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/furniture_and_terrain/appliance_lighting.json -------------------------------------------------------------------------------- /furniture_and_terrain/furniture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/furniture_and_terrain/furniture.json -------------------------------------------------------------------------------- /furniture_and_terrain/terrain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/furniture_and_terrain/terrain.json -------------------------------------------------------------------------------- /hobbies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/hobbies.json -------------------------------------------------------------------------------- /itemgroups/feral_deathdrops.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/itemgroups/feral_deathdrops.json -------------------------------------------------------------------------------- /itemgroups/itemgroups.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/itemgroups/itemgroups.json -------------------------------------------------------------------------------- /itemgroups/zombie_deathdrops.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/itemgroups/zombie_deathdrops.json -------------------------------------------------------------------------------- /items/ammo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/ammo.json -------------------------------------------------------------------------------- /items/armor/belt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/armor/belt.json -------------------------------------------------------------------------------- /items/armor/head.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/armor/head.json -------------------------------------------------------------------------------- /items/books.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/books.json -------------------------------------------------------------------------------- /items/chemicals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/chemicals.json -------------------------------------------------------------------------------- /items/comestibles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/comestibles.json -------------------------------------------------------------------------------- /items/contemplation_notes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/contemplation_notes.json -------------------------------------------------------------------------------- /items/files_post_it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/files_post_it.json -------------------------------------------------------------------------------- /items/matrix_crystals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/matrix_crystals.json -------------------------------------------------------------------------------- /items/medical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/medical.json -------------------------------------------------------------------------------- /items/psions_summon_items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/psions_summon_items.json -------------------------------------------------------------------------------- /items/schematics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/schematics.json -------------------------------------------------------------------------------- /items/teleporter_start_items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/teleporter_start_items.json -------------------------------------------------------------------------------- /items/tools/crafting_tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/tools/crafting_tools.json -------------------------------------------------------------------------------- /items/tools/lighting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/tools/lighting.json -------------------------------------------------------------------------------- /items/tools/nether_items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/tools/nether_items.json -------------------------------------------------------------------------------- /items/weapons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/items/weapons.json -------------------------------------------------------------------------------- /mapgen/map_extras/alien_grass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/map_extras/alien_grass.json -------------------------------------------------------------------------------- /mapgen/matrix_room.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/matrix_room.json -------------------------------------------------------------------------------- /mapgen/nested/office_phavian_modular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/nested/office_phavian_modular.json -------------------------------------------------------------------------------- /mapgen/overmap/map_extras.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/overmap/map_extras.json -------------------------------------------------------------------------------- /mapgen/overmap/multitile_city_buildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/overmap/multitile_city_buildings.json -------------------------------------------------------------------------------- /mapgen/overmap/nether_crystal_field.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/overmap/nether_crystal_field.json -------------------------------------------------------------------------------- /mapgen/overmap/overmap_overrides.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/overmap/overmap_overrides.json -------------------------------------------------------------------------------- /mapgen/overmap/overmap_specials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/overmap/overmap_specials.json -------------------------------------------------------------------------------- /mapgen/overmap/overmap_terrain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/overmap/overmap_terrain.json -------------------------------------------------------------------------------- /mapgen/overmap/regional_overlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/overmap/regional_overlay.json -------------------------------------------------------------------------------- /mapgen/phavian_office.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/phavian_office.json -------------------------------------------------------------------------------- /mapgen/research_facility_matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mapgen/research_facility_matrix.json -------------------------------------------------------------------------------- /materials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/materials.json -------------------------------------------------------------------------------- /modinfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/modinfo.json -------------------------------------------------------------------------------- /monstergroups/monstergroups_edited.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monstergroups/monstergroups_edited.json -------------------------------------------------------------------------------- /monstergroups/monstergroups_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monstergroups/monstergroups_new.json -------------------------------------------------------------------------------- /monsters/death_effects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/death_effects.json -------------------------------------------------------------------------------- /monsters/feral_lab_psychics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/feral_lab_psychics.json -------------------------------------------------------------------------------- /monsters/feral_psychics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/feral_psychics.json -------------------------------------------------------------------------------- /monsters/monster_eoc_spells.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/monster_eoc_spells.json -------------------------------------------------------------------------------- /monsters/monster_overrides.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/monster_overrides.json -------------------------------------------------------------------------------- /monsters/monster_special_attacks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/monster_special_attacks.json -------------------------------------------------------------------------------- /monsters/monsters_spells.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/monsters_spells.json -------------------------------------------------------------------------------- /monsters/nether.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/nether.json -------------------------------------------------------------------------------- /monsters/zombies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/monsters/zombies.json -------------------------------------------------------------------------------- /morale_types.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/morale_types.json -------------------------------------------------------------------------------- /mutations/psi_passives.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mutations/psi_passives.json -------------------------------------------------------------------------------- /mutations/temporary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mutations/temporary.json -------------------------------------------------------------------------------- /mutations/traits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/mutations/traits.json -------------------------------------------------------------------------------- /obsolete/matrix_crystal_spells.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/obsolete/matrix_crystal_spells.json -------------------------------------------------------------------------------- /obsolete/obsolete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/obsolete/obsolete.json -------------------------------------------------------------------------------- /power_spoilers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/power_spoilers.md -------------------------------------------------------------------------------- /professions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/professions.json -------------------------------------------------------------------------------- /recipes/armor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/armor.json -------------------------------------------------------------------------------- /recipes/categories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/categories.json -------------------------------------------------------------------------------- /recipes/chemistry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/chemistry.json -------------------------------------------------------------------------------- /recipes/construction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/construction.json -------------------------------------------------------------------------------- /recipes/deconstruction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/deconstruction.json -------------------------------------------------------------------------------- /recipes/medical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/medical.json -------------------------------------------------------------------------------- /recipes/nested.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/nested.json -------------------------------------------------------------------------------- /recipes/practice/biokinetic_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/practice/biokinetic_practice.json -------------------------------------------------------------------------------- /recipes/practice/clairsentient_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/practice/clairsentient_practice.json -------------------------------------------------------------------------------- /recipes/practice/pyrokinesis_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/practice/pyrokinesis_practice.json -------------------------------------------------------------------------------- /recipes/practice/telekinesis_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/practice/telekinesis_practice.json -------------------------------------------------------------------------------- /recipes/practice/telepathy_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/practice/telepathy_practice.json -------------------------------------------------------------------------------- /recipes/practice/teleportation_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/practice/teleportation_practice.json -------------------------------------------------------------------------------- /recipes/practice/vitakinesis_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/practice/vitakinesis_practice.json -------------------------------------------------------------------------------- /recipes/proficiencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/proficiencies.json -------------------------------------------------------------------------------- /recipes/psionics_practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/psionics_practice.json -------------------------------------------------------------------------------- /recipes/teleporter_recipes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/teleporter_recipes.json -------------------------------------------------------------------------------- /recipes/tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/tools.json -------------------------------------------------------------------------------- /recipes/weapons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/recipes/weapons.json -------------------------------------------------------------------------------- /skills.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/skills.json -------------------------------------------------------------------------------- /snippets/snippets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/snippets/snippets.json -------------------------------------------------------------------------------- /snippets/snippets_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/snippets/snippets_new.json -------------------------------------------------------------------------------- /spells/biokinesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/biokinesis.json -------------------------------------------------------------------------------- /spells/clairsentience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/clairsentience.json -------------------------------------------------------------------------------- /spells/drain_spells.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/drain_spells.json -------------------------------------------------------------------------------- /spells/item_spells.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/item_spells.json -------------------------------------------------------------------------------- /spells/pyrokinesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/pyrokinesis.json -------------------------------------------------------------------------------- /spells/telekinesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/telekinesis.json -------------------------------------------------------------------------------- /spells/telepathy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/telepathy.json -------------------------------------------------------------------------------- /spells/teleportation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/teleportation.json -------------------------------------------------------------------------------- /spells/vitakinesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Standing-Storm/MindOverMatter/HEAD/spells/vitakinesis.json --------------------------------------------------------------------------------