(fit, ship, context, projectionRange, **kwargs)
| 40972 | |
| 40973 | @staticmethod |
| 40974 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40975 | for dmgType in ('em', 'thermal', 'kinetic', 'explosive'): |
| 40976 | fit.ship.boostItemAttr( |
| 40977 | 'shield{}DamageResonance'.format(dmgType.capitalize()), |
| 40978 | ship.getModifiedItemAttr('shipBonusCB3'), |
| 40979 | skill='Caldari Battleship', **kwargs) |
| 40980 | |
| 40981 | |
| 40982 | class Effect12185(BaseEffect): |
nothing calls this directly
no test coverage detected