(fit, ship, context, projectionRange, **kwargs)
| 39201 | |
| 39202 | @staticmethod |
| 39203 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39204 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 39205 | fit.modules.filteredChargeBoost( |
| 39206 | lambda mod: mod.charge.requiresSkill('Torpedoes'), f'{dmgType}Damage', |
| 39207 | ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 39208 | |
| 39209 | |
| 39210 | class Effect11422(BaseEffect): |
nothing calls this directly
no test coverage detected