12 lines
327 B
Python
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"))
|