Files
pyfa/eos/effects/massreductionbonuspassive.py
2014-11-06 02:22:06 +03:00

8 lines
249 B
Python

# massReductionBonusPassive
#
# Used by:
# Modules named like: Higgs Anchor I (4 of 4)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("mass", module.getModifiedItemAttr("massBonusPercentage"), stackingPenalties=True)