14 lines
388 B
Python
14 lines
388 B
Python
# gangBonusSignature
|
|
#
|
|
# Used by:
|
|
# Variations of module: Skirmish Warfare Link - Evasive Maneuvers I (2 of 2)
|
|
type = "gang", "active"
|
|
gangBoost = "signatureRadius"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
if "gang" not in context:
|
|
return
|
|
fit.ship.boostItemAttr("signatureRadius", module.getModifiedItemAttr("commandBonus"),
|
|
stackingPenalties=True)
|