(fit, ship, context, projectionRange, **kwargs)
| 36138 | |
| 36139 | @staticmethod |
| 36140 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36141 | for type in ('kinetic', 'thermal', 'explosive', 'em'): |
| 36142 | fit.ship.boostItemAttr('shield%sDamageResonance' % type.capitalize(), |
| 36143 | ship.getModifiedItemAttr('shipBonusUF1'), |
| 36144 | skill='EDENCOM Frigate', **kwargs) |
| 36145 | |
| 36146 | |
| 36147 | class Effect8048(BaseEffect): |
nothing calls this directly
no test coverage detected