thrusters
This commit is contained in:
parent
baaf876f93
commit
dcee4ad27c
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
28
original/data/items/equipment/ship/thruster/thruster_b.json
Normal file
28
original/data/items/equipment/ship/thruster/thruster_b.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
28
original/data/items/equipment/ship/thruster/thruster_c.json
Normal file
28
original/data/items/equipment/ship/thruster/thruster_c.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user