Ah right. I kinda figured that you likely meant pounds. XP
And doh, just when I’d been doing rough work on some lasgun proofs of concept last night;
[
{
"id": "lasgun_energy",
"type": "AMMO",
"name": "lasgun energy",
"description": "Power supplied from a very energy-dense battery, most notably used in lasguns.",
"volume": 0,
"price": 0,
"symbol": "=",
"color": "red",
"range" : 10,
"damage" : 20,
"ammo_type": "laspack"
},
{
"id" : "laspack",
"name" : "power pack",
"default" : "lasgun_energy",
"type" : "ammunition_type"
},
{
"id": "M35_lasgun",
"type": "GUN",
"name": "M35 M-Galaxy Short pattern lasgun",
"description": "A standard directed-energy weapon widely produced and used as the basic infantry weapon of the Imperial Guard. Uses rechargeable power packs that allow prolonged usage at standard intensity settings.",
"weight": 2300,
"volume": 8,
"price": 60000,
"to_hit": -1,
"bashing": 8,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "yellow",
"ammo": "laspack",
"skill": "rifle",
"range": 30,
"ranged_damage": 4,
"pierce": 15,
"dispersion": 10,
"durability": 8,
"loudness": 12,
"valid_mod_locations": [ [ "accessories", 4 ], [ "grip", 1 ], [ "rail", 1 ], [ "sights", 1 ], [ "stock", 1 ], [ "underbarrel", 1 ] ],
"ammo_effects": [ "LASER", "INCENDIARY" ],
"flags": [ "NEVER_JAMS" ],
"magazines": [ [ "laspack" , [ "LasPistolPack_40", "LasGunPack_80" ] ] ]
},
{
"id": "MG_laspistol",
"type": "GUN",
"name": "MG 'Defender' pattern laspistol",
"description": "A compact directed-energy weapon used as a sidearm by officers in the Imperial Guard. Subject to less standardization compared to lasguns, this variant is mainly used by the Cadian Shock Troopers.",
"weight": 860,
"volume": 2,
"price": 45000,
"to_hit": -1,
"bashing": 8,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "yellow",
"ammo": "laspack",
"skill": "pistol",
"range": 10,
"ranged_damage": 4,
"pierce": 15,
"dispersion": 10,
"durability": 8,
"loudness": 12,
"valid_mod_locations": [ [ "accessories", 2 ], [ "grip", 1 ], [ "rail", 1 ], [ "sights", 1 ], [ "stock", 1 ], [ "underbarrel", 1 ] ],
"ammo_effects": [ "LASER", "INCENDIARY" ],
"flags": [ "NEVER_JAMS" ],
"magazines": [ [ "laspack" , [ "LasPistolPack_40" ] ] ]
},
{
"id": "LasPistolPack_40",
"type": "MAGAZINE",
"name": "laspistol power pack",
"description": "A rechargable power pack designed primarily for use with laspistols, but can be loaded into lasguns if desperate. Holds enough energy for around 40 shots at standard intensity.",
"weight": 100,
"volume": 1,
"price": 5000,
"material": "superalloy",
"symbol": "#",
"color": "light_gray",
"ammo_type": "laspack",
"capacity": 40,
"reliability": 10,
"reload_time": 120,
"flags": [ "RECHARGE", "NO_UNLOAD" ],
"artifact_data" : { "charge_type": "ARTC_SOLAR" }
},
{
"id": "LasGunPack_80",
"type": "MAGAZINE",
"name": "lasgun power pack",
"description": "A rechargable power pack designed primarily for use with lasguns. Holds enough energy for around 80 shots at standard intensity.",
"weight": 200,
"volume": 3,
"price": 75000,
"material": "superalloy",
"symbol": "#",
"color": "light_gray",
"ammo_type": "laspack",
"capacity": 80,
"reliability": 10,
"reload_time": 120,
"flags": [ "RECHARGE", "NO_UNLOAD" ],
"artifact_data" : { "charge_type": "ARTC_SOLAR" }
},
]
Only thing I hadn’t figured out was how to refill them using batteries, plutonium cells, or fire. :V