c1_lua/lua/app/config/chapter_dungeon_armor_reward.lua
2023-07-24 10:36:25 +08:00

226 lines
3.8 KiB
Lua

local chapter_dungeon_armor_reward = {
[1]={
["star"]=9,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=5000,
["num_for_nothing"]="UwhcAw=="
}
},
[2]={
["star"]=18,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1007,
["id_for_nothing"]="VwhcBA==",
["num"]=15,
["num_for_nothing"]="Vw0="
}
},
[3]={
["star"]=27,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
[4]={
["star"]=36,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1008,
["id_for_nothing"]="VwhcCw==",
["num"]=15,
["num_for_nothing"]="Vw0="
}
},
[5]={
["star"]=45,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[6]={
["star"]=54,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1009,
["id_for_nothing"]="VwhcCg==",
["num"]=15,
["num_for_nothing"]="Vw0="
}
},
[7]={
["star"]=63,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=10000,
["num_for_nothing"]="VwhcA2U="
}
},
[8]={
["star"]=72,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1010,
["id_for_nothing"]="VwhdAw==",
["num"]=15,
["num_for_nothing"]="Vw0="
}
},
[9]={
["star"]=81,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=25,
["num_for_nothing"]="VA0="
}
},
[10]={
["star"]=90,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1010,
["id_for_nothing"]="VwhdAw==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
[11]={
["star"]=99,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[12]={
["star"]=108,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1011,
["id_for_nothing"]="VwhdAg==",
["num"]=15,
["num_for_nothing"]="Vw0="
}
},
[13]={
["star"]=117,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=30,
["num_for_nothing"]="VQg="
}
},
[14]={
["star"]=126,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1011,
["id_for_nothing"]="VwhdAg==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
[15]={
["star"]=135,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[16]={
["star"]=144,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1012,
["id_for_nothing"]="VwhdAQ==",
["num"]=15,
["num_for_nothing"]="Vw0="
}
},
[17]={
["star"]=153,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=40,
["num_for_nothing"]="Ugg="
}
},
[18]={
["star"]=162,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1012,
["id_for_nothing"]="VwhdAQ==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
[19]={
["star"]=171,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[20]={
["star"]=180,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1012,
["id_for_nothing"]="VwhdAQ==",
["num"]=25,
["num_for_nothing"]="VA0="
}
}
}
local config = {
data=chapter_dungeon_armor_reward,count=20
}
return config