c1_lua/lua/app/config/hero_star.lua
2025-10-09 17:28:13 +08:00

696 lines
8.8 KiB
Lua

local hero_star = {
[1]={
["cost_3"]=1,
["cost_4"]=1,
["cost_5"]=1,
["cost_6"]=1,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[2]={
["cost_3"]=3,
["cost_4"]=2,
["cost_5"]=1,
["cost_6"]=1,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[3]={
["cost_3"]=5,
["cost_4"]=4,
["cost_5"]=2,
["cost_6"]=1,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[4]={
["cost_3"]=7,
["cost_4"]=6,
["cost_5"]=3,
["cost_6"]=1,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[5]={
["cost_3"]=10,
["cost_4"]=8,
["cost_5"]=4,
["cost_6"]=1,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[6]={
["cost_3"]=20,
["cost_4"]=12,
["cost_5"]=5,
["cost_6"]=2,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[7]={
["cost_3"]=30,
["cost_4"]=16,
["cost_5"]=5,
["cost_6"]=2,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[8]={
["cost_3"]=40,
["cost_4"]=20,
["cost_5"]=5,
["cost_6"]=2,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[9]={
["cost_3"]=60,
["cost_4"]=25,
["cost_5"]=5,
["cost_6"]=2,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[10]={
["cost_3"]=80,
["cost_4"]=30,
["cost_5"]=5,
["cost_6"]=2,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[11]={
["cost_3"]=120,
["cost_4"]=40,
["cost_5"]=10,
["cost_6"]=3,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[12]={
["cost_3"]=140,
["cost_4"]=60,
["cost_5"]=10,
["cost_6"]=3,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[13]={
["cost_3"]=160,
["cost_4"]=90,
["cost_5"]=10,
["cost_6"]=3,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[14]={
["cost_3"]=180,
["cost_4"]=120,
["cost_5"]=10,
["cost_6"]=3,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
},
[15]={
["cost_3"]=200,
["cost_4"]=150,
["cost_5"]=10,
["cost_6"]=3,
["attr_3"]={
{
["type"]="attr_atkp_all",
["num"]=10
},
{
["type"]="attr_hpp_all",
["num"]=10
}
},
["attr_4"]={
{
["type"]="attr_atkp_all",
["num"]=20
},
{
["type"]="attr_hpp_all",
["num"]=20
}
},
["attr_5"]={
{
["type"]="attr_atkp_all",
["num"]=30
},
{
["type"]="attr_hpp_all",
["num"]=30
}
},
["attr_6"]={
{
["type"]="attr_atkp_all",
["num"]=50
},
{
["type"]="attr_hpp_all",
["num"]=50
}
}
}
}
local config = {
data=hero_star,count=15
}
return config