(fit, ship, context, projectionRange, **kwargs)
| 21219 | |
| 21220 | @staticmethod |
| 21221 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21222 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 21223 | 'emDamage', ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 21224 | |
| 21225 | |
| 21226 | class Effect5629(BaseEffect): |
nothing calls this directly
no test coverage detected