Files
pyfa/eos/effects/shipbonusshieldtransferboostamountmf2.py
2015-12-07 20:10:44 -05:00

9 lines
354 B
Python

# shipBonusShieldTransferBoostAmountMF2
#
# Used by:
# Variations of ship: Burst (2 of 2)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
"shieldBonus", ship.getModifiedItemAttr("shipBonusMF2"), skill="Minmatar Frigate")