This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/items/armours/body_exosuit_epic.json
2026-03-11 00:32:45 -03:00

28 lines
633 B
JSON

{
"templates": {
"armour": {
"id": "body_exosuit_epic",
"name": "Exosuit",
"type": "armour",
"slot": "body",
"rarity": "epic",
"price": 18000,
"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
}
}
}