12 lines
343 B
Python
12 lines
343 B
Python
# rigDrawbackReductionProjectile
|
|
#
|
|
# Used by:
|
|
# Skill: Projectile Weapon Rigging
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
lvl = src.level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Rig Projectile Weapon", "drawback",
|
|
src.getModifiedItemAttr("rigDrawbackBonus") * lvl)
|