summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-02 12:41:04 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-02 12:41:04 -0700
commit741f951b6f0b98c687e2ffefe4eb9b173e808a87 (patch)
tree5ae2cb088ddaa58357ebe103aeb09a49fa0fcd0f
parentTypo (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-741f951b6f0b98c687e2ffefe4eb9b173e808a87.tar.xz
Add Vampire Claws mutation
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations.json2
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json17
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_classes.json16
3 files changed, 25 insertions, 10 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json
index fcd1a4f..b683086 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations.json
@@ -389,7 +389,7 @@
"visibility": 1,
"description": "Your fingernails are long and sharp. If you aren't wearing gloves, your unarmed attacks deal a minor amount of cutting damage.",
"types": [ "CLAWS" ],
- "changes_to": [ "CLAWS", "TALONS" ],
+ "changes_to": [ "CLAWS", "TALONS", "VAMPCLAWS" ],
"cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ],
"category": [ "RAPTOR", "VAMP" ]
},
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index fd33691..d0a0664 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -2,7 +2,7 @@
{
"type": "mutation",
"id": "THRESH_VAMP",
- "name": "Vampire",
+ "name": { "str": "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,
@@ -87,5 +87,20 @@
"base_damage": { "damage_type": "stab", "amount": 25 }
}
]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMPCLAWS",
+ "name": { "str": "Vampire Claws" },
+ "points": 2,
+ "visibility": 0,
+ "ugliness": 0,
+ "cut_dmg_bonus": 5,
+ "description": "Your fingernails have grown into sharp claws, which can be retracted at will. If you aren't wearing gloves, your unarmed attacks deal additional cutting damage.",
+ "types": [ "CLAWS" ],
+ "threshreq": [ "THRESH_VAMP" ],
+ "prereqs": [ "NAILS" ],
+ "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ],
+ "category": [ "VAMP" ]
}
]
diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json
index c56dc72..993df78 100644
--- a/vamp_stuff/Modification_Files/NPC/v_classes.json
+++ b/vamp_stuff/Modification_Files/NPC/v_classes.json
@@ -48,7 +48,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_long", 100 ],
[ "BGSS_VAMPIRE_ISOLATED_1", 100 ]
@@ -103,7 +103,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_medium", 100 ]
]
@@ -158,7 +158,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_short", 100 ]
]
@@ -218,7 +218,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_crewcut", 100 ]
]
@@ -272,7 +272,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_medium", 100 ]
]
@@ -326,7 +326,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_crewcut", 100 ]
]
@@ -380,7 +380,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_short", 100 ]
]
@@ -441,7 +441,7 @@
[ "INFRARED", 100 ],
[ "VAMPEYES", 100 ],
[ "VAMPFANGS", 100 ],
- [ "NAILS", 100 ],
+ [ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "hair_white_short", 100 ]
]