MCPcopy
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:1259–1263  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

1257
1258 @staticmethod
1259 def handler(fit, container, context, projectionRange, **kwargs):
1260 level = container.level if 'skill' in context else 1
1261 penalties = 'skill' not in context and 'implant' not in context and 'booster' not in context
1262 fit.ship.boostItemAttr('agility', container.getModifiedItemAttr('agilityBonus') * level,
1263 stackingPenalties=penalties, **kwargs)
1264
1265
1266class Effect396(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected