comparison Core.lua @ 165:3be9cc6f7d20 v77

Updated for 8.2, initial essence support.
author yellowfive
date Tue, 25 Jun 2019 10:27:20 -0700
parents 35612aee8e15
children eec8032ba9df
comparison
equal deleted inserted replaced
164:a6aa4fa7e2dd 165:3be9cc6f7d20
44 local defaults = { 44 local defaults = {
45 char = { 45 char = {
46 LastVersion = 0, -- used to clean out old stuff 46 LastVersion = 0, -- used to clean out old stuff
47 FirstUse = true, -- true if this is first time use, gets cleared after seeing the export help splash window 47 FirstUse = true, -- true if this is first time use, gets cleared after seeing the export help splash window
48 Talents = {}, -- for each spec, selected talents 48 Talents = {}, -- for each spec, selected talents
49 Essences = {}, -- for each spec, selected essences
50 UnlockedEssences = {}, -- unlocked essences for this character
49 Equipped = {}, -- for each spec, slot id to item info 51 Equipped = {}, -- for each spec, slot id to item info
50 BagItems = {}, -- list of item info for bags 52 BagItems = {}, -- list of item info for bags
51 BankItems = {}, -- list of item info for bank 53 BankItems = {}, -- list of item info for bank
52 BagItemsAndCounts = {}, -- used mainly for the shopping list 54 BagItemsAndCounts = {}, -- used mainly for the shopping list
53 BankItemsAndCounts = {}, -- used mainly for the shopping list 55 BankItemsAndCounts = {}, -- used mainly for the shopping list