mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
New Huge Burst Lasers in 2.1.03
This commit is contained in:
parent
8f04f2a79d
commit
416017e43c
@ -330,6 +330,7 @@ if __name__ == "__main__":
|
||||
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
|
||||
modules[('Burst Laser', None, '4', 'E')] = { 'mass': 16 }
|
||||
for module in [
|
||||
('Planetary Approach Suite', None, '1', 'I'),
|
||||
('Corrosion Resistant Cargo Rack', None, '1', 'D'),
|
||||
|
@ -126,9 +126,11 @@ weaponrating_map = {
|
||||
'hpt_pulselaserburst_fixed_small': 'F',
|
||||
'hpt_pulselaserburst_fixed_medium': 'E',
|
||||
'hpt_pulselaserburst_fixed_large': 'D',
|
||||
'hpt_pulselaserburst_fixed_huge': 'E',
|
||||
'hpt_pulselaserburst_gimbal_small': 'G',
|
||||
'hpt_pulselaserburst_gimbal_medium': 'F',
|
||||
'hpt_pulselaserburst_gimbal_large': 'E',
|
||||
'hpt_pulselaserburst_gimbal_huge': 'E',
|
||||
'hpt_pulselaserburst_turret_small': 'G',
|
||||
'hpt_pulselaserburst_turret_medium': 'F',
|
||||
'hpt_pulselaserburst_turret_large': 'E',
|
||||
|
Loading…
x
Reference in New Issue
Block a user