10 lines
247 B
Python
10 lines
247 B
Python
# massReductionBonusPassive
|
|
#
|
|
# Used by:
|
|
# Modules from group: Rig Anchor (4 of 4)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("mass", module.getModifiedItemAttr("massBonusPercentage"), stackingPenalties=True)
|