2 ship shields
This commit is contained in:
parent
23857a0273
commit
977152a66a
24
original/data/items/equipment/ship/shields/basic_shield.json
Normal file
24
original/data/items/equipment/ship/shields/basic_shield.json
Normal file
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user