Files
pyfa/eos/effects/shipstasiswebstrengthbonusmf2.py

9 lines
313 B
Python

# shipStasisWebStrengthBonusMF2
#
# Used by:
# Ship: Daredevil
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web",
"speedFactor", ship.getModifiedItemAttr("shipBonusMF2"), skill="Minmatar Frigate")