|
Config = Config or {}
|
|
Config.Selecteggcost = {
|
|
["1@1@1"] = {act_id = 1,times = 1,cost = [[ [{0,102354,20}] ]],day_min = 1,day_max = 999},
|
|
["1@2@1"] = {act_id = 1,times = 2,cost = [[ [{0,102354,30}] ]],day_min = 1,day_max = 999},
|
|
["1@3@1"] = {act_id = 1,times = 3,cost = [[ [{0,102354,50}] ]],day_min = 1,day_max = 999},
|
|
["1@4@1"] = {act_id = 1,times = 4,cost = [[ [{0,102354,100}] ]],day_min = 1,day_max = 999},
|
|
["1@5@1"] = {act_id = 1,times = 5,cost = [[ [{0,102354,200}] ]],day_min = 1,day_max = 999},
|
|
["1@6@1"] = {act_id = 1,times = 6,cost = [[ [{0,102354,300}] ]],day_min = 1,day_max = 999},
|
|
["1@7@1"] = {act_id = 1,times = 7,cost = [[ [{0,102354,400}] ]],day_min = 1,day_max = 999},
|
|
["1@8@1"] = {act_id = 1,times = 8,cost = [[ [{0,102354,500}] ]],day_min = 1,day_max = 999},
|
|
["2@1@1"] = {act_id = 2,times = 1,cost = [[ [{0,102354,20}] ]],day_min = 1,day_max = 999},
|
|
["2@2@1"] = {act_id = 2,times = 2,cost = [[ [{0,102354,30}] ]],day_min = 1,day_max = 999},
|
|
["2@3@1"] = {act_id = 2,times = 3,cost = [[ [{0,102354,50}] ]],day_min = 1,day_max = 999},
|
|
["2@4@1"] = {act_id = 2,times = 4,cost = [[ [{0,102354,100}] ]],day_min = 1,day_max = 999},
|
|
["2@5@1"] = {act_id = 2,times = 5,cost = [[ [{0,102354,200}] ]],day_min = 1,day_max = 999},
|
|
["2@6@1"] = {act_id = 2,times = 6,cost = [[ [{0,102354,300}] ]],day_min = 1,day_max = 999},
|
|
["2@7@1"] = {act_id = 2,times = 7,cost = [[ [{0,102354,400}] ]],day_min = 1,day_max = 999},
|
|
["2@8@1"] = {act_id = 2,times = 8,cost = [[ [{0,102354,500}] ]],day_min = 1,day_max = 999},
|
|
}
|