(fit, src, context, projectionRange, **kwargs)
| 27593 | |
| 27594 | @staticmethod |
| 27595 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27596 | for dmgType in ('em', 'thermal', 'kinetic', 'explosive'): |
| 27597 | fit.ship.boostItemAttr( |
| 27598 | 'armor{}DamageResonance'.format(dmgType.capitalize()), |
| 27599 | src.getModifiedItemAttr('shipBonusDreadnoughtA2'), |
| 27600 | skill='Amarr Dreadnought', **kwargs) |
| 27601 | |
| 27602 | |
| 27603 | class Effect6503(BaseEffect): |
nothing calls this directly
no test coverage detected