Skip to content

Commit

Permalink
KRS update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadi42 committed Feb 15, 2020
1 parent bfc1bac commit 012b919
Showing 1 changed file with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"PortraitPath": "assets/WeekdayIcon.png",
"Quote": "Welcome! Khadija's happy to see you too!",
"MaxNumItemsSoldInStore": 19,
"MaxNumItemsSoldInStore": 30,
"ItemStocks": [
{
"ItemType": "Object",
Expand Down Expand Up @@ -41,8 +41,9 @@
"Water",
"Bottled Water",
"Raw Water",


"Cocoa Butter",
"Powdered Milk",
"Chocolatier Cocoa Powder",
]
},
{
Expand Down Expand Up @@ -108,8 +109,18 @@
},
{
"ItemType": "Object",
"IsRecipe": true,
"MaxNumItemsSoldInItemStock": 2,
"JAPacks": [
"Ritsune.ChocolatierJA",
],
"When": [
"!z spring",
],
},
{
"ItemType": "Object",
"IsRecipe": true,
"MaxNumItemsSoldInItemStock": 3,
"JAPacks": [
"amburr.spoopyvalley"
],
Expand Down Expand Up @@ -218,6 +229,7 @@
"Hadi.PoppiPanJAWV",
"Poppi.KawaiiValleyJA",
"abreeman.alternatemilk",
"Ritsune.ChocolatierJA",
],
},
{
Expand All @@ -239,6 +251,7 @@
"Hadi.PoppiPanJAWV",
"Poppi.KawaiiValleyJA",
"abreeman.alternatemilk",
"Ritsune.ChocolatierJA",
],
},
],
Expand Down

0 comments on commit 012b919

Please sign in to comment.