(fit, ship, context, projectionRange, **kwargs)
| 36173 | |
| 36174 | @staticmethod |
| 36175 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36176 | for type in ('kinetic', 'thermal', 'explosive', 'em'): |
| 36177 | fit.ship.boostItemAttr('shield%sDamageResonance' % type.capitalize(), |
| 36178 | ship.getModifiedItemAttr('shipBonusUC2'), |
| 36179 | skill='EDENCOM Cruiser', **kwargs) |
| 36180 | |
| 36181 | |
| 36182 | class Effect8053(BaseEffect): |
nothing calls this directly
no test coverage detected