Files
pyfa/eos/effects/rigdrawbackbonuseffect.py
2013-08-23 01:27:52 +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)