Files
pyfa/eos/effects/shipbonusdreadnoughtg2rofbonus.py
2016-07-03 00:40:10 -04:00

9 lines
311 B
Python

# shipBonusDreadnoughtG2ROFBonus
#
# Used by:
# Ship: Moros
# Ship: Vehement
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"), "speed", src.getModifiedItemAttr("shipBonusDreadnoughtG2"), skill="Gallente Dreadnought")