From 853937dd6410ea9e275e246f66ff559facff763f Mon Sep 17 00:00:00 2001 From: Standing-Storm <120433252+Standing-Storm@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:37:14 -0500 Subject: [PATCH] Create skills.json (#76902) --- .../mod_interactions/mindovermatter/skills.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/mods/CrazyCataclysm/mod_interactions/mindovermatter/skills.json diff --git a/data/mods/CrazyCataclysm/mod_interactions/mindovermatter/skills.json b/data/mods/CrazyCataclysm/mod_interactions/mindovermatter/skills.json new file mode 100644 index 0000000000000..4903dfc9e6670 --- /dev/null +++ b/data/mods/CrazyCataclysm/mod_interactions/mindovermatter/skills.json @@ -0,0 +1,10 @@ +[ + { + "type": "skill", + "id": "metaphysics", + "name": { "str": "woo woo" }, + "display_category": "display_ranged", + "sort_rank": 14500, + "description": "Crystals, meditation, astral projection, remote viewing, channeling, ESP; it's all real, man. It all works if you believe." + } +]