Files
pyfa/eos/effects/effect4621.py
2019-03-16 14:08:20 -04:00

13 lines
276 B
Python

# shipBonusHeatDamageATF1
#
# Used by:
# Ship: Cambion
# Ship: Etana
# Ship: Utu
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
ship.getModifiedItemAttr("shipBonusATF1"))