(fit, skill, context, projectionRange, **kwargs)
| 15231 | |
| 15232 | @staticmethod |
| 15233 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 15234 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Cruise Missiles'), |
| 15235 | 'emDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 15236 | |
| 15237 | |
| 15238 | class Effect4556(BaseEffect): |
nothing calls this directly
no test coverage detected