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/boots_assault_rare.json
2026-03-11 00:32:45 -03:00

28 lines
615 B
JSON

{
"templates": {
"armour": {
"id": "boots_assault_rare",
"texture": "assets/gso/textures/armour/boots/boots_assault_rare.png",
"stats": {
"health": 40,
"resistance": 0.12,
"defenceRating": 4,
"reflectChance": 0.01
},
"name": "Boots Assault Rare",
"type": "armour",
"rarity": "rare",
"price": 3000,
"currency": "credits",
"description": "Boots Assault Rare.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 5
},
"stackable": false
}
}
}