Security Shop Items
Last updated
Last updated
This table defines items available for purchase in the security shop. Players can spend their earned experience points to acquire these items.
content_copyUse code .Lua
[spawncode]: Each item is identified by its unique spawncode, acting as the key in the table.
name: The display name of the item.
description: A brief description of the item.
spawncode: The item's spawncode, used for inventory management.
price: The price of the item in experience points.
stock_amount: The initial stock of the item in the shop. This value resets on server restart.
max_buy: The maximum quantity of this item a player can purchase at once.
requiredLevel: The minimum player level required to purchase this item.
imageUrl: The file name (without extension) of the item's image, located in the security/html/build/images directory.