40 lines
847 B
JSON
40 lines
847 B
JSON
{
|
|
"templates": {
|
|
"consumable": {
|
|
"id": "starter_crate",
|
|
"name": "Starter Crate",
|
|
"type": "consumable",
|
|
"rarity": "uncommon",
|
|
"price": 800,
|
|
"currency": "credits",
|
|
"description": "A crate of starter supplies for new recruits",
|
|
"texture": "assets/gso/textures/consumables/starter_crate.png",
|
|
"effect": {
|
|
"grantItems": [
|
|
{
|
|
"id": "health_kit_small",
|
|
"qty": 3
|
|
},
|
|
{
|
|
"id": "energy_boost_small",
|
|
"qty": 3
|
|
},
|
|
{
|
|
"id": "fuel_cell",
|
|
"qty": 5
|
|
}
|
|
]
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"quest_reward",
|
|
"starter"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": true,
|
|
"maxStack": 5
|
|
}
|
|
}
|
|
} |