Advertisement
Guest User

champs

a guest
Sep 5th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.55 KB | None | 0 0
  1. -- Maps the names to the numbers in the array
  2. ChampionPointsSlots.Defaults.MapIndexToName = { }
  3. ChampionPointsSlots.Defaults.MapIndexToTrial = {
  4.     [1] = "vAA",
  5.     [2] = "vAS",
  6.     [3] = "vCR",
  7.     [4] = "vHOF",
  8.     [5] = "vHRC",
  9.     [6] = "vMOL",
  10.     [7] = "vSO",
  11.     [8] = "vMA-Magicka",
  12.     [9] = "vMA-Stamina",
  13. }
  14.  
  15. -- We use this so we can disable certain trees
  16. TEMP =
  17. {
  18.     [1] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  19.     [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  20.     [3] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  21.     [4] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  22.     [5] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  23.     [6] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  24.     [7] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  25.     [8] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  26.     [9] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0}
  27. }
  28.  
  29. -- What is our current CP lookin' like
  30. ChampionPointsSlots.Defaults.Current = {
  31.     [1] = {
  32.         [1] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  33.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  34.         [3] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  35.         [4] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  36.         [5] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  37.         [6] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  38.         [7] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  39.         [8] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0},
  40.         [9] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0}
  41.     },
  42. }
  43.  
  44. -- Pre-defined CP for trials, this will need to be updated each patch: CP by Alcast & Tony1697
  45. ChampionPointsSlots.Defaults.Trial = {
  46.     [1] = { -- Aetherian Archive
  47.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  48.        
  49.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 11},    -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  50.         [3] = {[5] = true, [1] = 0, [2] = 56, [3] = 0, [4] = 64},   -- RED: Lady        1 Light         2 Thick         3 Hardy         4 Elemental
  51.         [4] = {[5] = true, [1] = 0, [2] = 72, [3] = 57, [4] = 0},   -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  52.        
  53.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  54.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  55.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  56.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  57.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  58.     },
  59.     [2] = { -- Asylum Sanctorium
  60.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  61.        
  62.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 11},    -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  63.         [3] = {[5] = true, [1] = 0, [2] = 0, [3] = 27, [4] = 64},   -- RED: Lady        1 Light         2 Thick         3 Hardy         4 Elemental
  64.         [4] = {[5] = true, [1] = 0, [2] = 81, [3] = 77, [4] = 0},   -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  65.        
  66.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  67.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  68.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  69.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  70.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  71.     },
  72.     [3] = { -- Cloudrest
  73.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  74.        
  75.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 32},    -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  76.         [3] = {[5] = true, [1] = 0, [2] = 56, [3] = 0, [4] = 56},   -- RED: Lady        1 Light         2 Thick         3 Hardy         4 Elemental
  77.         [4] = {[5] = true, [1] = 0, [2] = 56, [3] = 60, [4] = 0},   -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  78.        
  79.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  80.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  81.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  82.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  83.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  84.     },
  85.     [4] = { -- Halls of Fabrication
  86.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  87.        
  88.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 11},    -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  89.         [3] = {[5] = true, [1] = 0, [2] = 48, [3] = 56, [4] = 56},-- RED: Lady      1 Light         2 Thick         3 Hardy         4 Elemental
  90.         [4] = {[5] = true, [1] = 0, [2] = 66, [3] = 23, [4] = 0},   -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  91.        
  92.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  93.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  94.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  95.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  96.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  97.     },
  98.     [5] = { -- Hel ra Citadel
  99.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  100.        
  101.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 11},    -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  102.         [3] = {[5] = true, [1] = 0, [2] = 48, [3] = 49, [4] = 49},-- RED: Lady      1 Light         2 Thick         3 Hardy         4 Elemental
  103.         [4] = {[5] = true, [1] = 0, [2] = 81, [3] = 22, [4] = 0},   -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  104.        
  105.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  106.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  107.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  108.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  109.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  110.     },
  111.     [6] = { -- Maw Of Lorkhaj
  112.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  113.        
  114.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 11},    -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  115.         [3] = {[5] = true, [1] = 0, [2] = 48, [3] = 49, [4] = 49},-- RED: Lady      1 Light         2 Thick         3 Hardy         4 Elemental
  116.         [4] = {[5] = true, [1] = 0, [2] = 81, [3] = 22, [4] = 0},   -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  117.        
  118.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  119.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  120.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  121.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  122.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  123.     },
  124.     [7] = { -- Sanctum Ophidia
  125.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  126.        
  127.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 11},    -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  128.         [3] = {[5] = true, [1] = 0, [2] = 56, [3] = 56, [4] = 56},-- RED: Lady      1 Light         2 Thick         3 Hardy         4 Elemental
  129.         [4] = {[5] = true, [1] = 0, [2] = 61, [3] = 20, [4] = 0},   -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  130.        
  131.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  132.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  133.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  134.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  135.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  136.     },
  137.     [8] = { -- vMA Magicka red+green CP
  138.         [1] = {[5] = true, [1] = 0, [2] = 14, [3] = 0, [4] = 31},
  139.        
  140.         [2] = {[5] = true, [1] = 0, [2] = 13, [3] = 0, [4] = 0},
  141.         [3] = {[5] = true, [1] = 10, [2] = 48, [3] = 56, [4] = 56},
  142.         [4] = {[5] = true, [1] = 0, [2] = 66, [3] = 11, [4] = 0},
  143.        
  144.         [5] = {[5] = false,[1] = 0, [2] = 0, [3] = 0, [4] = 0},
  145.         [6] = {[5] = false,[1] = 0, [2] = 0, [3] = 0, [4] = 0},
  146.         [7] = {[5] = false,[1] = 0, [2] = 0, [3] = 0, [4] = 0},
  147.         [8] = {[5] = true,[1] = 0, [2] = 0, [3] = 40, [4] = 51},
  148.         [9] = {[5] = true,[1] = 0, [2] = 75, [3] = 0, [4] = 49}
  149.     },
  150.     [9] = { -- vMA Stamina red+green CP
  151.         [1] = {[5] = true, [1] = 0, [2] = 14, [3] = 0, [4] = 31},
  152.        
  153.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 11},
  154.         [3] = {[5] = true, [1] = 0, [2] = 56, [3] = 56, [4] = 56},
  155.         [4] = {[5] = true, [1] = 0, [2] = 66, [3] = 15, [4] = 0},
  156.        
  157.         [5] = {[5] = false,[1] = 0, [2] = 0, [3] = 0, [4] = 0},
  158.         [6] = {[5] = false,[1] = 0, [2] = 0, [3] = 0, [4] = 0},
  159.         [7] = {[5] = false,[1] = 0, [2] = 0, [3] = 0, [4] = 0},
  160.         [8] = {[5] = true,[1] = 0, [2] = 0, [3] = 40, [4] = 44},
  161.         [9] = {[5] = true,[1] = 75, [2] = 0, [3] = 0, [4] = 56}
  162.     },
  163. }
  164. --[[
  165. --  Array reference - I use numbers so that it will work in all languages, which
  166. --  makes editing a bit of a pain if you don't have this guide
  167.     [10] = { -- A TRAIL
  168.         [1] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Tower     1 Bashing,  2 Sprinter      3 Siphoner  4 Warlord
  169.        
  170.         [2] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0}, -- RED: Lord:       1 Heavy         2 Bastion       3 Expert        4 Recovery
  171.         [3] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0}, -- RED: Lady        1 Light         2 Thick         3 Hardy         4 Elemental
  172.         [4] = {[5] = true, [1] = 0, [2] = 0, [3] = 0, [4] = 0}, -- RED: Steed       1 Medium        2 Ironclad  3 Spell         4 Resistant
  173.        
  174.         [5] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Ritual     1 Thaumaturge   2 Precise       3 Piercing  4 Mighty
  175.         [6] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Atronach   1 Physical  2 Shattering    3 Master        4 Staff
  176.         [7] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- BLUE: Apprentice 1 Elemental     2 Erosion       3 Elfborn       4 Blessed
  177.         [8] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0},    -- GREEN: Shadow        1 Befoul        2 Shade         3 Shadow        4 Tumbling
  178.         [9] = {[5] = false, [1] = 0, [2] = 0, [3] = 0, [4] = 0} -- GREEN: Lover     1 Mooncalf  2 Arcanist  3 Healthy       4 Tenacity
  179.     },
  180. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement