12 lines
411 B
Python
12 lines
411 B
Python
# skillStructureDoomsdayDurationBonus
|
|
#
|
|
# Used by:
|
|
# Skill: Structure Doomsday Operation
|
|
type = "passive", "structure"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Doomsday Weapon",
|
|
"duration", src.getModifiedItemAttr("durationBonus"),
|
|
skill="Structure Doomsday Operation")
|