Skip to content

Commit ab1d17a

Browse files
authored
Merge pull request #101 from Theawesomeboophis/Vitamin-Fix-2
[PK] Fix Vitamin Deficiencies Again thanks to Theawesomeboophis' work
2 parents 6f135f9 + 9c26a6f commit ab1d17a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Kenan-Modpack/PKs_Rebalancing/pk_effects_override.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
},
450450
{
451451
"type": "effect_type",
452-
"id": "hypocalcemia",
452+
"id": "hypocalcemia_pk",
453453
"name": [ "Hypocalcemia", "Weak bones", "Brittle bones" ],
454454
"desc": [ "A lack of calcium in your diet will make your bones progressively weaker." ],
455455
"apply_message": "Your bones are becoming more brittle.",
@@ -481,7 +481,7 @@
481481
},
482482
{
483483
"type": "effect_type",
484-
"id": "hypovitA",
484+
"id": "hypovitA_pk",
485485
"name": [ "VitA deficiency", "Poor vision", "Night blindness" ],
486486
"desc": [ "A lack of vitamin A in your diet will progressively worsen your vision." ],
487487
"apply_message": "You start struggling to make out the finer details.",
@@ -497,7 +497,7 @@
497497
},
498498
{
499499
"type": "effect_type",
500-
"id": "hypovitB",
500+
"id": "hypovitB_pk",
501501
"name": [ "B12 deficiency", "Slow healing", "No healing" ],
502502
"desc": [ "A lack of vitamin B12 in your diet will affect your ability to heal." ],
503503
"apply_message": "Simple wounds are starting to concern you more than usual.",
@@ -513,7 +513,7 @@
513513
},
514514
{
515515
"type": "effect_type",
516-
"id": "scurvy",
516+
"id": "scurvy_pk",
517517
"name": [ "Early scurvy", "Scurvy", "Bad Scurvy" ],
518518
"desc": [ "A lack of vitamin C in your diet will result in progressively worse symptoms of scurvy." ],
519519
"miss_messages": [ [ "You body quakes slightly.", 4 ] ],

Kenan-Modpack/PKs_Rebalancing/pk_vitamins.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "vitamin",
55
"vit_type": "vitamin",
66
"name": { "str": "Calcium" },
7-
"deficiency": "hypocalcemia",
7+
"deficiency": "hypocalcemia_pk",
88
"min": -12000,
99
"rate": "15 m",
1010
"disease": [ [ -4800, -5600 ], [ -5601, -6400 ], [ -6401, -12000 ] ]
@@ -15,7 +15,7 @@
1515
"vit_type": "vitamin",
1616
"name": { "str": "Vitamin A" },
1717
"excess": "hypervitaminosis",
18-
"deficiency": "hypovitA",
18+
"deficiency": "hypovitA_pk",
1919
"min": -8400,
2020
"max": 3600,
2121
"rate": "15 m",
@@ -26,7 +26,7 @@
2626
"type": "vitamin",
2727
"vit_type": "vitamin",
2828
"name": { "str": "Vitamin B12" },
29-
"deficiency": "hypovitB",
29+
"deficiency": "hypovitB_pk",
3030
"min": -5600,
3131
"rate": "15 m",
3232
"disease": [ [ -2800, -3600 ], [ -3601, -4400 ], [ -4401, -5600 ] ]
@@ -36,7 +36,7 @@
3636
"type": "vitamin",
3737
"vit_type": "vitamin",
3838
"name": { "str": "Vitamin C" },
39-
"deficiency": "scurvy",
39+
"deficiency": "scurvy_pk",
4040
"min": -5600,
4141
"rate": "15 m",
4242
"disease": [ [ -2800, -3600 ], [ -3601, -4400 ], [ -4401, -5600 ] ]

0 commit comments

Comments
 (0)