Stardew_Valley_Mods/CustomShopMod/potato_seed_shop.txt

36 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-04-03 17:01:37 +08:00
Welcome to ShopMod! This is potato_seed_shop! //command example shop_mod potato_seed_shop (Shop_List_ID) Quantity
2016-04-03 16:51:33 +08:00
These are the items for sale:
=============================================================================================================================
Shop_List_ID:
1
Stock Name: This is the user made name of whatever is being bought. Can also be a search field.
Stack_of_Wood
2016-04-03 17:02:20 +08:00
Item_ID: This is the Object_Id reference to Objects.Yaml.
2016-04-03 16:51:33 +08:00
388
count: The number of things being bought at once. Good for bulk buying quantities.
10
price: The base cost of each purchase.
50
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Shop_List_ID:
2
Stock Name: This is the user made name of whatever is being bought. Can also be a search field.
Some Potato Seeds
2016-04-03 17:02:20 +08:00
Item_ID: This is the Object_Id reference to Objects.Yaml.
2016-04-03 16:51:33 +08:00
475
2016-04-03 17:02:20 +08:00
count: The number of things being bought at once. Good for bulk buying quantities.
2016-04-03 16:51:33 +08:00
10
price: The base cost of each purchase.
200
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Shop_List_ID:
3
Stock Name: This is the user made name of whatever is being bought. Can also be a search field.
Error Items
2016-04-03 17:02:20 +08:00
Item_ID: This is the Object_Id reference to Objects.Yaml.
2016-04-03 16:51:33 +08:00
375
count: The number of things being bought at once. Good for bulk buying quantities.
1
price: The base cost of each purchase.
2016-04-03 17:01:37 +08:00
75