(fit, ship, context, projectionRange, **kwargs)
| 16949 | |
| 16950 | @staticmethod |
| 16951 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16952 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 16953 | 'kineticDamage', ship.getModifiedItemAttr('rookieMissileKinDamageBonus'), **kwargs) |
| 16954 | |
| 16955 | |
| 16956 | class Effect5008(BaseEffect): |
nothing calls this directly
no test coverage detected