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

11 lines
359 B
Python

# hardPointModifierEffect
#
# Used by:
# Subsystems from group: Offensive Systems (12 of 12)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("turretSlotsLeft", module.getModifiedItemAttr("turretHardPointModifier"))
fit.ship.increaseItemAttr("launcherSlotsLeft", module.getModifiedItemAttr("launcherHardPointModifier"))