Files
pyfa/eos/effects/leadershipeffect.py
2014-07-30 21:23:27 -04:00

8 lines
232 B
Python

# Used by:
# Skill: Leadership
type = "gang"
gangBoost = "scanResolution"
gangBonus = "scanResolutionBonus"
def handler(fit, skill, context):
fit.ship.boostItemAttr(gangBoost, skill.getModifiedItemAttr(gangBonus) * skill.level)