(fit, ship, context, projectionRange, **kwargs)
| 40893 | |
| 40894 | @staticmethod |
| 40895 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40896 | for dmgType in ('em', 'thermal', 'kinetic', 'explosive'): |
| 40897 | fit.ship.boostItemAttr( |
| 40898 | 'shield{}DamageResonance'.format(dmgType.capitalize()), |
| 40899 | ship.getModifiedItemAttr('shipBonus3CF'), |
| 40900 | skill='Caldari Frigate', **kwargs) |
| 40901 | |
| 40902 | |
| 40903 | class Effect12180(BaseEffect): |
nothing calls this directly
no test coverage detected