Files
pyfa/eos/effects/shipmissilevelocitycd1.py

9 lines
331 B
Python

# shipMissileVelocityCD1
#
# Used by:
# Ship: Flycatcher
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusCD1"), skill="Caldari Destroyer")