Ship hulls

This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-28 04:14:23 -05:00
parent 51c8d4b518
commit 23857a0273
6 changed files with 153 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,26 @@
{
"plating": {
"id": "original:hull_a",
"displayName": "items.ship.original.hull.hull_a",
"description": "items.ship.original.hull.hull_a.desc",
"texture": "original/assets/textures/equipment/ship/hull/hull_a.png",
"stats": {
"defence.base": 1,
"health": 15,
"resistance.gamma": 0.5,
"resistance.ion": 0.5,
"resistance.plasma": 0.5
},
"meta": {
"rarity": "common",
"equipmentSlot": "original:hull_1",
"storeCategory": "original:ship_equipment",
"dungeon": "space",
"storePrice": 100,
"storeSellValue": 25,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,28 @@
{
"plating": {
"id": "original:hull_b",
"displayName": "items.ship.original.hull.hull_b",
"description": "items.ship.original.hull.hull_b.desc",
"texture": "original/assets/textures/equipment/ship/hull/hull_b.png",
"stats": {
"defence.base": 3.5,
"health": 25,
"resistance.base": 0.5,
"resistance.gamma": 1,
"resistance.ion": 1,
"resistance.physical": 0.5,
"resistance.plasma": 1
},
"meta": {
"rarity": "common",
"equipmentSlot": "original:hull_1",
"storeCategory": "original:ship_equipment",
"dungeon": "space",
"storePrice": 100,
"storeSellValue": 25,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,30 @@
{
"plating": {
"id": "original:hull_c",
"displayName": "items.ship.original.hull.hull_c",
"description": "items.ship.original.hull.hull_c.desc",
"texture": "original/assets/textures/equipment/ship/hull/hull_c.png",
"stats": {
"defence.base": 5,
"health": 35,
"resistance.base": 1,
"resistance.cold": 1,
"resistance.gamma": 1.5,
"resistance.heat": 1,
"resistance.ion": 1.5,
"resistance.physical": 1,
"resistance.plasma": 1.5
},
"meta": {
"rarity": "common",
"equipmentSlot": "original:hull_1",
"storeCategory": "original:ship_equipment",
"dungeon": "space",
"storePrice": 100,
"storeSellValue": 25,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}