12 lines
366 B
Python
12 lines
366 B
Python
# eliteReconBonusHeavyMissileVelocity
|
|
#
|
|
# Used by:
|
|
# Ship: Rook
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"),
|
|
"maxVelocity", ship.getModifiedItemAttr("eliteBonusReconShip1"),
|
|
skill="Recon Ships")
|