Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
483 lines (482 sloc) 12.6 KB
[
{
"type": "effect_type",
"id": "gauze",
"base_mods": {
"h_mod_min": [1],
"h_mod_chance": [800]
}
},
{
"type": "effect_type",
"id": "rad_reduce",
"int_add_val": 1,
"max_intensity": 6,
"base_mods": {
"rad_min": [-1],
"rad_chance": [20]
},
"scaling_mods": {
"health_amount": [-1],
"rad_chance": [-0.6]
}
},
{
"type": "effect_type",
"id": "rad_tenths",
"int_add_val": 1,
"max_intensity": 9,
"base_mods": {
"rad_min": [1],
"rad_max": [2],
"rad_chance": [10],
"h_mod_min": [1],
"h_mod_chance": [100]
},
"scaling_mods": {
"rad_chance": [-0.5],
"h_mod_chance": [-10]
}
},
{
"type": "effect_type",
"id": "rad_fives",
"int_add_val": 1,
"max_intensity": 5,
"base_mods": {
"rad_min": [0],
"rad_max": [5],
"rad_chance": [10],
"rad_max_val": [240],
"h_mod_min": [1],
"h_mod_chance": [20]
},
"scaling_mods": {
"rad_chance": [-1],
"h_mod_chance": [-1],
"rad_max_val": [80]
}
},
{
"type": "effect_type",
"id": "chelated_iron",
"name": [
"Ferric Iron",
"Ferric Iron",
"Chelated Iron",
"Chelated Iron",
"Ionic Overdose",
"Ionic Overdose"
],
"desc": [ "Something you have consumed was never meant for eating and contains heavy metals." ],
"int_add_val": 1,
"max_intensity": 6,
"base_mods": {
"thirst_min": [1],
"thirst_tick": [10],
"thirst_chance": [10],
"thirst_max_val": [25],
"vomit_chance": [2000]
},
"scaling_mods": {
"thirst_chance": [-1],
"thirst_max_val": [35],
"vomit_chance": [-300, -200]
}
},
{
"type": "effect_type",
"id": "tummy_tablet",
"name": [ "Soothed Stomach." ],
"desc": [ "You are under the effects of a stomach soother." ],
"int_add_val": 1,
"max_intensity": 3,
"base_mods": {
"vomit_tick": [10],
"pkill_min": [1],
"pkill_tick": [10],
"pkill_max_val": [10],
"health_chance": [1500],
"health_min": [1],
"fatigue_amount": [50]
},
"scaling_mods": {
"pkill_max_val": [10],
"fatigue_amount": [75],
"health_min": [-1.5],
"health_min_val": [-2],
"vomit_tick": [20],
"stamina_min": [-0.5]
}
},
{
"type": "effect_type",
"id": "doom_stimpack",
"name": [
"stim fatigue",
"lingering stims",
"beserked",
"Rip and Tear!"
],
"max_intensity": 4,
"apply_message": "You see Red!",
"apply_memorial_log": "Got stimmed up for some intense action, destroying their health.",
"remove_message": "You feel unhealthier for it, but the stims are gone at least.",
"int_add_val": 1,
"int_decay_step": -1,
"int_decay_tick": 39,
"max_duration": 39,
"decay_messages": [["You feel the stims start to tax you as they wear off.", "bad"], ["You don't feel as badass as before.", "neutral"], ["The rush takes you, Rip and Tear!", "good"]],
"removes_effects": ["winded"],
"hurt_sizing": true,
"base_mods": {
"speed_mod": [-15],
"str_mod": [-3],
"dex_mod": [-4],
"int_mod": [-1],
"per_mod": [-3],
"pkill_amount": [30],
"fatigue_amount": [-50],
"stamina_min": [-3],
"health_min": [-1],
"health_min_val": [-60],
"h_mod_min": [-1],
"h_mod_min_val": [-40],
"hurt_min": [2],
"hurt_chance": [10],
"hurt_tick": [10]
},
"scaling_mods": {
"speed_mod": [20],
"str_mod": [5],
"dex_mod": [4],
"int_mod": [-2],
"per_mod": [2],
"pkill_amount": [10],
"fatigue_min": [-1],
"stamina_min": [4]
}
},
{
"type": "effect_type",
"id": "stamina_regen",
"name": [
"Stamina Tonic"
],
"int_add_val": 1,
"max_intensity": 5,
"base_mods": {
"stamina_min": [3],
"dex_mod": [1],
"pkill_amount": [5],
"fatigue_amount": [-20],
"thirst_amount": [15]
},
"scaling_mods": {
"stamina_min": [3],
"per_mod": [-1],
"pkill_amount": [5],
"fatigue_amount": [-10],
"thirst_amount": [15],
"vomit_chance": [250]
}
},
{
"type": "effect_type",
"id": "doom_unhealth",
"int_add_val": 1,
"max_intensity": 3,
"base_mods": {
"health_min": [-0.5],
"h_mod_min": [-1]
},
"scaling_mods": {
"health_min": [-0.5],
"h_mod_min": [-1]
}
},
{
"type": "effect_type",
"id": "spider_web_slow",
"name": [
"web spider poison"
],
"int_add_val": 1,
"max_intensity": 10,
"resist_trait": ["POISRESIST", "EATPOISON"],
"base_mods": {
"speed_mod": [-6, -5],
"pain_amount": [10, 4]
},
"scaling_mods": {
"speed_mod": [-1, -0.5],
"pain_amount": [4, 3]
}
},
{
"type": "effect_type",
"id": "spider_web_alpha",
"int_add_val": 1,
"max_intensity": 5,
"resist_trait": ["POISRESIST", "EATPOISON"],
"base_mods": {
"speed_mod": [-3, -1],
"dex_mod": [-1]
},
"scaling_mods": {
"speed_mod": [-3, -1],
"dex_mod": [-0.5, -0.25],
"str_mod": [-0.75, -0.5]
}
},
{
"type": "effect_type",
"id": "spider_web_omega",
"int_add_val": 1,
"max_intensity": 5,
"int_decay_step": -1,
"int_decay_tick": 200,
"resist_trait": ["POISRESIST", "EATPOISON"],
"base_mods": {
"speed_mod": [-2, 0],
"dex_mod": [-1],
"sleep_chance": [100, 150],
"sleep_min": [100, 50],
"sleep_max": [300, 100]
},
"scaling_mods": {
"speed_mod": [-2, 0],
"dex_mod": [-0.75, -0.5],
"str_mod": [-0.25, 0],
"sleep_chance": [-15],
"sleep_min": [50, 25],
"sleep_max": [100, 50]
}
},
{
"type": "effect_type",
"id": "spider_web_mu",
"resist_trait": ["POISRESIST", "EATPOISON"],
"base_mods": {
"speed_mod": [-10],
"hurt_min": [3, 2],
"hurt_chance": [20, 50]
}
},
{
"type": "effect_type",
"id": "antibiotics_1",
"//": "This provides temporary immunity to various 'minor' diseases, as well as affecting longterm health.",
"int_add_val": 1,
"apply_message": "You take and the antibiotics ... and hope.",
"remove_message": "Your body is less immune.",
"blocks_effects": [ "tetanus", "infected", "common_cold", "flu", "flu_zed", "infection_minor" ],
"removes_effects": [ "tetanus", "infected", "common_cold", "flu", "flu_zed", "infection_minor" ],
"base_mods": {
"h_mod_min": [1],
"h_mod_chance": [1200]
}
},
{
"type": "effect_type",
"id": "antibiotics_2",
"//": "This provides immunity to various non-microbial 'diseases', and affects short-term health adversely. Mostly noticably deters fungal infections.",
"int_add_val": 1,
"remove_message": "Your body's natural defenses surpass the effects of the antibodies.",
"removes_effects": [ "bloodworms", "paincysts", "brainworms" ],
"blocks_effects": [ "fungus", "bloodworms", "paincysts", "brainworms", "tapeworm" ],
"base_mods": {
"health_min": [-1],
"health_chance": [1200]
}
},
{
"type": "effect_type",
"id": "triffid_cure",
"int_add_val": 1,
"max_intensity": 2,
"int_decay_step": -1,
"int_decay_tick": 300,
"apply_message": "You feel itchy.",
"decay_messages": [["The toxin-negating effects of the tonic wears off.", "neutral"], ["You feel less itchy.", "good"]],
"removes_effects": ["bite", "poison", "stung", "foodpoison", "fungus", "paralyzepoison", "flu_zed", "infection_minor"],
"blocks_effects": ["bite", "poison", "stung", "fungus", "paralyzepoison", "flu_zed", "infection_minor"],
"base_mods": {
"pain_min": [1],
"pain_chance": [40],
"rad_amount": [-25]
},
"scaling_mods": {
"pain_chance": [-10]
}
},
{
"type": "effect_type",
"id": "triffid_neutralization",
"int_add_val": 1,
"max_intensity": 2,
"int_decay_step": -1,
"int_decay_tick": 450,
"decay_messages": [["The toxin-negating effects of the serum wears off.", "neutral"], ["You feel less itchy.", "good"]],
"apply_message": "You feel itchy.",
"removes_effects": ["fungus", "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", "poison", "stung", "badpoison", "foodpoison", "paralyzepoison",
"bite", "infected", "spider_web_mu", "spider_web_omega", "spider_web_alpha", "spider_web_slow", "doom_unhealth", "flu_zed", "infection_minor"],
"blocks_effects": ["bite", "poison", "stung", "fungus", "badpoison", "paralyzepoison", "spider_web_mu", "spider_web_omega", "spider_web_alpha", "spider_web_slow",
"doom_unhealth", "flu_zed", "infection_minor"],
"base_mods": {
"pain_min": [1],
"pain_chance": [20],
"rad_amount": [-50]
},
"scaling_mods": {
"pain_chance": [-5]
}
},
{
"type": "effect_type",
"id": "skunk_spray",
"chance": 95,
"name": [
"Overpoweringly Smelly"
],
"desc": ["You can hardly concentrate or breathe because the smell is overpowering."],
"max_intensity": 2,
"apply_message": "The monster sprays you in a foul-smelling liquid!",
"int_add_val": 1,
"int_decay_step": -1,
"int_decay_tick": 600,
"decay_messages": [["You don't think you smell quite so gross anymore.", "good"], ["You grow used to that foul smell.", "good"]],
"base_mods": {
"speed_mod": [-2],
"per_mod": [-1],
"stamina_min": [-1]
},
"scaling_mods": {
"speed_mod": [-3],
"int_mod": [-1],
"per_mod": [-1],
"stamina_min": [-1]
}
},
{
"type": "effect_type",
"id": "scrib",
"name": [ "Paralyzed" ],
"desc": [ "You are paralyzed!" ],
"apply_message": "Your joints lock up!",
"decay_messages": [["You can now use Free Action!", "good"]],
"base_mods": {
"speed_mod": [-100]
}
},
{
"type": "effect_type",
"id": "thing_poison",
"name": [ "Biotoxin" ],
"desc": [ "Your body is both hot and cold, burning with pain and numbed and cold!" ],
"int_add_val": 1,
"max_intensity": 5,
"int_decay_step": -1,
"int_decay_tick": 50,
"base_mods": {
"speed_mod": [-3],
"dex_mod": [-0.5],
"int_mod": [-1],
"fatigue_min": [1],
"fatigue_max": [5],
"fatigue_chance": [25],
"hurt_min": [1],
"hurt_max": [3],
"hurt_chance": [50],
"stamina_min": [-0.3]
},
"scaling_mods": {
"speed_mod": [-2],
"dex_mod": [-0.5],
"int_mod": [-0.5],
"str_mod": [-0.5],
"fatigue_chance": [-5],
"hurt_chance": [-5],
"stamina_min": [-0.3]
}
},
{
"type": "effect_type",
"id": "slashed",
"int_add_val": 1,
"max_intensity": 2,
"base_mods": {
"pain_min": [1],
"pain_max": [3],
"pain_chance": [3],
"hurt_min": [1],
"hurt_max": [2],
"hurt_chance": [10]
},
"scaling_mods": {
"pain_chance": [-2],
"hurt_chance": [-8]
}
},
{
"type": "effect_type",
"id": "infection_minor",
"chance": 3,
"name": ["Minor Inflammation"],
"desc": ["Your wounds are inflammed. Strong immunities or proper dressing should help."],
"resist_effects": ["took_flumed", "INFRESIST", "DISRESISTANT", "gauze"],
"int_add_val": 1,
"max_intensity": 7,
"base_mods": {
"speed_mod": [-2, -1],
"pain_min": [0],
"pain_max": [3, 2],
"pain_max_val": [15],
"pain_chance": [500, 900],
"rad_min": [1],
"rad_max_val": [21],
"rad_chance": [1600],
"health_min": [-2, -1],
"health_max": [1],
"health_min_val": [-10],
"health_max_val": [11],
"health_chance": [1800]
},
"scaling_mods": {
"speed_mod": [-1],
"pain_max": [0.4, 0.2],
"pain_max_val": [5],
"pain_chance": [-50, -90],
"rad_max_val": [7],
"rad_chance": [-100, -50],
"health_min_val": [-4]
}
},
{
"type": "effect_type",
"id": "flu_zed",
"chance": 35,
"name": ["Quivering Bowels"],
"desc": ["Your bowels feel weak, your blood hot, your insides like runny eggs."],
"rating": "bad",
"resist_effects": ["took_flumed", "INFRESIST", "DISRESISTANT"],
"harmful_cough": true,
"base_mods": {
"speed_mod": [-12, -5],
"thirst_tick": [180, 300],
"thirst_min": [1],
"fatigue_tick": [50],
"fatigue_chnace": [4, 12],
"fatigue_min": [1],
"str_mod": [-2, -1],
"dex_mod": [-1, 0],
"per_mod": [-1, 0],
"pain_min": [0],
"pain_max": [1],
"pain_max_val": [17, 10],
"pain_tick": [40, 120],
"cough_chance": [800, 1600],
"vomit_chance": [3000, 9000]
}
}
]
You can’t perform that action at this time.