8 lines
255 B
Python
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"))
|