summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others/v_effects.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Others/v_effects.json')
-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
}
]