9 lines
283 B
Python
9 lines
283 B
Python
# neutAttackReflect
|
|
#
|
|
# Used by:
|
|
# Modules from group: Capacitor Battery (27 of 27)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("neutReflector", module.getModifiedItemAttr("capAttackReflector"),
|
|
stackingPenalties = True)
|