(fit, skill, context, projectionRange, **kwargs)
| 15263 | |
| 15264 | @staticmethod |
| 15265 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 15266 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Cruise Missiles'), |
| 15267 | 'kineticDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 15268 | |
| 15269 | |
| 15270 | class Effect4558(BaseEffect): |
nothing calls this directly
no test coverage detected