Files
pyfa/eos/effects/effect3727.py
2019-03-16 14:08:20 -04:00

11 lines
292 B
Python

# velocityBonusPassive
#
# Used by:
# Modules named like: Polycarbon Engine Housing (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("implantBonusVelocity"),
stackingPenalties=True)