20 lines
491 B
JSON
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"
|
|
}
|
|
}
|
|
}
|