Files
pyfa/eos/effects/shipbonusshieldtransferboostamountmf2.py
2014-07-30 21:23:27 -04:00

8 lines
332 B
Python

# 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)