thrusters

This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-28 12:00:43 -05:00
parent baaf876f93
commit dcee4ad27c
3 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"plating": {
"id": "original:basic_thruster",
"displayName": "items.ship.original.thruster.basic_thruster",
"description": "items.ship.original.thruster.basic_thruster.desc",
"texture": "original/assets/textures/equipment/ship/thruster/basic_thruster.png",
"stats": {
"defence.base": 1,
"health": 10
},
"meta": {
"rarity": "common",
"equipmentSlot": "original:thruster_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:thruster_b",
"displayName": "items.ship.original.thruster.thruster_b",
"description": "items.ship.original.thruster.thruster_b.desc",
"texture": "mypack/assets/textures/equipment/ship/weapons/basic_ship_weapon.png",
"stats": {
"defence.base": 2,
"health": 15
},
"meta": {
"rarity": "common",
"equipmentSlot": [
"original:ship_thruster_1",
"original:ship_thruster_2",
"original:ship_thruster_3",
"original:ship_thruster_4"
],
"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:thruster_c",
"displayName": "items.ship.original.thruster.thruster_c",
"description": "items.ship.original.thruster.thruster_c.desc",
"texture": "mypack/assets/textures/equipment/ship/weapons/basic_ship_weapon.png",
"stats": {
"defence.base": 3,
"health": 20
},
"meta": {
"rarity": "common",
"equipmentSlot": [
"original:ship_thruster_1",
"original:ship_thruster_2",
"original:ship_thruster_3",
"original:ship_thruster_4"
],
"storeCategory": "original:ship_equipment",
"dungeon": "space",
"storePrice": 100,
"storeSellValue": 25,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}