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

8 lines
207 B
Python

# Used by:
# Ship: Leviathan
type = "gang"
gangBoost = "shieldCapacity"
gangBonus = "shipBonusCT2"
def handler(fit, ship, context):
fit.ship.boostItemAttr(gangBoost, ship.getModifiedItemAttr(gangBonus))