ship weapons

This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-28 12:00:22 -05:00
parent 6e60e6bf0c
commit baaf876f93
4 changed files with 93 additions and 0 deletions

View File

@ -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
}
}
}

View 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
}
}
}

View 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
}
}
}

View File

@ -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
}
}
}