12 lines
359 B
Python
12 lines
359 B
Python
# shipHeatDamageMinmatarTacticalDestroyer3
|
|
#
|
|
# Used by:
|
|
# Ship: Svipul
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
|
ship.getModifiedItemAttr("shipBonusTacticalDestroyerMinmatar3"),
|
|
skill="Minmatar Tactical Destroyer")
|