11 lines
321 B
Python
11 lines
321 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")
|