Skip to content

Commit

Permalink
Remove deficiencies (#49083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Venera3 authored May 31, 2021
1 parent 221b793 commit 69fef90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/json/vitamin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "vitamin",
"vit_type": "vitamin",
"name": { "str": "Calcium" },
"deficiency": "hypocalcemia",
"min": -12000,
"rate": "15 m",
"disease": [ [ -4800, -5600 ], [ -5601, -6400 ], [ -6401, -12000 ] ]
Expand All @@ -27,7 +26,6 @@
"vit_type": "vitamin",
"name": { "str": "Vitamin A" },
"excess": "hypervitaminosis",
"deficiency": "hypovitA",
"min": -8400,
"max": 3600,
"rate": "15 m",
Expand All @@ -38,7 +36,6 @@
"type": "vitamin",
"vit_type": "vitamin",
"name": { "str": "Vitamin B12" },
"deficiency": "hypovitB",
"min": -5600,
"rate": "15 m",
"disease": [ [ -2800, -3600 ], [ -3601, -4400 ], [ -4401, -5600 ] ]
Expand All @@ -48,7 +45,6 @@
"type": "vitamin",
"vit_type": "vitamin",
"name": { "str": "Vitamin C" },
"deficiency": "scurvy",
"min": -5600,
"rate": "15 m",
"disease": [ [ -2800, -3600 ], [ -3601, -4400 ], [ -4401, -5600 ] ]
Expand Down

0 comments on commit 69fef90

Please sign in to comment.