summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Monsters/monster_effects.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification Files/Monsters/monster_effects.json')
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_effects.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Monsters/monster_effects.json b/vamp_stuff/Modification Files/Monsters/monster_effects.json
new file mode 100644
index 0000000..2e7b0fa
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/monster_effects.json
@@ -0,0 +1,73 @@
+[{
+ "type": "effect_type",
+ "id": "leechpoison",
+ "name": [
+ "abominable leech poison"
+ ],
+ "int_add_val": 1,
+ "max_intensity": 10,
+ "resist_trait": ["POISRESIST"],
+ "base_mods": {
+ "per_mod": [-2],
+ "dex_mod": [-1],
+ "str_mod": [-1],
+ "int_mod": [-3],
+ "speed_mod": [-5]
+ },
+ "scaling_mods": {
+ "per_mod": [-1, 0],
+ "dex_mod": [-1, -0.75],
+ "str_mod": [-1, -0.5],
+ "int_mod": [-2, -1],
+ "speed_mod": [-15]
+ }
+ }, {
+ "type": "effect_type",
+ "id": "leechvenom",
+ "name": [
+ "venomous leech poison"
+ ],
+ "int_add_val": 1,
+ "max_intensity": 15,
+ "resist_trait": ["POISRESIST"],
+ "base_mods": {
+ "per_mod": [-4],
+ "dex_mod": [-2],
+ "str_mod": [-2],
+ "int_mod": [-5],
+ "speed_mod": [-15]
+ },
+ "scaling_mods": {
+ "per_mod": [-1, -0.25],
+ "dex_mod": [-1],
+ "str_mod": [-2, 0],
+ "int_mod": [-4, -2.5],
+ "speed_mod": [-15]
+ }
+ }, {
+ "type": "effect_type",
+ "id": "profane_curse",
+ "name": ["Profane Curse"],
+ "desc": ["A curse lingers through your body, amplifying elemental damage you take."],
+ "apply_message": "You've been cursed.",
+ "remove_message": "You feel your body thaw from the curse.",
+ "rating": "bad",
+ "show_in_info": true,
+ "base_mods": {
+ "environmental_protection": [-2]
+ }
+ }, {
+ "type": "effect_type",
+ "id": "vamp_conceal",
+ "name": ["Conceal"],
+ "desc": ["Your body is invisible to the naked eye."],
+ "apply_message": "You've turned invisible!",
+ "remove_message": "You reveal yourself.",
+ "rating": "bad",
+ "show_in_info": true,
+ "flags": ["EFFECT_INVISIBLE"],
+ "base_mods": {
+ "speed_mod": [-50]
+ }
+ }
+]