12 lines
407 B
Python
12 lines
407 B
Python
# projectileWeaponDamageMultiply
|
|
#
|
|
# Used by:
|
|
# Modules from group: Gyrostabilizer (14 of 14)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Projectile Weapon",
|
|
"damageMultiplier", module.getModifiedItemAttr("damageMultiplier"),
|
|
stackingPenalties=True)
|