Files
pyfa/eos/effects/shipbonusshieldboostermb1a.py
blitzmann a74c3c9b3d Fix #461
2015-12-02 20:38:45 -05:00

9 lines
319 B
Python

# shipBonusShieldBoosterMB1a
#
# Used by:
# Ship: Maelstrom
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"),
"shieldBonus", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")