9 lines
355 B
Python
9 lines
355 B
Python
# Used by:
|
|
# Ship: Drake
|
|
# Ship: Nighthawk
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Battlecruiser").level
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"),
|
|
"kineticDamage", ship.getModifiedItemAttr("shipBonusCBC1") * level)
|