This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/Panel_Store.md
2026-04-03 15:33:42 -03:00

579 B

Store Panel

Items new variables

{
  "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.
    }
  }
}