Files
pyfa/eos/effects/effect5676.py
2019-03-16 14:08:20 -04:00

12 lines
359 B
Python

# shipBonusSmallMissileExplosionRadiusCD2
#
# Used by:
# Ship: Flycatcher
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(
lambda mod: mod.charge.requiresSkill("Rockets") or mod.charge.requiresSkill("Light Missiles"),
"aoeCloudSize", ship.getModifiedItemAttr("shipBonusCD2"), skill="Caldari Destroyer")