(fit, src, context, projectionRange, **kwargs)
| 39886 | |
| 39887 | @staticmethod |
| 39888 | def handler(fit, src, context, projectionRange, **kwargs): |
| 39889 | for dmgType in ('em', 'thermal', 'kinetic', 'explosive'): |
| 39890 | fit.ship.boostItemAttr( |
| 39891 | f'{dmgType}DamageResonance', src.getModifiedItemAttr('shipBonusDreadnoughtG1'), |
| 39892 | skill='Gallente Dreadnought', **kwargs) |
| 39893 | |
| 39894 | |
| 39895 | class Effect11714(BaseEffect): |
nothing calls this directly
no test coverage detected