diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-03 11:56:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-03 11:56:23 -0700 |
commit | d396a4080a9eb5e7a9f2d9bc1114de50069416d8 (patch) | |
tree | 1b475aa174dc76ce6436154374295d5c204bc53c /vamp_stuff/Modification_Files | |
parent | Update gunmods for weapons categories. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-d396a4080a9eb5e7a9f2d9bc1114de50069416d8.tar.xz |
Add missing name value for monster species.
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Monsters/monster_specie.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Monsters/monster_specie.json b/vamp_stuff/Modification_Files/Monsters/monster_specie.json index cff7116..6b16924 100644 --- a/vamp_stuff/Modification_Files/Monsters/monster_specie.json +++ b/vamp_stuff/Modification_Files/Monsters/monster_specie.json @@ -2,17 +2,20 @@ { "type": "SPECIES", "id": "LEECH", + "name": "Leech", "anger_triggers": [ "FRIEND_DIED" ], "fear_triggers": [ "HURT", "FIRE" ] }, { "type": "SPECIES", "id": "VAMPBAT", + "name": "Vampire Bat", "anger_triggers": [ "FRIEND_DIED" ], "fear_triggers": [ "HURT", "FIRE" ] }, { "type": "SPECIES", - "id": "ELDERZED" + "id": "ELDERZED", + "name": "Elder Zombie" } ] |