Files
pyfa/eos/effects/shipcommandbonuseffectivemultiplierorecapital2.py
blitzmann 020cc9e295 Revert "Clean up unused effects"
This reverts commit 842be9535b.
2018-05-20 00:22:14 -04: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")