Add structure rig effects (untested)

This commit is contained in:
blitzmann
2016-07-05 23:24:24 -04:00
parent 4d158d99fd
commit 7b2a89d66b
14 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
type = "passive"
def handler(fit, src, context):
fit.ship.boostItemAttr("scanResolution", src.getModifiedItemAttr("structureRigScanResBonus"),
stackingPenalties=True)