mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 18:33:13 +03:00
Workaround for Hpt_PulseLaser_Fixed_SmallFree starter module
This commit is contained in:
parent
02109d33f9
commit
2cc44f0bf8
@ -60,6 +60,7 @@ weaponmount_map = {
|
|||||||
weaponclass_map = {
|
weaponclass_map = {
|
||||||
'tiny' : '0',
|
'tiny' : '0',
|
||||||
'small' : '1',
|
'small' : '1',
|
||||||
|
'smallfree' : '1',
|
||||||
'medium' : '2',
|
'medium' : '2',
|
||||||
'large' : '3',
|
'large' : '3',
|
||||||
'huge' : '4',
|
'huge' : '4',
|
||||||
@ -116,6 +117,7 @@ weaponrating_map = {
|
|||||||
'hpt_plasmaaccelerator_fixed_large': 'B',
|
'hpt_plasmaaccelerator_fixed_large': 'B',
|
||||||
'hpt_plasmaaccelerator_fixed_huge': 'A',
|
'hpt_plasmaaccelerator_fixed_huge': 'A',
|
||||||
'hpt_pulselaser_fixed_small': 'F',
|
'hpt_pulselaser_fixed_small': 'F',
|
||||||
|
'hpt_pulselaser_fixed_smallfree': 'F',
|
||||||
'hpt_pulselaser_fixed_medium': 'E',
|
'hpt_pulselaser_fixed_medium': 'E',
|
||||||
'hpt_pulselaser_fixed_large': 'D',
|
'hpt_pulselaser_fixed_large': 'D',
|
||||||
'hpt_pulselaser_fixed_huge': 'A',
|
'hpt_pulselaser_fixed_huge': 'A',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user