Skip to content

Commit

Permalink
Update monster_factions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Mar 30, 2024
1 parent 1d32bc7 commit 41d8ae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/monster_factions.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"base_faction": "animal",
"friendly": [ "attack_player_only" ],
"neutral": [ "zombie", "fish", "exodii", "isolated_artisans", "nether", "animal", "yrax", "passive_machine" ],
"by_mood": [ "cat", "bear", "fox", "big_cat", "dog", "wolf" ]
"by_mood": [ "cat", "bear", "fox", "big_cat", "dog", "wolf", "dog_small" ]
},
{
"type": "MONSTER_FACTION",
Expand Down Expand Up @@ -140,6 +140,7 @@
"type": "MONSTER_FACTION",
"name": "cat",
"base_faction": "small_animal",
"neutral": [ "dog_small" ],
"hate": [ "small_animal" ]
},
{
Expand Down

0 comments on commit 41d8ae9

Please sign in to comment.