config
This commit is contained in:
parent
59a56f344e
commit
9d85ec1faa
@ -353,14 +353,20 @@ local buff = {
|
||||
["name"]="crit_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["decr"]=1
|
||||
["decr"]=1,
|
||||
["icon"]="crit_add",
|
||||
["show_name"]=true,
|
||||
["ispercent"]=1
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["decr"]=1
|
||||
["decr"]=1,
|
||||
["icon"]="crit_time_add",
|
||||
["show_name"]=true,
|
||||
["ispercent"]=1
|
||||
},
|
||||
[42]={
|
||||
["id"]=42,
|
||||
@ -984,6 +990,16 @@ local buff = {
|
||||
["buff_type"]=7,
|
||||
["decr"]=1,
|
||||
["icon"]="immune"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["decr"]=1,
|
||||
["icon"]="attr_normal_hurtp_all_add",
|
||||
["show_name"]=true,
|
||||
["ispercent"]=1
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -1091,12 +1107,13 @@ local keys = {
|
||||
["hpp_blue_add"]=buff[101],
|
||||
["hpp_purple_add"]=buff[102],
|
||||
["forever_normal_attack_add"]=buff[103],
|
||||
["forever_uncontrolled"]=buff[104]
|
||||
["forever_uncontrolled"]=buff[104],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=104
|
||||
count=105
|
||||
}
|
||||
return config
|
||||
@ -12,8 +12,8 @@ local const = {
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=3,
|
||||
["id_for_nothing"]="VQ==",
|
||||
["num"]=10,
|
||||
["num_for_nothing"]="Vwg="
|
||||
["num"]=5,
|
||||
["num_for_nothing"]="Uw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -60,8 +60,8 @@ local const = {
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=3,
|
||||
["id_for_nothing"]="VQ==",
|
||||
["num"]=15,
|
||||
["num_for_nothing"]="Vw0="
|
||||
["num"]=5,
|
||||
["num_for_nothing"]="Uw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -827,6 +827,14 @@ local fx = {
|
||||
["res"]="sfx_c1_p35002_05",
|
||||
["bind"]="root"
|
||||
},
|
||||
[300091]={
|
||||
["res"]="sfx_c1_p35001_01",
|
||||
["bind"]="root"
|
||||
},
|
||||
[300092]={
|
||||
["res"]="sfx_c1_p35001_05",
|
||||
["bind"]="root"
|
||||
},
|
||||
[400001]={
|
||||
["res"]="sfx_c1_p45002_01",
|
||||
["bind"]="root",
|
||||
@ -1246,9 +1254,19 @@ local fx = {
|
||||
["res"]="sfx_c1_p35002_05",
|
||||
["bind"]="root",
|
||||
["flip"]=1
|
||||
},
|
||||
[400091]={
|
||||
["res"]="sfx_c1_p35001_01",
|
||||
["bind"]="root",
|
||||
["flip"]=1
|
||||
},
|
||||
[400092]={
|
||||
["res"]="sfx_c1_p35001_05",
|
||||
["bind"]="root",
|
||||
["flip"]=1
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=fx,count=287
|
||||
data=fx,count=291
|
||||
}
|
||||
return config
|
||||
@ -26,7 +26,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
1300113
|
||||
1300114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -44,7 +44,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
1300123
|
||||
1300124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -62,7 +62,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
1300133
|
||||
1300134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -80,7 +80,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
1300143
|
||||
1300144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -590,7 +590,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
1400113
|
||||
1400114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -608,7 +608,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
1400123
|
||||
1400124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -626,7 +626,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
1400133
|
||||
1400134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -644,7 +644,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
1400143
|
||||
1400144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -1154,7 +1154,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
1500113
|
||||
1500114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -1172,7 +1172,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
1500123
|
||||
1500124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -1190,7 +1190,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
1500133
|
||||
1500134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -1208,7 +1208,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
1500143
|
||||
1500144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -1718,7 +1718,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
1500213
|
||||
1500214
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -1736,7 +1736,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
1500223
|
||||
1500224
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -1754,7 +1754,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
1500233
|
||||
1500234
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -1772,7 +1772,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
1500243
|
||||
1500244
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -2282,7 +2282,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
1600113
|
||||
1600114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -2300,7 +2300,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
1600123
|
||||
1600124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -2318,7 +2318,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
1600133
|
||||
1600134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -2336,7 +2336,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
1600143
|
||||
1600144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -2847,7 +2847,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
2300113
|
||||
2300114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -2865,7 +2865,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
2300123
|
||||
2300124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -2883,7 +2883,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
2300133
|
||||
2300134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -2901,7 +2901,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
2300143
|
||||
2300144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -3411,7 +3411,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
2400113
|
||||
2400114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -3429,7 +3429,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
2400123
|
||||
2400124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -3447,7 +3447,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
2400133
|
||||
2400134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -3465,7 +3465,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
2400143
|
||||
2400144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -3975,7 +3975,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
2500113
|
||||
2500114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -3993,7 +3993,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
2500123
|
||||
2500124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -4011,7 +4011,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
2500133
|
||||
2500134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -4029,7 +4029,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
2500143
|
||||
2500144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -4539,7 +4539,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
2500213
|
||||
2500214
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -4557,7 +4557,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
2500223
|
||||
2500224
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -4575,7 +4575,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
2500233
|
||||
2500234
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -4593,7 +4593,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
2500243
|
||||
2500244
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -5103,7 +5103,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
2600113
|
||||
2600114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -5121,7 +5121,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
2600123
|
||||
2600124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -5139,7 +5139,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
2600133
|
||||
2600134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -5157,7 +5157,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
2600143
|
||||
2600144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -5668,7 +5668,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
3300113
|
||||
3300114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -5686,7 +5686,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
3300123
|
||||
3300124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -5704,7 +5704,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
3300133
|
||||
3300134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -5722,7 +5722,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
3300143
|
||||
3300144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -6232,7 +6232,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
3400113
|
||||
3400114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -6250,7 +6250,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
3400123
|
||||
3400124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -6268,7 +6268,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
3400133
|
||||
3400134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -6286,7 +6286,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
3400143
|
||||
3400144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -6796,7 +6796,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
3500113
|
||||
3500114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -6814,7 +6814,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
3500123
|
||||
3500124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -6832,7 +6832,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
3500133
|
||||
3500134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -6850,7 +6850,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
3500143
|
||||
3500144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -7360,7 +7360,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
3500213
|
||||
3500214
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -7378,7 +7378,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
3500223
|
||||
3500224
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -7396,7 +7396,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
3500233
|
||||
3500234
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -7414,7 +7414,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
3500243
|
||||
3500244
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -7924,7 +7924,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
4300113
|
||||
4300114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -7942,7 +7942,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
4300123
|
||||
4300124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -7960,7 +7960,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
4300133
|
||||
4300134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -7978,7 +7978,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
4300143
|
||||
4300144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -8488,7 +8488,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
4400113
|
||||
4400114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -8506,7 +8506,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
4400123
|
||||
4400124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -8524,7 +8524,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
4400133
|
||||
4400134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -8542,7 +8542,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
4400143
|
||||
4400144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -9052,7 +9052,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
4500113
|
||||
4500114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -9070,7 +9070,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
4500123
|
||||
4500124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -9088,7 +9088,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
4500133
|
||||
4500134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -9106,7 +9106,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
4500143
|
||||
4500144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -9616,7 +9616,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
4500213
|
||||
4500214
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -9634,7 +9634,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
4500223
|
||||
4500224
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -9652,7 +9652,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
4500233
|
||||
4500234
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -9670,7 +9670,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
4500243
|
||||
4500244
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -10180,7 +10180,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
5300113
|
||||
5300114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -10198,7 +10198,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
5300123
|
||||
5300124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -10216,7 +10216,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
5300133
|
||||
5300134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -10234,7 +10234,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
5300143
|
||||
5300144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -10744,7 +10744,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
5400113
|
||||
5400114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -10762,7 +10762,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
5400123
|
||||
5400124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -10780,7 +10780,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
5400133
|
||||
5400134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -10798,7 +10798,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
5400143
|
||||
5400144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -11308,7 +11308,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
5500113
|
||||
5500114
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -11326,7 +11326,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
5500123
|
||||
5500124
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -11344,7 +11344,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
5500133
|
||||
5500134
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -11362,7 +11362,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
5500143
|
||||
5500144
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
@ -11872,7 +11872,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
10,
|
||||
5500213
|
||||
5500214
|
||||
}
|
||||
},
|
||||
["rouge_skill_2"]={
|
||||
@ -11890,7 +11890,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
11,
|
||||
5500223
|
||||
5500224
|
||||
}
|
||||
},
|
||||
["rouge_skill_3"]={
|
||||
@ -11908,7 +11908,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
13,
|
||||
5500233
|
||||
5500234
|
||||
}
|
||||
},
|
||||
["rouge_skill_4"]={
|
||||
@ -11926,7 +11926,7 @@ local hero = {
|
||||
},
|
||||
{
|
||||
15,
|
||||
5500243
|
||||
5500244
|
||||
}
|
||||
},
|
||||
["atk"]={
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -68,6 +68,20 @@ local buff = {
|
||||
["tips_desc"]="亢奋:普攻次数增加。",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["show_name"]="暴击提升",
|
||||
["desc"]="暴击提升:提升暴击{0}",
|
||||
["tips_desc"]="暴击提升:提升暴击率。",
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["show_name"]="暴伤提升",
|
||||
["desc"]="暴伤提升:提升暴击伤害{0}",
|
||||
["tips_desc"]="暴伤提升:提升暴击伤害。",
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="反伤护盾:可承受一定伤害,反弹对方伤害。",
|
||||
@ -339,7 +353,15 @@ local buff = {
|
||||
["id"]=99,
|
||||
["show_name"]="概率免控",
|
||||
["desc"]="免控:50%概率免疫所有控制",
|
||||
["tips_desc"]="免控:50%概率免疫所有控制。",
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["show_name"]="普攻增伤",
|
||||
["desc"]="普攻增伤:全体普攻伤害增加{0}",
|
||||
["tips_desc"]="普攻增伤:全体普攻伤害增加。",
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -355,6 +377,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -395,12 +419,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
@ -183,6 +183,14 @@ local item = {
|
||||
["name"]="心愿币",
|
||||
["desc"]="普通卡池的心愿币,用于普通卡池兑换。"
|
||||
},
|
||||
[47]={
|
||||
["name"]="金币副本门票",
|
||||
["desc"]="参加金币副本挑战的凭证"
|
||||
},
|
||||
[48]={
|
||||
["name"]="材料副本门票",
|
||||
["desc"]="参加材料副本挑战的凭证"
|
||||
},
|
||||
[13001]={
|
||||
["name"]="熔芯",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
@ -273,6 +281,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -43,6 +43,14 @@ local buff = {
|
||||
["id"]=37,
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["name"]="shield_rebound_200"
|
||||
@ -206,6 +214,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -221,6 +233,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -261,12 +275,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/de/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/de/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/de/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/de/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: faea800ec457748118becbc4df9e144b
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -136,6 +136,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -205,6 +211,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="Rage: More normal attacks.",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="Counter Shield: Absorbs a certain amount of damage and reflects damage back to the enemy.",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/en/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/en/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/en/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/en/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7f0ff7097ab8e420f95dce956503691f
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="Excitado: aumenta el número de ATQ común.",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="Escudo Reflexivo: puede soportar una cierta cantidad de daño y reflejar el daño del oponente.",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/es/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/es/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/es/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/es/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cd4a7916ed1764c74ab021bf102c6270
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -43,6 +43,14 @@ local buff = {
|
||||
["id"]=37,
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["name"]="shield_rebound_200"
|
||||
@ -206,6 +214,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -221,6 +233,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -261,12 +275,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/fr/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/fr/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/fr/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/fr/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2a1c09b9410934c66a2eea07f09b512d
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -136,6 +136,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -205,6 +211,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="Excited: Jumlah ATK Normal bertambah.",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="Perisai Anti-DMG: Dapat menahan sejumlah DMG dan memantulkan kembali DMG lawan.",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/id/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/id/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/id/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/id/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e3f36cc6a47a4ca6b771fb1187a57f1
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/it/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/it/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/it/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/it/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 81567454ed3a54be6ab15f2551174aa4
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="興奮:通常攻撃の回数が増加する。",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="ミラーシールド:一定量のダメージには耐えられ、ダメージを敵に反射する。",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/ja/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/ja/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/ja/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/ja/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f03595b412c014cf088f0bdb21e01080
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="과열 상태: 일반 공격 횟수가 증가합니다.",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="피해 반사 보호막: 일정한 피해를 흡수하며 상대의 대미지를 반사합니다.",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/ko/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/ko/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/ko/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/ko/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1538e69b060294b2b99af2d033873a44
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="Excitação: aumenta o número de ataques básicos.",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="Escudo de Reflexão: pode aguentar uma certa quantidade de dano e refletir o dano do oponente.",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/pt/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/pt/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/pt/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/pt/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e9a6efb8c104a475aaa29bb5a67d58c7
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -43,6 +43,14 @@ local buff = {
|
||||
["id"]=37,
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["name"]="shield_rebound_200"
|
||||
@ -206,6 +214,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -221,6 +233,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -261,12 +275,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/ru/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/ru/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/ru/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/ru/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9d1a1531d46604e5d975b7139eca0352
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -136,6 +136,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -205,6 +211,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="ตื่นเต้น: จำนวนโจมตีทั่วไปเพิ่มขึ้น",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="โล่สะท้อนดาเมจ: สามารถรับดาเมจที่กำหนดได้ สะท้อนดาเมจของอีกฝ่าย",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/th/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/th/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/th/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/th/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 23f5fe6de3ade45e481e739ec1f5932c
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/tr/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/tr/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/tr/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/tr/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b32163aacd2e494d881b974b15203b8
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="Phấn Khởi: Tăng lượt đánh thường.",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="Khiên Phản ST: Chịu một lượng ST nhất định, phản đòn lên đối phương.",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/vi/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/vi/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/vi/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/vi/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 910d5357fc13e42958e965edefc91cc1
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
@ -68,6 +68,14 @@ local buff = {
|
||||
["tips_desc"]="亢奮:普攻次數增加。",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[40]={
|
||||
["id"]=40,
|
||||
["name"]="crit_add"
|
||||
},
|
||||
[41]={
|
||||
["id"]=41,
|
||||
["name"]="crit_time_add"
|
||||
},
|
||||
[47]={
|
||||
["id"]=47,
|
||||
["desc"]="反傷護盾:可承受一定傷害,反彈對方傷害。",
|
||||
@ -338,6 +346,10 @@ local buff = {
|
||||
[99]={
|
||||
["id"]=99,
|
||||
["name"]="forever_uncontrolled"
|
||||
},
|
||||
[105]={
|
||||
["id"]=105,
|
||||
["name"]="attr_normal_hurtp_all_add"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -353,6 +365,8 @@ local keys = {
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["normal_attack_add"]=buff[37],
|
||||
["crit_add"]=buff[40],
|
||||
["crit_time_add"]=buff[41],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
@ -393,12 +407,13 @@ local keys = {
|
||||
["forever_dec_dmg_all_add"]=buff[96],
|
||||
["forever_thorns"]=buff[97],
|
||||
["forever_normal_attack_add"]=buff[98],
|
||||
["forever_uncontrolled"]=buff[99]
|
||||
["forever_uncontrolled"]=buff[99],
|
||||
["attr_normal_hurtp_all_add"]=buff[105]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=52
|
||||
count=55
|
||||
}
|
||||
return config
|
||||
1206
lua/app/config/strings/zh/chapter_dungeon.lua
Normal file
1206
lua/app/config/strings/zh/chapter_dungeon.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/strings/zh/chapter_dungeon.lua.meta
Normal file
10
lua/app/config/strings/zh/chapter_dungeon.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0ea299f7944334bd7ab020bd63242926
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -141,6 +141,12 @@ local item = {
|
||||
},
|
||||
[46]={
|
||||
|
||||
},
|
||||
[47]={
|
||||
|
||||
},
|
||||
[48]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -210,6 +216,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=68
|
||||
data=item,count=70
|
||||
}
|
||||
return config
|
||||
Loading…
x
Reference in New Issue
Block a user