Files
pyfa/eos/effects/shipbonusheatdamageatf1.py
2014-07-30 21:23:27 -04:00

9 lines
246 B
Python

# 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"))