Client/test/data/items/hullPlating/ship/ship_plating.json
2026-03-29 00:16:10 -03:00

20 lines
491 B
JSON

{
"plating": {
"id": "test:ship_plating",
"displayName": "items.materials.test.ship_plating",
"description": "items.materials.test.ship_plating.desc",
"texture": "test/assets/textures/hullPlating/ship/ship_plating.png",
"stats": {
"health": 50,
"resistance": 0.6,
"defenceRating": 2.3,
"reflectChance": 5.3
},
"meta": {
"rarity": "common",
"equipmentSlot": "test:shipHull",
"storeCategory": "test:shipHull"
}
}
}