Files
pyfa/eos/effects/shipbonusvelocityci.py
2014-05-31 22:13:59 +04:00

9 lines
297 B
Python
Executable File

# Used by:
# Variations of ship: Tayra (2 of 2)
# Ship: Crane
# Ship: Tayra Wiyrkomi Edition
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Industrial").level
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("shipBonusCI") * level)