Files
pyfa/eos/effects/boostershieldcapacitypenalty.py
2016-11-20 15:37:55 -05:00

10 lines
257 B
Python

# boosterShieldCapacityPenalty
#
# Used by:
# Implants from group: Booster (12 of 47)
type = "boosterSideEffect"
def handler(fit, booster, context):
fit.ship.boostItemAttr("shieldCapacity", booster.getModifiedItemAttr("boosterShieldCapacityPenalty"))