Files
pyfa/eos/effects/shipbonuspiratefrigateprojdamage.py
2013-08-23 01:27:52 +04:00

8 lines
297 B
Python
Executable File

# Used by:
# Ship: Chremoas
# Ship: Dramiel
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPirateFaction"))