Skip to content

Commit

Permalink
[Xedra Evolved] Badgers are not worms, fix faction problems (#78987)
Browse files Browse the repository at this point in the history
* Initial commit

* Ierde are friendly to worms, worms are neutral to ierde
  • Loading branch information
Standing-Storm authored Jan 6, 2025
1 parent fd6b946 commit 248b22d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/monsters/elementals.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "MONSTER",
"name": { "str": "monstrous badger" },
"description": "A fairly large badger burrowed up through the ground near you. It is both larger than garden variety badgers and strangely seems to have more intelligence in it.",
"default_faction": "worm",
"default_faction": "ierde",
"bodytype": "snake",
"species": [ "IERDE" ],
"volume": "30500 ml",
Expand Down
7 changes: 7 additions & 0 deletions data/mods/Xedra_Evolved/monsters/monfaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"type": "MONSTER_FACTION",
"name": "ierde",
"base_faction": "changeling",
"friendly": [ "worm" ],
"neutral": [ "small_animal", "fish" ],
"by_mood": [ "nether", "nightmares", "homullus", "arvore", "undine", "salamander" ],
"hate": [ "zombie", "sylph" ]
Expand Down Expand Up @@ -69,6 +70,12 @@
"copy-from": "fish",
"extend": { "neutral": [ "changeling", "nightmares", "vampire" ] }
},
{
"type": "MONSTER_FACTION",
"name": "worm",
"copy-from": "worm",
"extend": { "neutral": [ "ierde" ] }
},
{
"type": "MONSTER_FACTION",
"name": "small_animal",
Expand Down

0 comments on commit 248b22d

Please sign in to comment.