Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
7
eos/effects/scripttrackingcomputermaxrangebonusbonus.py
Executable file
7
eos/effects/scripttrackingcomputermaxrangebonusbonus.py
Executable file
@@ -0,0 +1,7 @@
|
||||
# Used by:
|
||||
# Charges from group: Tracking Disruption Script (2 of 2)
|
||||
# Charges from group: Tracking Script (2 of 2)
|
||||
type = "passive"
|
||||
def handler(fit, module, context):
|
||||
module.boostItemAttr("maxRangeBonus", module.getModifiedChargeAttr("maxRangeBonusBonus"))
|
||||
module.boostItemAttr("falloffBonus", module.getModifiedChargeAttr("falloffBonusBonus"))
|
||||
Reference in New Issue
Block a user