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/pants_exo_epic.json
2026-03-10 13:06:33 -03:00

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
}
}
}