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

29 lines
657 B
JSON

{
"templates": {
"armour": {
"id": "pants_basic_common",
"name": "Basic Leg Guards",
"type": "armour",
"slot": "pants",
"rarity": "common",
"price": 350,
"currency": "credits",
"description": "Lightweight leg armour for mobile pilots",
"texture": "assets/gso/textures/armour/pants/pants_basic_common.png",
"stats": {
"health": 25,
"resistance": 0.07,
"defenceRating": 2,
"reflectChance": 0.0
},
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 1
},
"stackable": false
}
}
}