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

9 lines
338 B
Python
Executable File

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