From cb87ed3bffa7ec542184e3f07c121f0454f34c2a Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sun, 10 Nov 2024 14:46:07 -0600 Subject: [PATCH] Initial commit --- data/mods/Xedra_Evolved/monsters/species.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/mods/Xedra_Evolved/monsters/species.json b/data/mods/Xedra_Evolved/monsters/species.json index b0dad670af514..e6bb2b15096da 100644 --- a/data/mods/Xedra_Evolved/monsters/species.json +++ b/data/mods/Xedra_Evolved/monsters/species.json @@ -1,4 +1,12 @@ [ + { + "type": "SPECIES", + "id": "FISH", + "description": "a fish", + "fear_triggers": [ "HURT", "FRIEND_ATTACKED" ], + "bleeds": "fd_blood", + "flags": [ "EVIL_EYE_IMMUNE_MONSTER" ] + }, { "type": "SPECIES", "id": "CHANGELING",