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

7 lines
224 B
Python

# Used by:
# Ship: Sigil
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Industrial").level
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("shipBonusAI2") * level)