30 lines
699 B
JSON
30 lines
699 B
JSON
{
|
|
"templates": {
|
|
"armour": {
|
|
"id": "backpack_basic_common",
|
|
"name": "Basic Backpack",
|
|
"type": "armour",
|
|
"slot": "backpack",
|
|
"rarity": "common",
|
|
"price": 500,
|
|
"currency": "credits",
|
|
"description": "Lightweight backpack with extra inventory slots",
|
|
"texture": "assets/gso/textures/armour/backpack/backpack_basic_common.png",
|
|
"stats": {
|
|
"health": 10,
|
|
"resistance": 0.02,
|
|
"defenceRating": 1,
|
|
"reflectChance": 0.0,
|
|
"extraSlots": 4
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |