summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 14:49:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 14:49:41 -0700
commit3af5cf638538e6d96a05a61910367a0a2f51e996 (patch)
tree3a76ebb0b51edcb66e0ef9a515054fb43439409a /vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
parentFix vampire npcs having only one item at a time. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-3af5cf638538e6d96a05a61910367a0a2f51e996.tar.xz
Actually add the new vampire mutation
Clean up the mutations folder
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
new file mode 100644
index 0000000..273a825
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -0,0 +1,69 @@
+[
+ {
+ "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,
+ "description": "The light around you bends strangely, making it harder for enemies to notice you.",
+ "valid": false,
+ "purifiable": false,
+ "prereqs": [ "WEAKSCENT" ],
+ "threshreq": [ "THRESH_VAMP" ],
+ "category": [ "VAMP" ],
+ "stealth_modifier": 25
+ },
+ {
+ "type": "mutation",
+ "id": "BEAUTIFULVAMP",
+ "name": "Moon-lit Grace",
+ "points": 6,
+ "visibility": -7,
+ "ugliness": -7,
+ "description": "Aside from your appearances, your movements are incredibly graceful and allow you to seemingly glide through every task.",
+ "prereqs": [ "BEAUTIFUL3" ],
+ "threshreq": [ "THRESH_VAMP" ],
+ "category": [ "VAMP" ],
+ "stealth_modifier": 5,
+ "noise_modifier": 0.2,
+ "movecost_modifier": 0.9,
+ "attackcost_modifier": 0.9
+ },
+ {
+ "type": "mutation",
+ "id": "VAMPEYES",
+ "name": "Red Iris",
+ "mixed_effect": true,
+ "points": 4,
+ "visibility": -1,
+ "ugliness": -1,
+ "description": "You eyes are a pleasant shade of hypnotic scarlet. People feel mildly persuaded by you.",
+ "prereqs": [ "BEAUTIFUL" ],
+ "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 } ]
+ }
+]