(fit, ship, context, projectionRange, **kwargs)
| 41067 | |
| 41068 | @staticmethod |
| 41069 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41070 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 41071 | fit.modules.filteredChargeBoost( |
| 41072 | lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), f'{damageType}Damage', |
| 41073 | ship.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 41074 | |
| 41075 | |
| 41076 | class Effect12192(BaseEffect): |
nothing calls this directly
no test coverage detected