Files
pyfa/eos/effects/velocitybonuspassive.py

8 lines
291 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)