114 lines
1.7 KiB
Lua
114 lines
1.7 KiB
Lua
local legacy = {
|
|
[40001]={
|
|
["name"]="Lightning Rod"
|
|
},
|
|
[40002]={
|
|
["name"]="Sachet of Tranquility"
|
|
},
|
|
[40003]={
|
|
["name"]="Bandit's Ankle Boots"
|
|
},
|
|
[40004]={
|
|
["name"]="Gloves of Dexterity"
|
|
},
|
|
[40005]={
|
|
["name"]="Assassin's Dagger"
|
|
},
|
|
[40101]={
|
|
["name"]="Legacy Talisman"
|
|
},
|
|
[40102]={
|
|
["name"]="Heavy Iron Armor"
|
|
},
|
|
[40103]={
|
|
["name"]="Gloves of Strength"
|
|
},
|
|
[40104]={
|
|
["name"]="Cloak of Disguise"
|
|
},
|
|
[40105]={
|
|
["name"]="Tiger Talon"
|
|
},
|
|
[40201]={
|
|
["name"]="Darkiron Cone"
|
|
},
|
|
[40202]={
|
|
["name"]="Battlemaster's Ring"
|
|
},
|
|
[40203]={
|
|
["name"]="Crystal of Thunder"
|
|
},
|
|
[40204]={
|
|
["name"]="Frost-gem Mask"
|
|
},
|
|
[40205]={
|
|
["name"]="Chain Mail"
|
|
},
|
|
[40301]={
|
|
["name"]="Master's Claymore"
|
|
},
|
|
[40302]={
|
|
["name"]="Spine of Lancination"
|
|
},
|
|
[40303]={
|
|
["name"]="Sorcerer's Crystal Aegis"
|
|
},
|
|
[40304]={
|
|
["name"]="Thorn Armor"
|
|
},
|
|
[40305]={
|
|
["name"]="Golden Wristguard"
|
|
},
|
|
[40401]={
|
|
["name"]="Crown of Resplendence"
|
|
},
|
|
[40402]={
|
|
["name"]="Bone Crusher"
|
|
},
|
|
[40403]={
|
|
["name"]="Lance of Longinus"
|
|
},
|
|
[40404]={
|
|
["name"]="Spellblade of Bloodlust"
|
|
},
|
|
[40405]={
|
|
["name"]="Thor's Hammer"
|
|
},
|
|
[40501]={
|
|
["name"]="Key of Wisdom"
|
|
},
|
|
[40502]={
|
|
["name"]="Nightingale's Wings"
|
|
},
|
|
[40503]={
|
|
["name"]="Horseman's Glory"
|
|
},
|
|
[40504]={
|
|
["name"]="Sight of Truth"
|
|
},
|
|
[40505]={
|
|
["name"]="Teardrop of Phoenix"
|
|
},
|
|
[40601]={
|
|
["name"]="Totem of Earthshatterer"
|
|
},
|
|
[40602]={
|
|
["name"]="Neptune's Trident"
|
|
},
|
|
[40603]={
|
|
["name"]="Sunstrider's Longbow"
|
|
},
|
|
[40604]={
|
|
["name"]="Edge of Void"
|
|
},
|
|
[40605]={
|
|
["name"]="Gungnir\nthe Lance of Eternity"
|
|
},
|
|
[40606]={
|
|
["name"]="Armageddon"
|
|
}
|
|
}
|
|
local config = {
|
|
data=legacy,count=36
|
|
}
|
|
return config |