12 lines
328 B
Python
12 lines
328 B
Python
# skillBonusDoomsdayRapidFiring
|
|
#
|
|
# Used by:
|
|
# Skill: Doomsday Rapid Firing
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
lvl = src.level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Doomsday Operation"), "duration",
|
|
src.getModifiedItemAttr("rofBonus") * lvl)
|