Files
pyfa/eos/effects/shipbonusminingdurationore3.py
2014-05-31 22:13:59 +04:00

9 lines
374 B
Python

# Used by:
# Ships from group: Exhumer (4 of 4)
# Ships from group: Mining Barge (3 of 3)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Mining Barge").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),
"duration", ship.getModifiedItemAttr("shipBonusORE3") * level)