(fit, ship, context, projectionRange, **kwargs)
| 35479 | |
| 35480 | @staticmethod |
| 35481 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35482 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), |
| 35483 | 'damageMultiplierBonusMax', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 35484 | skill='Assault Frigates', **kwargs) |
| 35485 | |
| 35486 | |
| 35487 | class Effect7223(BaseEffect): |
nothing calls this directly
no test coverage detected