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

8 lines
266 B
Python
Executable File

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