Files
pyfa/eos/effects/dreadnoughtshipbonushybridrofg2.py

10 lines
374 B
Python

# dreadnoughtShipBonusHybridRoFG2
#
# Used by:
# Ship: Moros
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Dreadnought").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"),
"speed", ship.getModifiedItemAttr("dreadnoughtShipBonusG2") * level)