Template:Vitaminslist: Difference between revisions

From The Cataclysm: Dark Days Ahead Wiki
Jump to navigation Jump to search
(test page)
 
m (Updated text automatically via the https://github.com/Soyweiser/CDDA-Wiki-Scripts vitamin.py script)
Line 1: Line 1:
<!--Automatically generated using https://github.com/Soyweiser/CDDA-Wiki-Scripts/blob/master/vitamins.py foragingList.py -->
<noinclude>
<noinclude>
Temp example page for making the vitamins script.
* Source: [https://raw.github.com/CleverRaven/Cataclysm-DDA/master/data/json/vitamin.json vitamin.json]
</noinclude>
* Source: [https://raw.github.com/CleverRaven/Cataclysm-DDA/master/data/json/effects.json effects.json]
Example: <!--ID--> Name (min, max), Goes down every X, [[Excess]]: [levels: (0,1), (1,2), ...], [[Deficiency]]: [levels: (0,1), (1,2), ...]
* Automatically generated by [https://github.com/Soyweiser/CDDA-Wiki-Scripts/blob/master/vitamins.py The vitamins.py script]. Any edits made to this can and will be overwritten. Please contact [[User:Soyweiser|Soyweiser]] if you want make changes to this page. Especially as any changes made here probably also means there have been changes in other pages. And there are tools to update those a little bit quicker.
 
</noinclude>==Types of vitamins and vitamin like effects==


{| style="clear: both; margin: 0 auto; width: 100%; font-size: 100%" class="toccolours"
{| style="clear: both; margin: 0 auto; width: 100%; font-size: 100%" class="toccolours"
Line 12: Line 15:
! style="width: 24em; text-align: left; background: #d8c3dd" | Deficiency
! style="width: 24em; text-align: left; background: #d8c3dd" | Deficiency
|-
|-
| <!-- ID--> '''Name''' (range, min, max)
| <!--calcium-->'''Calcium''' (-12000 )
| X m
| 15 m
| [[Excess]]: [levels: (0,1), (1,2), ...]
|
| [[Deficiency]]: [levels: (0,1), (1,2), ...]
| [[Hypocalcemia]]: [ levels:  (-4800, -5600),  (-5601, -6400),  (-6401, -12000) ]
|}
|-
| <!--iron-->'''Iron''' (-12000, 3600 )
| 15 m
| [[Hypervitaminosis]]
| [[Anemia]]: [ levels:  (-4800, -5600),  (-5601, -6400),  (-6401, -12000) ]
|-
| <!--vitA-->'''Vitamin A''' (-8400, 3600 )
| 15 m
| [[Hypervitaminosis]]
| [[Night blindness]]: [ levels:  (-2000, -4800),  (-4801, -5600),  (-5601, -8400) ]
|-
| <!--vitB-->'''Vitamin B12''' (-5600 )
| 15 m
|
| [[B12 deficiency]]: [ levels:  (-2800, -3600), (-3601, -4400),  (-4401, -5600) ]
|-
| <!--vitC-->'''Vitamin C''' (-5600 )
| 15 m
|
| [[Scurvy]]: [ levels: (-2800, -3600),  (-3601, -4400),  (-4401, -5600) ]
|-
| <!--mutant_toxin-->'''Toxins''' (0, 1800 )
| 15 m
| [[Toxin Buildup]]: [ levels:  (500, 949), (950, 1399), (1400, 1800) ]
|
|-
| <!--bad_food-->'''Disgusting Diet''' (0, 40 )
| 4 h
| [[Gross food]]: [ levels: (10, 19), (20, 29), (30, 40) ]
|  


  {
|}<noinclude>
    "id": "vitA",
{{ver|0.E}}
    "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 ] ]
  },
<noinclude>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 15:08, 17 September 2020


  • Source: vitamin.json
  • Source: effects.json
  • Automatically generated by The vitamins.py script. Any edits made to this can and will be overwritten. Please contact Soyweiser if you want make changes to this page. Especially as any changes made here probably also means there have been changes in other pages. And there are tools to update those a little bit quicker.

Types of vitamins and vitamin like effects

Vitamins
Vitamin name (minimum and maximum range) Reduction speed Excess effects (ranges) Deficiency
Calcium (-12000 ) 15 m Hypocalcemia: [ levels: (-4800, -5600), (-5601, -6400), (-6401, -12000) ]
Iron (-12000, 3600 ) 15 m Hypervitaminosis Anemia: [ levels: (-4800, -5600), (-5601, -6400), (-6401, -12000) ]
Vitamin A (-8400, 3600 ) 15 m Hypervitaminosis Night blindness: [ levels: (-2000, -4800), (-4801, -5600), (-5601, -8400) ]
Vitamin B12 (-5600 ) 15 m B12 deficiency: [ levels: (-2800, -3600), (-3601, -4400), (-4401, -5600) ]
Vitamin C (-5600 ) 15 m Scurvy: [ levels: (-2800, -3600), (-3601, -4400), (-4401, -5600) ]
Toxins (0, 1800 ) 15 m Toxin Buildup: [ levels: (500, 949), (950, 1399), (1400, 1800) ]
Disgusting Diet (0, 40 ) 4 h Gross food: [ levels: (10, 19), (20, 29), (30, 40) ]