Template:Vitaminslist
Temp example page for making the vitamins script.
Example: Name (min, max), Goes down every X, Excess: [levels: (0,1), (1,2), ...], Deficiency: [levels: (0,1), (1,2), ...]
Vitamins | |||
---|---|---|---|
Vitamin name (minimum and maximum range) | Reduction speed | Excess effects (ranges) | Deficiency |
Name (range, min, max) | X m | Excess: [levels: (0,1), (1,2), ...] | Deficiency: [levels: (0,1), (1,2), ...] |
{ "id": "vitA", "type": "vitamin", "vit_type": "vitamin", "name": { "str": "Vitamin A" }, "excess": "hypervitaminosis", "deficiency": "hypovitA", "min": -8400, "max": 3600, "rate": "15 m", "disease": [ [ -2000, -4800 ], [ -4801, -5600 ], [ -5601, -8400 ] ] "disease_excess": [ [ -2000, -4800 ], [ -4801, -5600 ], [ -5601, -8400 ] ] },