Convert all effect files to effect<ID>.py
This commit is contained in:
10
eos/effects/effect3424.py
Normal file
10
eos/effects/effect3424.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# eliteBonusViolatorsLargeHybridTurretTracking1
|
||||
#
|
||||
# Used by:
|
||||
# Ship: Kronos
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
|
||||
"trackingSpeed", ship.getModifiedItemAttr("eliteBonusViolators1"), skill="Marauders")
|
||||
Reference in New Issue
Block a user