Files
pyfa/eos/effects/shipbonusagilitymi2.py
2013-08-23 01:27:52 +04:00

7 lines
229 B
Python

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