Update to 908326

This commit is contained in:
DarkPhoenix
2015-06-25 00:33:37 +03:00
parent de0b03630a
commit edfd446e46
14 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(
lambda mod: mod.item.requiresSkill("Repair Systems"),
"duration",
1 / module.getModifiedItemAttr("modeArmorRepDurationPostDiv")
)