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. --- .../Modification_Files/Mutation/mutations.json | 6 ----- .../Mutation/mutations_vamp.json | 1 - .../Mutation/vampire-trait-group.json | 29 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json (limited to 'vamp_stuff/Modification_Files/Mutation') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index 0a98ca4..ca1b2e4 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -1,10 +1,4 @@ [ - { - "type": "mutation", - "id": "FLEET", - "copy-from": "FLEET", - "extend": { "category": [ "VAMP"] } - }, { "type": "mutation", "id": "GOODHEARING", diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 5cfc43a..e9e3427 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -107,7 +107,6 @@ "purifiable": false, "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], - "stealth_modifier": 5, "noise_modifier": 0.2, "movecost_modifier": 0.9, "attackcost_modifier": 0.9 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