equipment using the new program

This commit is contained in:
cowcannon 2026-04-23 16:24:59 -05:00
parent 812f390012
commit 7519995725
2 changed files with 9 additions and 5 deletions

View File

@ -75,7 +75,7 @@
"items.materials.original.ship.engine.basic_ship_engines" : "Ship engines",
"items.materials.original.ship.engine.basic_ship_engines.desc" : "Test engines",
"items.materials.original.ship.engine.rtg." : "RTG",
"items.materials.original.ship.engine.rtg.desc" : "very baisic and low power genarator with a long track record of reliability",
"items.materials.original.ship.engine.rtg.desc" : "very basic and low power genarator with a long track record of reliability",
"items.materials.original.ship.engine.gen1_fission_reactor" : "Gen 1 nuclear reactor",
"items.materials.original.ship.engine.gen1_fission_reactor.desc" : "A boiling water reactor. Little more than a pile of glowing rocks in some hot water",
"items.materials.original.ship.engine.gen2_fission_reactor" : "Gen 2 nuclear reactor",

View File

@ -6,8 +6,7 @@
"texture": "original/assets/textures/equipement/ship/weapon/basic_ship_weapon.png",
"stats": {
"attack.base": 7.5,
"health": 5,
"defence.rating": 0.1
"health": 5
},
"meta": {
"rarity": "common",
@ -16,7 +15,12 @@
"original:ship_weapon_2"
],
"storeCategory": "original:ship_equipment",
"dungeon": "space"
"dungeon": "space",
"storePrice": 100,
"storeSellValue": 25,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}