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

9 lines
347 B
Python
Executable File

# Used by:
# Ship: Imicus
# Ship: Inner Zone Shipping Imicus
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Salvaging"),
"duration", ship.getModifiedItemAttr("shipBonusGF") * level)