(fit, ship, context, projectionRange, **kwargs)
| 22440 | |
| 22441 | @staticmethod |
| 22442 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22443 | penalties = 'ship' not in context |
| 22444 | fit.modules.filteredChargeBoost( |
| 22445 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'explosionDelay', |
| 22446 | ship.getModifiedItemAttr('shipBonusRole8'), stackingPenalties=penalties, **kwargs) |
| 22447 | |
| 22448 | |
| 22449 | class Effect5868(BaseEffect): |
nothing calls this directly
no test coverage detected