summaryrefslogtreecommitdiff
path: root/vamp_stuff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-09 00:02:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-09 00:02:57 -0700
commit7d952a8d20acc8431f0ee5d9bfd5d698ee1d4f0d (patch)
tree39c8e9e0fa6630ee790813df3cf5b67d1929ca83 /vamp_stuff
parentAdd trait to link thirst and hunger. And later to indicate blood addiction. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-7d952a8d20acc8431f0ee5d9bfd5d698ee1d4f0d.tar.xz
Rename VAMPCLAWS and VAMPFANGS to VAMP_CLAWS and VAMP_FANGS
Diffstat (limited to 'vamp_stuff')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json4
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_classes.json32
-rw-r--r--vamp_stuff/readme1
3 files changed, 19 insertions, 18 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index 02e5265..f8d1430 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -154,7 +154,7 @@
},
{
"type": "mutation",
- "id": "VAMPFANGS",
+ "id": "VAMP_FANGS",
"name": "Vampire Fangs",
"points": 2,
"visibility": 0,
@@ -177,7 +177,7 @@
},
{
"type": "mutation",
- "id": "VAMPCLAWS",
+ "id": "VAMP_CLAWS",
"name": { "str": "Vampire Claws" },
"points": 2,
"visibility": 0,
diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json
index 6204b42..f97dba2 100644
--- a/vamp_stuff/Modification_Files/NPC/v_classes.json
+++ b/vamp_stuff/Modification_Files/NPC/v_classes.json
@@ -43,8 +43,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_long", 100 ],
@@ -95,8 +95,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_medium", 100 ]
@@ -147,8 +147,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_short", 100 ]
@@ -204,8 +204,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_crewcut", 100 ]
@@ -255,8 +255,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_medium", 100 ]
@@ -306,8 +306,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_crewcut", 100 ]
@@ -357,8 +357,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_short", 100 ]
@@ -415,8 +415,8 @@
[ "VAMP_VISION", 100 ],
[ "INFRARED", 100 ],
[ "VAMP_EYES", 100 ],
- [ "VAMPFANGS", 100 ],
- [ "VAMPCLAWS", 100 ],
+ [ "VAMP_FANGS", 100 ],
+ [ "VAMP_CLAWS", 100 ],
[ "SUNBURN", 100 ],
[ "VAMP_HUNGER", 100 ],
[ "hair_white_short", 100 ]
diff --git a/vamp_stuff/readme b/vamp_stuff/readme
index 79f2d7a..b7f26f7 100644
--- a/vamp_stuff/readme
+++ b/vamp_stuff/readme
@@ -84,6 +84,7 @@ Clean up a lot of broken english.
Patch the warnings upon entering gas fields vampires are immune to in the source code.
Patch underwater breathing in the source code.
Patch mutation layering for vampire skin in the source.
+Patch in alternate metabolic rehydration mutation so vampires only need blood.
-To-Do