Files
pyfa/eos/effects/shipbonusthermalmissiledamagegb2.py

9 lines
367 B
Python

# shipBonusThermalMissileDamageGB2
#
# Used by:
# Ships named like: Rattlesnake (2 of 2)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
"thermalDamage", ship.getModifiedItemAttr("shipBonusGB2"), skill="Gallente Battleship")