From 977152a66a2aeaa97d98865458a63aa977fb1b1c Mon Sep 17 00:00:00 2001 From: Unl1m1t3d_L1v3s <63878657+Skindeep1990@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:14:42 -0500 Subject: [PATCH] 2 ship shields --- .../equipment/ship/shields/basic_shield.json | 24 +++++++++++++++++++ .../ship/shields/complex_shield.json | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 original/data/items/equipment/ship/shields/basic_shield.json create mode 100644 original/data/items/equipment/ship/shields/complex_shield.json diff --git a/original/data/items/equipment/ship/shields/basic_shield.json b/original/data/items/equipment/ship/shields/basic_shield.json new file mode 100644 index 0000000..7753bda --- /dev/null +++ b/original/data/items/equipment/ship/shields/basic_shield.json @@ -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 + } + } +} \ No newline at end of file diff --git a/original/data/items/equipment/ship/shields/complex_shield.json b/original/data/items/equipment/ship/shields/complex_shield.json new file mode 100644 index 0000000..c2221cf --- /dev/null +++ b/original/data/items/equipment/ship/shields/complex_shield.json @@ -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 + } + } +} \ No newline at end of file