(fit, ship, context, projectionRange, **kwargs)
| 40874 | |
| 40875 | @staticmethod |
| 40876 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40877 | for dmgType in ('em', 'thermal', 'kinetic', 'explosive'): |
| 40878 | fit.ship.boostItemAttr( |
| 40879 | 'shield{}DamageResonance'.format(dmgType.capitalize()), |
| 40880 | ship.getModifiedItemAttr('shipBonusCC3'), |
| 40881 | skill='Caldari Cruiser', **kwargs) |
| 40882 | |
| 40883 | |
| 40884 | class Effect12179(BaseEffect): |
nothing calls this directly
no test coverage detected