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

7 lines
230 B
Python

# Used by:
# Ship: Nomad
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Freighter").level
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("freighterBonusM1") * level)