Files
pyfa/eos/effects/massreductionbonuspassive.py
2014-12-09 18:49:40 -05:00

8 lines
245 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)