12 lines
357 B
Python
12 lines
357 B
Python
# shipMissileThermDamageCC
|
|
#
|
|
# Used by:
|
|
# Ship: Orthrus
|
|
# Ship: Osprey Navy Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
|
"thermalDamage", ship.getModifiedItemAttr("shipBonusCC"), skill="Caldari Cruiser")
|