28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"templates": {
|
|
"armour": {
|
|
"id": "pants_exo_epic",
|
|
"texture": "assets/gso/textures/armour/pants/pants_exo_epic.png",
|
|
"stats": {
|
|
"health": 85,
|
|
"resistance": 0.22,
|
|
"defenceRating": 9,
|
|
"reflectChance": 0.03
|
|
},
|
|
"name": "Pants Exo Epic",
|
|
"type": "armour",
|
|
"rarity": "epic",
|
|
"price": 8000,
|
|
"currency": "credits",
|
|
"description": "Pants Exo Epic.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 10
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |