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

28 lines
611 B
JSON

{
"templates": {
"hullPlating": {
"id": "voidsteel_common",
"texture": "assets/gso/textures/hullPlating/misc/voidsteel.png",
"stats": {
"health": 0,
"resistance": 0.0,
"defenceRating": 0,
"reflectChance": 0.0
},
"name": "Voidsteel Common",
"type": "hullPlating",
"rarity": "common",
"price": 500,
"currency": "credits",
"description": "Voidsteel Common.",
"categories": [
"shop",
"dungeon_loot"
],
"stackable": true,
"requirements": {
"level": 1
}
}
}
}