Files
pyfa/eos/effects/effect2796.py
2019-03-16 14:08:20 -04:00

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)