Files
pyfa/eos/effects/boostershieldcapacitypenalty.py
2016-03-11 00:18:33 -05:00

8 lines
255 B
Python

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