API/Panel_Store.md
2026-04-03 15:33:42 -03:00

20 lines
579 B
Markdown

# 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.
}
}
}
```