Files
pyfa/eos/effects/boostershieldcapacitypenalty.py
2016-12-16 21:19:00 -05:00

11 lines
281 B
Python

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