(fit, skill, context, projectionRange, **kwargs)
| 15279 | |
| 15280 | @staticmethod |
| 15281 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 15282 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Cruise Missiles'), |
| 15283 | 'thermalDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 15284 | |
| 15285 | |
| 15286 | class Effect4559(BaseEffect): |
nothing calls this directly
no test coverage detected