summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-13 10:47:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-13 10:47:05 -0700
commit96d52324da5181edbd9775482f6cdd241dcaaa0d (patch)
tree63992be0922c889a7661d0823d373680c746ed30 /vamp_stuff/Modification_Files/Others
parentMore roleplaying mutations (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-96d52324da5181edbd9775482f6cdd241dcaaa0d.tar.xz
Blood drinking dialogue trees
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r--vamp_stuff/Modification_Files/Others/v_effects.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json
index 732511d..c78245a 100644
--- a/vamp_stuff/Modification_Files/Others/v_effects.json
+++ b/vamp_stuff/Modification_Files/Others/v_effects.json
@@ -10,5 +10,26 @@
"anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
"stim_overdose",
"tetanus" ]
+ },
+ {
+ "type": "effect_type",
+ "id": "vamp_given_blood",
+ "name": [ "Recently Gave Blood", "Just Gave Blood" ],
+ "desc": [
+ "You are recovering from having had your blood taken.", "You are woozy from having had your blood recently taken."
+ ],
+ "max_intensity": 2,
+ "int_dur_factor": "24 h",
+ "base_mods": { "per_mod": [ 0 ] },
+ "scaling_mods": { "str_mod": [ -1 ], "dex_mod": [ -1 ], "int_mod": [ -1 ], "per_mod": [ -1 ] }
+ },
+ {
+ "type": "mutation",
+ "id": "vamp_sire_forgiven",
+ "name": { "str": "Gave Second Chance" },
+ "points": -1,
+ "description": "You have forgiven your childer for a slight, but won't be so merciful next time.",
+ "valid": false,
+ "purifiable": false
}
]