8 lines
235 B
Python
8 lines
235 B
Python
# nosReflectAmount
|
|
#
|
|
# Used by:
|
|
# Modules from group: Capacitor Battery (27 of 27)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("nosReflectAmount", module.getModifiedItemAttr("nosReflectAmountBonus"))
|