(fit, ship, context, projectionRange, **kwargs)
| 21269 | |
| 21270 | @staticmethod |
| 21271 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21272 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 21273 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusMB'), |
| 21274 | skill='Minmatar Battleship', **kwargs) |
| 21275 | |
| 21276 | |
| 21277 | class Effect5632(BaseEffect): |
nothing calls this directly
no test coverage detected