From 869dad3cff4e2929094864e3851e8c7960b697e5 Mon Sep 17 00:00:00 2001 From: puxuan <413323644@qq.com> Date: Mon, 29 Sep 2025 16:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E5=88=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/act_gift.lua | 1301 +--- lua/app/config/act_sevenday_quest.lua | 6028 +---------------- lua/app/config/act_sevenday_quest_reward.lua | 406 +- lua/app/config/act_week_signin.lua | 230 +- lua/app/config/activity.lua | 3 +- lua/app/config/item.lua | 7 +- lua/app/config/strings/cn/act_gift.lua | 376 +- lua/app/config/strings/cn/item.lua | 6 +- lua/app/config/strings/cn/task_type.lua | 14 +- lua/app/config/strings/de/act_gift.lua | 132 + lua/app/config/strings/de/act_gift.lua.meta | 10 + lua/app/config/strings/de/item.lua | 5 +- lua/app/config/strings/de/task_type.lua | 14 +- lua/app/config/strings/en/act_gift.lua | 132 + lua/app/config/strings/en/act_gift.lua.meta | 10 + lua/app/config/strings/en/item.lua | 5 +- lua/app/config/strings/en/task_type.lua | 14 +- lua/app/config/strings/es/act_gift.lua | 132 + lua/app/config/strings/es/act_gift.lua.meta | 10 + lua/app/config/strings/es/item.lua | 5 +- lua/app/config/strings/es/task_type.lua | 14 +- lua/app/config/strings/fr/act_gift.lua | 132 + lua/app/config/strings/fr/act_gift.lua.meta | 10 + lua/app/config/strings/fr/item.lua | 5 +- lua/app/config/strings/fr/task_type.lua | 14 +- lua/app/config/strings/id/act_gift.lua | 132 + lua/app/config/strings/id/act_gift.lua.meta | 10 + lua/app/config/strings/id/item.lua | 5 +- lua/app/config/strings/id/task_type.lua | 14 +- lua/app/config/strings/it.meta | 8 + lua/app/config/strings/it/act_gift.lua | 132 + lua/app/config/strings/it/act_gift.lua.meta | 10 + lua/app/config/strings/ja/act_gift.lua | 132 + lua/app/config/strings/ja/act_gift.lua.meta | 10 + lua/app/config/strings/ja/item.lua | 5 +- lua/app/config/strings/ja/task_type.lua | 14 +- lua/app/config/strings/ko/act_gift.lua | 132 + lua/app/config/strings/ko/act_gift.lua.meta | 10 + lua/app/config/strings/ko/item.lua | 5 +- lua/app/config/strings/ko/task_type.lua | 14 +- lua/app/config/strings/pt/act_gift.lua | 132 + lua/app/config/strings/pt/act_gift.lua.meta | 10 + lua/app/config/strings/pt/item.lua | 5 +- lua/app/config/strings/pt/task_type.lua | 14 +- lua/app/config/strings/ru/act_gift.lua | 132 + lua/app/config/strings/ru/act_gift.lua.meta | 10 + lua/app/config/strings/ru/item.lua | 5 +- lua/app/config/strings/th/act_gift.lua | 132 + lua/app/config/strings/th/act_gift.lua.meta | 10 + lua/app/config/strings/th/item.lua | 5 +- lua/app/config/strings/th/task_type.lua | 14 +- lua/app/config/strings/tr.meta | 8 + lua/app/config/strings/tr/act_gift.lua | 132 + lua/app/config/strings/tr/act_gift.lua.meta | 10 + lua/app/config/strings/vi/act_gift.lua | 132 + lua/app/config/strings/vi/act_gift.lua.meta | 10 + lua/app/config/strings/vi/item.lua | 5 +- lua/app/config/strings/vi/task_type.lua | 14 +- lua/app/config/strings/zh/act_gift.lua | 132 + lua/app/config/strings/zh/act_gift.lua.meta | 10 + lua/app/config/strings/zh/item.lua | 5 +- lua/app/config/strings/zh/task_type.lua | 14 +- lua/app/config/task_type.lua | 11 +- lua/app/module/maincity/maincity_const.lua | 2 +- .../act_sprint_summon_all/cell/task_cell.lua | 2 +- .../act_sprint_summon_all/comp/gift_comp.lua | 2 +- .../act_sprint/act_sprint_summon_data_all.lua | 131 +- lua/app/userdata/activity/activity_data.lua | 11 + 68 files changed, 2838 insertions(+), 7910 deletions(-) create mode 100644 lua/app/config/strings/de/act_gift.lua create mode 100644 lua/app/config/strings/de/act_gift.lua.meta create mode 100644 lua/app/config/strings/en/act_gift.lua create mode 100644 lua/app/config/strings/en/act_gift.lua.meta create mode 100644 lua/app/config/strings/es/act_gift.lua create mode 100644 lua/app/config/strings/es/act_gift.lua.meta create mode 100644 lua/app/config/strings/fr/act_gift.lua create mode 100644 lua/app/config/strings/fr/act_gift.lua.meta create mode 100644 lua/app/config/strings/id/act_gift.lua create mode 100644 lua/app/config/strings/id/act_gift.lua.meta create mode 100644 lua/app/config/strings/it.meta create mode 100644 lua/app/config/strings/it/act_gift.lua create mode 100644 lua/app/config/strings/it/act_gift.lua.meta create mode 100644 lua/app/config/strings/ja/act_gift.lua create mode 100644 lua/app/config/strings/ja/act_gift.lua.meta create mode 100644 lua/app/config/strings/ko/act_gift.lua create mode 100644 lua/app/config/strings/ko/act_gift.lua.meta create mode 100644 lua/app/config/strings/pt/act_gift.lua create mode 100644 lua/app/config/strings/pt/act_gift.lua.meta create mode 100644 lua/app/config/strings/ru/act_gift.lua create mode 100644 lua/app/config/strings/ru/act_gift.lua.meta create mode 100644 lua/app/config/strings/th/act_gift.lua create mode 100644 lua/app/config/strings/th/act_gift.lua.meta create mode 100644 lua/app/config/strings/tr.meta create mode 100644 lua/app/config/strings/tr/act_gift.lua create mode 100644 lua/app/config/strings/tr/act_gift.lua.meta create mode 100644 lua/app/config/strings/vi/act_gift.lua create mode 100644 lua/app/config/strings/vi/act_gift.lua.meta create mode 100644 lua/app/config/strings/zh/act_gift.lua create mode 100644 lua/app/config/strings/zh/act_gift.lua.meta diff --git a/lua/app/config/act_gift.lua b/lua/app/config/act_gift.lua index e8398621..8d6f6875 100644 --- a/lua/app/config/act_gift.lua +++ b/lua/app/config/act_gift.lua @@ -382,20 +382,13 @@ local act_gift = { ["limit"]=1, ["value"]=2500 }, - [1004000001]={ + [1034000001]={ ["type"]=5, ["recharge_id"]=3, ["time_type"]=3, ["limit"]=1, ["value"]=2000 }, - [1004000101]={ - ["type"]=5, - ["recharge_id"]=5, - ["time_type"]=3, - ["limit"]=1, - ["value"]=2000 - }, [1040000001]={ ["type"]=15, ["parameter"]=1, @@ -470,8 +463,8 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=200, ["num_for_nothing"]="VAhc" } @@ -529,8 +522,8 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", + ["id"]=3, + ["id_for_nothing"]="VQ==", ["num"]=60, ["num_for_nothing"]="UAg=" }, @@ -620,8 +613,8 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=200, ["num_for_nothing"]="VAhc" } @@ -679,8 +672,8 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", + ["id"]=3, + ["id_for_nothing"]="VQ==", ["num"]=60, ["num_for_nothing"]="UAg=" }, @@ -762,18 +755,18 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=24, - ["id_for_nothing"]="VAw=", - ["num"]=300, - ["num_for_nothing"]="VQhc" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=210, - ["id_for_nothing"]="VAlc", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=18, + ["id_for_nothing"]="VwA=", + ["num"]=200, + ["num_for_nothing"]="VAhc" } }, ["limit"]=1, @@ -804,10 +797,10 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=5, - ["num_for_nothing"]="Uw==" + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" } }, ["limit"]=1, @@ -829,18 +822,18 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", + ["id"]=3, + ["id_for_nothing"]="VQ==", ["num"]=60, ["num_for_nothing"]="UAg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" } }, ["limit"]=1, @@ -912,18 +905,18 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=18, + ["id_for_nothing"]="VwA=", + ["num"]=200, + ["num_for_nothing"]="VAhc" } }, ["limit"]=1, @@ -946,18 +939,18 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" } }, ["limit"]=1, @@ -973,16 +966,24 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" + ["num"]=120, + ["num_for_nothing"]="Vwpc" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" } }, ["limit"]=1, @@ -1054,18 +1055,18 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=18, + ["id_for_nothing"]="VwA=", + ["num"]=200, + ["num_for_nothing"]="VAhc" } }, ["limit"]=1, @@ -1080,26 +1081,26 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=1800, - ["num_for_nothing"]="VwBcAw==" + ["num"]=1200, + ["num_for_nothing"]="VwpcAw==" } }, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=5, ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" } }, ["limit"]=1, @@ -1115,16 +1116,24 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=120, + ["num_for_nothing"]="Vwpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=60, + ["num_for_nothing"]="UAg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=5, ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["num"]=5, + ["num_for_nothing"]="Uw==" } }, ["limit"]=1, @@ -1196,18 +1205,18 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=18, + ["id_for_nothing"]="VwA=", + ["num"]=200, + ["num_for_nothing"]="VAhc" } }, ["limit"]=1, @@ -1222,26 +1231,26 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=1800, - ["num_for_nothing"]="VwBcAw==" + ["num"]=1200, + ["num_for_nothing"]="VwpcAw==" } }, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=5, ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" } }, ["limit"]=1, @@ -1257,16 +1266,24 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=120, + ["num_for_nothing"]="Vwpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=60, + ["num_for_nothing"]="UAg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=5, ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["num"]=5, + ["num_for_nothing"]="Uw==" } }, ["limit"]=1, @@ -1330,8 +1347,8 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=6000, - ["num_for_nothing"]="UAhcAw==" + ["num"]=300, + ["num_for_nothing"]="VQhc" } }, ["reward"]={ @@ -1340,16 +1357,16 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=10000, - ["num_for_nothing"]="VwhcA2U=" + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=34, - ["id_for_nothing"]="VQw=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=18, + ["id_for_nothing"]="VwA=", + ["num"]=200, + ["num_for_nothing"]="VAhc" } }, ["limit"]=1, @@ -1364,8 +1381,8 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=6000, - ["num_for_nothing"]="UAhcAw==" + ["num"]=1200, + ["num_for_nothing"]="VwpcAw==" } }, ["reward"]={ @@ -1374,16 +1391,16 @@ local act_gift = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=10000, - ["num_for_nothing"]="VwhcA2U=" + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=19, - ["id_for_nothing"]="VwE=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" } }, ["limit"]=1, @@ -1392,1068 +1409,34 @@ local act_gift = { [1043000601]={ ["type"]=15, ["parameter"]=7, - ["recharge_id"]=10, + ["recharge_id"]=1, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=1200, - ["num_for_nothing"]="VwpcAw==" + ["num"]=120, + ["num_for_nothing"]="Vwpc" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", + ["id"]=3, + ["id_for_nothing"]="VQ==", ["num"]=60, ["num_for_nothing"]="UAg=" }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=34, - ["id_for_nothing"]="VQw=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=870 - }, - [1040000701]={ - ["type"]=15, - ["parameter"]=8, - ["parameter_pro"]={ - 1 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=5, ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1041000701]={ - ["type"]=15, - ["parameter"]=8, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1042001401]={ - ["type"]=15, - ["parameter"]=8, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=2000, - ["num_for_nothing"]="VAhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", - ["num"]=200, - ["num_for_nothing"]="VAhc" - } - }, - ["limit"]=1, - ["value"]=160 - }, - [1042001501]={ - ["type"]=15, - ["parameter"]=8, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2400, - ["num_for_nothing"]="VAxcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=5000, - ["num_for_nothing"]="UwhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=10, - ["num_for_nothing"]="Vwg=" - } - }, - ["limit"]=1, - ["value"]=180 - }, - [1043000701]={ - ["type"]=15, - ["parameter"]=8, - ["recharge_id"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=240, - ["num_for_nothing"]="VAxc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", - ["num"]=60, - ["num_for_nothing"]="UAg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", ["num"]=5, ["num_for_nothing"]="Uw==" } }, ["limit"]=1, - ["value"]=1000 - }, - [1040000801]={ - ["type"]=15, - ["parameter"]=9, - ["parameter_pro"]={ - 1 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1041000801]={ - ["type"]=15, - ["parameter"]=9, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1042001601]={ - ["type"]=15, - ["parameter"]=9, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=160 - }, - [1042001701]={ - ["type"]=15, - ["parameter"]=9, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1200, - ["num_for_nothing"]="VwpcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=5000, - ["num_for_nothing"]="UwhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=180 - }, - [1043000801]={ - ["type"]=15, - ["parameter"]=9, - ["recharge_id"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=240, - ["num_for_nothing"]="VAxc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", - ["num"]=60, - ["num_for_nothing"]="UAg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=1000 - }, - [1040000901]={ - ["type"]=15, - ["parameter"]=10, - ["parameter_pro"]={ - 1 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1041000901]={ - ["type"]=15, - ["parameter"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1042001801]={ - ["type"]=15, - ["parameter"]=10, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=170 - }, - [1042001901]={ - ["type"]=15, - ["parameter"]=10, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1800, - ["num_for_nothing"]="VwBcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=180 - }, - [1043000901]={ - ["type"]=15, - ["parameter"]=10, - ["recharge_id"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=930 - }, - [1040001001]={ - ["type"]=15, - ["parameter"]=11, - ["parameter_pro"]={ - 1 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1041001001]={ - ["type"]=15, - ["parameter"]=11, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1042002001]={ - ["type"]=15, - ["parameter"]=11, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=2000, - ["num_for_nothing"]="VAhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", - ["num"]=200, - ["num_for_nothing"]="VAhc" - } - }, - ["limit"]=1, - ["value"]=160 - }, - [1042002101]={ - ["type"]=15, - ["parameter"]=11, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2400, - ["num_for_nothing"]="VAxcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=5000, - ["num_for_nothing"]="UwhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=10, - ["num_for_nothing"]="Vwg=" - } - }, - ["limit"]=1, - ["value"]=180 - }, - [1043001001]={ - ["type"]=15, - ["parameter"]=11, - ["recharge_id"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=240, - ["num_for_nothing"]="VAxc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", - ["num"]=60, - ["num_for_nothing"]="UAg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=5, - ["num_for_nothing"]="Uw==" - } - }, - ["limit"]=1, - ["value"]=1000 - }, - [1040001101]={ - ["type"]=15, - ["parameter"]=12, - ["parameter_pro"]={ - 1 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1041001101]={ - ["type"]=15, - ["parameter"]=12, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1042002201]={ - ["type"]=15, - ["parameter"]=12, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=130 - }, - [1042002301]={ - ["type"]=15, - ["parameter"]=12, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1200, - ["num_for_nothing"]="VwpcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=5000, - ["num_for_nothing"]="UwhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=180 - }, - [1043001101]={ - ["type"]=15, - ["parameter"]=12, - ["recharge_id"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=240, - ["num_for_nothing"]="VAxc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", - ["num"]=60, - ["num_for_nothing"]="UAg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=1000 - }, - [1040001201]={ - ["type"]=15, - ["parameter"]=13, - ["parameter_pro"]={ - 1 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1041001201]={ - ["type"]=15, - ["parameter"]=13, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1042002401]={ - ["type"]=15, - ["parameter"]=13, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=170 - }, - [1042002501]={ - ["type"]=15, - ["parameter"]=13, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1800, - ["num_for_nothing"]="VwBcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=180 - }, - [1043001201]={ - ["type"]=15, - ["parameter"]=13, - ["recharge_id"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=930 - }, - [1040001301]={ - ["type"]=15, - ["parameter"]=14, - ["parameter_pro"]={ - 1 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1041001301]={ - ["type"]=15, - ["parameter"]=14, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1 - }, - [1042002601]={ - ["type"]=15, - ["parameter"]=14, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=6000, - ["num_for_nothing"]="UAhcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=10000, - ["num_for_nothing"]="VwhcA2U=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=34, - ["id_for_nothing"]="VQw=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=170 - }, - [1042002701]={ - ["type"]=15, - ["parameter"]=14, - ["item_cost"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=6000, - ["num_for_nothing"]="UAhcAw==" - } - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=10000, - ["num_for_nothing"]="VwhcA2U=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=19, - ["id_for_nothing"]="VwE=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, - ["value"]=170 - }, - [1043001301]={ - ["type"]=15, - ["parameter"]=14, - ["recharge_id"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1200, - ["num_for_nothing"]="VwpcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", - ["num"]=60, - ["num_for_nothing"]="UAg=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=19, - ["id_for_nothing"]="VwE=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["limit"]=1, ["value"]=870 }, [1053000001]={ @@ -2474,23 +1457,15 @@ local act_gift = { }, [1053000101]={ ["type"]=2, - ["recharge_id"]=15, + ["recharge_id"]=10, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=3600, - ["num_for_nothing"]="VQ5cAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=39, - ["id_for_nothing"]="VQE=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["num"]=1200, + ["num_for_nothing"]="VwpcAw==" } }, ["time_type"]=3, @@ -2675,6 +1650,6 @@ local act_gift = { } } local config = { -data=act_gift,count=111 +data=act_gift,count=75 } return config \ No newline at end of file diff --git a/lua/app/config/act_sevenday_quest.lua b/lua/app/config/act_sevenday_quest.lua index 95638f8a..9a7a3439 100644 --- a/lua/app/config/act_sevenday_quest.lua +++ b/lua/app/config/act_sevenday_quest.lua @@ -1,7 +1,7 @@ local act_sevenday_quest = { [201]={ ["day"]=1, - ["type"]=26, + ["type"]=49, ["number"]=1, ["reward"]={ { @@ -15,8 +15,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -24,7 +24,7 @@ local act_sevenday_quest = { }, [202]={ ["day"]=1, - ["type"]=16, + ["type"]=47, ["number"]=20, ["reward"]={ { @@ -38,8 +38,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -47,7 +47,7 @@ local act_sevenday_quest = { }, [203]={ ["day"]=1, - ["type"]=34, + ["type"]=25, ["number"]=10, ["reward"]={ { @@ -61,8 +61,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -70,8 +70,8 @@ local act_sevenday_quest = { }, [204]={ ["day"]=1, - ["type"]=29, - ["number"]=1000, + ["type"]=13, + ["number"]=60, ["reward"]={ { ["type"]=1, @@ -84,8 +84,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -93,7 +93,7 @@ local act_sevenday_quest = { }, [205]={ ["day"]=1, - ["type"]=23, + ["type"]=51, ["number"]=5, ["reward"]={ { @@ -107,8 +107,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -116,7 +116,7 @@ local act_sevenday_quest = { }, [206]={ ["day"]=2, - ["type"]=26, + ["type"]=49, ["number"]=1, ["reward"]={ { @@ -130,8 +130,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -139,7 +139,7 @@ local act_sevenday_quest = { }, [207]={ ["day"]=2, - ["type"]=16, + ["type"]=47, ["number"]=40, ["reward"]={ { @@ -153,8 +153,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -162,6 +162,167 @@ local act_sevenday_quest = { }, [208]={ ["day"]=2, + ["type"]=45, + ["number"]=2, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=45, + ["id_for_nothing"]="Ug0=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + } + }, + [209]={ + ["day"]=2, + ["type"]=12, + ["number"]=30, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=45, + ["id_for_nothing"]="Ug0=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + } + }, + [210]={ + ["day"]=2, + ["type"]=36, + ["number"]=2, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=45, + ["id_for_nothing"]="Ug0=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + } + }, + [211]={ + ["day"]=3, + ["type"]=49, + ["number"]=1, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=45, + ["id_for_nothing"]="Ug0=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + } + } + }, + [212]={ + ["day"]=3, + ["type"]=25, + ["number"]=10, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=45, + ["id_for_nothing"]="Ug0=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + } + }, + [213]={ + ["day"]=3, + ["type"]=47, + ["number"]=80, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=45, + ["id_for_nothing"]="Ug0=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + } + }, + [214]={ + ["day"]=3, + ["type"]=12, + ["number"]=60, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=45, + ["id_for_nothing"]="Ug0=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + } + }, + [215]={ + ["day"]=3, ["type"]=31, ["number"]=2, ["reward"]={ @@ -176,169 +337,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [209]={ - ["day"]=2, - ["type"]=27, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=3, - ["num_for_nothing"]="VQ==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [210]={ - ["day"]=2, - ["type"]=29, - ["number"]=2000, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [211]={ - ["day"]=3, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [212]={ - ["day"]=3, - ["type"]=34, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [213]={ - ["day"]=3, - ["type"]=16, - ["number"]=80, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [214]={ - ["day"]=3, - ["type"]=38, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=3, - ["num_for_nothing"]="VQ==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [215]={ - ["day"]=3, - ["type"]=39, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -346,7 +346,7 @@ local act_sevenday_quest = { }, [216]={ ["day"]=4, - ["type"]=26, + ["type"]=49, ["number"]=1, ["reward"]={ { @@ -360,8 +360,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -369,8 +369,8 @@ local act_sevenday_quest = { }, [217]={ ["day"]=4, - ["type"]=41, - ["number"]=2, + ["type"]=51, + ["number"]=20, ["reward"]={ { ["type"]=1, @@ -383,8 +383,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -392,8 +392,8 @@ local act_sevenday_quest = { }, [218]={ ["day"]=4, - ["type"]=45, - ["number"]=10, + ["type"]=47, + ["number"]=100, ["reward"]={ { ["type"]=1, @@ -406,8 +406,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -415,8 +415,8 @@ local act_sevenday_quest = { }, [219]={ ["day"]=4, - ["type"]=28, - ["number"]=15, + ["type"]=36, + ["number"]=6, ["reward"]={ { ["type"]=1, @@ -429,8 +429,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -438,8 +438,8 @@ local act_sevenday_quest = { }, [220]={ ["day"]=4, - ["type"]=27, - ["number"]=30, + ["type"]=13, + ["number"]=300, ["reward"]={ { ["type"]=1, @@ -452,8 +452,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -461,7 +461,7 @@ local act_sevenday_quest = { }, [221]={ ["day"]=5, - ["type"]=26, + ["type"]=49, ["number"]=1, ["reward"]={ { @@ -475,8 +475,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -484,7 +484,7 @@ local act_sevenday_quest = { }, [222]={ ["day"]=5, - ["type"]=34, + ["type"]=25, ["number"]=20, ["reward"]={ { @@ -498,8 +498,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -507,8 +507,8 @@ local act_sevenday_quest = { }, [223]={ ["day"]=5, - ["type"]=21, - ["number"]=20, + ["type"]=44, + ["number"]=44, ["reward"]={ { ["type"]=1, @@ -521,8 +521,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -530,8 +530,8 @@ local act_sevenday_quest = { }, [224]={ ["day"]=5, - ["type"]=38, - ["number"]=20, + ["type"]=31, + ["number"]=4, ["reward"]={ { ["type"]=1, @@ -544,8 +544,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -553,8 +553,8 @@ local act_sevenday_quest = { }, [225]={ ["day"]=5, - ["type"]=29, - ["number"]=5000, + ["type"]=12, + ["number"]=90, ["reward"]={ { ["type"]=1, @@ -567,8 +567,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -576,7 +576,7 @@ local act_sevenday_quest = { }, [226]={ ["day"]=6, - ["type"]=26, + ["type"]=49, ["number"]=1, ["reward"]={ { @@ -590,8 +590,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -599,8 +599,8 @@ local act_sevenday_quest = { }, [227]={ ["day"]=6, - ["type"]=42, - ["number"]=2, + ["type"]=51, + ["number"]=30, ["reward"]={ { ["type"]=1, @@ -613,8 +613,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -622,8 +622,8 @@ local act_sevenday_quest = { }, [228]={ ["day"]=6, - ["type"]=32, - ["number"]=2, + ["type"]=47, + ["number"]=120, ["reward"]={ { ["type"]=1, @@ -636,8 +636,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -645,8 +645,8 @@ local act_sevenday_quest = { }, [229]={ ["day"]=6, - ["type"]=28, - ["number"]=30, + ["type"]=36, + ["number"]=10, ["reward"]={ { ["type"]=1, @@ -659,8 +659,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -668,8 +668,8 @@ local act_sevenday_quest = { }, [230]={ ["day"]=6, - ["type"]=27, - ["number"]=60, + ["type"]=13, + ["number"]=420, ["reward"]={ { ["type"]=1, @@ -682,8 +682,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=20, ["num_for_nothing"]="VAg=" } @@ -691,7 +691,7 @@ local act_sevenday_quest = { }, [231]={ ["day"]=7, - ["type"]=26, + ["type"]=49, ["number"]=1, ["reward"]={ { @@ -705,8 +705,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -714,8 +714,8 @@ local act_sevenday_quest = { }, [232]={ ["day"]=7, - ["type"]=36, - ["number"]=20, + ["type"]=44, + ["number"]=2, ["reward"]={ { ["type"]=1, @@ -728,8 +728,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=60, ["num_for_nothing"]="UAg=" } @@ -737,8 +737,8 @@ local act_sevenday_quest = { }, [233]={ ["day"]=7, - ["type"]=21, - ["number"]=50, + ["type"]=50, + ["number"]=30, ["reward"]={ { ["type"]=1, @@ -751,8 +751,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=40, ["num_for_nothing"]="Ugg=" } @@ -760,8 +760,8 @@ local act_sevenday_quest = { }, [234]={ ["day"]=7, - ["type"]=38, - ["number"]=30, + ["type"]=12, + ["number"]=120, ["reward"]={ { ["type"]=1, @@ -774,8 +774,8 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=30, ["num_for_nothing"]="VQg=" } @@ -783,8 +783,8 @@ local act_sevenday_quest = { }, [235]={ ["day"]=7, - ["type"]=39, - ["number"]=5, + ["type"]=31, + ["number"]=7, ["reward"]={ { ["type"]=1, @@ -797,5521 +797,15 @@ local act_sevenday_quest = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=31, - ["id_for_nothing"]="VQk=", + ["id"]=45, + ["id_for_nothing"]="Ug0=", ["num"]=30, ["num_for_nothing"]="VQg=" } } - }, - [236]={ - ["day"]=8, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [237]={ - ["day"]=8, - ["type"]=16, - ["number"]=160, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [238]={ - ["day"]=8, - ["type"]=46, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [239]={ - ["day"]=8, - ["type"]=29, - ["number"]=10000, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [240]={ - ["day"]=8, - ["type"]=23, - ["number"]=30, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [241]={ - ["day"]=9, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [242]={ - ["day"]=9, - ["type"]=34, - ["number"]=30, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [243]={ - ["day"]=9, - ["type"]=43, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [244]={ - ["day"]=9, - ["type"]=38, - ["number"]=40, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [245]={ - ["day"]=9, - ["type"]=28, - ["number"]=60, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [246]={ - ["day"]=10, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [247]={ - ["day"]=10, - ["type"]=35, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [248]={ - ["day"]=10, - ["type"]=21, - ["number"]=30, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [249]={ - ["day"]=10, - ["type"]=39, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [250]={ - ["day"]=10, - ["type"]=27, - ["number"]=100, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [251]={ - ["day"]=11, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [252]={ - ["day"]=11, - ["type"]=32, - ["number"]=4, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [253]={ - ["day"]=11, - ["type"]=45, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [254]={ - ["day"]=11, - ["type"]=38, - ["number"]=50, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [255]={ - ["day"]=11, - ["type"]=29, - ["number"]=15000, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [256]={ - ["day"]=12, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [257]={ - ["day"]=12, - ["type"]=36, - ["number"]=30, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [258]={ - ["day"]=12, - ["type"]=21, - ["number"]=50, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [259]={ - ["day"]=12, - ["type"]=39, - ["number"]=15, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [260]={ - ["day"]=12, - ["type"]=28, - ["number"]=100, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [261]={ - ["day"]=13, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [262]={ - ["day"]=13, - ["type"]=32, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [263]={ - ["day"]=13, - ["type"]=44, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [264]={ - ["day"]=13, - ["type"]=38, - ["number"]=60, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [265]={ - ["day"]=13, - ["type"]=27, - ["number"]=150, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - } - }, - [266]={ - ["day"]=14, - ["type"]=26, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [267]={ - ["day"]=14, - ["type"]=16, - ["number"]=300, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=60, - ["num_for_nothing"]="UAg=" - } - } - }, - [268]={ - ["day"]=14, - ["type"]=21, - ["number"]=80, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" - } - } - }, - [269]={ - ["day"]=14, - ["type"]=29, - ["number"]=20000, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=30, - ["num_for_nothing"]="VQg=" - } - } - }, - [270]={ - ["day"]=14, - ["type"]=23, - ["number"]=50, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=32, - ["id_for_nothing"]="VQo=", - ["num"]=30, - ["num_for_nothing"]="VQg=" - } - } - }, - [271]={ - ["day"]=1, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201, - ["must_task"]=1 - }, - [272]={ - ["day"]=1, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [273]={ - ["day"]=1, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [274]={ - ["day"]=1, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [275]={ - ["day"]=1, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [276]={ - ["day"]=1, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [277]={ - ["day"]=1, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [278]={ - ["day"]=1, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [279]={ - ["day"]=2, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201, - ["must_task"]=1 - }, - [280]={ - ["day"]=2, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [281]={ - ["day"]=2, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [282]={ - ["day"]=2, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [283]={ - ["day"]=2, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [284]={ - ["day"]=2, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [285]={ - ["day"]=2, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [286]={ - ["day"]=2, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [287]={ - ["day"]=3, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201, - ["must_task"]=1 - }, - [288]={ - ["day"]=3, - ["type"]=63, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [289]={ - ["day"]=3, - ["type"]=65, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [290]={ - ["day"]=3, - ["type"]=67, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [291]={ - ["day"]=3, - ["type"]=74, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [292]={ - ["day"]=3, - ["type"]=83, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [293]={ - ["day"]=3, - ["type"]=69, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [294]={ - ["day"]=3, - ["type"]=79, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [295]={ - ["day"]=3, - ["type"]=75, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [296]={ - ["day"]=4, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201, - ["must_task"]=1 - }, - [297]={ - ["day"]=4, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [298]={ - ["day"]=4, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [299]={ - ["day"]=4, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [300]={ - ["day"]=4, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [301]={ - ["day"]=4, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [302]={ - ["day"]=4, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [303]={ - ["day"]=4, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [304]={ - ["day"]=5, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201, - ["must_task"]=1 - }, - [305]={ - ["day"]=5, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [306]={ - ["day"]=5, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [307]={ - ["day"]=5, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [308]={ - ["day"]=5, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [309]={ - ["day"]=5, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [310]={ - ["day"]=5, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [311]={ - ["day"]=5, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [312]={ - ["day"]=6, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201, - ["must_task"]=1 - }, - [313]={ - ["day"]=6, - ["type"]=63, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [314]={ - ["day"]=6, - ["type"]=65, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [315]={ - ["day"]=6, - ["type"]=67, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [316]={ - ["day"]=6, - ["type"]=74, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [317]={ - ["day"]=6, - ["type"]=83, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [318]={ - ["day"]=6, - ["type"]=69, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [319]={ - ["day"]=6, - ["type"]=79, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [320]={ - ["day"]=6, - ["type"]=75, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [321]={ - ["day"]=7, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201, - ["must_task"]=1 - }, - [322]={ - ["day"]=7, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [323]={ - ["day"]=7, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [324]={ - ["day"]=7, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [325]={ - ["day"]=7, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [326]={ - ["day"]=7, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [327]={ - ["day"]=7, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [328]={ - ["day"]=7, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [329]={ - ["day"]=7, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [330]={ - ["day"]=7, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [331]={ - ["day"]=7, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [332]={ - ["day"]=7, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [333]={ - ["day"]=7, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [334]={ - ["day"]=7, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [335]={ - ["day"]=7, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=258, - ["id_for_nothing"]="VA1U", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12201 - }, - [336]={ - ["day"]=1, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401, - ["must_task"]=1 - }, - [337]={ - ["day"]=1, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [338]={ - ["day"]=1, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [339]={ - ["day"]=1, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [340]={ - ["day"]=1, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [341]={ - ["day"]=1, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [342]={ - ["day"]=1, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [343]={ - ["day"]=1, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [344]={ - ["day"]=2, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401, - ["must_task"]=1 - }, - [345]={ - ["day"]=2, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [346]={ - ["day"]=2, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [347]={ - ["day"]=2, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [348]={ - ["day"]=2, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [349]={ - ["day"]=2, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [350]={ - ["day"]=2, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [351]={ - ["day"]=2, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [352]={ - ["day"]=3, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401, - ["must_task"]=1 - }, - [353]={ - ["day"]=3, - ["type"]=63, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [354]={ - ["day"]=3, - ["type"]=65, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [355]={ - ["day"]=3, - ["type"]=67, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [356]={ - ["day"]=3, - ["type"]=74, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [357]={ - ["day"]=3, - ["type"]=83, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [358]={ - ["day"]=3, - ["type"]=69, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [359]={ - ["day"]=3, - ["type"]=79, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [360]={ - ["day"]=3, - ["type"]=75, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [361]={ - ["day"]=4, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401, - ["must_task"]=1 - }, - [362]={ - ["day"]=4, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [363]={ - ["day"]=4, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [364]={ - ["day"]=4, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [365]={ - ["day"]=4, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [366]={ - ["day"]=4, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [367]={ - ["day"]=4, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [368]={ - ["day"]=4, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [369]={ - ["day"]=5, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401, - ["must_task"]=1 - }, - [370]={ - ["day"]=5, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [371]={ - ["day"]=5, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [372]={ - ["day"]=5, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [373]={ - ["day"]=5, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [374]={ - ["day"]=5, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [375]={ - ["day"]=5, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [376]={ - ["day"]=5, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [377]={ - ["day"]=6, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401, - ["must_task"]=1 - }, - [378]={ - ["day"]=6, - ["type"]=63, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [379]={ - ["day"]=6, - ["type"]=65, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [380]={ - ["day"]=6, - ["type"]=67, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [381]={ - ["day"]=6, - ["type"]=74, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [382]={ - ["day"]=6, - ["type"]=83, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [383]={ - ["day"]=6, - ["type"]=69, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [384]={ - ["day"]=6, - ["type"]=79, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [385]={ - ["day"]=6, - ["type"]=75, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [386]={ - ["day"]=7, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401, - ["must_task"]=1 - }, - [387]={ - ["day"]=7, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [388]={ - ["day"]=7, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [389]={ - ["day"]=7, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [390]={ - ["day"]=7, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [391]={ - ["day"]=7, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [392]={ - ["day"]=7, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [393]={ - ["day"]=7, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [394]={ - ["day"]=7, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [395]={ - ["day"]=7, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [396]={ - ["day"]=7, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [397]={ - ["day"]=7, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [398]={ - ["day"]=7, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [399]={ - ["day"]=7, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [400]={ - ["day"]=7, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=259, - ["id_for_nothing"]="VA1V", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12401 - }, - [401]={ - ["day"]=1, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501, - ["must_task"]=1 - }, - [402]={ - ["day"]=1, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [403]={ - ["day"]=1, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [404]={ - ["day"]=1, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [405]={ - ["day"]=1, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [406]={ - ["day"]=1, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [407]={ - ["day"]=1, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [408]={ - ["day"]=1, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [409]={ - ["day"]=2, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501, - ["must_task"]=1 - }, - [410]={ - ["day"]=2, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [411]={ - ["day"]=2, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [412]={ - ["day"]=2, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [413]={ - ["day"]=2, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [414]={ - ["day"]=2, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [415]={ - ["day"]=2, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [416]={ - ["day"]=2, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [417]={ - ["day"]=3, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501, - ["must_task"]=1 - }, - [418]={ - ["day"]=3, - ["type"]=63, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [419]={ - ["day"]=3, - ["type"]=65, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [420]={ - ["day"]=3, - ["type"]=67, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [421]={ - ["day"]=3, - ["type"]=74, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [422]={ - ["day"]=3, - ["type"]=83, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [423]={ - ["day"]=3, - ["type"]=69, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [424]={ - ["day"]=3, - ["type"]=79, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [425]={ - ["day"]=3, - ["type"]=75, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [426]={ - ["day"]=4, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501, - ["must_task"]=1 - }, - [427]={ - ["day"]=4, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [428]={ - ["day"]=4, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [429]={ - ["day"]=4, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [430]={ - ["day"]=4, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [431]={ - ["day"]=4, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [432]={ - ["day"]=4, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [433]={ - ["day"]=4, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [434]={ - ["day"]=5, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501, - ["must_task"]=1 - }, - [435]={ - ["day"]=5, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [436]={ - ["day"]=5, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [437]={ - ["day"]=5, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [438]={ - ["day"]=5, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [439]={ - ["day"]=5, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [440]={ - ["day"]=5, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [441]={ - ["day"]=5, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [442]={ - ["day"]=6, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501, - ["must_task"]=1 - }, - [443]={ - ["day"]=6, - ["type"]=63, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [444]={ - ["day"]=6, - ["type"]=65, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [445]={ - ["day"]=6, - ["type"]=67, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [446]={ - ["day"]=6, - ["type"]=74, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [447]={ - ["day"]=6, - ["type"]=83, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [448]={ - ["day"]=6, - ["type"]=69, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [449]={ - ["day"]=6, - ["type"]=79, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [450]={ - ["day"]=6, - ["type"]=75, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [451]={ - ["day"]=7, - ["type"]=61, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501, - ["must_task"]=1 - }, - [452]={ - ["day"]=7, - ["type"]=77, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [453]={ - ["day"]=7, - ["type"]=66, - ["number"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [454]={ - ["day"]=7, - ["type"]=64, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [455]={ - ["day"]=7, - ["type"]=80, - ["number"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [456]={ - ["day"]=7, - ["type"]=84, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [457]={ - ["day"]=7, - ["type"]=68, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [458]={ - ["day"]=7, - ["type"]=78, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [459]={ - ["day"]=7, - ["type"]=62, - ["number"]=20, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [460]={ - ["day"]=7, - ["type"]=81, - ["number"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [461]={ - ["day"]=7, - ["type"]=82, - ["number"]=6, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [462]={ - ["day"]=7, - ["type"]=70, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [463]={ - ["day"]=7, - ["type"]=72, - ["number"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [464]={ - ["day"]=7, - ["type"]=73, - ["number"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 - }, - [465]={ - ["day"]=7, - ["type"]=76, - ["number"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=260, - ["id_for_nothing"]="VA5c", - ["num"]=25, - ["num_for_nothing"]="VA0=" - } - }, - ["activity"]=12501 } } local config = { -data=act_sevenday_quest,count=265 +data=act_sevenday_quest,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/act_sevenday_quest_reward.lua b/lua/app/config/act_sevenday_quest_reward.lua index a73e955d..d12a078f 100644 --- a/lua/app/config/act_sevenday_quest_reward.lua +++ b/lua/app/config/act_sevenday_quest_reward.lua @@ -34,8 +34,8 @@ local act_sevenday_quest_reward = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=500, ["num_for_nothing"]="Uwhc" } @@ -48,8 +48,8 @@ local act_sevenday_quest_reward = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=41, + ["id_for_nothing"]="Ugk=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -90,407 +90,15 @@ local act_sevenday_quest_reward = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=19, - ["id_for_nothing"]="VwE=", + ["id"]=43, + ["id_for_nothing"]="Ugs=", ["num"]=1, ["num_for_nothing"]="Vw==" } } - }, - [8]={ - ["period"]=2, - ["num"]=100, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - } - }, - [9]={ - ["period"]=2, - ["num"]=200, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=5, - ["num_for_nothing"]="Uw==" - } - } - }, - [10]={ - ["period"]=2, - ["num"]=300, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - } - }, - [11]={ - ["period"]=2, - ["num"]=400, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [12]={ - ["period"]=2, - ["num"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - } - } - }, - [13]={ - ["period"]=2, - ["num"]=600, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=40, - ["id_for_nothing"]="Ugg=", - ["num"]=10, - ["num_for_nothing"]="Vwg=" - } - } - }, - [14]={ - ["period"]=2, - ["num"]=700, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=19, - ["id_for_nothing"]="VwE=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [15]={ - ["num"]=100, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - }, - ["activity"]=12201 - }, - [16]={ - ["num"]=200, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=10, - ["num_for_nothing"]="Vwg=" - } - }, - ["activity"]=12201 - }, - [17]={ - ["num"]=300, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - } - }, - ["activity"]=12201 - }, - [18]={ - ["num"]=400, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=37, - ["id_for_nothing"]="VQ8=", - ["num"]=150, - ["num_for_nothing"]="Vw1c" - } - }, - ["activity"]=12201 - }, - [19]={ - ["num"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" - } - }, - ["activity"]=12201 - }, - [20]={ - ["num"]=600, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - }, - ["activity"]=12201 - }, - [21]={ - ["num"]=700, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=231, - ["id_for_nothing"]="VAtd", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["activity"]=12201 - }, - [22]={ - ["num"]=100, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - }, - ["activity"]=12401 - }, - [23]={ - ["num"]=200, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=10, - ["num_for_nothing"]="Vwg=" - } - }, - ["activity"]=12401 - }, - [24]={ - ["num"]=300, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - } - }, - ["activity"]=12401 - }, - [25]={ - ["num"]=400, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=222, - ["id_for_nothing"]="VApe", - ["num"]=2, - ["num_for_nothing"]="VA==" - } - }, - ["activity"]=12401 - }, - [26]={ - ["num"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" - } - }, - ["activity"]=12401 - }, - [27]={ - ["num"]=600, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=68, - ["id_for_nothing"]="UAA=", - ["num"]=20, - ["num_for_nothing"]="VAg=" - } - }, - ["activity"]=12401 - }, - [28]={ - ["num"]=700, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=228, - ["id_for_nothing"]="VApU", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["activity"]=12401 - }, - [29]={ - ["num"]=100, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - }, - ["activity"]=12501 - }, - [30]={ - ["num"]=200, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=262, - ["id_for_nothing"]="VA5e", - ["num"]=5, - ["num_for_nothing"]="Uw==" - } - }, - ["activity"]=12501 - }, - [31]={ - ["num"]=300, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - } - }, - ["activity"]=12501 - }, - [32]={ - ["num"]=400, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["activity"]=12501 - }, - [33]={ - ["num"]=500, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" - } - }, - ["activity"]=12501 - }, - [34]={ - ["num"]=600, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=262, - ["id_for_nothing"]="VA5e", - ["num"]=10, - ["num_for_nothing"]="Vwg=" - } - }, - ["activity"]=12501 - }, - [35]={ - ["num"]=700, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=19, - ["id_for_nothing"]="VwE=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["activity"]=12501 } } local config = { -data=act_sevenday_quest_reward,count=35 +data=act_sevenday_quest_reward,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/act_week_signin.lua b/lua/app/config/act_week_signin.lua index df303a2b..324a9d6b 100755 --- a/lua/app/config/act_week_signin.lua +++ b/lua/app/config/act_week_signin.lua @@ -1,265 +1,125 @@ local act_week_signin = { [101]={ - ["season"]=1, + ["season"]=2, ["day"]=1, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=200, + ["num_for_nothing"]="VAhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=600, - ["num_for_nothing"]="UAhc" + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" } }, [102]={ - ["season"]=1, + ["season"]=2, ["day"]=2, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", - ["num"]=20, - ["num_for_nothing"]="VAg=" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=4, - ["id_for_nothing"]="Ug==", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" } }, [103]={ - ["season"]=1, + ["season"]=2, ["day"]=3, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=200, + ["num_for_nothing"]="VAhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=8, - ["num_for_nothing"]="Xg==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" } }, [104]={ - ["season"]=1, + ["season"]=2, ["day"]=4, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", + ["id"]=2, + ["id_for_nothing"]="VA==", ["num"]=100, ["num_for_nothing"]="Vwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=12, - ["id_for_nothing"]="Vwo=", - ["num"]=300, - ["num_for_nothing"]="VQhc" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" } }, [105]={ - ["season"]=1, + ["season"]=2, ["day"]=5, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=200, + ["num_for_nothing"]="VAhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=600, - ["num_for_nothing"]="UAhc" + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" } }, [106]={ - ["season"]=1, + ["season"]=2, ["day"]=6, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=5000, - ["num_for_nothing"]="UwhcAw==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=20000, - ["num_for_nothing"]="VAhcA2U=" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" } }, [107]={ - ["season"]=1, - ["day"]=7, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=8, - ["num_for_nothing"]="Xg==" - } - }, - [201]={ - ["season"]=2, - ["day"]=1, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2000, - ["num_for_nothing"]="VAhcAw==" - } - }, - [202]={ - ["season"]=2, - ["day"]=2, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - } - }, - [203]={ - ["season"]=2, - ["day"]=3, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2000, - ["num_for_nothing"]="VAhcAw==" - } - }, - [204]={ - ["season"]=2, - ["day"]=4, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - } - }, - [205]={ - ["season"]=2, - ["day"]=5, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2000, - ["num_for_nothing"]="VAhcAw==" - } - }, - [206]={ - ["season"]=2, - ["day"]=6, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - } - }, - [207]={ ["season"]=2, ["day"]=7, ["reward"]={ @@ -281,6 +141,6 @@ local act_week_signin = { } } local config = { -data=act_week_signin,count=14 +data=act_week_signin,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/activity.lua b/lua/app/config/activity.lua index 8c0b9b16..1b0f9fc4 100644 --- a/lua/app/config/activity.lua +++ b/lua/app/config/activity.lua @@ -32,8 +32,7 @@ local activity = { 1062000201, 1062000301, 1063000001, - 1063000101, - 1064000001 + 1063000101 }, ["show_reward"]={ { diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua index 8c1a98ed..51b66e12 100644 --- a/lua/app/config/item.lua +++ b/lua/app/config/item.lua @@ -1143,6 +1143,11 @@ local item = { } } }, + [45]={ + ["type"]=1, + ["qlt"]=5, + ["icon"]="45" + }, [13001]={ ["type"]=5, ["inbag"]=1, @@ -1299,6 +1304,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/act_gift.lua b/lua/app/config/strings/cn/act_gift.lua index d4827d3d..4e71dcd9 100644 --- a/lua/app/config/strings/cn/act_gift.lua +++ b/lua/app/config/strings/cn/act_gift.lua @@ -1,342 +1,132 @@ local act_gift = { - [10102]={ - ["value"]="首充" + [1040000001]={ + ["value"]="免费礼包" }, - [10202]={ - ["value"]="首充" - }, - [10302]={ - ["value"]="首充" - }, - [10402]={ - ["value"]="首充" - }, - [10502]={ - ["value"]="首充" - }, - [10602]={ - ["value"]="首充" - }, - [10702]={ - ["value"]="首充" - }, - [10802]={ - ["value"]="首充" - }, - [10902]={ - ["value"]="首充" - }, - [20102]={ - ["value"]="超值月卡" - }, - [20202]={ - ["value"]="特权月卡" - }, - [30102]={ - ["value"]="高级战令" - }, - [30202]={ - ["value"]="豪华战令" - }, - [40102]={ - ["value"]="成长基金" - }, - [40202]={ - ["value"]="成长基金" - }, - [40302]={ - ["value"]="成长基金" - }, - [40402]={ - ["value"]="成长基金" - }, - [40502]={ - ["value"]="成长基金" - }, - [40602]={ - ["value"]="成长基金" - }, - [40702]={ - ["value"]="关卡基金" - }, - [40802]={ - ["value"]="关卡基金" - }, - [40902]={ - ["value"]="关卡基金" - }, - [41002]={ - ["value"]="关卡基金" - }, - [41102]={ - ["value"]="关卡基金" - }, - [41202]={ - ["value"]="关卡基金" - }, - [41302]={ - ["value"]="关卡基金" - }, - [41402]={ - ["value"]="关卡基金" - }, - [41502]={ - ["value"]="关卡基金" - }, - [50102]={ - ["value"]="林间巡逻" - }, - [50202]={ - ["value"]="林间巡逻" - }, - [110102]={ + [1041000001]={ ["value"]="广告礼包" }, - [110202]={ - ["value"]="半价黄金魔法石" + [1042000001]={ + ["value"]="七日礼包1-1" }, - [110302]={ - ["value"]="黄金魔法石" + [1042000101]={ + ["value"]="七日礼包1-2" }, - [110402]={ - ["value"]="特惠黄金魔法石" + [1043000001]={ + ["value"]="七日礼包1-3" }, - [110502]={ - ["value"]="入门黄金魔法石" + [1040000101]={ + ["value"]="免费礼包" }, - [110602]={ - ["value"]="闪耀黄金魔法石" - }, - [110702]={ - ["value"]="豪华黄金魔法石" - }, - [110802]={ - ["value"]="至尊黄金魔法石" - }, - [110902]={ - ["value"]="超值英雄礼包" - }, - [111002]={ - ["value"]="超值英雄礼包" - }, - [111102]={ - ["value"]="超值升级礼包" - }, - [111202]={ - ["value"]="超值升星礼包" - }, - [114302]={ + [1041000101]={ ["value"]="广告礼包" }, - [114402]={ - ["value"]="半价黄金魔法石" + [1042000201]={ + ["value"]="七日礼包2-1" }, - [114502]={ - ["value"]="黄金魔法石" + [1042000301]={ + ["value"]="七日礼包2-2" }, - [114602]={ - ["value"]="特惠黄金魔法石" + [1043000101]={ + ["value"]="七日礼包2-3" }, - [114702]={ - ["value"]="入门黄金魔法石" - }, - [114802]={ - ["value"]="闪耀黄金魔法石" - }, - [114902]={ - ["value"]="豪华黄金魔法石" - }, - [115002]={ - ["value"]="至尊黄金魔法石" - }, - [115102]={ - ["value"]="超值英雄礼包" - }, - [115202]={ - ["value"]="超值英雄礼包" - }, - [115302]={ - ["value"]="超值升级礼包" - }, - [115402]={ - ["value"]="超值升星礼包" - }, - [100102]={ - ["value"]="关卡礼包1-2" - }, - [100202]={ - ["value"]="关卡礼包2-1" - }, - [100302]={ - ["value"]="关卡礼包2-4" - }, - [100402]={ - ["value"]="关卡礼包3-2" - }, - [100502]={ - ["value"]="关卡礼包3-5" - }, - [100602]={ - ["value"]="关卡礼包4-2" - }, - [100702]={ - ["value"]="关卡礼包4-5" - }, - [100802]={ - ["value"]="关卡礼包5-2" - }, - [100902]={ - ["value"]="关卡礼包5-5" - }, - [101002]={ - ["value"]="关卡礼包6-4" - }, - [101102]={ - ["value"]="关卡礼包7-4" - }, - [101202]={ - ["value"]="关卡礼包8-4" - }, - [101302]={ - ["value"]="关卡礼包9-4" - }, - [101402]={ - ["value"]="关卡礼包10-4" - }, - [101502]={ - ["value"]="关卡礼包11-4" - }, - [101602]={ - ["value"]="关卡礼包12-4" - }, - [101702]={ - ["value"]="关卡礼包13-4" - }, - [101802]={ - ["value"]="关卡礼包14-4" - }, - [101902]={ - ["value"]="关卡礼包15-4" - }, - [118502]={ + [1040000201]={ ["value"]="免费礼包" }, - [118602]={ - ["value"]="冲刺礼包1" + [1041000201]={ + ["value"]="广告礼包" }, - [118702]={ - ["value"]="冲刺礼包2" + [1042000401]={ + ["value"]="七日礼包3-1" }, - [118802]={ - ["value"]="冲刺礼包3" + [1042000501]={ + ["value"]="七日礼包3-2" }, - [118902]={ - ["value"]="冲刺礼包4" + [1043000201]={ + ["value"]="七日礼包3-3" }, - [119002]={ - ["value"]="冲刺礼包5" - }, - [119102]={ - ["value"]="冲刺礼包6" - }, - [119202]={ - ["value"]="冲刺礼包7" - }, - [119302]={ - ["value"]="冲刺礼包8" - }, - [119402]={ + [1040000301]={ ["value"]="免费礼包" }, - [119502]={ - ["value"]="冲刺礼包1" + [1041000301]={ + ["value"]="广告礼包" }, - [119602]={ - ["value"]="冲刺礼包2" + [1042000601]={ + ["value"]="七日礼包4-1" }, - [119702]={ - ["value"]="冲刺礼包3" + [1042000701]={ + ["value"]="七日礼包4-2" }, - [119802]={ - ["value"]="冲刺礼包4" + [1043000301]={ + ["value"]="七日礼包4-3" }, - [119902]={ - ["value"]="冲刺礼包5" - }, - [120002]={ - ["value"]="冲刺礼包6" - }, - [120102]={ - ["value"]="冲刺礼包7" - }, - [120202]={ - ["value"]="冲刺礼包8" - }, - [1100102]={ + [1040000401]={ ["value"]="免费礼包" }, - [1100202]={ - ["value"]="冲刺礼包1" + [1041000401]={ + ["value"]="广告礼包" }, - [1100302]={ - ["value"]="冲刺礼包2" + [1042000801]={ + ["value"]="七日礼包5-1" }, - [1100402]={ - ["value"]="冲刺礼包3" + [1042000901]={ + ["value"]="七日礼包5-2" }, - [1100502]={ - ["value"]="冲刺礼包4" + [1043000401]={ + ["value"]="七日礼包5-3" }, - [1100602]={ - ["value"]="冲刺礼包5" - }, - [1100702]={ - ["value"]="冲刺礼包6" - }, - [1100802]={ - ["value"]="冲刺礼包7" - }, - [1100902]={ - ["value"]="冲刺礼包8" - }, - [1101002]={ + [1040000501]={ ["value"]="免费礼包" }, - [1101102]={ + [1041000501]={ + ["value"]="广告礼包" + }, + [1042001001]={ + ["value"]="七日礼包6-1" + }, + [1042001101]={ + ["value"]="七日礼包6-2" + }, + [1043000501]={ + ["value"]="七日礼包6-3" + }, + [1040000601]={ + ["value"]="免费礼包" + }, + [1041000601]={ + ["value"]="广告礼包" + }, + [1042001201]={ + ["value"]="七日礼包7-1" + }, + [1042001301]={ + ["value"]="七日礼包7-2" + }, + [1043000601]={ + ["value"]="七日礼包7-3" + }, + [1060000001]={ + ["value"]="免费礼包" + }, + [1062000001]={ ["value"]="冲刺礼包1" }, - [1101202]={ + [1062000101]={ ["value"]="冲刺礼包2" }, - [1101302]={ + [1062000201]={ ["value"]="冲刺礼包3" }, - [1101402]={ + [1062000301]={ ["value"]="冲刺礼包4" }, - [1101502]={ + [1063000001]={ ["value"]="冲刺礼包5" }, - [1101602]={ + [1063000101]={ ["value"]="冲刺礼包6" - }, - [1101702]={ - ["value"]="冲刺礼包7" - }, - [1101802]={ - ["value"]="冲刺礼包8" - }, - [1800102]={ - ["value"]="扫荡礼包" - }, - [1900102]={ - - }, - [1900202]={ - } } local config = { -data=act_gift,count=112 +data=act_gift,count=42 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/item.lua b/lua/app/config/strings/cn/item.lua index cf781304..ef65e559 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -175,6 +175,10 @@ local item = { ["name"]="自选传说英雄宝箱", ["desc"]="使用后可以自选1个传说英雄碎片" }, + [45]={ + ["name"]="七天乐积分", + ["desc"]="完成七天乐任务可领取奖励" + }, [13001]={ ["name"]="熔芯", ["desc"]="凑齐可解锁或升级。" @@ -265,6 +269,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/task_type.lua b/lua/app/config/strings/cn/task_type.lua index 8782cd93..15ffda45 100644 --- a/lua/app/config/strings/cn/task_type.lua +++ b/lua/app/config/strings/cn/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ ["desc"]="招聘{0}次" + }, + [48]={ + ["desc"]="1名传说英雄星级达{0}星" + }, + [49]={ + ["desc"]="登录奖励" + }, + [50]={ + ["desc"]="5名英雄升至{0}级" + }, + [51]={ + ["desc"]="研究所研究{0}次" } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/act_gift.lua b/lua/app/config/strings/de/act_gift.lua new file mode 100644 index 00000000..b4251e66 --- /dev/null +++ b/lua/app/config/strings/de/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + + }, + [1041000001]={ + + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + + }, + [1041000101]={ + + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + + }, + [1041000201]={ + + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + + }, + [1041000301]={ + + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + + }, + [1041000401]={ + + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + + }, + [1041000501]={ + + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + + }, + [1041000601]={ + + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + + }, + [1062000001]={ + + }, + [1062000101]={ + + }, + [1062000201]={ + + }, + [1062000301]={ + + }, + [1063000001]={ + + }, + [1063000101]={ + + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/de/act_gift.lua.meta b/lua/app/config/strings/de/act_gift.lua.meta new file mode 100644 index 00000000..6b966687 --- /dev/null +++ b/lua/app/config/strings/de/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 7d4eea719262e4ec49e1bebc3e1b8c05 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/de/item.lua b/lua/app/config/strings/de/item.lua index 2bdba5c2..81a62452 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -130,6 +130,9 @@ local item = { }, [44]={ + }, + [45]={ + }, [13001]={ @@ -199,6 +202,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/task_type.lua b/lua/app/config/strings/de/task_type.lua index 676dbcdb..6473895c 100644 --- a/lua/app/config/strings/de/task_type.lua +++ b/lua/app/config/strings/de/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/act_gift.lua b/lua/app/config/strings/en/act_gift.lua new file mode 100644 index 00000000..a0c3c1cf --- /dev/null +++ b/lua/app/config/strings/en/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="Free Pack" + }, + [1041000001]={ + ["value"]="Ad Reward Pack" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="Free Pack" + }, + [1041000101]={ + ["value"]="Ad Reward Pack" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="Free Pack" + }, + [1041000201]={ + ["value"]="Ad Reward Pack" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="Free Pack" + }, + [1041000301]={ + ["value"]="Ad Reward Pack" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="Free Pack" + }, + [1041000401]={ + ["value"]="Ad Reward Pack" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="Free Pack" + }, + [1041000501]={ + ["value"]="Ad Reward Pack" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="Free Pack" + }, + [1041000601]={ + ["value"]="Ad Reward Pack" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="Free Pack" + }, + [1062000001]={ + ["value"]="Sprint Pack 1" + }, + [1062000101]={ + ["value"]="Sprint Pack 2" + }, + [1062000201]={ + ["value"]="Sprint Pack 3" + }, + [1062000301]={ + ["value"]="Sprint Pack 4" + }, + [1063000001]={ + ["value"]="Sprint Pack 5" + }, + [1063000101]={ + ["value"]="Sprint Pack 6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/en/act_gift.lua.meta b/lua/app/config/strings/en/act_gift.lua.meta new file mode 100644 index 00000000..0bba1bff --- /dev/null +++ b/lua/app/config/strings/en/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 09010594c11834ade8ca8a73f97572f7 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/en/item.lua b/lua/app/config/strings/en/item.lua index 192841aa..34ad80cc 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/task_type.lua b/lua/app/config/strings/en/task_type.lua index def2f778..9fafbfb6 100644 --- a/lua/app/config/strings/en/task_type.lua +++ b/lua/app/config/strings/en/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/es/act_gift.lua b/lua/app/config/strings/es/act_gift.lua new file mode 100644 index 00000000..b4251e66 --- /dev/null +++ b/lua/app/config/strings/es/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + + }, + [1041000001]={ + + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + + }, + [1041000101]={ + + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + + }, + [1041000201]={ + + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + + }, + [1041000301]={ + + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + + }, + [1041000401]={ + + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + + }, + [1041000501]={ + + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + + }, + [1041000601]={ + + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + + }, + [1062000001]={ + + }, + [1062000101]={ + + }, + [1062000201]={ + + }, + [1062000301]={ + + }, + [1063000001]={ + + }, + [1063000101]={ + + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/es/act_gift.lua.meta b/lua/app/config/strings/es/act_gift.lua.meta new file mode 100644 index 00000000..abb2acb8 --- /dev/null +++ b/lua/app/config/strings/es/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b1ef788382103403c985d9f6dd815ec9 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/es/item.lua b/lua/app/config/strings/es/item.lua index 6903c871..ac7491fd 100644 --- a/lua/app/config/strings/es/item.lua +++ b/lua/app/config/strings/es/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/es/task_type.lua b/lua/app/config/strings/es/task_type.lua index 2fd58a9a..fa26c4fe 100644 --- a/lua/app/config/strings/es/task_type.lua +++ b/lua/app/config/strings/es/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/act_gift.lua b/lua/app/config/strings/fr/act_gift.lua new file mode 100644 index 00000000..b4251e66 --- /dev/null +++ b/lua/app/config/strings/fr/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + + }, + [1041000001]={ + + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + + }, + [1041000101]={ + + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + + }, + [1041000201]={ + + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + + }, + [1041000301]={ + + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + + }, + [1041000401]={ + + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + + }, + [1041000501]={ + + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + + }, + [1041000601]={ + + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + + }, + [1062000001]={ + + }, + [1062000101]={ + + }, + [1062000201]={ + + }, + [1062000301]={ + + }, + [1063000001]={ + + }, + [1063000101]={ + + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/act_gift.lua.meta b/lua/app/config/strings/fr/act_gift.lua.meta new file mode 100644 index 00000000..5e23ba52 --- /dev/null +++ b/lua/app/config/strings/fr/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b20d6b449050643b1978f7a53e0d7e56 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/fr/item.lua b/lua/app/config/strings/fr/item.lua index 2bdba5c2..81a62452 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -130,6 +130,9 @@ local item = { }, [44]={ + }, + [45]={ + }, [13001]={ @@ -199,6 +202,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/task_type.lua b/lua/app/config/strings/fr/task_type.lua index 676dbcdb..6473895c 100644 --- a/lua/app/config/strings/fr/task_type.lua +++ b/lua/app/config/strings/fr/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/act_gift.lua b/lua/app/config/strings/id/act_gift.lua new file mode 100644 index 00000000..df381262 --- /dev/null +++ b/lua/app/config/strings/id/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="Paket Gratis" + }, + [1041000001]={ + ["value"]="Paket Iklan" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="Paket Gratis" + }, + [1041000101]={ + ["value"]="Paket Iklan" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="Paket Gratis" + }, + [1041000201]={ + ["value"]="Paket Iklan" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="Paket Gratis" + }, + [1041000301]={ + ["value"]="Paket Iklan" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="Paket Gratis" + }, + [1041000401]={ + ["value"]="Paket Iklan" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="Paket Gratis" + }, + [1041000501]={ + ["value"]="Paket Iklan" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="Paket Gratis" + }, + [1041000601]={ + ["value"]="Paket Iklan" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="Paket Gratis" + }, + [1062000001]={ + ["value"]="Paket Sprint 1" + }, + [1062000101]={ + ["value"]="Paket Sprint 2" + }, + [1062000201]={ + ["value"]="Paket Sprint 3" + }, + [1062000301]={ + ["value"]="Paket Sprint 4" + }, + [1063000001]={ + ["value"]="Paket Sprint 5" + }, + [1063000101]={ + ["value"]="Paket Sprint 6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/id/act_gift.lua.meta b/lua/app/config/strings/id/act_gift.lua.meta new file mode 100644 index 00000000..fa1bbc18 --- /dev/null +++ b/lua/app/config/strings/id/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 6be104e2c338c4397b8dd96b1ff1e8e3 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/id/item.lua b/lua/app/config/strings/id/item.lua index 054d4cfd..7e705634 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/task_type.lua b/lua/app/config/strings/id/task_type.lua index 6b0ed903..761e0406 100644 --- a/lua/app/config/strings/id/task_type.lua +++ b/lua/app/config/strings/id/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/it.meta b/lua/app/config/strings/it.meta new file mode 100644 index 00000000..1d1247e5 --- /dev/null +++ b/lua/app/config/strings/it.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d1ec523164d6a4520af245fced0cdc4e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/lua/app/config/strings/it/act_gift.lua b/lua/app/config/strings/it/act_gift.lua new file mode 100644 index 00000000..b4251e66 --- /dev/null +++ b/lua/app/config/strings/it/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + + }, + [1041000001]={ + + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + + }, + [1041000101]={ + + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + + }, + [1041000201]={ + + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + + }, + [1041000301]={ + + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + + }, + [1041000401]={ + + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + + }, + [1041000501]={ + + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + + }, + [1041000601]={ + + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + + }, + [1062000001]={ + + }, + [1062000101]={ + + }, + [1062000201]={ + + }, + [1062000301]={ + + }, + [1063000001]={ + + }, + [1063000101]={ + + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/it/act_gift.lua.meta b/lua/app/config/strings/it/act_gift.lua.meta new file mode 100644 index 00000000..3f9e5acc --- /dev/null +++ b/lua/app/config/strings/it/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c00f678c4dace4cfa80936e9c17d3521 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/act_gift.lua b/lua/app/config/strings/ja/act_gift.lua new file mode 100644 index 00000000..6d019607 --- /dev/null +++ b/lua/app/config/strings/ja/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="無料パック" + }, + [1041000001]={ + ["value"]="広告パック" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="無料パック" + }, + [1041000101]={ + ["value"]="広告パック" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="無料パック" + }, + [1041000201]={ + ["value"]="広告パック" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="無料パック" + }, + [1041000301]={ + ["value"]="広告パック" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="無料パック" + }, + [1041000401]={ + ["value"]="広告パック" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="無料パック" + }, + [1041000501]={ + ["value"]="広告パック" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="無料パック" + }, + [1041000601]={ + ["value"]="広告パック" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="無料パック" + }, + [1062000001]={ + ["value"]="スプリントパック1" + }, + [1062000101]={ + ["value"]="スプリントパック2" + }, + [1062000201]={ + ["value"]="スプリントパック3" + }, + [1062000301]={ + ["value"]="スプリントパック4" + }, + [1063000001]={ + ["value"]="スプリントパック5" + }, + [1063000101]={ + ["value"]="スプリントパック6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/act_gift.lua.meta b/lua/app/config/strings/ja/act_gift.lua.meta new file mode 100644 index 00000000..1e0497b3 --- /dev/null +++ b/lua/app/config/strings/ja/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 0382c28a436944de68dd907a2e595a08 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/item.lua b/lua/app/config/strings/ja/item.lua index f967bb5c..508971f8 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/task_type.lua b/lua/app/config/strings/ja/task_type.lua index 04ac246f..656032c2 100644 --- a/lua/app/config/strings/ja/task_type.lua +++ b/lua/app/config/strings/ja/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/act_gift.lua b/lua/app/config/strings/ko/act_gift.lua new file mode 100644 index 00000000..f64ad3c0 --- /dev/null +++ b/lua/app/config/strings/ko/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="무료팩" + }, + [1041000001]={ + ["value"]="광고 보상팩" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="무료팩" + }, + [1041000101]={ + ["value"]="광고 보상팩" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="무료팩" + }, + [1041000201]={ + ["value"]="광고 보상팩" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="무료팩" + }, + [1041000301]={ + ["value"]="광고 보상팩" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="무료팩" + }, + [1041000401]={ + ["value"]="광고 보상팩" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="무료팩" + }, + [1041000501]={ + ["value"]="광고 보상팩" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="무료팩" + }, + [1041000601]={ + ["value"]="광고 보상팩" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="무료팩" + }, + [1062000001]={ + ["value"]="스퍼트팩1" + }, + [1062000101]={ + ["value"]="스퍼트팩2" + }, + [1062000201]={ + ["value"]="스퍼트팩3" + }, + [1062000301]={ + ["value"]="스퍼트팩4" + }, + [1063000001]={ + ["value"]="스퍼트팩5" + }, + [1063000101]={ + ["value"]="스퍼트팩6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/act_gift.lua.meta b/lua/app/config/strings/ko/act_gift.lua.meta new file mode 100644 index 00000000..7b5293c0 --- /dev/null +++ b/lua/app/config/strings/ko/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ae72d77a0aa824751b01ee448f49d8db +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ko/item.lua b/lua/app/config/strings/ko/item.lua index 610ae1d0..864b3f38 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/task_type.lua b/lua/app/config/strings/ko/task_type.lua index 6527e397..8a3efac2 100644 --- a/lua/app/config/strings/ko/task_type.lua +++ b/lua/app/config/strings/ko/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/act_gift.lua b/lua/app/config/strings/pt/act_gift.lua new file mode 100644 index 00000000..b4251e66 --- /dev/null +++ b/lua/app/config/strings/pt/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + + }, + [1041000001]={ + + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + + }, + [1041000101]={ + + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + + }, + [1041000201]={ + + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + + }, + [1041000301]={ + + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + + }, + [1041000401]={ + + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + + }, + [1041000501]={ + + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + + }, + [1041000601]={ + + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + + }, + [1062000001]={ + + }, + [1062000101]={ + + }, + [1062000201]={ + + }, + [1062000301]={ + + }, + [1063000001]={ + + }, + [1063000101]={ + + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/act_gift.lua.meta b/lua/app/config/strings/pt/act_gift.lua.meta new file mode 100644 index 00000000..24cbe369 --- /dev/null +++ b/lua/app/config/strings/pt/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 52e540ef135054f4a9157ef7b2781022 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/pt/item.lua b/lua/app/config/strings/pt/item.lua index 88db833f..12ee534e 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/task_type.lua b/lua/app/config/strings/pt/task_type.lua index afdabbaf..12a76e57 100644 --- a/lua/app/config/strings/pt/task_type.lua +++ b/lua/app/config/strings/pt/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/act_gift.lua b/lua/app/config/strings/ru/act_gift.lua new file mode 100644 index 00000000..667c35e6 --- /dev/null +++ b/lua/app/config/strings/ru/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="Бесплатный набор" + }, + [1041000001]={ + ["value"]="Набор рекламы" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="Бесплатный набор" + }, + [1041000101]={ + ["value"]="Набор рекламы" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="Бесплатный набор" + }, + [1041000201]={ + ["value"]="Набор рекламы" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="Бесплатный набор" + }, + [1041000301]={ + ["value"]="Набор рекламы" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="Бесплатный набор" + }, + [1041000401]={ + ["value"]="Набор рекламы" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="Бесплатный набор" + }, + [1041000501]={ + ["value"]="Набор рекламы" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="Бесплатный набор" + }, + [1041000601]={ + ["value"]="Набор рекламы" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="Бесплатный набор" + }, + [1062000001]={ + ["value"]="Набор ускорения 1" + }, + [1062000101]={ + ["value"]="Набор ускорения 2" + }, + [1062000201]={ + ["value"]="Набор ускорения 3" + }, + [1062000301]={ + ["value"]="Набор ускорения 4" + }, + [1063000001]={ + ["value"]="Набор ускорения 5" + }, + [1063000101]={ + ["value"]="Набор ускорения 6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/act_gift.lua.meta b/lua/app/config/strings/ru/act_gift.lua.meta new file mode 100644 index 00000000..e2158aff --- /dev/null +++ b/lua/app/config/strings/ru/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 2dd610ca744f544409043bc384eed18d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ru/item.lua b/lua/app/config/strings/ru/item.lua index 2bdba5c2..81a62452 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -130,6 +130,9 @@ local item = { }, [44]={ + }, + [45]={ + }, [13001]={ @@ -199,6 +202,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/act_gift.lua b/lua/app/config/strings/th/act_gift.lua new file mode 100644 index 00000000..843fdde4 --- /dev/null +++ b/lua/app/config/strings/th/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="แพ็กฟรี" + }, + [1041000001]={ + ["value"]="แพ็กโฆษณา" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="แพ็กฟรี" + }, + [1041000101]={ + ["value"]="แพ็กโฆษณา" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="แพ็กฟรี" + }, + [1041000201]={ + ["value"]="แพ็กโฆษณา" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="แพ็กฟรี" + }, + [1041000301]={ + ["value"]="แพ็กโฆษณา" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="แพ็กฟรี" + }, + [1041000401]={ + ["value"]="แพ็กโฆษณา" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="แพ็กฟรี" + }, + [1041000501]={ + ["value"]="แพ็กโฆษณา" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="แพ็กฟรี" + }, + [1041000601]={ + ["value"]="แพ็กโฆษณา" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="แพ็กฟรี" + }, + [1062000001]={ + ["value"]="แพ็กเร่งสปีด 1" + }, + [1062000101]={ + ["value"]="แพ็กเร่งสปีด 2" + }, + [1062000201]={ + ["value"]="แพ็กเร่งสปีด 3" + }, + [1062000301]={ + ["value"]="แพ็กเร่งสปีด 4" + }, + [1063000001]={ + ["value"]="แพ็กเร่งสปีด 5" + }, + [1063000101]={ + ["value"]="แพ็กเร่งสปีด 6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/th/act_gift.lua.meta b/lua/app/config/strings/th/act_gift.lua.meta new file mode 100644 index 00000000..4fa4270a --- /dev/null +++ b/lua/app/config/strings/th/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 511bfd6e637334789ac0d91b75c7764f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/th/item.lua b/lua/app/config/strings/th/item.lua index c8497eb2..5bdd6d78 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/task_type.lua b/lua/app/config/strings/th/task_type.lua index 7139eaaf..b5abdcd5 100644 --- a/lua/app/config/strings/th/task_type.lua +++ b/lua/app/config/strings/th/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/tr.meta b/lua/app/config/strings/tr.meta new file mode 100644 index 00000000..2e2f1760 --- /dev/null +++ b/lua/app/config/strings/tr.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a26860c1f7ff1437185c144f98109dc1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/lua/app/config/strings/tr/act_gift.lua b/lua/app/config/strings/tr/act_gift.lua new file mode 100644 index 00000000..b4251e66 --- /dev/null +++ b/lua/app/config/strings/tr/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + + }, + [1041000001]={ + + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + + }, + [1041000101]={ + + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + + }, + [1041000201]={ + + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + + }, + [1041000301]={ + + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + + }, + [1041000401]={ + + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + + }, + [1041000501]={ + + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + + }, + [1041000601]={ + + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + + }, + [1062000001]={ + + }, + [1062000101]={ + + }, + [1062000201]={ + + }, + [1062000301]={ + + }, + [1063000001]={ + + }, + [1063000101]={ + + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/tr/act_gift.lua.meta b/lua/app/config/strings/tr/act_gift.lua.meta new file mode 100644 index 00000000..a2bdcf8d --- /dev/null +++ b/lua/app/config/strings/tr/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 7bbe023b9e3674075a0c253afa64e32d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/act_gift.lua b/lua/app/config/strings/vi/act_gift.lua new file mode 100644 index 00000000..b55c730e --- /dev/null +++ b/lua/app/config/strings/vi/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="Quà Miễn Phí" + }, + [1041000001]={ + ["value"]="Quà Quảng Cáo" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="Quà Miễn Phí" + }, + [1041000101]={ + ["value"]="Quà Quảng Cáo" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="Quà Miễn Phí" + }, + [1041000201]={ + ["value"]="Quà Quảng Cáo" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="Quà Miễn Phí" + }, + [1041000301]={ + ["value"]="Quà Quảng Cáo" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="Quà Miễn Phí" + }, + [1041000401]={ + ["value"]="Quà Quảng Cáo" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="Quà Miễn Phí" + }, + [1041000501]={ + ["value"]="Quà Quảng Cáo" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="Quà Miễn Phí" + }, + [1041000601]={ + ["value"]="Quà Quảng Cáo" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="Quà Miễn Phí" + }, + [1062000001]={ + ["value"]="Quà Bứt Phá 1" + }, + [1062000101]={ + ["value"]="Quà Bứt Phá 2" + }, + [1062000201]={ + ["value"]="Quà Bứt Phá 3" + }, + [1062000301]={ + ["value"]="Quà Bứt Phá 4" + }, + [1063000001]={ + ["value"]="Quà Bứt Phá 5" + }, + [1063000101]={ + ["value"]="Quà Bứt Phá 6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/act_gift.lua.meta b/lua/app/config/strings/vi/act_gift.lua.meta new file mode 100644 index 00000000..6cd7b296 --- /dev/null +++ b/lua/app/config/strings/vi/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 7b12b980756b94afdb8682db5c00cb37 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/item.lua b/lua/app/config/strings/vi/item.lua index f04dacb8..406a0734 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/task_type.lua b/lua/app/config/strings/vi/task_type.lua index da936e68..5ce3bf1d 100644 --- a/lua/app/config/strings/vi/task_type.lua +++ b/lua/app/config/strings/vi/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/act_gift.lua b/lua/app/config/strings/zh/act_gift.lua new file mode 100644 index 00000000..ced24ac8 --- /dev/null +++ b/lua/app/config/strings/zh/act_gift.lua @@ -0,0 +1,132 @@ +local act_gift = { + [1040000001]={ + ["value"]="免費禮包" + }, + [1041000001]={ + ["value"]="廣告禮包" + }, + [1042000001]={ + + }, + [1042000101]={ + + }, + [1043000001]={ + + }, + [1040000101]={ + ["value"]="免費禮包" + }, + [1041000101]={ + ["value"]="廣告禮包" + }, + [1042000201]={ + + }, + [1042000301]={ + + }, + [1043000101]={ + + }, + [1040000201]={ + ["value"]="免費禮包" + }, + [1041000201]={ + ["value"]="廣告禮包" + }, + [1042000401]={ + + }, + [1042000501]={ + + }, + [1043000201]={ + + }, + [1040000301]={ + ["value"]="免費禮包" + }, + [1041000301]={ + ["value"]="廣告禮包" + }, + [1042000601]={ + + }, + [1042000701]={ + + }, + [1043000301]={ + + }, + [1040000401]={ + ["value"]="免費禮包" + }, + [1041000401]={ + ["value"]="廣告禮包" + }, + [1042000801]={ + + }, + [1042000901]={ + + }, + [1043000401]={ + + }, + [1040000501]={ + ["value"]="免費禮包" + }, + [1041000501]={ + ["value"]="廣告禮包" + }, + [1042001001]={ + + }, + [1042001101]={ + + }, + [1043000501]={ + + }, + [1040000601]={ + ["value"]="免費禮包" + }, + [1041000601]={ + ["value"]="廣告禮包" + }, + [1042001201]={ + + }, + [1042001301]={ + + }, + [1043000601]={ + + }, + [1060000001]={ + ["value"]="免費禮包" + }, + [1062000001]={ + ["value"]="衝刺禮包1" + }, + [1062000101]={ + ["value"]="衝刺禮包2" + }, + [1062000201]={ + ["value"]="衝刺禮包3" + }, + [1062000301]={ + ["value"]="衝刺禮包4" + }, + [1063000001]={ + ["value"]="衝刺禮包5" + }, + [1063000101]={ + ["value"]="衝刺禮包6" + } +} +local config = { +data=act_gift,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/act_gift.lua.meta b/lua/app/config/strings/zh/act_gift.lua.meta new file mode 100644 index 00000000..ca3ea85f --- /dev/null +++ b/lua/app/config/strings/zh/act_gift.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 894f8322b4c1445519f4b365a39bf102 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/zh/item.lua b/lua/app/config/strings/zh/item.lua index 1a67a212..3d35e6fd 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -135,6 +135,9 @@ local item = { }, [44]={ ["name"]="自选传说英雄宝箱" + }, + [45]={ + }, [13001]={ @@ -204,6 +207,6 @@ local item = { } } local config = { -data=item,count=66 +data=item,count=67 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/task_type.lua b/lua/app/config/strings/zh/task_type.lua index 0f9ab30c..c8d730d3 100644 --- a/lua/app/config/strings/zh/task_type.lua +++ b/lua/app/config/strings/zh/task_type.lua @@ -139,9 +139,21 @@ local task_type = { }, [47]={ + }, + [48]={ + + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=47 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/config/task_type.lua b/lua/app/config/task_type.lua index bc50cdd8..6473895c 100644 --- a/lua/app/config/task_type.lua +++ b/lua/app/config/task_type.lua @@ -142,9 +142,18 @@ local task_type = { }, [48]={ + }, + [49]={ + + }, + [50]={ + + }, + [51]={ + } } local config = { -data=task_type,count=48 +data=task_type,count=51 } return config \ No newline at end of file diff --git a/lua/app/module/maincity/maincity_const.lua b/lua/app/module/maincity/maincity_const.lua index 4c61c4fa..cf85df8b 100644 --- a/lua/app/module/maincity/maincity_const.lua +++ b/lua/app/module/maincity/maincity_const.lua @@ -26,7 +26,7 @@ MainCityConst.LEFT_SIDE_BARS = { MainCityConst.RIGHT_SIDE_BARS = { "app/ui/main_city/cell/side_bar_sign_cell", -- 签到 "app/ui/main_city/cell/side_bar_seven_day_cell", -- 七天乐第一期 - "app/ui/main_city/cell/side_bar_seven_day_cell_2", -- 七天乐第二期 + -- "app/ui/main_city/cell/side_bar_seven_day_cell_2", -- 七天乐第二期 "app/ui/main_city/cell/side_bar_act_sprint_cell", -- 冲刺活动 } diff --git a/lua/app/ui/activity/act_sprint_summon_all/cell/task_cell.lua b/lua/app/ui/activity/act_sprint_summon_all/cell/task_cell.lua index 9377a85d..c03bbfa8 100644 --- a/lua/app/ui/activity/act_sprint_summon_all/cell/task_cell.lua +++ b/lua/app/ui/activity/act_sprint_summon_all/cell/task_cell.lua @@ -31,7 +31,7 @@ function TaskCell:refresh(actId, actTaskId) num = limit end - descTx:setText(GFunc.getTaskDesc(taskType, limit) .. " actTaskId = " .. actTaskId) + descTx:setText(GFunc.getTaskDesc(taskType, limit)) self.slider.value = num / limit sliderTx:setText(num .. "/" .. limit) for i = 1, REWARD_CELL_COUNT do diff --git a/lua/app/ui/activity/act_sprint_summon_all/comp/gift_comp.lua b/lua/app/ui/activity/act_sprint_summon_all/comp/gift_comp.lua index ea847316..73995b94 100644 --- a/lua/app/ui/activity/act_sprint_summon_all/comp/gift_comp.lua +++ b/lua/app/ui/activity/act_sprint_summon_all/comp/gift_comp.lua @@ -13,7 +13,7 @@ function GiftComp:refresh(actId) self.txTitle:setText(I18N:getGlobalText(GConst.ActSprintConst.ACT_LIST_NAME[actId])) self.banner:setTexture(GConst.ActSprintConst.ACT_MAIN_BANNER[actId]) local cfgList = DataManager.ActSprintSummonDataAll:getActGiftList(actId) - self.giftList = table.clearOrCreate(self.giftList) + self.giftList = DataManager.ActGiftData:getGiftIdsSort(actId) for _, id in ipairs(cfgList) do table.insert(self.giftList, id) end diff --git a/lua/app/userdata/activity/act_sprint/act_sprint_summon_data_all.lua b/lua/app/userdata/activity/act_sprint/act_sprint_summon_data_all.lua index c3943807..6c651d99 100644 --- a/lua/app/userdata/activity/act_sprint/act_sprint_summon_data_all.lua +++ b/lua/app/userdata/activity/act_sprint/act_sprint_summon_data_all.lua @@ -131,16 +131,16 @@ function ActSprintSummonData:setActivityInfo(data) self:setDirty() end) -- 注册任务监听 - for id, info in pairs(self:getActTaskConfig()) do - if info.activity == self.actId and info.display ~= nil then - ModuleManager.TaskManager:registerTask("ActSprintSummonDataAll", info.type, function(count) - if not self:getIsOpen() then - return - end - self:addTaskProgress(info.type, count) - end) - end - end + -- for id, info in pairs(self:getActTaskConfig()) do + -- if info.activity == self.actId and info.display ~= nil then + -- ModuleManager.TaskManager:registerTask("ActSprintSummonDataAll", info.type, function(count) + -- if not self:getIsOpen() then + -- return + -- end + -- self:addTaskProgress(info.type, count) + -- end) + -- end + -- end end end @@ -442,14 +442,12 @@ function ActSprintSummonData:hasStandardRp(actId) return DataManager.ActivityData:getCanGetTurnRewardScore(actId) or self:getCanAnyStandardTaskCanGetReward(actId) end -function ActSprintSummonData:hasGiftRp(actId) - actId = actId or self:getActId() - return self:getHasFreeGiftCanBuy(actId) +function ActSprintSummonData:hasGiftRp() + return self:getHasFreeGiftCanBuy() end -function ActSprintSummonData:hasTaskRp(actId) - actId = actId or self:getActId() - return self:getCanAnyNormalTaskCanGetReward(actId) +function ActSprintSummonData:hasTaskRp() + return self:getCanAnyNormalTaskCanGetReward() end --@endregion @@ -480,34 +478,34 @@ function ActSprintSummonData:getActFuncOpen(id) end -- 活动任务相关 ********************************************************************** -function ActSprintSummonData:addTaskProgress(taskType, progress) - local standardList = self:getActStandardTaskIdList(self.actId) - local normalList = self:getActNormalTaskIdList(self.actId) - -- 约定只有1个类型 - if standardList and standardList[1] then - if self:getActTaskType(standardList[1]) == taskType then - self.standardScore = (self.standardScore or 0) + progress - end - end - for _, taskId in ipairs(normalList) do - if self:getActTaskType(taskId) == taskType then - if table.containValue(GConst.TaskConst.TASK_TYPE, taskType) then - -- 特别处理升星 - if taskType == GConst.TaskConst.TASK_TYPE.HERO_LEGEND_STAR_UP_TO then - if self:getActTaskNum(taskId) < progress and progress <= self:getActTaskNumber1(taskId) then - self:setActTaskNum(taskId, progress) - end - else - if self:getActTaskNum(taskId) < progress then - self:setActTaskNum(taskId, progress) - end - end - else - self:addActTaskNum(taskId, progress) - end - end - end -end +-- function ActSprintSummonData:addTaskProgress(taskType, progress) +-- local standardList = self:getActStandardTaskIdList(self.actId) +-- local normalList = self:getActNormalTaskIdList(self.actId) +-- -- 约定只有1个类型 +-- if standardList and standardList[1] then +-- if self:getActTaskType(standardList[1]) == taskType then +-- self.standardScore = (self.standardScore or 0) + progress +-- end +-- end +-- for _, taskId in ipairs(normalList) do +-- if self:getActTaskType(taskId) == taskType then +-- if table.containValue(GConst.TaskConst.TASK_TYPE, taskType) then +-- -- 特别处理升星 +-- if taskType == GConst.TaskConst.TASK_TYPE.HERO_LEGEND_STAR_UP_TO then +-- if self:getActTaskNum(taskId) < progress and progress <= self:getActTaskNumber1(taskId) then +-- self:setActTaskNum(taskId, progress) +-- end +-- else +-- if self:getActTaskNum(taskId) < progress then +-- self:setActTaskNum(taskId, progress) +-- end +-- end +-- else +-- self:addActTaskNum(taskId, progress) +-- end +-- end +-- end +-- end function ActSprintSummonData:getActTaskConfig(id) if id then @@ -530,19 +528,6 @@ function ActSprintSummonData:getActStandardTaskIdList(actId) return actTaskList end --- 普通任务 -function ActSprintSummonData:getActNormalTaskIdList(actId) - actId = actId or self.actId - local cfg = self:getActTaskConfig() - local actTaskList = {} - for taskId, info in pairs(cfg) do - if info.activity == actId and info.display == 2 then - table.insert(actTaskList, taskId) - end - end - return actTaskList -end - function ActSprintSummonData:getActTaskActivityId(actTaskId) return self:getActTaskConfig(actTaskId).activity end @@ -713,16 +698,6 @@ function ActSprintSummonData:getCanGetTaskReward(actTaskId) end end -function ActSprintSummonData:getCanAnyNormalTaskCanGetReward(actId) - local taskList = self:getActNormalTaskIdList(actId) - for _, actTaskId in ipairs(taskList) do - if self:getCanGetTaskReward(actTaskId) then - return true - end - end - return false -end - -- 领取任务成功 function ActSprintSummonData:onStandardTaskSuccess(actTaskId) if actTaskId and actTaskId > 0 then @@ -852,9 +827,17 @@ function ActSprintSummonData:getHasFreeGiftCanBuy() end end + + +--@region +function ActSprintSummonData:getBIType() + return BIReport.ACT_SPRINT_TYPE.SUMMON +end + +-- 普通任务 function ActSprintSummonData:getBINormalTaskNumInfo() local num, totalNum = 0, 0 - local taskList = self:getActNormalTaskIdList() + local taskList = DataManager.ActivityData:getTaskIdList(self.actId) for _, taskId in ipairs(taskList) do if DataManager.ActivityData:isTaskReceived(self.actId, taskId) then num = num + 1 @@ -864,11 +847,17 @@ function ActSprintSummonData:getBINormalTaskNumInfo() return num, totalNum end ---@region -function ActSprintSummonData:getBIType() - return BIReport.ACT_SPRINT_TYPE.SUMMON +function ActSprintSummonData:getCanAnyNormalTaskCanGetReward() + local taskList = DataManager.ActivityData:getTaskIdList(self.actId) + for _, actTaskId in ipairs(taskList) do + if DataManager.ActivityData:canClaimTask(self.actId, actTaskId) then + return true + end + end + return false end +-- 达标任务 function ActSprintSummonData:getBISprintTaskNumInfo() local num, totalNum = 0, 0 local taskList = DataManager.ActivityData:getTaskIdListScore(self.actId) diff --git a/lua/app/userdata/activity/activity_data.lua b/lua/app/userdata/activity/activity_data.lua index 4658900d..80ef507a 100644 --- a/lua/app/userdata/activity/activity_data.lua +++ b/lua/app/userdata/activity/activity_data.lua @@ -122,6 +122,17 @@ function ActivityData:initTaskData(scoreData, normalData) end --region 普通任务 +function ActivityData:getTaskIdList(actId) + local cfg = self:getTaskConfig() + local actTaskList = {} + for taskId, info in pairs(cfg) do + if info.activity == actId and info.display == 2 then + table.insert(actTaskList, taskId) + end + end + return actTaskList +end + function ActivityData:addTaskProgressCallback(taskType, count) for actId, data in pairs(self.taskData) do for i, taskId in ipairs(self:getAllTaskIdsByActId(actId)) do