Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
7
eos/effects/interceptor2lasertracking.py
Executable file
7
eos/effects/interceptor2lasertracking.py
Executable file
@@ -0,0 +1,7 @@
|
||||
# Used by:
|
||||
# Ship: Crusader
|
||||
type = "passive"
|
||||
def handler(fit, ship, context):
|
||||
level = fit.character.getSkill("Interceptors").level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
|
||||
"trackingSpeed", ship.getModifiedItemAttr("eliteBonusInterceptor2") * level)
|
||||
Reference in New Issue
Block a user