Files
pyfa/eos/effects/boostershieldcapacitypenalty.py
blitzmann d19486ce15 cleanup
2017-07-11 02:30:26 -04:00

16 lines
381 B
Python

# boosterShieldCapacityPenalty
#
# Used by:
# Implants from group: Booster (12 of 55)
type = "boosterSideEffect"
# User-friendly name for the side effect
displayName = "Shield Capacity"
# Attribute that this effect targets
attr = "boosterShieldCapacityPenalty"
def handler(fit, booster, context):
fit.ship.boostItemAttr("shieldCapacity", booster.getModifiedItemAttr(attr))