(fit, src, context, projectionRange, **kwargs)
| 35668 | |
| 35669 | @staticmethod |
| 35670 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35671 | for type in ('Em', 'Explosive', 'Kinetic', 'Thermal'): |
| 35672 | fit.ship.boostItemAttr('armor{0}DamageResonance'.format(type), src.getModifiedItemAttr('shipBonusDreadnoughtPC2'), |
| 35673 | skill='Precursor Dreadnought', **kwargs) |
| 35674 | |
| 35675 | |
| 35676 | class Effect7240(BaseEffect): |
nothing calls this directly
no test coverage detected