c1_lua/lua/app/config/strings/en/act_sevenday_quest.lua
2023-06-05 17:29:36 +08:00

225 lines
3.4 KiB
Lua

local act_sevenday_quest = {
[1]={
["desc"]="Sign in for 1 day"
},
[2]={
["desc"]="Pass the Chapter 2"
},
[3]={
["desc"]="Opened 1 Normal Chest"
},
[4]={
["desc"]="Hero's highest level to 3"
},
[5]={
["desc"]="Have 5 heroes"
},
[6]={
["desc"]="Reach to Level 3"
},
[7]={
["desc"]="Consume 50 staminas"
},
[8]={
["desc"]="Obtained 50 diamonds in total"
},
[9]={
["desc"]="Obtained 1000 gold in total"
},
[10]={
["desc"]="Watch 5 ads"
},
[11]={
["desc"]="Sign in for 2 day"
},
[12]={
["desc"]="Pass the Chapter 4"
},
[13]={
["desc"]="Opened 3 Normal Chests"
},
[14]={
["desc"]="Hero's highest level to 5"
},
[15]={
["desc"]="Have 7 heroes"
},
[16]={
["desc"]="Reach to Level 7"
},
[17]={
["desc"]="Consume 100 staminas"
},
[18]={
["desc"]="Obtained 400 diamonds in total"
},
[19]={
["desc"]="Obtained 3000 gold in total"
},
[20]={
["desc"]="Watch 10 ads"
},
[21]={
["desc"]="Sign in for 3 day"
},
[22]={
["desc"]="Pass the Chapter 6"
},
[23]={
["desc"]="Opened 1 Exquisite Chest"
},
[24]={
["desc"]="Have 9 heroes"
},
[25]={
["desc"]="Reach to Level 10"
},
[26]={
["desc"]="Consume 150 staminas"
},
[27]={
["desc"]="Obtained 800 diamonds in total"
},
[28]={
["desc"]="Obtained 6000 gold in total"
},
[29]={
["desc"]="Clear 6 grids with one link for 100 times"
},
[30]={
["desc"]="Watch 15 ads"
},
[31]={
["desc"]="Sign in for 4 day"
},
[32]={
["desc"]="Pass the Chapter 8"
},
[33]={
["desc"]="Opened 2 Exquisite Chests"
},
[34]={
["desc"]="Hero's highest level to 6"
},
[35]={
["desc"]="Have 11 heroes"
},
[36]={
["desc"]="Reach to Level 13"
},
[37]={
["desc"]="Consume 200 staminas"
},
[38]={
["desc"]="Obtained 1000 diamonds in total"
},
[39]={
["desc"]="Obtained 10000 gold in total"
},
[40]={
["desc"]="Watch 20 ads"
},
[41]={
["desc"]="Sign in for 5 day"
},
[42]={
["desc"]="Pass the Chapter 10"
},
[43]={
["desc"]="Open 1 Precious Chest"
},
[44]={
["desc"]="Hero's highest level to 7"
},
[45]={
["desc"]="Have 13 heroes"
},
[46]={
["desc"]="Reach to Level 16"
},
[47]={
["desc"]="Consume 300 staminas"
},
[48]={
["desc"]="Obtained 1500 diamonds in total"
},
[49]={
["desc"]="Obtained 12000 gold in total"
},
[50]={
["desc"]="Kill 400 minions"
},
[51]={
["desc"]="Watch 25 ads"
},
[52]={
["desc"]="Sign in for 6 day"
},
[53]={
["desc"]="Pass the Chapter 12"
},
[54]={
["desc"]="Opened 3 Exquisite Chests"
},
[55]={
["desc"]="Have 15 heroes"
},
[56]={
["desc"]="Reach to Level 18"
},
[57]={
["desc"]="Consume 400 staminas"
},
[58]={
["desc"]="Obtained 2000 diamonds in total"
},
[59]={
["desc"]="Obtained 15000 gold in total"
},
[60]={
["desc"]="Clear 8 grids with one link for 100 times"
},
[61]={
["desc"]="Watch 30 ads"
},
[62]={
["desc"]="Kill 150 boss"
},
[63]={
["desc"]="Sign in for 7 day"
},
[64]={
["desc"]="Pass the Chapter 14"
},
[65]={
["desc"]="Open 2 Precious Chests"
},
[66]={
["desc"]="Hero's highest level to 8"
},
[67]={
["desc"]="Have 15 heroes"
},
[68]={
["desc"]="Reach to Level 21"
},
[69]={
["desc"]="Consume 400 staminas"
},
[70]={
["desc"]="Obtained 3000 diamonds in total"
},
[71]={
["desc"]="Obtained 20000 gold in total"
},
[72]={
["desc"]="Clear 10 grids with one link for 40 times"
},
[73]={
["desc"]="Watch 40 ads"
}
}
local config = {
data=act_sevenday_quest,count=73
}
return config