c1_lua/lua/app/config/const.lua
2023-05-11 19:11:21 +08:00

130 lines
2.1 KiB
Lua

local const = {
["element_combo"]={
["value"]=3
},
["support_interval"]={
["value"]=500
},
["chapter_cost"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
},
["shake_level_1"]={
["value"]=10
},
["shake_level_2"]={
["value"]=20
},
["shake_level_3"]={
["value"]=60
},
["shield_rebound_value"]={
["value"]=200
},
["crit_dmg"]={
["value"]=15000
},
["act_gold_pig_cd"]={
["value"]=12
},
["act_gold_pig_buy_cd"]={
["value"]=1
},
["act_gold_pig_first_id"]={
["value"]=201
},
["act_gold_pig_full_cd"]={
["value"]=12
},
["stamina_diamond_buy"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=30,
["num_for_nothing"]="VQg="
}
},
["stamina_diamond_cost"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=30,
["num_for_nothing"]="VQg="
}
},
["stamina_diamond_times"]={
["value"]=3
},
["stamina_ad_buy"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
["stamina_ad_times"]={
["value"]=5
},
["bounty_buy_cost"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=30,
["num_for_nothing"]="VQg="
}
},
["idle_drop_fast_times_1"]={
["value"]=2
},
["idle_drop_fast_times_2"]={
["value"]=1
},
["idle_drop_fast_time"]={
["value"]=21600
},
["idle_drop_fast_cost"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
["refresh_skill_cost"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=20,
["num_for_nothing"]="VAg="
}
},
["ad_refresh_skill"]={
["value"]=2
},
["diamond_refresh_skill"]={
["value"]=1
}
}
local config = {
data=const,count=25
}
return config