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_plated_rare.json

29 lines
660 B
JSON

{
"templates": {
"armour": {
"id": "body_plated_rare",
"name": "Plated Combat Suit",
"type": "armour",
"slot": "body",
"rarity": "rare",
"price": 7000,
"currency": "credits",
"description": "Heavy-duty plated suit for frontline fighters",
"texture": "assets/gso/textures/armour/body/body_plated_rare.png",
"stats": {
"health": 120,
"resistance": 0.2,
"defenceRating": 12,
"reflectChance": 0.05
},
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 10
},
"stackable": false
}
}
}