8 lines
290 B
Python
8 lines
290 B
Python
# shipBonusDroneIceHarvestingRole
|
|
#
|
|
# Used by:
|
|
# Ship: Orca
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Ice Harvesting Drone Operation"), "duration", src.getModifiedItemAttr("roleBonusDroneIceHarvestingSpeed"))
|