Files
pyfa/eos/effects/shipbonusdreadnoughtg2rofbonus.py
2016-04-06 00:12:44 -04:00

8 lines
294 B
Python

# shipBonusDreadnoughtG2ROFBonus
#
# Used by:
# Ship: Moros
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")