diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-14 14:49:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-14 14:49:41 -0700 |
commit | 3af5cf638538e6d96a05a61910367a0a2f51e996 (patch) | |
tree | 3a76ebb0b51edcb66e0ef9a515054fb43439409a /vamp_stuff | |
parent | Fix vampire npcs having only one item at a time. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-3af5cf638538e6d96a05a61910367a0a2f51e996.tar.xz |
Actually add the new vampire mutation
Clean up the mutations folder
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json (renamed from vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json) | 0 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations.json (renamed from vamp_stuff/Modification_Files/Mutation/crt-lift/crt_vamp_mutations.json) | 12 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json (renamed from vamp_stuff/Modification_Files/Mutation/crt-lift/crt_mutatinoc.json) | 24 |
3 files changed, 24 insertions, 12 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json b/vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json index d86818f..d86818f 100644 --- a/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json +++ b/vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json diff --git a/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_vamp_mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index 5759607..b222f87 100644 --- a/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_vamp_mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -1,18 +1,6 @@ [ { "type": "mutation", - "id": "THRESH_VAMP", - "name": "Vampire", - "points": 1, - "description": "You are proof of immortality. The living nightmare of the dark days, is now a scavenger of the Cataclysm.", - "valid": false, - "purifiable": false, - "threshold": true, - "cancels": [ "ASTHMA" ], - "enchantments": [ "VAMP_ench" ] - }, - { - "type": "mutation", "id": "FLEET", "name": "Fleet-Footed", "points": 2, diff --git a/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_mutatinoc.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 40500e5..273a825 100644 --- a/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_mutatinoc.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -1,6 +1,18 @@ [ { "type": "mutation", + "id": "THRESH_VAMP", + "name": "Vampire", + "points": 1, + "description": "You are proof of immortality. The living nightmare of the dark days, is now a scavenger of the Cataclysm.", + "valid": false, + "purifiable": false, + "threshold": true, + "cancels": [ "ASTHMA" ], + "enchantments": [ "VAMP_ench" ] + }, + { + "type": "mutation", "id": "SHMELD", "name": "Shadow Meld", "points": 4, @@ -41,5 +53,17 @@ "cancels": [ "BIRD_EYE", "LIZ_EYE", "FEL_EYE", "URSINE_EYE", "COMPOUND_EYES", "ELFAEYES" ], "category": [ "VAMP" ], "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 1 } + }, + { + "type": "mutation", + "id": "VAMPSKIN", + "name": "Deadened Body", + "points": 4, + "description": "Your corpse-like body is not as vulnerable to temperature, or to damage, as mortals are.", + "valid": false, + "purifiable": false, + "threshreq": [ "THRESH_VAMP" ], + "category": [ "VAMP" ], + "armor": [ { "parts": "ALL", "bash": 10, "cut": 5 } ] } ] |