11 lines
366 B
Python
11 lines
366 B
Python
# shipMissileRoFCaldariTacticalDestroyer1
|
|
#
|
|
# Used by:
|
|
# Ship: Jackdaw
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Missile Launcher Operation"),
|
|
"speed", ship.getModifiedItemAttr("shipBonusTacticalDestroyerCaldari1"), skill="Caldari Tactical Destroyer")
|
|
|
|
|