更新配置
This commit is contained in:
parent
925c8ffdea
commit
3cc17442b6
@ -1,5 +1,6 @@
|
||||
local act_gold_pig = {
|
||||
[101]={
|
||||
["before_id"]=101,
|
||||
["next_id"]=201,
|
||||
["battle_diamond"]=120,
|
||||
["min_diamond"]=360,
|
||||
@ -54,6 +55,7 @@ local act_gold_pig = {
|
||||
},
|
||||
[701]={
|
||||
["before_id"]=601,
|
||||
["next_id"]=701,
|
||||
["battle_diamond"]=800,
|
||||
["min_diamond"]=4000,
|
||||
["max_diamond"]=8000,
|
||||
|
||||
@ -37,7 +37,7 @@ local const = {
|
||||
["value"]=1
|
||||
},
|
||||
["act_gold_pig_first_id"]={
|
||||
["value"]=1
|
||||
["value"]=201
|
||||
},
|
||||
["act_gold_pig_full_cd"]={
|
||||
["value"]=12
|
||||
|
||||
@ -11,32 +11,32 @@ local player_initial = {
|
||||
},
|
||||
[2]={
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["type"]=2,
|
||||
["type_for_nothing"]="VA==",
|
||||
["id"]=32001,
|
||||
["id_for_nothing"]="VQpcA2Q=",
|
||||
["num"]=3,
|
||||
["num_for_nothing"]="VQ=="
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
},
|
||||
[3]={
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["type"]=2,
|
||||
["type_for_nothing"]="VA==",
|
||||
["id"]=22001,
|
||||
["id_for_nothing"]="VApcA2Q=",
|
||||
["num"]=3,
|
||||
["num_for_nothing"]="VQ=="
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
},
|
||||
[4]={
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["type"]=2,
|
||||
["type_for_nothing"]="VA==",
|
||||
["id"]=42001,
|
||||
["id_for_nothing"]="UgpcA2Q=",
|
||||
["num"]=3,
|
||||
["num_for_nothing"]="VQ=="
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user