(fit, ship, context, projectionRange, **kwargs)
| 18430 | |
| 18431 | @staticmethod |
| 18432 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18433 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 18434 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18435 | |
| 18436 | |
| 18437 | class Effect5227(BaseEffect): |
nothing calls this directly
no test coverage detected