This commit is contained in:
blitzmann
2015-12-02 20:38:45 -05:00
parent c7c0c49218
commit a74c3c9b3d

View File

@@ -4,5 +4,5 @@
# Ship: Maelstrom
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Shield Booster",
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"),
"shieldBonus", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")