local TwistedFateMenu = Menu("TwistedFate", "Twisted Fate")
TwistedFateMenu:SubMenu("Combo", "Combo")
TwistedFateMenu.Combo:Boolean("Q", "Use Q", true)
TwistedFateMenu.Combo:Info("TwistedFate", "Use Q only in AA")
TwistedFateMenu.Combo:List("QR", "Range with Active Card?", 1, {"Yes", "No"})
TwistedFateMenu.Combo:List("QR2", "Use Q if Cards on CD?", 1, {"Yes", "No, At Any Time"})
TwistedFateMenu.Combo:Boolean("Card", "Use Cards in Combo?", true)
TwistedFateMenu.Combo:List("prio", "Which Card in Combo?", 1, {"Yellow", "Blue", "Red"})
TwistedFateMenu.Combo:Slider("Mana", "Use Blue Card if Mana < x%", 40, 1, 90, 1)
TwistedFateMenu.Combo:Key("Yellow", "Yellow Card", string.byte("A"))
TwistedFateMenu.Combo:Key("Blue", "Blue Card", string.byte("E"))
TwistedFateMenu.Combo:Key("Red", "Red Card", string.byte("T"))
TwistedFateMenu.Combo:Info("TwistedFate", "If manually pressing R")
TwistedFateMenu.Combo:Boolean("R", "then Auto use StunCard?", true)
TwistedFateMenu:SubMenu("Harass", "Harass")
TwistedFateMenu.Harass:Boolean("Q", "Use Q", true)
TwistedFateMenu.Harass:Info("TwistedFate", "Use Q only in AA")
TwistedFateMenu.Harass:List("QR", "Range with Active Card?", 2, {"Yes", "No"})
TwistedFateMenu.Harass:List("QR2", "Use Q if Cards on CD?", 2, {"Yes", "No, At Any Time"})
TwistedFateMenu.Harass:Boolean("Card", "Use Cards in Combo?", true)
TwistedFateMenu.Harass:List("prio", "Which Card in Combo?", 1, {"Yellow", "Blue", "Red"})
TwistedFateMenu.Harass:Slider("Mana", "Use Blue Card if Mana < x%", 40, 1, 90, 1)
TwistedFateMenu:SubMenu("Farm", "LastHit")
TwistedFateMenu.Farm:Boolean("Card", "LastHit with Cards?", true)
TwistedFateMenu.Farm:List("prio", "Which Card in LastHit?", 2, {"Yellow", "Blue", "Red"})
TwistedFateMenu.Farm:Slider("Mana", "Blue Card if Mana < x%", 60, 1, 90, 1)
TwistedFateMenu:SubMenu("Farm2", "LaneClear")
TwistedFateMenu.Farm2:Boolean("Card", "LaneClear with Cards?", true)
TwistedFateMenu.Farm2:List("prio", "Which Card in LaneClear?", 3, {"Yellow", "Blue", "Red"})
TwistedFateMenu.Farm2:Slider("Mana", "Blue Card if Mana < x%", 60, 1, 90, 1)
TwistedFateMenu:SubMenu("Items", "Items&Ignite")
TwistedFateMenu.Items:Boolean("Ignite", "Use Ignite", true)
TwistedFateMenu.Items:Boolean("QSS", "Always Use QSS", true)
TwistedFateMenu.Items:Slider("QSSHP", "if My Health < x% (Def.75)", 75, 0, 100, 1)
TwistedFateMenu.Items:Boolean("Zhonya", "Always Use Zhonyas", true)
TwistedFateMenu.Items:Slider("ZhonyaHP", "if My Health < x% (Def.30)", 30, 0, 90, 1)
TwistedFateMenu:SubMenu("Int", "Interrupt Spells")
TwistedFateMenu.Int:Boolean("Int", "Interrupt Spells", true)
TwistedFateMenu:SubMenu("Misc", "Misc")
TwistedFateMenu.Misc:Boolean("DOH", "Draw DmgOverHPBars", true)
TwistedFateMenu.Misc:Boolean("DKS", "Draw Killable Text", true)