[
{
“type”: “effect_type”,
“id”: “frostbite”,
“name”: [
“Frostnip”,
“Frostbite”
],
“desc”: [
“Your %s is frostnipped and has gone numb.”,
“Your %s is frostbitten! Its tissues are frozen from the cold!”
],
“part_descs”: true,
“speed_name”: “Frostbite”,
“dur_add_perc”: 0,
“base_mods”: {
“dex_mod”: [-1],
“speed_mod”: [-5]
},
“scaling_mods”: {
“speed_mod”: [-5],
“hurt_min”: [1],
“hurt_chance”: [20],
“hurt_tick”: [20]
}
},
{
“type”: “effect_type”,
“id”: “hypocalcemia”,
“name”: [ “Hypocalcemia”, “Weak bones”, “Brittle bones” ],
“desc”: [ “A lack of calcium in your diet will make your bones progressively weaker.” ],
“apply_message”: “Your bones are becoming more brittle.”,
“remove_message”: “Your bones regain their usual strength.”,
“decay_messages”: [
[ “Your calcium deficiency is nearly resolved.”, “good” ],
[ “Your bones become stronger as your calcium deficiency improves.”, “good” ]
],
“max_intensity”: 3,
“rating”: “bad”,
“base_mods”: {
“speed_mod”: [-5],
“str_mod”: [-1]
},
“scaling_mods”: {
“speed_mod”: [-10],
“str_mod”: [-1.5]
}
},
{
“type”: “effect_type”,
“id”: “anemia”,
“name”: [ “Iron deficiency”, “Early anemia”, “Anemia” ],
“desc”: [ “A lack of iron in your diet will result in progressively worsening anemia.” ],
“apply_message”: “You begin feeling increasingly tired and listless.”,
“remove_message”: “You no longer feel anemic.”,
“decay_messages”: [
[ “Your iron deficiency is nearly resolved.”, “good” ],
[ “Your feel stronger as your anemia starts to improve.”, “good” ]
],
“max_intensity”: 3,
“rating”: “bad”,
“base_mods”: {
“speed_mod”: [-5],
“stamina_min”: [-1]
},
“scaling_mods”: {
“speed_mod”: [-5],
“stamina_min”: [-1],
“fatigue_min”: [0.5]
}
},
{
“type”: “effect_type”,
“id”: “hypovitA”,
“name”: [ “VitA deficiency”, “Poor vision”, “Night blindness” ],
“desc”: [ “A lack of vitamin A in your diet will progressively worsen your vision.” ],
“apply_message”: “You start struggling to make out the finer details.”,
“remove_message”: “Your normal visual acuity returns.”,
“decay_messages”: [
[ “Your vitamin A deficiency is nearly resolved.”, “good” ],
[ “Your vision improves as your Vitamin A deficiency improves.”, “good” ]
],
“max_intensity”: 3,
“rating”: “bad”,
“base_mods”: {
“per_mod”: [-1]
},
“scaling_mods”: {
“per_mod”: [-2],
“int_mod”: [-1]
}
},
{
“type”: “effect_type”,
“id”: “hypovitB”,
“name”: [ “B12 deficiency”, “Slow healing”, “No healing” ],
“desc”: [ “A lack of vitamin B12 in your diet will affect your ability to heal.” ],
“apply_message”: “Simple wounds are starting to concern you more than usual.”,
“remove_message”: “Your wounds now heal normally.”,
“decay_messages”: [
[ “Your vitamin B12 deficiency is starting to resolve.”, “good” ],
[ “Your ability to heal returns as your Vitamin B12 deficiency improves.”, “good” ]
],
“max_intensity”: 3,
“rating”: “bad”,
“base_mods”: {
“stamina_min”: [-0.5],
“hurt_chance”: [125],
“hurt_tick”: [60]
},
“scaling_mods”: {
“stamina_min”: [-0.5],
“hurt_min”: [1],
“hurt_chance”: [-25]
}
},
{
“type”: “effect_type”,
“id”: “scurvy”,
“name”: [ “Early scurvy”, “Scurvy”, “Bad Scurvy” ],
“desc”: [ “A lack of vitamin C in your diet will result in progressively worse symptoms of scurvy.” ],
“miss_messages”: [[“You body quakes slightly.”, 4]],
“apply_message”: “You start to develop symptoms of scurvy.”,
“remove_message”: “Your scurvy has resolved.”,
“decay_messages”: [
[ “Your vitamin C deficiency is starting to resolve.”, “good” ],
[ “Your scurvy lessens as your Vitamin C deficiency improves.”, “good” ]
],
“max_intensity”: 3,
“rating”: “bad”,
“base_mods”: {
“stamina_min”: [-0.5],
“pain_min”: [1],
“pain_chance”: [100],
“pain_tick”: [50]
},
“scaling_mods”: {
“str_mod”: [-1.5],
“per_mod”: [-1],
“int_mod”: [-0.5],
“dex_mod”: [-1],
“stamina_min”: [-1.25],
“pain_chance”: [-30]
}
},
{
“type”: “effect_type”,
“id”: “hypervitaminosis”,
“name”: [ “Hypervitaminosis” ],
“desc”: [ “An excess of vitamins has badly affected your metabolism.” ],
“apply_message”: “Your metabolism becomes unstable.”,
“remove_message”: “Your metabolism becomes more stable.”,
“rating”: “bad”,
“base_mods”: {
“stamina_min”: [-1],
“speed_mod”: [-5],
“health_min”: [1],
“health_chance”: [50],
“health_tick”: [30]
}
}
]
This is my first attempt to non-intrusively add in frostbite and vitamin effects. I dont really ever experience vitamin problems, and frostbite is really situational, but more relevant.