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

7 lines
231 B
Python

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