更新配置

This commit is contained in:
xiekaidong 2023-05-08 11:50:53 +08:00
parent 925c8ffdea
commit 3cc17442b6
3 changed files with 15 additions and 13 deletions

View File

@ -1,5 +1,6 @@
local act_gold_pig = { local act_gold_pig = {
[101]={ [101]={
["before_id"]=101,
["next_id"]=201, ["next_id"]=201,
["battle_diamond"]=120, ["battle_diamond"]=120,
["min_diamond"]=360, ["min_diamond"]=360,
@ -54,6 +55,7 @@ local act_gold_pig = {
}, },
[701]={ [701]={
["before_id"]=601, ["before_id"]=601,
["next_id"]=701,
["battle_diamond"]=800, ["battle_diamond"]=800,
["min_diamond"]=4000, ["min_diamond"]=4000,
["max_diamond"]=8000, ["max_diamond"]=8000,

View File

@ -37,7 +37,7 @@ local const = {
["value"]=1 ["value"]=1
}, },
["act_gold_pig_first_id"]={ ["act_gold_pig_first_id"]={
["value"]=1 ["value"]=201
}, },
["act_gold_pig_full_cd"]={ ["act_gold_pig_full_cd"]={
["value"]=12 ["value"]=12

View File

@ -11,32 +11,32 @@ local player_initial = {
}, },
[2]={ [2]={
["reward"]={ ["reward"]={
["type"]=1, ["type"]=2,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="VA==",
["id"]=32001, ["id"]=32001,
["id_for_nothing"]="VQpcA2Q=", ["id_for_nothing"]="VQpcA2Q=",
["num"]=3, ["num"]=1,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="Vw=="
} }
}, },
[3]={ [3]={
["reward"]={ ["reward"]={
["type"]=1, ["type"]=2,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="VA==",
["id"]=22001, ["id"]=22001,
["id_for_nothing"]="VApcA2Q=", ["id_for_nothing"]="VApcA2Q=",
["num"]=3, ["num"]=1,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="Vw=="
} }
}, },
[4]={ [4]={
["reward"]={ ["reward"]={
["type"]=1, ["type"]=2,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="VA==",
["id"]=42001, ["id"]=42001,
["id_for_nothing"]="UgpcA2Q=", ["id_for_nothing"]="UgpcA2Q=",
["num"]=3, ["num"]=1,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="Vw=="
} }
} }
} }