11 lines
328 B
Python
11 lines
328 B
Python
# shipBonusAfterburnerSpeedFactor2CB
|
|
#
|
|
# Used by:
|
|
# Ship: Nightmare
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Afterburner"),
|
|
"speedFactor", module.getModifiedItemAttr("shipBonus2CB"), skill="Caldari Battleship")
|