Files
pyfa/eos/effects/shipbonusagilitymi2.py

9 lines
253 B
Python

# shipBonusAgilityMI2
#
# Used by:
# Ship: Wreathe
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Industrial").level
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("shipBonusMI2") * level)