35 lines
738 B
JSON
35 lines
738 B
JSON
{
|
|
"templates": {
|
|
"consumable": {
|
|
"id": "scrap_pack_small",
|
|
"name": "Small Scrap Pack",
|
|
"type": "consumable",
|
|
"rarity": "common",
|
|
"price": 0,
|
|
"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": [
|
|
"quest_reward",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": true,
|
|
"maxStack": 10
|
|
}
|
|
}
|
|
} |