28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"templates": {
|
|
"armour": {
|
|
"id": "body_exosuit_epic",
|
|
"name": "Exosuit",
|
|
"type": "armour",
|
|
"slot": "body",
|
|
"rarity": "epic",
|
|
"price": 300,
|
|
"currency": "gems",
|
|
"description": "Powered exosuit that amplifies strength and endurance",
|
|
"texture": "assets/gso/textures/armour/body/body_exosuit_epic.png",
|
|
"stats": {
|
|
"health": 220,
|
|
"resistance": 0.35,
|
|
"defenceRating": 22,
|
|
"reflectChance": 0.1
|
|
},
|
|
"categories": [
|
|
"shop"
|
|
],
|
|
"requirements": {
|
|
"level": 20
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |