Files
pyfa/eos/effects/rolebonusjustscramblerstrength.py
2015-12-07 20:10:44 -05:00

8 lines
308 B
Python

# roleBonusJustScramblerStrength
#
# Used by:
# Ship: Maulus Navy Issue
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Navigation"),
"warpScrambleStrength", ship.getModifiedItemAttr("roleBonus"))