Update some effects and headers

This commit is contained in:
blitzman
2016-11-20 16:04:32 -05:00
parent e03d3278a0
commit e6dfb1e90a
30 changed files with 119 additions and 329 deletions

View File

@@ -7,6 +7,9 @@ runTime = "early"
def handler(fit, module, context):
return
# @todo: finish this
fit.extraAttributes["siege"] = True
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"))
fit.ship.multiplyItemAttr("mass", module.getModifiedItemAttr("siegeMassMultiplier"))
@@ -20,7 +23,7 @@ def handler(fit, module, context):
(
"Shield Command",
),
"warfareBuff4Value",
src.getModifiedItemAttr("shipBonusORECapital3"),
"warfareBuff4Modifier",
module.getModifiedItemAttr("shipBonusORECapital3"),
skill="Capital Industrial Ships",
)