c1_lua/lua/app/config/const.lua
2023-05-15 21:37:14 +08:00

171 lines
2.8 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="
}
},
["bounty_chapter_exp"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=7,
["id_for_nothing"]="UQ==",
["num"]=10,
["num_for_nothing"]="Vwg="
}
},
["idle_maxtime"]={
["value"]=57600
},
["idle_exp_drop_time"]={
["value"]=30
},
["idle_gold_drop_time"]={
["value"]=30
},
["idle_item_drop_time"]={
["value"]=4320
},
["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
},
["mall_daily_ad_refresh"]={
["value"]=1
},
["mall_daily_diamond_refresh"]={
["value"]=2
},
["mall_daily_diamond_refresh_cost"]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=30,
["num_for_nothing"]="VQg="
}
},
["summn_first"]={
["value"]=52001
}
}
local config = {
data=const,count=34
}
return config