(fit, skill, context, projectionRange, **kwargs)
| 15247 | |
| 15248 | @staticmethod |
| 15249 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 15250 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Cruise Missiles'), |
| 15251 | 'explosiveDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 15252 | |
| 15253 | |
| 15254 | class Effect4557(BaseEffect): |
nothing calls this directly
no test coverage detected