Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
7
eos/effects/shiptrackinglinkrange1fixed.py
Executable file
7
eos/effects/shiptrackinglinkrange1fixed.py
Executable file
@@ -0,0 +1,7 @@
|
||||
# Used by:
|
||||
# Ship: Scimitar
|
||||
type = "passive"
|
||||
def handler(fit, ship, context):
|
||||
level = fit.character.getSkill("Minmatar Cruiser").level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tracking Link",
|
||||
"maxRange", ship.getModifiedItemAttr("shipBonusMC") * level)
|
||||
Reference in New Issue
Block a user