Created Store panel setup file
This commit is contained in:
parent
3b84cd9003
commit
db2392fb7a
20
Panel_Store.md
Normal file
20
Panel_Store.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Store Panel
|
||||||
|
## Items new variables
|
||||||
|
```js
|
||||||
|
{
|
||||||
|
"materials": {
|
||||||
|
"id": "original:ore_coal",
|
||||||
|
"texture": "original/assets/textures/materials/ore/coal.png",
|
||||||
|
"displayName": "items.materials.original.ores.coal",
|
||||||
|
"description": "items.materials.original.ores.coal.desc",
|
||||||
|
"meta": {
|
||||||
|
"storeCategory": "original:materials",
|
||||||
|
"storeFeaturedDiscountPercentage": 0.5,
|
||||||
|
"storeFeaturedShowWeight": 10, #Higher number harder for role.
|
||||||
|
"storePrice": 50,
|
||||||
|
"storeSellValue": 10,
|
||||||
|
"storeShowWeight": 10 #Higher number harder for role.
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user