(fit, ship, context, projectionRange, **kwargs)
| 24053 | |
| 24054 | @staticmethod |
| 24055 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24056 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 24057 | fit.modules.filteredChargeBoost( |
| 24058 | lambda mod: mod.charge.requiresSkill('Rockets') or mod.charge.requiresSkill('Light Missiles'), |
| 24059 | '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 24060 | |
| 24061 | |
| 24062 | class Effect6085(BaseEffect): |
nothing calls this directly
no test coverage detected