(fit, ship, context, projectionRange, **kwargs)
| 35462 | |
| 35463 | @staticmethod |
| 35464 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35465 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'), |
| 35466 | 'damageMultiplierBonusMax', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'), |
| 35467 | skill='Heavy Assault Cruisers', **kwargs) |
| 35468 | |
| 35469 | |
| 35470 | class Effect7216(BaseEffect): |
nothing calls this directly
no test coverage detected