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

28 lines
624 B
JSON

{
"templates": {
"armour": {
"id": "helmet_tactical_epic",
"texture": "assets/gso/textures/armour/helmet/helmet_tactical_epic.png",
"stats": {
"health": 70,
"resistance": 0.2,
"defenceRating": 8,
"reflectChance": 0.03
},
"name": "Helmet Tactical Epic",
"type": "armour",
"rarity": "epic",
"price": 8000,
"currency": "credits",
"description": "Helmet Tactical Epic.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 10
},
"stackable": false
}
}
}