Skip to content

Commit

Permalink
Vitamins name to object (#38308)
Browse files Browse the repository at this point in the history
  • Loading branch information
snipercup authored Feb 24, 2020
1 parent 06b484f commit b03e1f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/json/vitamin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "calcium",
"type": "vitamin",
"vit_type": "vitamin",
"name": "Calcium",
"name": { "str": "Calcium" },
"deficiency": "hypocalcemia",
"min": -12000,
"rate": "15 m",
Expand All @@ -13,7 +13,7 @@
"id": "iron",
"type": "vitamin",
"vit_type": "vitamin",
"name": "Iron",
"name": { "str": "Iron" },
"excess": "hypervitaminosis",
"deficiency": "anemia",
"min": -12000,
Expand All @@ -25,7 +25,7 @@
"id": "vitA",
"type": "vitamin",
"vit_type": "vitamin",
"name": "Vitamin A",
"name": { "str": "Vitamin A" },
"excess": "hypervitaminosis",
"deficiency": "hypovitA",
"min": -8400,
Expand All @@ -37,7 +37,7 @@
"id": "vitB",
"type": "vitamin",
"vit_type": "vitamin",
"name": "Vitamin B12",
"name": { "str": "Vitamin B12" },
"deficiency": "hypovitB",
"min": -5600,
"rate": "15 m",
Expand All @@ -47,7 +47,7 @@
"id": "vitC",
"type": "vitamin",
"vit_type": "vitamin",
"name": "Vitamin C",
"name": { "str": "Vitamin C" },
"deficiency": "scurvy",
"min": -5600,
"rate": "15 m",
Expand All @@ -57,7 +57,7 @@
"id": "mutant_toxin",
"type": "vitamin",
"vit_type": "toxin",
"name": "Toxins",
"name": { "str": "Toxins" },
"excess": "toxin_buildup",
"min": 0,
"max": 1800,
Expand All @@ -68,7 +68,7 @@
"id": "bad_food",
"type": "vitamin",
"vit_type": "counter",
"name": "Disgusting Diet",
"name": { "str": "Disgusting Diet" },
"excess": "bad_food_ennui",
"min": 0,
"max": 40,
Expand Down

0 comments on commit b03e1f5

Please sign in to comment.