Files
pyfa/eos/effects/boostershieldcapacitypenalty.py

8 lines
255 B
Python

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