Files
pyfa/eos/effects/rolebonuswarpspeed.py
2018-11-02 15:52:58 +03:00

14 lines
284 B
Python

# roleBonusWarpSpeed
#
# Used by:
# Ship: Cynabal
# Ship: Dramiel
# Ship: Leopard
# Ship: Machariel
# Ship: Victorieux Luxury Yacht
type = "passive"
def handler(fit, src, context):
fit.ship.boostItemAttr("warpSpeedMultiplier", src.getModifiedItemAttr("shipRoleBonusWarpSpeed"))