c1_lua/lua/app/config/chapter_dungeon_armor_reward.lua
2023-07-14 17:07:03 +08:00

182 lines
3.0 KiB
Lua

local chapter_dungeon_armor_reward = {
[1]={
["star"]=10,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
},
[2]={
["star"]=20,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=2,
["num_for_nothing"]="VA=="
}
},
[3]={
["star"]=30,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=3,
["num_for_nothing"]="VQ=="
}
},
[4]={
["star"]=40,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=4,
["num_for_nothing"]="Ug=="
}
},
[5]={
["star"]=50,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=5,
["num_for_nothing"]="Uw=="
}
},
[6]={
["star"]=60,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=6,
["num_for_nothing"]="UA=="
}
},
[7]={
["star"]=70,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=7,
["num_for_nothing"]="UQ=="
}
},
[8]={
["star"]=80,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=8,
["num_for_nothing"]="Xg=="
}
},
[9]={
["star"]=90,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=9,
["num_for_nothing"]="Xw=="
}
},
[10]={
["star"]=100,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
},
[11]={
["star"]=110,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=11,
["num_for_nothing"]="Vwk="
}
},
[12]={
["star"]=120,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=12,
["num_for_nothing"]="Vwo="
}
},
[13]={
["star"]=130,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=13,
["num_for_nothing"]="Vws="
}
},
[14]={
["star"]=140,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=14,
["num_for_nothing"]="Vww="
}
},
[15]={
["star"]=150,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=15,
["num_for_nothing"]="Vw0="
}
},
[16]={
["star"]=160,
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=16,
["num_for_nothing"]="Vw4="
}
}
}
local config = {
data=chapter_dungeon_armor_reward,count=16
}
return config