1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-09 20:02:11 +03:00

New Huge Burst Lasers in 2.1.03

This commit is contained in:
Jonathan Harris 2016-06-23 16:11:57 +01:00
parent 8f04f2a79d
commit 416017e43c
3 changed files with 3 additions and 0 deletions

View File

@ -330,6 +330,7 @@ if __name__ == "__main__":
modules[key] = { 'mass': m.get('mass', 0) } # Some modules don't have mass modules[key] = { 'mass': m.get('mass', 0) } # Some modules don't have mass
# not in coriolis-data at time of writing - stop outfitting complaining about them in debug mode # not in coriolis-data at time of writing - stop outfitting complaining about them in debug mode
modules[('Burst Laser', None, '4', 'E')] = { 'mass': 16 }
for module in [ for module in [
('Planetary Approach Suite', None, '1', 'I'), ('Planetary Approach Suite', None, '1', 'I'),
('Corrosion Resistant Cargo Rack', None, '1', 'D'), ('Corrosion Resistant Cargo Rack', None, '1', 'D'),

BIN
modules.p

Binary file not shown.

View File

@ -126,9 +126,11 @@ weaponrating_map = {
'hpt_pulselaserburst_fixed_small': 'F', 'hpt_pulselaserburst_fixed_small': 'F',
'hpt_pulselaserburst_fixed_medium': 'E', 'hpt_pulselaserburst_fixed_medium': 'E',
'hpt_pulselaserburst_fixed_large': 'D', 'hpt_pulselaserburst_fixed_large': 'D',
'hpt_pulselaserburst_fixed_huge': 'E',
'hpt_pulselaserburst_gimbal_small': 'G', 'hpt_pulselaserburst_gimbal_small': 'G',
'hpt_pulselaserburst_gimbal_medium': 'F', 'hpt_pulselaserburst_gimbal_medium': 'F',
'hpt_pulselaserburst_gimbal_large': 'E', 'hpt_pulselaserburst_gimbal_large': 'E',
'hpt_pulselaserburst_gimbal_huge': 'E',
'hpt_pulselaserburst_turret_small': 'G', 'hpt_pulselaserburst_turret_small': 'G',
'hpt_pulselaserburst_turret_medium': 'F', 'hpt_pulselaserburst_turret_medium': 'F',
'hpt_pulselaserburst_turret_large': 'E', 'hpt_pulselaserburst_turret_large': 'E',