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)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<!--Automatically generated using https://github.com/Soyweiser/CDDA-Wiki-Scripts/blob/master/vitamins.py foragingList.py --><noinclude>* Source: [https://raw.github.com/CleverRaven/Cataclysm-DDA/master/data/json/vitamin.json vitamin.json]
Temp example page for making the vitamins script.
* Source: [https://raw.github.com/CleverRaven/Cataclysm-DDA/master/data/json/effects.json effects.json]
</noinclude>
* 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.
Example: <!--ID--> Name (min, max), Goes down every X, [[Excess]]: [levels: (0,1), (1,2), ...], [[Deficiency]]: [levels: (0,1), (1,2), ...]
 
</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 8: Line 9:
|-
|-
! style="padding: 0.2em; width: 24em; text-align: left; background: #d8c3dd" | Vitamin name (minimum and maximum range)
! style="padding: 0.2em; width: 24em; text-align: left; background: #d8c3dd" | Vitamin name (minimum and maximum range)
! style="width: 24em; text-align: left; background: #d8c3dd" | Reduction speed
! style="text-align: left; background: #d8c3dd" | Reduction speed
! style="width: 24em; text-align: left; background: #d8c3dd" | Excess effects (ranges)
! style="text-align: left; background: #d8c3dd" | Excess effects (ranges)
! style="width: 24em; text-align: left; background: #d8c3dd" | Deficiency
! style="text-align: left; background: #d8c3dd" | Deficiency
|-
| <!--calcium-->'''Calcium''' (-12000)
| 15 m
|
| [[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) ]
|
|-
|-
| <!-- ID--> '''Name''' (range, min, max)
| <!--bad_food-->'''Disgusting Diet''' (0, 40)
| X m
| 4 h
| [[Excess]]: [levels: (0,1), (1,2), ...]
| [[Gross food]]: [ levels: (10, 19), (20, 29), (30, 40) ]
| [[Deficiency]]: [levels: (0,1), (1,2), ...]
|  
|}


  {
|}<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>

Latest revision as of 15:39, 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) ]