MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

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

Source from the content-addressed store, hash-verified

4896
4897 @staticmethod
4898 def handler(fit, ship, context, projectionRange, **kwargs):
4899 skillName = 'Advanced Spaceship Command'
4900 skill = fit.character.getSkill(skillName)
4901 fit.ship.boostItemAttr('agility', skill.getModifiedItemAttr('agilityBonus'), skill=skillName, **kwargs)
4902
4903
4904class Effect1616(BaseEffect):

Callers

nothing calls this directly

Calls 3

getSkillMethod · 0.80
boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected