Files
pyfa/eos/effects/shipbonussalvagecyclecf.py
2014-01-22 23:51:42 +04:00

9 lines
339 B
Python
Executable File

# Used by:
# Ship: Heron
# Ship: Sukuuvestaa Heron
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Salvaging"),
"duration", ship.getModifiedItemAttr("shipBonusCF") * level)