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

29 lines
662 B
JSON

{
"templates": {
"armour": {
"id": "helmet_basic_common",
"name": "Basic Helmet",
"type": "armour",
"slot": "helmet",
"rarity": "common",
"price": 400,
"currency": "credits",
"description": "Hardened composite helmet protecting the head",
"texture": "assets/gso/textures/armour/helmet/helmet_basic_common.png",
"stats": {
"health": 30,
"resistance": 0.08,
"defenceRating": 3,
"reflectChance": 0.0
},
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 1
},
"stackable": false
}
}
}