Skip to content

Commit 9825d17

Browse files
Domestic palette fix - armguards and oatmeal (CleverRaven#83507)
* fix oatmeal have oatmeal spawn in one box * add armguard hard add armguard hard to wardrobes with same probability as leg guard hard * appease json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a900bcb commit 9825d17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

data/json/itemgroups/Clothing_Gear/clothing.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,6 +3877,7 @@
38773877
{ "item": "longshirt", "prob": 70 },
38783878
{ "item": "arm_warmers", "prob": 20 },
38793879
{ "item": "armguard_soft", "prob": 10 },
3880+
{ "item": "armguard_hard", "prob": 3 },
38803881
{ "item": "dress_shirt", "prob": 50 },
38813882
{ "item": "denim_shirt", "prob": 15 },
38823883
{ "item": "jersey", "prob": 30 },

data/json/itemgroups/SUS/domestic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
{ "item": "peanutbutter", "charges": [ 1, -1 ], "prob": 80 },
686686
{ "item": "marshmallow_fluff", "charges": [ 1, -1 ], "prob": 80 },
687687
{ "item": "syrup", "charges": [ 1, -1 ], "prob": 50 },
688-
{ "item": "oatmeal", "count": [ 2, 16 ], "prob": 80 },
688+
{ "item": "oatmeal", "entry-wrapper": "box_small", "container-item": "null", "count": [ 2, 16 ], "prob": 80 },
689689
{ "group": "box_cereal_any_opened" },
690690
{ "group": "box_cereal_any_opened", "prob": 75 },
691691
{

0 commit comments

Comments
 (0)