Files
pyfa/eos/effects/freighteragilitybonusc1.py

9 lines
256 B
Python

# freighterAgilityBonusC1
#
# Used by:
# Ship: Rhea
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Freighter").level
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("freighterBonusC1") * level)