(fit, ship, context, projectionRange, **kwargs)
| 39219 | |
| 39220 | @staticmethod |
| 39221 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39222 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 39223 | fit.modules.filteredChargeBoost( |
| 39224 | lambda mod: mod.charge.requiresSkill('Cruise Missiles'), f'{dmgType}Damage', |
| 39225 | ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 39226 | |
| 39227 | |
| 39228 | class Effect11423(BaseEffect): |
nothing calls this directly
no test coverage detected