Files
pyfa/eos/effects/shipbonusshieldtransferboostamountmf2.py

10 lines
374 B
Python

# shipBonusShieldTransferBoostAmountMF2
#
# Used by:
# Ship: Burst
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
"shieldBonus", ship.getModifiedItemAttr("shipBonusMF2") * level)