Files
pyfa/eos/effects/rigdrawbackbonuseffect.py
2014-03-15 17:33:45 +04:00

7 lines
289 B
Python
Executable File

# Used by:
# Skills from group: Rigging (9 of 10)
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill(skill),
"drawback", skill.getModifiedItemAttr("rigDrawbackBonus") * skill.level)