Update to TQ

This commit is contained in:
blitzmann
2016-04-28 00:38:49 -04:00
parent ed6f00a893
commit 2fc83aa61c
3 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Leadership"), "maxGroupActive", src.getModifiedItemAttr("shipBonusRole3"))

View File

@@ -5,4 +5,4 @@
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.ship.boostItemAttr("fighterCapacity", src.getModifiedItemAttr("skillBonusFighterHangerSize") * lvl)
fit.ship.boostItemAttr("fighterCapacity", src.getModifiedItemAttr("skillBonusFighterHangarSize") * lvl)

BIN
eve.db

Binary file not shown.