Update stats to latest sisi data
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupProjectileWeapon
|
||||
#
|
||||
# Used by:
|
||||
# Skill: Surgical Strike
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, skill, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Precursor Turret",
|
||||
"damageMultiplier", skill.getModifiedItemAttr("damageMultiplierBonus") * skill.level)
|
||||
Reference in New Issue
Block a user