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