(fit, ship, context, projectionRange, **kwargs)
| 18462 | |
| 18463 | @staticmethod |
| 18464 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18465 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 18466 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18467 | |
| 18468 | |
| 18469 | class Effect5229(BaseEffect): |
nothing calls this directly
no test coverage detected