Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesVeug committed Jul 7, 2024
1 parent 6bd3d3f commit 7044b2d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Examples/[Food Raw] Meat_good.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "[Food Raw] Meat",
"icon": "meat_example.png",
"eatable": true,
"eatingFullness": 100,
"tradingBuyValue": 0.5,
"allTradersSellingThisGood": true,
"tradingSellValue": 200.25,
"allTradersBuyThisGood": true
}
Binary file added Examples/meat_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Examples/pizza_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Examples/pizza_good.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Pizza",
"icon": "pizza_example.png",
"displayName": "Pizza",
"description": "Yummy Deep dish pizza",
"eatable": true,
"eatingFullness": 1,
"canBeBurned": false,
"showStorageAmount": true,
"tradingBuyValue": 10,
"tradingSellValue": 10,
"allTradersSellingThisGood": true,
"allTradersBuyThisGood": true
}

0 comments on commit 7044b2d

Please sign in to comment.