From 717581790edbd0d6597b5375716b1de564546d99 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 30 Jan 2022 20:40:15 -0800 Subject: Convert automatic vampire traits to a trait group. Remove Fleet-Footed from vampir trait group. Moon-lit Grace already reduces movement costs. Remove bonus stealh from Moon-lit Grace. Shadow Meld covers this. --- .../Mutation/vampire-trait-group.json | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json (limited to 'vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json') diff --git a/vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json b/vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json new file mode 100644 index 0000000..533c930 --- /dev/null +++ b/vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json @@ -0,0 +1,29 @@ + { + "type": "trait_group", + "id": "vampire_traits", + "subtype": "collection", + "traits": [ + [ "THRESH_VAMP", 100 ], + [ "VAMP_CLAWS", 100 ], + [ "VAMP_CURSE", 100 ], + [ "VAMP_EYES", 100 ], + [ "VAMP_FANGS", 100 ], + [ "VAMP_HUNGER", 100 ], + [ "VAMP_SKIN", 100 ], + [ "VAMP_VISION", 100 ], + [ "BEAUTIFULVAMP", 100], + [ "SHMELD", 100], + + [ "DEFT", 100 ], + [ "GOODHEARING", 100 ], + [ "GOODCARDIO", 100 ], + [ "INFRESIST", 100 ], + [ "INFRARED", 100 ], + [ "PAINREC3", 100 ], + [ "PAINRESIST", 100 ], + [ "PARAIMMUNE", 100 ], + [ "REGEN", 100 ], + [ "TERRIFYING", 100 ], + [ "WEAKSCENT", 100 ] + ] + } -- cgit v1.2.1