8 lines
284 B
Python
8 lines
284 B
Python
# shieldCapacityBonusOnline
|
|
#
|
|
# Used by:
|
|
# Modules from group: Shield Amplifier (88 of 88)
|
|
# Modules from group: Shield Extender (25 of 25)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("shieldCapacity", module.getModifiedItemAttr("capacityBonus")) |