2 ship shields

This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-28 04:14:42 -05:00
parent 23857a0273
commit 977152a66a
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"plating": {
"id": "original:basic_shield",
"displayName": "items.ship.original.shields.basic_shield",
"description": "items.ship.original.shields.basic_shield.desc",
"texture": "original/assets/textures/equipment/ship/shields/basic_shield.png",
"stats": {
"defence.base": 1,
"health": 15,
"reflect.base": 1
},
"meta": {
"rarity": "common",
"equipmentSlot": "original:shields",
"storeCategory": "original:ship_equipment",
"dungeon": "space",
"storePrice": 100,
"storeSellValue": 25,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,24 @@
{
"plating": {
"id": "original:complex_shield",
"displayName": "items.ship.original.shields.complex_shield",
"description": "items.ship.original.shields.complex_shield.desc",
"texture": "original/assets/textures/equipment/ship/shields/complex_shield.png",
"stats": {
"defence.base": 1.5,
"health": 25,
"reflect.base": 2
},
"meta": {
"rarity": "common",
"equipmentSlot": "original:shields",
"storeCategory": "original:ship_equipment",
"dungeon": "space",
"storePrice": 100,
"storeSellValue": 25,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}