Files
pyfa/eos/effects/freighteragilitybonusg1.py

9 lines
259 B
Python

# freighterAgilityBonusG1
#
# 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)