Files
pyfa/eos/effects/boostershieldcapacitypenalty.py
2016-07-03 00:40:10 -04:00

8 lines
255 B
Python

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