12 lines
400 B
Python
12 lines
400 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")
|