(fit, ship, context, projectionRange, **kwargs)
| 18382 | |
| 18383 | @staticmethod |
| 18384 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18385 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 18386 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18387 | |
| 18388 | |
| 18389 | class Effect5224(BaseEffect): |
nothing calls this directly
no test coverage detected