(fit, src, context, projectionRange, **kwargs)
| 24857 | |
| 24858 | @staticmethod |
| 24859 | def handler(fit, src, context, projectionRange, **kwargs): |
| 24860 | for dmgType in ('Em', 'Thermal', 'Kinetic', 'Explosive'): |
| 24861 | fit.ship.boostItemAttr('shield{}DamageResonance'.format(dmgType), |
| 24862 | src.getModifiedItemAttr('expeditionFrigateBonusShieldResistance'), |
| 24863 | skill='Expedition Frigates', **kwargs) |
| 24864 | |
| 24865 | |
| 24866 | class Effect6197(BaseEffect): |
nothing calls this directly
no test coverage detected