(fit, ship, context, projectionRange, **kwargs)
| 19088 | |
| 19089 | @staticmethod |
| 19090 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19091 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 19092 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusMD1'), |
| 19093 | skill='Minmatar Destroyer', **kwargs) |
| 19094 | |
| 19095 | |
| 19096 | class Effect5321(BaseEffect): |
nothing calls this directly
no test coverage detected