ship weapons
This commit is contained in:
parent
6e60e6bf0c
commit
baaf876f93
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:basic_ballistic",
|
||||
"displayName": "items.ship.original.weapon.basic_ballistic",
|
||||
"description": "items.ship.original.weapon.basic_ballistic.desc",
|
||||
"texture": "original/assets/textures/equipment/ship/weapon/basic_ballistic.png",
|
||||
"stats": {
|
||||
"attack.base": 2,
|
||||
"penetration.base": 0.5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:weapon_1",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
22
original/data/items/equipment/ship/weapon/basic_energy.json
Normal file
22
original/data/items/equipment/ship/weapon/basic_energy.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:Basic_energy",
|
||||
"displayName": "items.ship.original.weapon.Basic_energy",
|
||||
"description": "items.ship.original.weapon.Basic_energy.desc",
|
||||
"texture": "original/assets/textures/equipment/ship/weapon/Basic_energy.png",
|
||||
"stats": {
|
||||
"attack.base": 1.5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:weapon_1",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
24
original/data/items/equipment/ship/weapon/energy_cannon.json
Normal file
24
original/data/items/equipment/ship/weapon/energy_cannon.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:energy_cannon",
|
||||
"displayName": "items.ship.original.weapon.energy_cannon",
|
||||
"description": "items.ship.original.weapon.energy_cannon.desc",
|
||||
"texture": "original/assets/textures/equipment/ship/weapon/energy_cannon.png",
|
||||
"stats": {
|
||||
"attack.base": 2.5,
|
||||
"attack.chance": 0.5,
|
||||
"penetration.base": 5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:weapon_1",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:energy_repeater",
|
||||
"displayName": "items.ship.original.weapon.energy_repeater",
|
||||
"description": "items.ship.original.weapon.energy_repeater.desc",
|
||||
"texture": "original/assets/textures/equipment/ship/weapon/energy_repeater.png",
|
||||
"stats": {
|
||||
"attack.base": 2.5,
|
||||
"attack.chance": 0.5,
|
||||
"penetration.base": 1
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:weapon_1",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space",
|
||||
"storePrice": 100,
|
||||
"storeSellValue": 25,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user