29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"templates": {
|
|
"armour": {
|
|
"id": "boots_basic_common",
|
|
"name": "Basic Boots",
|
|
"type": "armour",
|
|
"slot": "boots",
|
|
"rarity": "common",
|
|
"price": 350,
|
|
"currency": "credits",
|
|
"description": "Sturdy magnetic boots for zero-gravity environments",
|
|
"texture": "assets/gso/textures/armour/boots/boots_basic_common.png",
|
|
"stats": {
|
|
"health": 20,
|
|
"resistance": 0.05,
|
|
"defenceRating": 2,
|
|
"reflectChance": 0.0
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |