Files
pyfa/eos/effects/shipcommandbonuseffectivemultiplierorecapital2.py
2016-12-04 23:10:09 -05:00

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")