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

7 lines
227 B
Python

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