129 lines
1.3 KiB
Lua
129 lines
1.3 KiB
Lua
local item = {
|
|
[1]={
|
|
["name"]="Gold Coins",
|
|
["desc"]="Common currency that can be used in many places"
|
|
},
|
|
[2]={
|
|
["name"]="Diamond",
|
|
["desc"]="Rare currency that can buy almost every item"
|
|
},
|
|
[3]={
|
|
["name"]="Stamina",
|
|
["desc"]="It takes stamina to complete stages"
|
|
},
|
|
[4]={
|
|
["name"]="Outstanding Hero",
|
|
["desc"]="Allows you to get an outstanding hero"
|
|
},
|
|
[5]={
|
|
["name"]="Rare Hero",
|
|
["desc"]="Allows you to get a rare hero"
|
|
},
|
|
[6]={
|
|
["name"]="Epic Hero",
|
|
["desc"]="Allows you to get an epic hero"
|
|
},
|
|
[7]={
|
|
|
|
},
|
|
[8]={
|
|
|
|
},
|
|
[9]={
|
|
|
|
},
|
|
[10]={
|
|
|
|
},
|
|
[11]={
|
|
|
|
},
|
|
[12]={
|
|
|
|
},
|
|
[13]={
|
|
|
|
},
|
|
[14]={
|
|
|
|
},
|
|
[15]={
|
|
|
|
},
|
|
[16]={
|
|
|
|
},
|
|
[17]={
|
|
|
|
},
|
|
[18]={
|
|
|
|
},
|
|
[19]={
|
|
|
|
},
|
|
[12001]={
|
|
["name"]="Roxy Shard"
|
|
},
|
|
[13001]={
|
|
["name"]="Carla Shard"
|
|
},
|
|
[13002]={
|
|
["name"]="Great Sword Robert Shard"
|
|
},
|
|
[14001]={
|
|
["name"]="Aske Shard"
|
|
},
|
|
[22001]={
|
|
["name"]="Evelyn Shard"
|
|
},
|
|
[23001]={
|
|
["name"]="Lilith Shard"
|
|
},
|
|
[23002]={
|
|
["name"]="White-Hair Catherine Shard"
|
|
},
|
|
[24001]={
|
|
["name"]="Allen Shard"
|
|
},
|
|
[32001]={
|
|
|
|
},
|
|
[33001]={
|
|
|
|
},
|
|
[33002]={
|
|
|
|
},
|
|
[34001]={
|
|
|
|
},
|
|
[42001]={
|
|
|
|
},
|
|
[43001]={
|
|
|
|
},
|
|
[43002]={
|
|
|
|
},
|
|
[44001]={
|
|
|
|
},
|
|
[52001]={
|
|
|
|
},
|
|
[53001]={
|
|
|
|
},
|
|
[53002]={
|
|
|
|
},
|
|
[54001]={
|
|
|
|
}
|
|
}
|
|
local config = {
|
|
data=item,count=39
|
|
}
|
|
return config |