(fit, ship, context, projectionRange, **kwargs)
| 18398 | |
| 18399 | @staticmethod |
| 18400 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18401 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 18402 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18403 | |
| 18404 | |
| 18405 | class Effect5225(BaseEffect): |
nothing calls this directly
no test coverage detected