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

Method handler

eos/effects.py:4915–4917  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

4913
4914 @staticmethod
4915 def handler(fit, skill, context, projectionRange, **kwargs):
4916 if fit.ship.item.requiresSkill('Capital Ships'):
4917 fit.ship.boostItemAttr('agility', skill.getModifiedItemAttr('agilityBonus') * skill.level, **kwargs)
4918
4919
4920class Effect1617(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected