Files
pyfa/eos/effects/shipbonusdreadcitadeltorprofc1.py
2016-03-10 20:37:09 -05:00

9 lines
322 B
Python

# shipBonusDreadCitadelTorpRofC1
#
# Used by:
# Ship: Phoenix
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("XL Torpedoes"),
"speed", ship.getModifiedItemAttr("dreadnoughtShipBonusC1"), skill="Caldari Dreadnought")