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

12 lines
327 B
Python

# ignoreCloakVelocityPenalty
#
# Used by:
# Ship: Endurance
type = "passive"
runTime = "early"
def handler(fit, src, context):
fit.modules.filteredItemForce(lambda mod: mod.item.group.name == "Cloaking Device",
"maxVelocityModifier", src.getModifiedItemAttr("velocityPenaltyReduction"))