(fit, ship, context, projectionRange, **kwargs)
| 15652 | |
| 15653 | @staticmethod |
| 15654 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15655 | damageTypes = ('em', 'explosive', 'kinetic', 'thermal') |
| 15656 | for damageType in damageTypes: |
| 15657 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 15658 | '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusAC'), |
| 15659 | skill='Amarr Cruiser', **kwargs) |
| 15660 | |
| 15661 | |
| 15662 | class Effect4645(BaseEffect): |
nothing calls this directly
no test coverage detected