From dcee4ad27c1e04841be8528b022dfcf18e3aa2ce Mon Sep 17 00:00:00 2001 From: Unl1m1t3d_L1v3s <63878657+Skindeep1990@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:00:43 -0500 Subject: [PATCH] thrusters --- .../ship/thruster/basic_thruster.json | 23 +++++++++++++++ .../equipment/ship/thruster/thruster_b.json | 28 +++++++++++++++++++ .../equipment/ship/thruster/thruster_c.json | 28 +++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 original/data/items/equipment/ship/thruster/basic_thruster.json create mode 100644 original/data/items/equipment/ship/thruster/thruster_b.json create mode 100644 original/data/items/equipment/ship/thruster/thruster_c.json diff --git a/original/data/items/equipment/ship/thruster/basic_thruster.json b/original/data/items/equipment/ship/thruster/basic_thruster.json new file mode 100644 index 0000000..c012b8b --- /dev/null +++ b/original/data/items/equipment/ship/thruster/basic_thruster.json @@ -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 + } + } +} \ No newline at end of file diff --git a/original/data/items/equipment/ship/thruster/thruster_b.json b/original/data/items/equipment/ship/thruster/thruster_b.json new file mode 100644 index 0000000..f203186 --- /dev/null +++ b/original/data/items/equipment/ship/thruster/thruster_b.json @@ -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 + } + } +} \ No newline at end of file diff --git a/original/data/items/equipment/ship/thruster/thruster_c.json b/original/data/items/equipment/ship/thruster/thruster_c.json new file mode 100644 index 0000000..b1dd31a --- /dev/null +++ b/original/data/items/equipment/ship/thruster/thruster_c.json @@ -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 + } + } +} \ No newline at end of file