API/GameServer/data/gso/items/consumables/scrap_pack_small.json
2026-03-11 00:32:45 -03:00

36 lines
756 B
JSON

{
"templates": {
"consumable": {
"id": "scrap_pack_small",
"name": "Small Scrap Pack",
"type": "consumable",
"rarity": "common",
"price": 350,
"currency": "credits",
"description": "A bundle of mixed crafting scraps",
"texture": "assets/gso/textures/consumables/scrap_pack_small.png",
"effect": {
"grantItems": [
{
"id": "iron_ore",
"qty": 3
},
{
"id": "copper_ore",
"qty": 2
}
]
},
"categories": [
"shop",
"quest_reward",
"dungeon_loot"
],
"requirements": {
"level": 1
},
"stackable": true,
"maxStack": 10
}
}
}