29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"templates": {
|
|
"armour": {
|
|
"id": "pants_basic_common",
|
|
"name": "Basic Leg Guards",
|
|
"type": "armour",
|
|
"slot": "pants",
|
|
"rarity": "common",
|
|
"price": 350,
|
|
"currency": "credits",
|
|
"description": "Lightweight leg armour for mobile pilots",
|
|
"texture": "assets/gso/textures/armour/pants/pants_basic_common.png",
|
|
"stats": {
|
|
"health": 25,
|
|
"resistance": 0.07,
|
|
"defenceRating": 2,
|
|
"reflectChance": 0.0
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |