MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:41906–41910  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

41904
41905 @staticmethod
41906 def handler(fit, ship, context, projectionRange, **kwargs):
41907 for type in ('kinetic', 'thermal', 'explosive', 'em'):
41908 fit.ship.boostItemAttr(
41909 f'shield{type.capitalize()}DamageResonance', ship.getModifiedItemAttr('shipBonusOreDestroyer3'),
41910 skill='Mining Destroyer', **kwargs)
41911
41912
41913class Effect12556(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected