Update existing items

This commit is contained in:
DarkPhoenix
2013-10-08 00:35:18 +04:00
parent fc6aa191f1
commit c8e692d8d8
73 changed files with 157 additions and 75 deletions

View File

@@ -0,0 +1,7 @@
# Used by:
# Ship: Claw
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Interceptors").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("eliteBonusInterceptor2") * level)