9 lines
289 B
Python
9 lines
289 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
if fit.extraAttributes["siege"]:
|
|
fit.ship.increaseItemAttr("commandBonusEffective", ship.getModifiedItemAttr("shipBonusORECapital2"),
|
|
skill="Capital Industrial Ships")
|