From 64c3c9337d3aad2be8c207d856e5ef4a25358943 Mon Sep 17 00:00:00 2001 From: Evgeniy Kozlov Date: Fri, 23 Aug 2024 18:49:28 +0300 Subject: [PATCH] Passive BGE Devotion: AHK: add X param to the Devotion --- SimpleTUOLiveSim.ahk | 2 +- SimpleTUOptimizeStarter.ahk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SimpleTUOLiveSim.ahk b/SimpleTUOLiveSim.ahk index 55dc1f2d..c9eb826c 100644 --- a/SimpleTUOLiveSim.ahk +++ b/SimpleTUOLiveSim.ahk @@ -15,7 +15,7 @@ FileDelete, %file% MaxCardsSections := 100 -BGEffects := "none|SuperHeroism|Crackdown|Devotion|Unity|Iron-Will|Cold-Sleep|Blood-Vengeance|Oath-of-Loyalty|Furiosity|TemporalBacklash|CriticalReach|Devour|HaltedOrders|ZealotsPreservation|Virulence|Enfeeble all X|Enhance all S X|Evolve n S1 S2|Heal all X|Mortar X|Protect all X|Rally all X|Siege all X|Strike all X|Weaken all X|Brigade|Bloodlust X|Counterflux|Divert|EnduringRage|Fortification|Heroism|Metamorphosis|Megamorphosis|Revenge X|TurningTides" +BGEffects := "none|SuperHeroism|Crackdown|Devotion X|Unity|Iron-Will|Cold-Sleep|Blood-Vengeance|Oath-of-Loyalty|Furiosity|TemporalBacklash|CriticalReach|Devour|HaltedOrders|ZealotsPreservation|Virulence|Enfeeble all X|Enhance all S X|Evolve n S1 S2|Heal all X|Mortar X|Protect all X|Rally all X|Siege all X|Strike all X|Weaken all X|Brigade|Bloodlust X|Counterflux|Divert|EnduringRage|Fortification|Heroism|Metamorphosis|Megamorphosis|Revenge X|TurningTides" IniFileName := "data\SimpleTUOLiveSim.ini" IniSection := "onLoad" diff --git a/SimpleTUOptimizeStarter.ahk b/SimpleTUOptimizeStarter.ahk index 54e8b521..29019482 100644 --- a/SimpleTUOptimizeStarter.ahk +++ b/SimpleTUOptimizeStarter.ahk @@ -15,7 +15,7 @@ FileDelete, %file% MaxCardsSections := 100 -BGEffects := "none|SuperHeroism|Crackdown|Devotion|Unity|Iron-Will|Cold-Sleep|Blood-Vengeance|Oath-of-Loyalty|Furiosity|TemporalBacklash|CriticalReach|Devour|HaltedOrders|ZealotsPreservation|Virulence|Enfeeble all X|Enhance all S X|Evolve n S1 S2|Heal all X|Mortar X|Protect all X|Rally all X|Siege all X|Strike all X|Weaken all X|Brigade|Bloodlust X|Counterflux|Divert|EnduringRage|Fortification|Heroism|Metamorphosis|Megamorphosis|Revenge X|TurningTides" +BGEffects := "none|SuperHeroism|Crackdown|Devotion X|Unity|Iron-Will|Cold-Sleep|Blood-Vengeance|Oath-of-Loyalty|Furiosity|TemporalBacklash|CriticalReach|Devour|HaltedOrders|ZealotsPreservation|Virulence|Enfeeble all X|Enhance all S X|Evolve n S1 S2|Heal all X|Mortar X|Protect all X|Rally all X|Siege all X|Strike all X|Weaken all X|Brigade|Bloodlust X|Counterflux|Divert|EnduringRage|Fortification|Heroism|Metamorphosis|Megamorphosis|Revenge X|TurningTides" IniFileName := "data\SimpleTUOptimizeStarter.ini" IniSection := "onLoad"