For example, I was equipping a Mistral Super Freighter which can support the following weapons:
- Impulse Ray Emitter
Particle Accellerator Cannon
Mobile Drilling System
Tractor Beam
Repair Laser
Phased Repeater Gun
Ion Disruptor
After checking the stats for the weapons and comparing them to the results returned by the 'get hull damage of laser <xxx>' and 'get shield damage of laser <xxx>' I found the following:
Code: Select all
Impulse Ray Emitter (reports 21/220, should be: 140/1400)
Particle Accelerator Cannon (reports 143/1155, should be: 748/6000)
Mobile Drilling System (reports 6500/2362, should be: 325/118)
Tractor Beam (reports 0/0, should be: 0/0)
Repair Laser (reports 40/0, should be: 200/0)
Phased Repeater Gun (reports 72/680, should be: 765/7200)
Ion Disruptor (reports 5/1575, should be: 10/3300)
If this is correct, are the two commands
Code: Select all
<RetVar> = get shield damage of laser <Var/Ware>
<RetVar> = get hull damage of laser <Var/Ware>
Appreciate any help!