13 lines
336 B
Python
13 lines
336 B
Python
# shipSHTDmgBonusRookie
|
|
#
|
|
# Used by:
|
|
# Ship: Velator
|
|
# Ship: Violator
|
|
# Ship: Virtuoso
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("rookieSHTDamageBonus"))
|