Merge pull request #858 from Ebag333/RemoveIncorrectEffects

Remove Effects
This commit is contained in:
Ryan Holmes
2016-11-27 21:51:55 -05:00
committed by GitHub
4 changed files with 0 additions and 32 deletions

View File

@@ -1,8 +0,0 @@
# industrialCommandShipSkillLevelMultiplierICS3
#
# Used by:
# Skill: Industrial Command Ships
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.ship.multiplyItemAttr("shipBonusICS3", src.getModifiedItemAttr("skillLevel") * lvl)

View File

@@ -1,8 +0,0 @@
# industrialCommandShipSkillLevelMultiplierICS4
#
# Used by:
# Skill: Industrial Command Ships
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.ship.multiplyItemAttr("shipBonusICS4", src.getModifiedItemAttr("skillLevel") * lvl)

View File

@@ -1,8 +0,0 @@
# industrialCommandShipSkillLevelMultiplierICS5
#
# Used by:
# Skill: Industrial Command Ships
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.ship.multiplyItemAttr("shipBonusICS5", src.getModifiedItemAttr("skillLevel") * lvl)

View File

@@ -1,8 +0,0 @@
# oreCapitalShipSkillMultiplier5
#
# Used by:
# Skill: Capital Industrial Ships
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.ship.multiplyItemAttr("shipBonusORECapital5", src.getModifiedItemAttr("skillLevel") * lvl)