(fit, ship, context, projectionRange, **kwargs)
| 39237 | |
| 39238 | @staticmethod |
| 39239 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39240 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 39241 | fit.modules.filteredChargeBoost( |
| 39242 | lambda mod: mod.charge.requiresSkill('Heavy Missiles'), f'{dmgType}Damage', |
| 39243 | ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 39244 | |
| 39245 | |
| 39246 | class Effect11424(BaseEffect): |
nothing calls this directly
no test coverage detected