This commit is contained in:
Fang 2023-08-14 18:32:48 +08:00
parent 8b51ce9f07
commit b06ed8a9eb
17 changed files with 1380 additions and 678 deletions

View File

@ -1646,31 +1646,31 @@ local act_gift = {
}, },
[130402]={ [130402]={
["type"]=13, ["type"]=13,
["recharge_id"]=13, ["recharge_id"]=10,
["reward"]={ ["reward"]={
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=2, ["id"]=2,
["id_for_nothing"]="VA==", ["id_for_nothing"]="VA==",
["num"]=300, ["num"]=150,
["num_for_nothing"]="VQhc" ["num_for_nothing"]="Vw1c"
}, },
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=1, ["id"]=1,
["id_for_nothing"]="Vw==", ["id_for_nothing"]="Vw==",
["num"]=30000, ["num"]=20000,
["num_for_nothing"]="VQhcA2U=" ["num_for_nothing"]="VAhcA2U="
}, },
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=54001,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="UwxcA2Q=",
["num"]=18, ["num"]=10,
["num_for_nothing"]="VwA=" ["num_for_nothing"]="Vwg="
} }
}, },
["limit"]=1, ["limit"]=1,

View File

@ -107,7 +107,7 @@ local activity_bounty_task = {
150, 150,
150 150
}, },
["icon"]="7" ["icon"]="12"
}, },
[6]={ [6]={
["type"]=19, ["type"]=19,

File diff suppressed because it is too large Load Diff

View File

@ -639,9 +639,185 @@ local collection = {
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
} }
} }
},
[30]={
["point"]=1450,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=150,
["num_for_nothing"]="Vw1c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
["num"]=180,
["num_for_nothing"]="VwBc"
}
}
},
[31]={
["point"]=1500,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=160,
["num_for_nothing"]="Vw5c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
}
},
[32]={
["point"]=1550,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=15,
["id_for_nothing"]="Vw0=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[33]={
["point"]=1600,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=30000,
["num_for_nothing"]="VQhcA2U="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
["num"]=200,
["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[34]={
["point"]=1650,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=35000,
["num_for_nothing"]="VQ1cA2U="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=200,
["num_for_nothing"]="VAhc"
}
}
},
[35]={
["point"]=1700,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=40000,
["num_for_nothing"]="UghcA2U="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=13,
["id_for_nothing"]="Vws=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
}
},
[36]={
["point"]=1750,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=1,
["id_for_nothing"]="Vw==",
["num"]=45000,
["num_for_nothing"]="Ug1cA2U="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
["num"]=200,
["num_for_nothing"]="VAhc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
},
[37]={
["point"]=1800,
["reward"]={
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=160,
["num_for_nothing"]="Vw5c"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=5,
["id_for_nothing"]="Uw==",
["num"]=220,
["num_for_nothing"]="VApc"
}
}
} }
} }
local config = { local config = {
data=collection,count=29 data=collection,count=37
} }
return config return config

View File

@ -1437,6 +1437,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14003,
["id_for_nothing"]="VwxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -1453,6 +1461,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=24003,
["id_for_nothing"]="VAxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -1469,6 +1485,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=34003,
["id_for_nothing"]="VQxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -1485,6 +1509,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -1500,6 +1532,14 @@ local mall_daily = {
["id_for_nothing"]="UwxcA2c=", ["id_for_nothing"]="UwxcA2c=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=54003,
["id_for_nothing"]="UwxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
} }
}, },
["weight"]={ ["weight"]={
@ -1548,16 +1588,21 @@ local mall_daily = {
5, 5,
5, 5,
5, 5,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32 40,
40,
40,
40,
40,
40
}, },
["cost"]={ ["cost"]={
{ {
@ -1992,6 +2037,46 @@ local mall_daily = {
["num"]=180, ["num"]=180,
["num_for_nothing"]="VwBc" ["num_for_nothing"]="VwBc"
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -2380,6 +2465,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14003,
["id_for_nothing"]="VwxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -2396,6 +2489,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=24003,
["id_for_nothing"]="VAxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -2412,6 +2513,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=34003,
["id_for_nothing"]="VQxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -2428,6 +2537,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -2443,6 +2560,14 @@ local mall_daily = {
["id_for_nothing"]="UwxcA2c=", ["id_for_nothing"]="UwxcA2c=",
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=54003,
["id_for_nothing"]="UwxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
} }
}, },
["weight"]={ ["weight"]={
@ -2491,16 +2616,21 @@ local mall_daily = {
5, 5,
5, 5,
5, 5,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32, 40,
32 40,
40,
40,
40,
40,
40
}, },
["cost"]={ ["cost"]={
{ {
@ -2935,6 +3065,46 @@ local mall_daily = {
["num"]=180, ["num"]=180,
["num_for_nothing"]="VwBc" ["num_for_nothing"]="VwBc"
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=180,
["num_for_nothing"]="VwBc"
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -3323,6 +3493,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14003,
["id_for_nothing"]="VwxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -3339,6 +3517,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=24003,
["id_for_nothing"]="VAxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -3355,6 +3541,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=34003,
["id_for_nothing"]="VQxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -3371,6 +3565,14 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -3387,38 +3589,6 @@ local mall_daily = {
["num"]=1, ["num"]=1,
["num_for_nothing"]="Vw==" ["num_for_nothing"]="Vw=="
}, },
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=14003,
["id_for_nothing"]="VwxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=24003,
["id_for_nothing"]="VAxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=34003,
["id_for_nothing"]="VQxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=44003,
["id_for_nothing"]="UgxcA2Y=",
["num"]=1,
["num_for_nothing"]="Vw=="
},
{ {
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
@ -3474,21 +3644,21 @@ local mall_daily = {
5, 5,
5, 5,
5, 5,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21, 40,
21 40
}, },
["cost"]={ ["cost"]={
{ {

View File

@ -1462,7 +1462,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=2, ["shake_type"]=2,
["sound_hit"]={ ["sound_hit"]={
1000023 53001202
}, },
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300122, ["fx_self"]=300122,
@ -1488,7 +1488,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=2, ["shake_type"]=2,
["sound_hit"]={ ["sound_hit"]={
1000024 13001201
}, },
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300123, ["fx_self"]=300123,
@ -1514,7 +1514,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=4, ["shake_type"]=4,
["sound_hit"]={ ["sound_hit"]={
1000021 5200113
}, },
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300124, ["fx_self"]=300124,
@ -1540,7 +1540,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
1000022 5200112
}, },
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300125, ["fx_self"]=300125,
@ -1603,6 +1603,8 @@ local skill = {
}, },
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=6, ["shake_type"]=6,
["sound"]=14003201,
["sound_delay"]=0.0,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300126, ["fx_self"]=300126,
["fx_self_mirror"]=400126 ["fx_self_mirror"]=400126
@ -3106,7 +3108,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
2300114 1000001
}, },
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300135, ["fx_self"]=300135,
@ -3132,7 +3134,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
4200111 1000002
}, },
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300136, ["fx_self"]=300136,
@ -3158,7 +3160,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
4200112 1000004
}, },
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300137, ["fx_self"]=300137,
@ -3184,7 +3186,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
4200113 1000021
}, },
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300138, ["fx_self"]=300138,
@ -3236,7 +3238,7 @@ local skill = {
}, },
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=6, ["shake_type"]=6,
["sound"]=24002200, ["sound"]=2400311,
["sound_delay"]=0.0, ["sound_delay"]=0.0,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300139, ["fx_self"]=300139,
@ -4726,7 +4728,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
1000001 2200111
}, },
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300117, ["fx_self"]=300117,
@ -4752,7 +4754,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
1000002 2200114
}, },
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300118, ["fx_self"]=300118,
@ -4778,7 +4780,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
10049 3400311
}, },
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300119, ["fx_self"]=300119,
@ -4804,7 +4806,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
10048 2200112
}, },
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300120, ["fx_self"]=300120,
@ -4857,6 +4859,7 @@ local skill = {
}, },
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=5, ["shake_type"]=5,
["sound"]=3400321,
["sound_delay"]=0.0, ["sound_delay"]=0.0,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300121, ["fx_self"]=300121,
@ -6251,7 +6254,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
10005 54001203
}, },
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300132, ["fx_self"]=300132,
@ -6277,7 +6280,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
10006 13001202
}, },
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300133, ["fx_self"]=300133,
@ -6303,7 +6306,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
10023 3300114
}, },
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300133, ["fx_self"]=300133,
@ -6329,7 +6332,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
10048 4400311
}, },
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300133, ["fx_self"]=300133,
@ -6395,6 +6398,8 @@ local skill = {
}, },
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=6, ["shake_type"]=6,
["sound"]=4400314,
["sound_delay"]=0.0,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300134, ["fx_self"]=300134,
["fx_self_mirror"]=400134 ["fx_self_mirror"]=400134
@ -7801,7 +7806,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=2, ["shake_type"]=2,
["sound_hit"]={ ["sound_hit"]={
1000001 5400311
}, },
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300127, ["fx_self"]=300127,
@ -7827,7 +7832,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=2, ["shake_type"]=2,
["sound_hit"]={ ["sound_hit"]={
1000002 5400312
}, },
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300128, ["fx_self"]=300128,
@ -7853,7 +7858,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]={ ["sound_hit"]={
1000003 5400313
}, },
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300129, ["fx_self"]=300129,
@ -7879,7 +7884,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=2, ["shake_type"]=2,
["sound_hit"]={ ["sound_hit"]={
1000004 5400314
}, },
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300130, ["fx_self"]=300130,
@ -7921,7 +7926,7 @@ local skill = {
}, },
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=6, ["shake_type"]=6,
["sound"]=54002200, ["sound"]=5400315,
["sound_delay"]=0.0, ["sound_delay"]=0.0,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300131, ["fx_self"]=300131,

View File

@ -34,6 +34,8 @@ local skin_skill = {
[14002015]={ [14002015]={
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=5, ["shake_type"]=5,
["sound"]=140020151,
["sound_delay"]=0.0,
["name_act"]="skill01" ["name_act"]="skill01"
}, },
[34001011]={ [34001011]={
@ -71,6 +73,8 @@ local skin_skill = {
[34001015]={ [34001015]={
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=6, ["shake_type"]=6,
["sound"]=340010114,
["sound_delay"]=0.0,
["name_act"]="skill01" ["name_act"]="skill01"
}, },
[53001011]={ [53001011]={
@ -151,6 +155,8 @@ local skin_skill = {
[54001015]={ [54001015]={
["shake_time"]=200, ["shake_time"]=200,
["shake_type"]=6, ["shake_type"]=6,
["sound"]=540010115,
["sound_delay"]=0.0,
["name_act"]="skill01" ["name_act"]="skill01"
} }
} }

View File

@ -328,8 +328,8 @@ local item = {
["desc"]="潘达碎片,凑齐可激活或升级。" ["desc"]="潘达碎片,凑齐可激活或升级。"
}, },
[14003]={ [14003]={
["name"]="皮侍碎片", ["name"]="恶魔侍者碎片",
["desc"]="皮侍碎片,凑齐可激活或升级。" ["desc"]="恶魔侍者碎片,凑齐可激活或升级。"
}, },
[22001]={ [22001]={
["name"]="刀妹碎片", ["name"]="刀妹碎片",
@ -352,8 +352,8 @@ local item = {
["desc"]="索尔碎片,凑齐可激活或升级。" ["desc"]="索尔碎片,凑齐可激活或升级。"
}, },
[24003]={ [24003]={
["name"]="善意碎片", ["name"]="阿飞碎片",
["desc"]="善意碎片,凑齐可激活或升级。" ["desc"]="阿飞碎片,凑齐可激活或升级。"
}, },
[32001]={ [32001]={
["name"]="洋葱头碎片", ["name"]="洋葱头碎片",
@ -417,7 +417,7 @@ local item = {
}, },
[54001]={ [54001]={
["name"]="刀姬碎片", ["name"]="刀姬碎片",
["desc"]="蝴蝶碎片,凑齐可激活或升级。" ["desc"]="刀姬碎片,凑齐可激活或升级。"
}, },
[54002]={ [54002]={
["name"]="闪烁法师碎片", ["name"]="闪烁法师碎片",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="Panda Shard that can activate or upgrade Panda." ["desc"]="Panda Shard that can activate or upgrade Panda."
}, },
[14003]={ [14003]={
["name"]="Devil Waiter Shard",
["desc"]="Devil Waiter Shard that can activate or upgrade Devil Waiter."
}, },
[22001]={ [22001]={
["name"]="Blade Maid Shard", ["name"]="Blade Maid Shard",
@ -351,7 +352,8 @@ local item = {
["desc"]="Thor Shard that can activate or upgrade Thor." ["desc"]="Thor Shard that can activate or upgrade Thor."
}, },
[24003]={ [24003]={
["name"]="Ferris Shard",
["desc"]="Ferris Shard that can activate or upgrade Ferris."
}, },
[32001]={ [32001]={
["name"]="Onion Shard", ["name"]="Onion Shard",
@ -374,7 +376,8 @@ local item = {
["desc"]="Nightmare Shard that can activate or upgrade Nightmare." ["desc"]="Nightmare Shard that can activate or upgrade Nightmare."
}, },
[34003]={ [34003]={
["name"]="Ninja Phil Shard",
["desc"]="Ninja Phil Shard that can activate or upgrade Ninja Phil."
}, },
[42001]={ [42001]={
["name"]="Iceheart Shard", ["name"]="Iceheart Shard",
@ -397,7 +400,8 @@ local item = {
["desc"]="Cleopatra Shard that can activate or upgrade Cleopatra." ["desc"]="Cleopatra Shard that can activate or upgrade Cleopatra."
}, },
[44003]={ [44003]={
["name"]="Lunar Mage Shard",
["desc"]="Lunar Mage Shard that can activate or upgrade Lunar Mage."
}, },
[52001]={ [52001]={
["name"]="Ninja Lun Shard", ["name"]="Ninja Lun Shard",
@ -412,15 +416,16 @@ local item = {
["desc"]="Soul Hunter Shard that can activate or upgrade Soul Hunter." ["desc"]="Soul Hunter Shard that can activate or upgrade Soul Hunter."
}, },
[54001]={ [54001]={
["name"]="Butterfly Shard", ["name"]="Bellona Shard",
["desc"]="Butterfly Shard that can activate or upgrade Butterfly." ["desc"]="Bellona Shard that can activate or upgrade Bellona."
}, },
[54002]={ [54002]={
["name"]="Twinkling Mage Shard", ["name"]="Twinkling Mage Shard",
["desc"]="Twinkling Mage Shard that can activate or upgrade Twinkling Mage." ["desc"]="Twinkling Mage Shard that can activate or upgrade Twinkling Mage."
}, },
[54003]={ [54003]={
["name"]="Fallen Knight Shard",
["desc"]="Fallen Knight Shard that can activate or upgrade Fallen Knight."
}, },
[1400201]={ [1400201]={
["name"]="Beach Champion", ["name"]="Beach Champion",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="Fragmentos de Panda. Se puede activar o actualizar al reunir todos los fragmentos." ["desc"]="Fragmentos de Panda. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[14003]={ [14003]={
["name"]="Fragmento de Sirviente Diablo",
["desc"]="Fragmento de Sirviente Diabloa. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[22001]={ [22001]={
["name"]="Fragmento de Chica con Daga", ["name"]="Fragmento de Chica con Daga",
@ -351,7 +352,8 @@ local item = {
["desc"]="Fragmento de Sol. Se puede activar o actualizar al reunir todos los fragmentos." ["desc"]="Fragmento de Sol. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[24003]={ [24003]={
["name"]="Fragmento de Matón",
["desc"]="Fragmento de Matón. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[32001]={ [32001]={
["name"]="Fragmento de Cabeza de Cebolla", ["name"]="Fragmento de Cabeza de Cebolla",
@ -374,7 +376,8 @@ local item = {
["desc"]="Fragmento de Íncubo. Se puede activar o actualizar al reunir todos los fragmentos." ["desc"]="Fragmento de Íncubo. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[34003]={ [34003]={
["name"]="Fragmento de Ninja Phil",
["desc"]="Fragmento de Ninja Phil. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[42001]={ [42001]={
["name"]="Fragmento de Alma Glacial", ["name"]="Fragmento de Alma Glacial",
@ -397,7 +400,8 @@ local item = {
["desc"]="Fragmento de Cleopatra. Se puede activar o actualizar al reunir todos los fragmentos." ["desc"]="Fragmento de Cleopatra. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[44003]={ [44003]={
["name"]="Fragmento de Maga Lunar",
["desc"]="Fragmento de Maga Lunar. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[52001]={ [52001]={
["name"]="Fragmento de Ninja Jay", ["name"]="Fragmento de Ninja Jay",
@ -412,15 +416,16 @@ local item = {
["desc"]="Fragmento de Cazador de Almas. Se puede activar o actualizar al reunir todos los fragmentos." ["desc"]="Fragmento de Cazador de Almas. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[54001]={ [54001]={
["name"]="Fragmento de Mariposa", ["name"]="Fragmento de Bellona",
["desc"]="Fragmento de Mariposa. Se puede activar o actualizar al reunir todos los fragmentos." ["desc"]="Fragmento de Bellona. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[54002]={ [54002]={
["name"]="Fragmento de Mago Brillante", ["name"]="Fragmento de Mago Brillante",
["desc"]="Fragmento de Mago Brillante. Se puede activar o actualizar al reunir todos los fragmentos." ["desc"]="Fragmento de Mago Brillante. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[54003]={ [54003]={
["name"]="Fragmento de Jinete Caído",
["desc"]="Fragmento de Jinete Caído. Se puede activar o actualizar al reunir todos los fragmentos."
}, },
[1400201]={ [1400201]={
["name"]="Rey de Playa", ["name"]="Rey de Playa",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="Shard Panda. Kumpulkan untuk aktivasi atau upgrade." ["desc"]="Shard Panda. Kumpulkan untuk aktivasi atau upgrade."
}, },
[14003]={ [14003]={
["name"]="Shard Pelayan Demon",
["desc"]="Shard Pelayan Demon. Kumpulkan untuk aktivasi atau upgrade."
}, },
[22001]={ [22001]={
["name"]="Shard Gadis Pedang", ["name"]="Shard Gadis Pedang",
@ -351,7 +352,8 @@ local item = {
["desc"]="Shard Thor. Kumpulkan untuk aktivasi atau upgrade." ["desc"]="Shard Thor. Kumpulkan untuk aktivasi atau upgrade."
}, },
[24003]={ [24003]={
["name"]="Shard Avie",
["desc"]="Shard Avie. Kumpulkan untuk aktivasi atau upgrade."
}, },
[32001]={ [32001]={
["name"]="Shard Kepala Bawang", ["name"]="Shard Kepala Bawang",
@ -374,7 +376,8 @@ local item = {
["desc"]="Shard Nightmare. Kumpulkan untuk aktivasi atau upgrade." ["desc"]="Shard Nightmare. Kumpulkan untuk aktivasi atau upgrade."
}, },
[34003]={ [34003]={
["name"]="Shard Ninja Phil",
["desc"]="Shard Ninja Phil. Kumpulkan untuk aktivasi atau upgrade."
}, },
[42001]={ [42001]={
["name"]="Shard Hati Es", ["name"]="Shard Hati Es",
@ -397,7 +400,8 @@ local item = {
["desc"]="Shard Cleopatra. Kumpulkan untuk aktivasi atau upgrade." ["desc"]="Shard Cleopatra. Kumpulkan untuk aktivasi atau upgrade."
}, },
[44003]={ [44003]={
["name"]="Shard Penyihir Lunar",
["desc"]="Shard Penyihir Lunar. Kumpulkan untuk aktivasi atau upgrade."
}, },
[52001]={ [52001]={
["name"]="Shard Ninja Jay", ["name"]="Shard Ninja Jay",
@ -412,15 +416,16 @@ local item = {
["desc"]="Shard Pemburu Jiwa. Kumpulkan untuk aktivasi atau upgrade." ["desc"]="Shard Pemburu Jiwa. Kumpulkan untuk aktivasi atau upgrade."
}, },
[54001]={ [54001]={
["name"]="Shard Kupu-kupu", ["name"]="Shard Gadis Pedang",
["desc"]="Shard Kupu-kupu. Kumpulkan untuk aktivasi atau upgrade." ["desc"]="Shard Gadis Pedang. Kumpulkan untuk aktivasi atau upgrade."
}, },
[54002]={ [54002]={
["name"]="Shard Blink Mage", ["name"]="Shard Blink Mage",
["desc"]="Shard Blink Mage. Kumpulkan untuk aktivasi atau upgrade." ["desc"]="Shard Blink Mage. Kumpulkan untuk aktivasi atau upgrade."
}, },
[54003]={ [54003]={
["name"]="Shard Ksatria Karunia",
["desc"]="Shard Ksatria Karunia. Kumpulkan untuk aktivasi atau upgrade."
}, },
[1400201]={ [1400201]={
["name"]="Juara Pantai", ["name"]="Juara Pantai",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="パンダのピース。必要数を集めると、解放またはレベルアップできる。" ["desc"]="パンダのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[14003]={ [14003]={
["name"]="デビルウェイターのピース",
["desc"]="デビルウェイターのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[22001]={ [22001]={
["name"]="ブレードメイドのピース", ["name"]="ブレードメイドのピース",
@ -351,7 +352,8 @@ local item = {
["desc"]="ソーのピース。必要数を集めると、解放またはレベルアップできる。" ["desc"]="ソーのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[24003]={ [24003]={
["name"]="トビのピース",
["desc"]="トビのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[32001]={ [32001]={
["name"]="タマネギのピース", ["name"]="タマネギのピース",
@ -374,7 +376,8 @@ local item = {
["desc"]="夢魔のピース。必要数を集めると、解放またはレベルアップできる。" ["desc"]="夢魔のピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[34003]={ [34003]={
["name"]="忍者フィルのピース",
["desc"]="忍者フィルのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[42001]={ [42001]={
["name"]="氷心のピース", ["name"]="氷心のピース",
@ -397,7 +400,8 @@ local item = {
["desc"]="クレオパトラのピース。必要数を集めると、解放またはレベルアップできる。" ["desc"]="クレオパトラのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[44003]={ [44003]={
["name"]="月の法師のピース",
["desc"]="月の法師のピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[52001]={ [52001]={
["name"]="忍者リンのピース", ["name"]="忍者リンのピース",
@ -412,15 +416,16 @@ local item = {
["desc"]="ソウルハンターのピース。必要数を集めると、解放またはレベルアップできる。" ["desc"]="ソウルハンターのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[54001]={ [54001]={
["name"]="蝴蝶のピース", ["name"]="刀姫のピース",
["desc"]="蝴蝶のピース。必要数を集めると、解放またはレベルアップできる。" ["desc"]="刀姫のピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[54002]={ [54002]={
["name"]="トゥインクリングメイジのピース", ["name"]="トゥインクリングメイジのピース",
["desc"]="トゥインクリングメイジのピース。必要数を集めると、解放またはレベルアップできる。" ["desc"]="トゥインクリングメイジのピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[54003]={ [54003]={
["name"]="堕落騎士のピース",
["desc"]="堕落騎士のピース。必要数を集めると、解放またはレベルアップできる。"
}, },
[1400201]={ [1400201]={
["name"]="ビーチチャンピオン", ["name"]="ビーチチャンピオン",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="판다 조각, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다." ["desc"]="판다 조각, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[14003]={ [14003]={
["name"]="악마 시종 파편",
["desc"]="악마 시종 파편, 다 모으면 악마 시종를 활성화하거나 업그레이드할 수 있습니다."
}, },
[22001]={ [22001]={
["name"]="블레이드 파편", ["name"]="블레이드 파편",
@ -351,7 +352,8 @@ local item = {
["desc"]="토르 파편, 다 모으면 토르 파편를 활성화하거나 업그레이드할 수 있습니다." ["desc"]="토르 파편, 다 모으면 토르 파편를 활성화하거나 업그레이드할 수 있습니다."
}, },
[24003]={ [24003]={
["name"]="아피 파편",
["desc"]="아피 파편, 다 모으면 아피를 활성화하거나 업그레이드할 수 있습니다."
}, },
[32001]={ [32001]={
["name"]="양파 헤드 파편", ["name"]="양파 헤드 파편",
@ -374,7 +376,8 @@ local item = {
["desc"]="인큐버스 파편, 다 모으면 인큐버스를 활성화하거나 업그레이드할 수 있습니다." ["desc"]="인큐버스 파편, 다 모으면 인큐버스를 활성화하거나 업그레이드할 수 있습니다."
}, },
[34003]={ [34003]={
["name"]="닌자 필 파편",
["desc"]="닌자 필 파편, 다 모으면 닌자 필를 활성화하거나 업그레이드할 수 있습니다."
}, },
[42001]={ [42001]={
["name"]="얼음의 심장 파편", ["name"]="얼음의 심장 파편",
@ -397,7 +400,8 @@ local item = {
["desc"]="클레오파트라 파편, 다 모으면 클레오파트라를 활성화하거나 업그레이드할 수 있습니다." ["desc"]="클레오파트라 파편, 다 모으면 클레오파트라를 활성화하거나 업그레이드할 수 있습니다."
}, },
[44003]={ [44003]={
["name"]="달의 마법사 파편",
["desc"]="달의 마법사 파편, 다 모으면 달의 마법사를 활성화하거나 업그레이드할 수 있습니다."
}, },
[52001]={ [52001]={
["name"]="닌자 룬 파편", ["name"]="닌자 룬 파편",
@ -412,15 +416,16 @@ local item = {
["desc"]="소울 헌터 파편, 다 모으면 소울 헌터를 활성화하거나 업그레이드할 수 있습니다." ["desc"]="소울 헌터 파편, 다 모으면 소울 헌터를 활성화하거나 업그레이드할 수 있습니다."
}, },
[54001]={ [54001]={
["name"]="나비 파편", ["name"]="칼날 공주 파편",
["desc"]="나비 파편, 다 모으면 나비 파편를 활성화하거나 업그레이드할 수 있습니다." ["desc"]="칼날 공주 파편, 다 모으면 칼날 공주를 활성화하거나 업그레이드할 수 있습니다."
}, },
[54002]={ [54002]={
["name"]="반짝이는 마법사 파편", ["name"]="반짝이는 마법사 파편",
["desc"]="반짝이는 마법사 파편, 다 모으면 반짝이는 마법사를 활성화하거나 업그레이드할 수 있습니다." ["desc"]="반짝이는 마법사 파편, 다 모으면 반짝이는 마법사를 활성화하거나 업그레이드할 수 있습니다."
}, },
[54003]={ [54003]={
["name"]="타락한 기사 파편",
["desc"]="타락한 기사 파편, 다 모으면 타락한 기사를 활성화하거나 업그레이드할 수 있습니다."
}, },
[1400201]={ [1400201]={
["name"]="해변의 왕자", ["name"]="해변의 왕자",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="Fragmento do Panda, necessário para ativar ou melhorar." ["desc"]="Fragmento do Panda, necessário para ativar ou melhorar."
}, },
[14003]={ [14003]={
["name"]="Fragmento de Serviçal do Demônio",
["desc"]="Fragmento de Serviçal do Demônio, necessário para ativar ou melhorar."
}, },
[22001]={ [22001]={
["name"]="Fragmento de Senhorita dos Gumes", ["name"]="Fragmento de Senhorita dos Gumes",
@ -351,7 +352,8 @@ local item = {
["desc"]="Fragmento de Thor, necessário para ativar ou melhorar." ["desc"]="Fragmento de Thor, necessário para ativar ou melhorar."
}, },
[24003]={ [24003]={
["name"]="Fragmento do Vândalo",
["desc"]="Fragmento do Vândalo, necessário para ativar ou melhorar."
}, },
[32001]={ [32001]={
["name"]="Fragmento de Cabeça de Cebola", ["name"]="Fragmento de Cabeça de Cebola",
@ -374,7 +376,8 @@ local item = {
["desc"]="Fragmento do Súcubo, necessário para ativar ou melhorar." ["desc"]="Fragmento do Súcubo, necessário para ativar ou melhorar."
}, },
[34003]={ [34003]={
["name"]="Fragmento de Ninja Phil",
["desc"]="Fragmento de Ninja Phil, necessário para ativar ou melhorar."
}, },
[42001]={ [42001]={
["name"]="Fragmento de Alma Glacial", ["name"]="Fragmento de Alma Glacial",
@ -397,7 +400,8 @@ local item = {
["desc"]="Fragmento de Cleópatra, necessário para ativar ou melhorar." ["desc"]="Fragmento de Cleópatra, necessário para ativar ou melhorar."
}, },
[44003]={ [44003]={
["name"]="Fragmento do Mago da Lua",
["desc"]="Fragmento do Mago da Lua, necessário para ativar ou melhorar."
}, },
[52001]={ [52001]={
["name"]="Fragmento de Luninja", ["name"]="Fragmento de Luninja",
@ -412,15 +416,16 @@ local item = {
["desc"]="Fragmento de Caçador de Almas, necessário para ativar ou melhorar." ["desc"]="Fragmento de Caçador de Almas, necessário para ativar ou melhorar."
}, },
[54001]={ [54001]={
["name"]="Fragmento de Borboleta", ["name"]="Fragmento de Princesa da Lâmina",
["desc"]="Fragmento de Borboleta, necessário para ativar ou melhorar." ["desc"]="Fragmento de Princesa da Lâmina, necessário para ativar ou melhorar."
}, },
[54002]={ [54002]={
["name"]="Fragmento do Mago do Brilho", ["name"]="Fragmento do Mago do Brilho",
["desc"]="Fragmento do Mago do Brilho, necessário para ativar ou melhorar." ["desc"]="Fragmento do Mago do Brilho, necessário para ativar ou melhorar."
}, },
[54003]={ [54003]={
["name"]="Fragmento do Cavaleiro Caído",
["desc"]="Fragmento do Cavaleiro Caído, necessário para ativar ou melhorar."
}, },
[1400201]={ [1400201]={
["name"]="Rei da Praia", ["name"]="Rei da Praia",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="เศษอเล็กซานเดอร์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้" ["desc"]="เศษอเล็กซานเดอร์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[14003]={ [14003]={
["name"]="เศษคนรับใช้ปีศาจ",
["desc"]="เศษคนรับใช้ปีศาจ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[22001]={ [22001]={
["name"]="เศษดาบสาว", ["name"]="เศษดาบสาว",
@ -351,7 +352,8 @@ local item = {
["desc"]="เศษโซล รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้" ["desc"]="เศษโซล รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[24003]={ [24003]={
["name"]="เศษเฟย",
["desc"]="เศษเฟย รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[32001]={ [32001]={
["name"]="เศษหัวหอม", ["name"]="เศษหัวหอม",
@ -374,7 +376,8 @@ local item = {
["desc"]="เศษฝันร้าย รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้" ["desc"]="เศษฝันร้าย รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[34003]={ [34003]={
["name"]="เศษนินจาฟิล",
["desc"]="เศษนินจาฟิล รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[42001]={ [42001]={
["name"]="เศษหัวใจน้ำแข็ง", ["name"]="เศษหัวใจน้ำแข็ง",
@ -397,7 +400,8 @@ local item = {
["desc"]="เศษคลีโอพัตรา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้" ["desc"]="เศษคลีโอพัตรา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[44003]={ [44003]={
["name"]="เศษนักเวทลูน่า",
["desc"]="เศษนักเวทลูน่า รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[52001]={ [52001]={
["name"]="เศษนินจาเร็น", ["name"]="เศษนินจาเร็น",
@ -412,15 +416,16 @@ local item = {
["desc"]="เศษนักล่าวิญญาณ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้" ["desc"]="เศษนักล่าวิญญาณ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[54001]={ [54001]={
["name"]="เศษผีเสื้อ", ["name"]="เศษเจ้าหญิงดาบ",
["desc"]="เศษผีเสื้อ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้" ["desc"]="เศษเจ้าหญิงดาบ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[54002]={ [54002]={
["name"]="เศษนักเวทแวบวับ", ["name"]="เศษนักเวทแวบวับ",
["desc"]="เศษนักเวทแวบวับ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้" ["desc"]="เศษนักเวทแวบวับ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[54003]={ [54003]={
["name"]="เศษอัศวินชั่วร้าย",
["desc"]="เศษอัศวินชั่วร้าย รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[1400201]={ [1400201]={
["name"]="ราชาชายหาด", ["name"]="ราชาชายหาด",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="Mảnh Panda, thu thập đủ được kích hoạt hoặc tăng cấp." ["desc"]="Mảnh Panda, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[14003]={ [14003]={
["name"]="Mảnh Incubus",
["desc"]="Mảnh Incubus, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[22001]={ [22001]={
["name"]="Mảnh Irelia", ["name"]="Mảnh Irelia",
@ -351,7 +352,8 @@ local item = {
["desc"]="Mảnh Thor, thu thập đủ được kích hoạt hoặc tăng cấp." ["desc"]="Mảnh Thor, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[24003]={ [24003]={
["name"]="Mảnh Tobi",
["desc"]="Mảnh Tobi, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[32001]={ [32001]={
["name"]="Mảnh Onion", ["name"]="Mảnh Onion",
@ -374,7 +376,8 @@ local item = {
["desc"]="Mảnh Incubus, thu thập đủ được kích hoạt hoặc tăng cấp." ["desc"]="Mảnh Incubus, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[34003]={ [34003]={
["name"]="Mảnh Ninja Phil",
["desc"]="Mảnh Ninja Phil, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[42001]={ [42001]={
["name"]="Mảnh Frozen Heart", ["name"]="Mảnh Frozen Heart",
@ -397,7 +400,8 @@ local item = {
["desc"]="Mảnh Cleopatra, thu thập đủ được kích hoạt hoặc tăng cấp." ["desc"]="Mảnh Cleopatra, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[44003]={ [44003]={
["name"]="Mảnh Pháp Sư Moon",
["desc"]="Mảnh Pháp Sư Moon, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[52001]={ [52001]={
["name"]="Mảnh Ninja Jay", ["name"]="Mảnh Ninja Jay",
@ -412,15 +416,16 @@ local item = {
["desc"]="Mảnh Thợ Săn Linh Hồn, thu thập đủ được kích hoạt hoặc tăng cấp." ["desc"]="Mảnh Thợ Săn Linh Hồn, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[54001]={ [54001]={
["name"]="Mảnh Bươm Bướm", ["name"]="Mảnh Đao Cơ",
["desc"]="Mảnh Bươm Bướm, thu thập đủ được kích hoạt hoặc tăng cấp." ["desc"]="Mảnh Đao Cơ, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[54002]={ [54002]={
["name"]="Mảnh Pháp Sư Blink", ["name"]="Mảnh Pháp Sư Blink",
["desc"]="Mảnh Pháp Sư Blink, thu thập đủ được kích hoạt hoặc tăng cấp." ["desc"]="Mảnh Pháp Sư Blink, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[54003]={ [54003]={
["name"]="Mảnh Fallen Knight",
["desc"]="Mảnh Fallen Knight, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[1400201]={ [1400201]={
["name"]="Vua Bãi Biển", ["name"]="Vua Bãi Biển",

View File

@ -328,7 +328,8 @@ local item = {
["desc"]="潘達碎片,集滿可啟用或升級。" ["desc"]="潘達碎片,集滿可啟用或升級。"
}, },
[14003]={ [14003]={
["name"]="惡魔侍者碎片",
["desc"]="惡魔侍者碎片,集滿可啟用或升級。"
}, },
[22001]={ [22001]={
["name"]="刀妹碎片", ["name"]="刀妹碎片",
@ -351,7 +352,8 @@ local item = {
["desc"]="索爾碎片,集滿可啟用或升級。" ["desc"]="索爾碎片,集滿可啟用或升級。"
}, },
[24003]={ [24003]={
["name"]="阿飛碎片",
["desc"]="阿飛碎片,集滿可啟用或升級。"
}, },
[32001]={ [32001]={
["name"]="洋蔥頭碎片", ["name"]="洋蔥頭碎片",
@ -374,7 +376,8 @@ local item = {
["desc"]="夢魔碎片,集滿可啟用或升級。" ["desc"]="夢魔碎片,集滿可啟用或升級。"
}, },
[34003]={ [34003]={
["name"]="忍者菲爾碎片",
["desc"]="忍者菲爾碎片,集滿可啟用或升級。"
}, },
[42001]={ [42001]={
["name"]="冰心碎片", ["name"]="冰心碎片",
@ -397,7 +400,8 @@ local item = {
["desc"]="豔后碎片,集滿可啟用或升級。" ["desc"]="豔后碎片,集滿可啟用或升級。"
}, },
[44003]={ [44003]={
["name"]="月之法師碎片",
["desc"]="月之法師碎片,集滿可啟用或升級。"
}, },
[52001]={ [52001]={
["name"]="忍者倫碎片", ["name"]="忍者倫碎片",
@ -412,15 +416,16 @@ local item = {
["desc"]="靈魂獵手碎片,集滿可啟用或升級。" ["desc"]="靈魂獵手碎片,集滿可啟用或升級。"
}, },
[54001]={ [54001]={
["name"]="胡蝶碎片", ["name"]="刀姬碎片",
["desc"]="胡蝶碎片,集滿可啟用或升級。" ["desc"]="刀姬碎片,集滿可啟用或升級。"
}, },
[54002]={ [54002]={
["name"]="閃爍法師碎片", ["name"]="閃爍法師碎片",
["desc"]="閃爍法師碎片,集滿可啟用或升級。" ["desc"]="閃爍法師碎片,集滿可啟用或升級。"
}, },
[54003]={ [54003]={
["name"]="墮落騎士碎片",
["desc"]="墮落騎士碎片,集滿可啟用或升級。"
}, },
[1400201]={ [1400201]={
["name"]="沙灘王者", ["name"]="沙灘王者",