更新配置表与pb 修复一些问题
This commit is contained in:
parent
df62beaafe
commit
cc674c3204
@ -104,9 +104,6 @@ function DataManager:initWithServerData(data)
|
||||
Time:setServerTimeZone(0)
|
||||
Time:updateServerTime(data.now_ts)
|
||||
Time:updateServerTimeToday(data.today_ts)
|
||||
|
||||
Logger.logHighlight("时间数据 -- %s %s", data.now_ts, data.today_ts)
|
||||
|
||||
self.initWithServer = true
|
||||
|
||||
if EDITOR_MODE then
|
||||
|
||||
@ -800,16 +800,24 @@ local act_gift = {
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=10,
|
||||
["num_for_nothing"]="Vwg="
|
||||
["num"]=30,
|
||||
["num_for_nothing"]="VQg="
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=5,
|
||||
["id_for_nothing"]="Uw==",
|
||||
["num"]=6,
|
||||
["num_for_nothing"]="UA=="
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=500,
|
||||
["num_for_nothing"]="Uwhc"
|
||||
},
|
||||
{
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=34001,
|
||||
["id_for_nothing"]="VQxcA2Q=",
|
||||
["num"]=3,
|
||||
["num_for_nothing"]="VQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -6,8 +6,8 @@ local act_sevenday_quest_reward = {
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=1000,
|
||||
["num_for_nothing"]="VwhcAw=="
|
||||
["num"]=100,
|
||||
["num_for_nothing"]="Vwhc"
|
||||
}
|
||||
},
|
||||
[2]={
|
||||
@ -15,10 +15,10 @@ local act_sevenday_quest_reward = {
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=5,
|
||||
["id_for_nothing"]="Uw==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=2000,
|
||||
["num_for_nothing"]="VAhcAw=="
|
||||
}
|
||||
},
|
||||
[3]={
|
||||
@ -28,8 +28,8 @@ local act_sevenday_quest_reward = {
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=3000,
|
||||
["num_for_nothing"]="VQhcAw=="
|
||||
["num"]=150,
|
||||
["num_for_nothing"]="Vw1c"
|
||||
}
|
||||
},
|
||||
[4]={
|
||||
@ -37,10 +37,10 @@ local act_sevenday_quest_reward = {
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=5,
|
||||
["id_for_nothing"]="Uw==",
|
||||
["num"]=2,
|
||||
["num_for_nothing"]="VA=="
|
||||
["id"]=13,
|
||||
["id_for_nothing"]="Vws=",
|
||||
["num"]=3,
|
||||
["num_for_nothing"]="VQ=="
|
||||
}
|
||||
},
|
||||
[5]={
|
||||
@ -50,8 +50,8 @@ local act_sevenday_quest_reward = {
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=5000,
|
||||
["num_for_nothing"]="UwhcAw=="
|
||||
["num"]=200,
|
||||
["num_for_nothing"]="VAhc"
|
||||
}
|
||||
},
|
||||
[6]={
|
||||
@ -59,8 +59,8 @@ local act_sevenday_quest_reward = {
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=6,
|
||||
["id_for_nothing"]="UA==",
|
||||
["id"]=14,
|
||||
["id_for_nothing"]="Vww=",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
}
|
||||
@ -70,10 +70,10 @@ local act_sevenday_quest_reward = {
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=6,
|
||||
["id_for_nothing"]="UA==",
|
||||
["num"]=1,
|
||||
["num_for_nothing"]="Vw=="
|
||||
["id"]=34001,
|
||||
["id_for_nothing"]="VQxcA2Q=",
|
||||
["num"]=3,
|
||||
["num_for_nothing"]="VQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -997,10 +997,10 @@ local bounty_level = {
|
||||
["reward_pro"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=50,
|
||||
["num_for_nothing"]="Uwg="
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=100,
|
||||
["num_for_nothing"]="Vwhc"
|
||||
},
|
||||
["reward_type"]=1
|
||||
},
|
||||
@ -2617,10 +2617,10 @@ local bounty_level = {
|
||||
["reward_pro"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=1,
|
||||
["id_for_nothing"]="Vw==",
|
||||
["num"]=50,
|
||||
["num_for_nothing"]="Uwg="
|
||||
["id"]=2,
|
||||
["id_for_nothing"]="VA==",
|
||||
["num"]=100,
|
||||
["num_for_nothing"]="Vwhc"
|
||||
},
|
||||
["reward_type"]=1
|
||||
},
|
||||
|
||||
@ -92,47 +92,41 @@ local buff = {
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["position"]=1,
|
||||
["decr"]=2,
|
||||
["icon"]="weakness_red_add"
|
||||
["decr"]=2
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["position"]=2,
|
||||
["decr"]=2,
|
||||
["icon"]="weakness_yellow_add"
|
||||
["decr"]=2
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["position"]=3,
|
||||
["decr"]=2,
|
||||
["icon"]="weakness_green_add"
|
||||
["decr"]=2
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["position"]=4,
|
||||
["decr"]=2,
|
||||
["icon"]="weakness_blue_add"
|
||||
["decr"]=2
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["position"]=5,
|
||||
["decr"]=2,
|
||||
["icon"]="weakness_purple_add"
|
||||
["decr"]=2
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["decr"]=2,
|
||||
["icon"]="weakness_all_add"
|
||||
["decr"]=2
|
||||
},
|
||||
[19]={
|
||||
["name"]="dmg_addition_red_add",
|
||||
@ -274,7 +268,8 @@ local buff = {
|
||||
["name"]="normal_attack_add",
|
||||
["buff_type"]=1,
|
||||
["stack"]=2,
|
||||
["decr"]=1
|
||||
["decr"]=1,
|
||||
["icon"]="normal_attack_dec"
|
||||
},
|
||||
[38]={
|
||||
["name"]="block",
|
||||
@ -347,17 +342,20 @@ local buff = {
|
||||
["buff_type"]=4,
|
||||
["stack"]=1,
|
||||
["decr"]=2,
|
||||
["formula"]=4
|
||||
["formula"]=4,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable",
|
||||
["buff_type"]=1,
|
||||
["decr"]=2
|
||||
["decr"]=2,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen",
|
||||
["buff_type"]=7,
|
||||
["decr"]=2,
|
||||
["icon"]="shield",
|
||||
["control_priority"]=1
|
||||
},
|
||||
[51]={
|
||||
@ -365,51 +363,60 @@ local buff = {
|
||||
["buff_type"]=4,
|
||||
["stack"]=2,
|
||||
["decr"]=2,
|
||||
["formula"]=4
|
||||
["formula"]=4,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison",
|
||||
["buff_type"]=7,
|
||||
["decr"]=2,
|
||||
["icon"]="shield",
|
||||
["control_priority"]=4
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt",
|
||||
["buff_type"]=1,
|
||||
["decr"]=2
|
||||
["decr"]=2,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed",
|
||||
["buff_type"]=7,
|
||||
["decr"]=2,
|
||||
["formula"]=4
|
||||
["formula"]=4,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken",
|
||||
["buff_type"]=1,
|
||||
["decr"]=2
|
||||
["decr"]=2,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy",
|
||||
["buff_type"]=8,
|
||||
["stack"]=1,
|
||||
["decr"]=2,
|
||||
["icon"]="shield",
|
||||
["control_priority"]=3
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse",
|
||||
["buff_type"]=1,
|
||||
["decr"]=2
|
||||
["decr"]=2,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock",
|
||||
["buff_type"]=7,
|
||||
["decr"]=2
|
||||
["decr"]=2,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand",
|
||||
["buff_type"]=1,
|
||||
["decr"]=1
|
||||
["decr"]=1,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[60]={
|
||||
["name"]="skill_hurt_add",
|
||||
@ -420,18 +427,21 @@ local buff = {
|
||||
[61]={
|
||||
["name"]="undead",
|
||||
["buff_type"]=7,
|
||||
["decr"]=1
|
||||
["decr"]=1,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack",
|
||||
["buff_type"]=1,
|
||||
["stack"]=1,
|
||||
["decr"]=1
|
||||
["decr"]=1,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns",
|
||||
["buff_type"]=1,
|
||||
["decr"]=1
|
||||
["decr"]=1,
|
||||
["icon"]="shield"
|
||||
},
|
||||
[64]={
|
||||
["name"]="dmg_dec_red_add",
|
||||
|
||||
252
lua/app/config/buff_daily_challenge.lua
Normal file
252
lua/app/config/buff_daily_challenge.lua
Normal file
@ -0,0 +1,252 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="exp_time_add",
|
||||
["num"]=1000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[2]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="dmg_addition_all_add",
|
||||
["num"]=500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[3]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="dec_dmg_all_add",
|
||||
["num"]=1000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[4]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="crit_add",
|
||||
["num"]=2000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
},
|
||||
{
|
||||
["type"]="crit_time_add",
|
||||
["num"]=3000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[5]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="add_skill_all",
|
||||
["num"]=1500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[6]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="shield",
|
||||
["num"]=10000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[7]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="wavehealp",
|
||||
["num"]=100,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[8]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="cured_add",
|
||||
["num"]=500,
|
||||
["ratio"]=500,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[9]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="wavehealp",
|
||||
["num"]=100,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[10]={
|
||||
["buff_type"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="cured_add",
|
||||
["num"]=500,
|
||||
["ratio"]=500,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=1
|
||||
},
|
||||
[11]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hpp_add",
|
||||
["num"]=2000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[12]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="atkp_add",
|
||||
["num"]=500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[13]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="atkp_color_add",
|
||||
["num"]=500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[14]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="atkp",
|
||||
["num"]=1,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[15]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="cured_dec",
|
||||
["num"]=1000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[16]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="block",
|
||||
["num"]=500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[17]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="dec_dmg_all_add",
|
||||
["num"]=500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[18]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="cured_dec",
|
||||
["num"]=1000,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[19]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="block",
|
||||
["num"]=500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
},
|
||||
[20]={
|
||||
["buff_type"]=2,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="dec_dmg_all_add",
|
||||
["num"]=500,
|
||||
["ratio"]=1000,
|
||||
["round"]=999
|
||||
}
|
||||
},
|
||||
["obj"]=2
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e00bdd1e8e5eb6143a4aab1f3074a1e2
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
File diff suppressed because it is too large
Load Diff
2006
lua/app/config/chapter_board_daily_challenge.lua
Normal file
2006
lua/app/config/chapter_board_daily_challenge.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/chapter_board_daily_challenge.lua.meta
Normal file
10
lua/app/config/chapter_board_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2994d7a23766d884caea042fac906c28
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
4686
lua/app/config/chapter_daily_challenge.lua
Normal file
4686
lua/app/config/chapter_daily_challenge.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/chapter_daily_challenge.lua.meta
Normal file
10
lua/app/config/chapter_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 41c106bc5fd43fb4094e824971105942
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -166,9 +166,28 @@ local const = {
|
||||
},
|
||||
["summn_first"]={
|
||||
["value"]=52001
|
||||
},
|
||||
["daily_challenge_cost"]={
|
||||
["reward"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
["id"]=3,
|
||||
["id_for_nothing"]="VQ==",
|
||||
["num"]=10,
|
||||
["num_for_nothing"]="Vwg="
|
||||
}
|
||||
},
|
||||
["daily_challenge_limit"]={
|
||||
["value"]=2
|
||||
},
|
||||
["act_gift_downshift_time"]={
|
||||
["value"]=72
|
||||
},
|
||||
["act_gift_downshift_number"]={
|
||||
["value"]=15
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=const,count=35
|
||||
data=const,count=39
|
||||
}
|
||||
return config
|
||||
@ -30,9 +30,12 @@ local func_open = {
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
["stage"]=5
|
||||
},
|
||||
["daily_challenge"]={
|
||||
["stage"]=2
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=func_open,count=10
|
||||
data=func_open,count=11
|
||||
}
|
||||
return config
|
||||
@ -182,15 +182,251 @@ local grid_type = {
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=3,
|
||||
["break_count"]=1,
|
||||
["break_fly_to_character"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01",
|
||||
["effect"]=4,
|
||||
["effect_trigger"]=2
|
||||
},
|
||||
[16]={
|
||||
["icon"]="jelly",
|
||||
["next_type"]=15,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[17]={
|
||||
["icon"]="jelly",
|
||||
["next_type"]=16,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[18]={
|
||||
["icon"]="stone_2",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[19]={
|
||||
["icon"]="stone_1",
|
||||
["next_type"]=18,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[20]={
|
||||
["icon"]="stone_3",
|
||||
["next_type"]=19,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[21]={
|
||||
["icon"]="leaf",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["break_stay_element"]=1,
|
||||
["can_fall"]=1,
|
||||
["cant_link"]=1
|
||||
},
|
||||
[22]={
|
||||
["icon"]="jelly",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["break_stay_element"]=1,
|
||||
["can_fall"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["effect"]=2,
|
||||
["effect_trigger"]=1
|
||||
},
|
||||
[23]={
|
||||
["icon"]="jelly",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["break_stay_element"]=1,
|
||||
["can_fall"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["effect"]=2,
|
||||
["effect_trigger"]=1
|
||||
},
|
||||
[24]={
|
||||
["icon"]="stone_2",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[25]={
|
||||
["icon"]="stone_1",
|
||||
["next_type"]=24,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[26]={
|
||||
["icon"]="stone_3",
|
||||
["next_type"]=25,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[27]={
|
||||
["icon"]="vine",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
2,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b03"
|
||||
},
|
||||
[28]={
|
||||
["icon"]="stone_2",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[29]={
|
||||
["icon"]="stone_1",
|
||||
["next_type"]=28,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[30]={
|
||||
["icon"]="stone_3",
|
||||
["next_type"]=29,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[31]={
|
||||
["icon"]="stone_2",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[32]={
|
||||
["icon"]="stone_1",
|
||||
["next_type"]=31,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[33]={
|
||||
["icon"]="stone_3",
|
||||
["next_type"]=32,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["break_sfx"]="sfx_piece_za_b01"
|
||||
},
|
||||
[34]={
|
||||
["icon"]="jelly",
|
||||
["next_type"]=0,
|
||||
["break_condition"]={
|
||||
1,
|
||||
3
|
||||
},
|
||||
["break_count"]=1,
|
||||
["break_stay_element"]=1,
|
||||
["can_fall"]=1,
|
||||
["cant_link"]=1,
|
||||
["element_invalid"]=1,
|
||||
["effect"]=2,
|
||||
["effect_trigger"]=1
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=grid_type,count=16
|
||||
data=grid_type,count=35
|
||||
}
|
||||
return config
|
||||
@ -400,7 +400,7 @@ local hero = {
|
||||
4920000,
|
||||
5490000
|
||||
},
|
||||
["model_id"]="p0010",
|
||||
["model_id"]="p0012",
|
||||
["icon"]="5",
|
||||
["item_id"]=23002,
|
||||
["unlock_chapter"]=3
|
||||
@ -1038,7 +1038,7 @@ local hero = {
|
||||
4920000,
|
||||
5490000
|
||||
},
|
||||
["model_id"]="p0004",
|
||||
["model_id"]="p0015",
|
||||
["icon"]="4",
|
||||
["item_id"]=53001,
|
||||
["unlock_chapter"]=3
|
||||
|
||||
@ -131,6 +131,7 @@ local LocalizationGlobalConst =
|
||||
GOLD_PIG_TITLE = "GOLD_PIG_TITLE",
|
||||
GOLD_PIG_DESC = "GOLD_PIG_DESC",
|
||||
SIDE_BAR_FULL = "SIDE_BAR_FULL",
|
||||
DAILY_CHALLENGE = "DAILY_CHALLENGE",
|
||||
}
|
||||
|
||||
return LocalizationGlobalConst
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
local mall_gold = {
|
||||
[1]={
|
||||
["idel_time"]=9000,
|
||||
["idel_time"]=24000,
|
||||
["cost"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
@ -12,7 +12,7 @@ local mall_gold = {
|
||||
["daily"]=2
|
||||
},
|
||||
[2]={
|
||||
["idel_time"]=36000,
|
||||
["idel_time"]=180000,
|
||||
["cost"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
@ -23,7 +23,7 @@ local mall_gold = {
|
||||
}
|
||||
},
|
||||
[3]={
|
||||
["idel_time"]=180000,
|
||||
["idel_time"]=1800000,
|
||||
["cost"]={
|
||||
["type"]=1,
|
||||
["type_for_nothing"]="Vw==",
|
||||
|
||||
@ -27,7 +27,7 @@ local mall_treasure = {
|
||||
["limit"]=1
|
||||
},
|
||||
[3]={
|
||||
["recharge_id"]=6,
|
||||
["recharge_id"]=5,
|
||||
["reward"]={
|
||||
{
|
||||
["type"]=1,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
2520
lua/app/config/monster_daily_challenge.lua
Normal file
2520
lua/app/config/monster_daily_challenge.lua
Normal file
File diff suppressed because it is too large
Load Diff
10
lua/app/config/monster_daily_challenge.lua.meta
Normal file
10
lua/app/config/monster_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 801639574b9601848a5b1929ae54294e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
File diff suppressed because it is too large
Load Diff
@ -42,7 +42,7 @@ local recharge = {
|
||||
[6]={
|
||||
["payId"]="com.idle.ko.io.5.99dollar",
|
||||
["price"]=5.99,
|
||||
["price_cn"]=36,
|
||||
["price_cn"]=38,
|
||||
["same_price"]=6,
|
||||
["price_str"]="$5.99",
|
||||
["score"]=6
|
||||
@ -50,7 +50,7 @@ local recharge = {
|
||||
[7]={
|
||||
["payId"]="com.idle.ko.io.6.99dollar",
|
||||
["price"]=6.99,
|
||||
["price_cn"]=42,
|
||||
["price_cn"]=45,
|
||||
["same_price"]=7,
|
||||
["price_str"]="$6.99",
|
||||
["score"]=7
|
||||
@ -58,7 +58,7 @@ local recharge = {
|
||||
[8]={
|
||||
["payId"]="com.idle.ko.io.7.99dollar",
|
||||
["price"]=7.99,
|
||||
["price_cn"]=49,
|
||||
["price_cn"]=52,
|
||||
["same_price"]=8,
|
||||
["price_str"]="$7.99",
|
||||
["score"]=8
|
||||
@ -66,7 +66,7 @@ local recharge = {
|
||||
[9]={
|
||||
["payId"]="com.idle.ko.io.8.99dollar",
|
||||
["price"]=8.99,
|
||||
["price_cn"]=56,
|
||||
["price_cn"]=60,
|
||||
["same_price"]=9,
|
||||
["price_str"]="$8.99",
|
||||
["score"]=9
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,67 +1,119 @@
|
||||
local buff = {
|
||||
[7]={
|
||||
["desc"]="受到红色元素伤害降低",
|
||||
["desc"]="红色抗性:受到红色元素英雄的伤害降低{0}。",
|
||||
["name"]="dec_dmg_red_add"
|
||||
},
|
||||
[8]={
|
||||
["desc"]="受到黄色元素伤害降低",
|
||||
["desc"]="黄色抗性:受到黄色元素英雄的伤害降低{0}。",
|
||||
["name"]="dec_dmg_yellow_add"
|
||||
},
|
||||
[9]={
|
||||
["desc"]="受到绿色元素伤害降低",
|
||||
["desc"]="绿色抗性:受到绿色元素英雄的伤害降低{0}。",
|
||||
["name"]="dec_dmg_green_add"
|
||||
},
|
||||
[10]={
|
||||
["desc"]="受到蓝色元素伤害降低",
|
||||
["desc"]="蓝色抗性:受到蓝色元素英雄的伤害降低{0}。",
|
||||
["name"]="dec_dmg_blue_add"
|
||||
},
|
||||
[11]={
|
||||
["desc"]="受到紫色元素伤害降低",
|
||||
["desc"]="紫色抗性:受到紫色元素英雄的伤害降低{0}。",
|
||||
["name"]="dec_dmg_purple_add"
|
||||
},
|
||||
[12]={
|
||||
["desc"]="受到所有伤害降低",
|
||||
["desc"]="极致抗性:受到所有英雄的伤害降低{0}。",
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["desc"]="受到红色元素伤害增加",
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["desc"]="受到黄色元素伤害增加",
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["desc"]="受到绿色元素伤害增加",
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["desc"]="受到蓝色元素伤害增加",
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["desc"]="受到紫色元素伤害增加",
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["desc"]="受到所有伤害伤害增加",
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["desc"]="眩晕效果,无法进行攻击",
|
||||
["desc"]="眩晕:本回合无法行动。",
|
||||
["name"]="stun"
|
||||
},
|
||||
[34]={
|
||||
["desc"]="护盾可抵挡一定的伤害",
|
||||
["desc"]="护盾:可承受最大生命值{0}的伤害。",
|
||||
["name"]="shield"
|
||||
},
|
||||
[36]={
|
||||
["desc"]="普攻攻击次数减少",
|
||||
["desc"]="冰霜:普攻次数-{0}。",
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["desc"]="亢奋:普攻次数+{0}。",
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["desc"]="护盾可抵挡一定的伤害,并有200%反伤",
|
||||
["desc"]="反伤护盾:可承受最大生命值{0}的伤害,反弹200%对方伤害。",
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["desc"]="灼烧:回合结束时造成释放者攻击力{0}的伤害。",
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["desc"]="易伤:受到所有伤害提升{0}。",
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["desc"]="冻结:本回合无法行动,且增益效果不生效。",
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["desc"]="中毒:回合结束时造成释放者攻击力{0}的伤害。",
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["desc"]="禁锢:本回合只可使用普攻。",
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["desc"]="腐败:生命恢复效果降低{0}。",
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["desc"]="流血:受击时恢复攻击者生命,回合结束时造成释放者攻击力{0}的伤害。",
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["desc"]="虚弱:造成的伤害降低{0}。",
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["desc"]="昏睡:本回合无法行动,受击会移除效果。",
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["desc"]="诅咒:攻击不会造成伤害,而是治疗对方。",
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["desc"]="锁定:随机锁定棋盘上的一种颜色,无法选中。",
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["desc"]="先手:每回合都率先出手。",
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["desc"]="不死:受到致命伤害不会死亡。",
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["desc"]="反击:受到直接时有{0}的概率进行反击。",
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["desc"]="反伤:反弹{0}对方伤害。",
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["desc"]="反伤护盾:可承受最大生命值{0}的伤害,反弹400%对方伤害。",
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["desc"]="冰霜护盾:可承受最大生命值{0}的伤害。",
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["desc"]="冰霜护盾:可承受最大生命值{0}的伤害,反弹400%对方伤害。",
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -72,21 +124,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/cn/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/cn/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
["desc"]="获取经验+10%"
|
||||
},
|
||||
[2]={
|
||||
["desc"]="所有伤害+5%"
|
||||
},
|
||||
[3]={
|
||||
["desc"]="受到所有伤害-10%"
|
||||
},
|
||||
[4]={
|
||||
["desc"]="暴击率+20%,暴击伤害+30%"
|
||||
},
|
||||
[5]={
|
||||
["desc"]="技能伤害+15%"
|
||||
},
|
||||
[6]={
|
||||
["desc"]="回合开始前生成一个10%最大生命值的护盾"
|
||||
},
|
||||
[7]={
|
||||
["desc"]="回合开始前生命值+1%"
|
||||
},
|
||||
[8]={
|
||||
["desc"]="生命值恢复效果+5%"
|
||||
},
|
||||
[9]={
|
||||
["desc"]="回合开始前生命值+1%"
|
||||
},
|
||||
[10]={
|
||||
["desc"]="生命值恢复效果+5%"
|
||||
},
|
||||
[11]={
|
||||
["desc"]="敌方生命值+20%"
|
||||
},
|
||||
[12]={
|
||||
["desc"]="敌方攻击力+5%"
|
||||
},
|
||||
[13]={
|
||||
["desc"]="敌方造成伤害+5%"
|
||||
},
|
||||
[14]={
|
||||
["desc"]="敌方普攻次数+1"
|
||||
},
|
||||
[15]={
|
||||
["desc"]="治疗效果-10%"
|
||||
},
|
||||
[16]={
|
||||
["desc"]="敌方格挡概率+5%"
|
||||
},
|
||||
[17]={
|
||||
["desc"]="受到所有伤害-5%"
|
||||
},
|
||||
[18]={
|
||||
["desc"]="治疗效果-10%"
|
||||
},
|
||||
[19]={
|
||||
["desc"]="敌方格挡概率+5%"
|
||||
},
|
||||
[20]={
|
||||
["desc"]="受到所有伤害-5%"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/cn/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/cn/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5b4ae467193497042a2279d7434db09b
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,93 +1,93 @@
|
||||
local chapter = {
|
||||
[1]={
|
||||
["name"]="废弃小镇(西)"
|
||||
["name"]="1.小镇广场"
|
||||
},
|
||||
[2]={
|
||||
["name"]="废弃小镇(东)"
|
||||
["name"]="2.小镇堡垒"
|
||||
},
|
||||
[3]={
|
||||
["name"]="小镇幽径"
|
||||
["name"]="3.小镇矿山"
|
||||
},
|
||||
[4]={
|
||||
["name"]="小镇矿山"
|
||||
["name"]="4.幽暗矿洞"
|
||||
},
|
||||
[5]={
|
||||
["name"]="幽深丛林"
|
||||
["name"]="5.帝国边境"
|
||||
},
|
||||
[6]={
|
||||
["name"]="异雪丛林(西)"
|
||||
["name"]="6.异雪丛林(西)"
|
||||
},
|
||||
[7]={
|
||||
["name"]="异雪丛林(东)"
|
||||
["name"]="7.异雪丛林(东)"
|
||||
},
|
||||
[8]={
|
||||
["name"]="城堡外围"
|
||||
["name"]="8.城堡外围"
|
||||
},
|
||||
[9]={
|
||||
["name"]="城堡正门"
|
||||
["name"]="9.城堡正门"
|
||||
},
|
||||
[10]={
|
||||
["name"]="城堡内部"
|
||||
["name"]="10.帝国城堡"
|
||||
},
|
||||
[11]={
|
||||
["name"]="城堡深处"
|
||||
["name"]="11.城堡深处"
|
||||
},
|
||||
[12]={
|
||||
["name"]="城堡密道"
|
||||
["name"]="12.城堡密道"
|
||||
},
|
||||
[13]={
|
||||
["name"]="密道出口"
|
||||
["name"]="13.密道出口"
|
||||
},
|
||||
[14]={
|
||||
["name"]="城堡湖畔"
|
||||
["name"]="14.城堡湖畔"
|
||||
},
|
||||
[15]={
|
||||
["name"]="湖畔东岸"
|
||||
["name"]="15.湖畔东岸"
|
||||
},
|
||||
[16]={
|
||||
["name"]="腐败沼泽"
|
||||
["name"]="16.腐败沼泽"
|
||||
},
|
||||
[17]={
|
||||
["name"]="沼泽深处"
|
||||
["name"]="17.沼泽遗迹"
|
||||
},
|
||||
[18]={
|
||||
["name"]="雨林入口"
|
||||
["name"]="18.雨林入口"
|
||||
},
|
||||
[19]={
|
||||
["name"]="热带雨林"
|
||||
["name"]="19.热带雨林"
|
||||
},
|
||||
[20]={
|
||||
["name"]="巨大神庙"
|
||||
["name"]="20.巨大神庙"
|
||||
},
|
||||
[21]={
|
||||
["name"]="神庙庙门"
|
||||
["name"]="21.神庙下方"
|
||||
},
|
||||
[22]={
|
||||
["name"]="神秘祭坛"
|
||||
["name"]="22.神秘祭坛"
|
||||
},
|
||||
[23]={
|
||||
["name"]="恶魔祭坛"
|
||||
["name"]="23.恶魔祭坛"
|
||||
},
|
||||
[24]={
|
||||
["name"]="奇怪洞穴"
|
||||
["name"]="24.奇怪洞穴"
|
||||
},
|
||||
[25]={
|
||||
["name"]="洞穴深处"
|
||||
["name"]="25.洞穴深处"
|
||||
},
|
||||
[26]={
|
||||
["name"]="魔都西街"
|
||||
["name"]="26.魔都西街"
|
||||
},
|
||||
[27]={
|
||||
["name"]="魔都东街"
|
||||
["name"]="27.魔都东街"
|
||||
},
|
||||
[28]={
|
||||
["name"]="魔都中心"
|
||||
["name"]="28.魔都中心"
|
||||
},
|
||||
[29]={
|
||||
["name"]="魔都通路"
|
||||
["name"]="29.魔都通路"
|
||||
},
|
||||
[30]={
|
||||
["name"]="魔都出口"
|
||||
["name"]="30.魔都出口"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -131,6 +131,7 @@ local localization_global =
|
||||
["GOLD_PIG_TITLE"] = "超值金猪",
|
||||
["GOLD_PIG_DESC"] = "挑战关卡并收集钻石,你就可以获得一笔划算的交易。",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "每日挑战",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -36,7 +36,7 @@ local hero = {
|
||||
["name"]="木兰"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="蓝法"
|
||||
["name"]="冰心"
|
||||
},
|
||||
[43001]={
|
||||
["name"]="冰女"
|
||||
|
||||
@ -28,20 +28,20 @@ local item = {
|
||||
["desc"]="累计积分可提升通行证等级。"
|
||||
},
|
||||
[8]={
|
||||
["name"]="木箱(优秀,稀有)",
|
||||
["desc"]="木箱(优秀,稀有)"
|
||||
["name"]="木盒子",
|
||||
["desc"]="可以开出以上品质英雄。"
|
||||
},
|
||||
[9]={
|
||||
["name"]="木箱2(优秀,稀有)",
|
||||
["desc"]="木箱2(优秀,稀有)"
|
||||
["name"]="木箱子",
|
||||
["desc"]="可以开出以上品质英雄。"
|
||||
},
|
||||
[10]={
|
||||
["name"]="金箱(优秀,稀有)",
|
||||
["desc"]="金箱(优秀,稀有)"
|
||||
["name"]="金箱子",
|
||||
["desc"]="用金子装饰的英雄宝箱。"
|
||||
},
|
||||
[11]={
|
||||
["name"]="铂金箱(稀有,史诗)",
|
||||
["desc"]="铂金箱(稀有,史诗)"
|
||||
["name"]="铂金箱子",
|
||||
["desc"]="厉害的英雄都在里面。"
|
||||
},
|
||||
[12]={
|
||||
["name"]="经验",
|
||||
@ -60,103 +60,103 @@ local item = {
|
||||
["desc"]="用于商城开启珍贵宝箱。"
|
||||
},
|
||||
[16]={
|
||||
["name"]="所有任务宝箱",
|
||||
["desc"]="完成5个日常任务获得"
|
||||
["name"]="任务宝箱",
|
||||
["desc"]="完成5个日常任务获得。"
|
||||
},
|
||||
[17]={
|
||||
["name"]="广告累计宝箱",
|
||||
["desc"]="你可以在游戏种任何地点看广告,获得奖励"
|
||||
["name"]="广告宝箱",
|
||||
["desc"]="你可以在游戏中任何地点看广告,获得奖励。"
|
||||
},
|
||||
[18]={
|
||||
["name"]="铂金箱(稀有,史诗)",
|
||||
["desc"]="铂金箱(稀有,史诗)"
|
||||
["name"]="铂金大箱子",
|
||||
["desc"]="大大的铂金箱子!"
|
||||
},
|
||||
[19]={
|
||||
["name"]="随机碎片",
|
||||
["desc"]="挂机可获得随机碎片,领取后数量和品质将根据关卡提升。"
|
||||
},
|
||||
[12001]={
|
||||
["name"]="红SR-克劳德",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="舞娘碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[13001]={
|
||||
["name"]="红SR-克劳德",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="克劳德碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[13002]={
|
||||
["name"]="红SR-武僧",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="火旺碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[14001]={
|
||||
["name"]="红SSR-铁锤小孩",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="亚历山大碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[22001]={
|
||||
["name"]="黄R黑妹",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="刀妹碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[23001]={
|
||||
["name"]="黄SR野蛮人",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="野蛮人碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[23002]={
|
||||
["name"]="黄SR二丫",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="二丫碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[24001]={
|
||||
["name"]="黄ssr巨剑",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="巨剑魔童碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="绿R洋葱",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="洋葱头碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[33001]={
|
||||
["name"]="绿SR小鹿",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="小鹿碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[33002]={
|
||||
["name"]="绿SR森林狼",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="森林狼碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[34001]={
|
||||
["name"]="绿SSR花木兰",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="木兰碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="蓝R莉莉丝",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="冰心碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[43001]={
|
||||
["name"]="蓝SR冰女",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="冰女碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[43002]={
|
||||
["name"]="蓝SR鸦姐",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="鸦姐碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[44001]={
|
||||
["name"]="蓝SSR冰刃",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="寒冰妖姬碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[52001]={
|
||||
["name"]="紫R忍者",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="忍者伦碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[53001]={
|
||||
["name"]="紫SR女巫",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="魔女琪琪碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[53002]={
|
||||
["name"]="紫SR德古拉",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="灵魂猎手碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
},
|
||||
[54001]={
|
||||
["name"]="紫SSR蝴蝶",
|
||||
["desc"]="凑齐可解锁或升级。"
|
||||
["name"]="蝴蝶碎片",
|
||||
["desc"]="凑齐可激活或升级。"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
@ -132,37 +132,37 @@ local monster_base = {
|
||||
["name"]="骷髅恶魔法师(红衣)"
|
||||
},
|
||||
[30001]={
|
||||
["name"]="洋葱骑士"
|
||||
["name"]="洋葱头"
|
||||
},
|
||||
[30002]={
|
||||
["name"]="黑妹"
|
||||
["name"]="刀妹"
|
||||
},
|
||||
[30003]={
|
||||
["name"]="冰雪女巫"
|
||||
["name"]="冰心"
|
||||
},
|
||||
[30004]={
|
||||
["name"]="忍者"
|
||||
["name"]="忍者伦"
|
||||
},
|
||||
[30005]={
|
||||
["name"]="舞女"
|
||||
["name"]="舞娘"
|
||||
},
|
||||
[30006]={
|
||||
["name"]="小鹿"
|
||||
},
|
||||
[30007]={
|
||||
["name"]="巨剑"
|
||||
["name"]="巨剑魔童"
|
||||
},
|
||||
[30008]={
|
||||
["name"]="4把兵刃"
|
||||
["name"]="寒冰妖姬"
|
||||
},
|
||||
[30009]={
|
||||
["name"]="黑武僧"
|
||||
["name"]="火旺"
|
||||
},
|
||||
[30010]={
|
||||
["name"]="野人"
|
||||
["name"]="野蛮人"
|
||||
},
|
||||
[30011]={
|
||||
["name"]="二锤"
|
||||
["name"]="亚历山大"
|
||||
},
|
||||
[30014]={
|
||||
["name"]="克劳德"
|
||||
|
||||
@ -147,7 +147,7 @@ local skill_rogue = {
|
||||
["desc"]="舞步消散横向和纵向可额外消除2格。"
|
||||
},
|
||||
[1200105]={
|
||||
["desc"]="舞步消散链接超过5个元素附加亢奋效果,2回合。"
|
||||
["desc"]="舞步消散链接超过5个元素为团队附加亢奋效果,2回合。"
|
||||
},
|
||||
[1200106]={
|
||||
["desc"]="舞娘攻击提升15%。"
|
||||
@ -177,7 +177,7 @@ local skill_rogue = {
|
||||
["desc"]="巨剑旋风附加的伤害提升效果,回合数+1。"
|
||||
},
|
||||
[1300107]={
|
||||
["desc"]="巨剑旋风击杀敌人则附加亢奋效果,2回合。"
|
||||
["desc"]="巨剑旋风击杀敌人则为团队附加亢奋效果,2回合。"
|
||||
},
|
||||
[1300200]={
|
||||
["desc"]="解锁炎拳:沿纵向消除5格,并造成一次技能伤害,50%概率附加灼烧效果,2回合。"
|
||||
@ -438,7 +438,7 @@ local skill_rogue = {
|
||||
["desc"]="元素链接对冰霜敌人有20%概率附加冻结效果,1回合。"
|
||||
},
|
||||
[4200106]={
|
||||
["desc"]="蓝法攻击提升15%。"
|
||||
["desc"]="冰心攻击提升15%。"
|
||||
},
|
||||
[4200107]={
|
||||
["desc"]="元素链接附加冻结效果概率提升到40%。"
|
||||
@ -483,13 +483,13 @@ local skill_rogue = {
|
||||
["desc"]="鸦姐技能附加的冰霜效果,回合数+1。"
|
||||
},
|
||||
[4300305]={
|
||||
["desc"]="鸦姐技能附加削弱效果,2回合。"
|
||||
["desc"]="鸦姐技能附加虚弱效果,2回合。"
|
||||
},
|
||||
[4300306]={
|
||||
["desc"]="鸦姐技能沿+方向可额外消除4格。"
|
||||
},
|
||||
[4300307]={
|
||||
["desc"]="鸦姐技能附加的削弱效果,回合数+2。"
|
||||
["desc"]="鸦姐技能附加的虚弱效果,回合数+2。"
|
||||
},
|
||||
[4400100]={
|
||||
["desc"]="解锁冰霜剑舞:随机消除3个元素,并造成一次技能伤害,附加冰霜效果,1回合。"
|
||||
|
||||
30
lua/app/config/strings/cn/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/cn/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
["desc"]="通关每日挑战"
|
||||
},
|
||||
[2]={
|
||||
["desc"]="使用某英雄通关每日挑战"
|
||||
},
|
||||
[3]={
|
||||
["desc"]="通关时,战斗中超过10连击X次"
|
||||
},
|
||||
[4]={
|
||||
["desc"]="通关时,战斗中超过连接8消X次"
|
||||
},
|
||||
[5]={
|
||||
["desc"]="通关时某颜色元素英雄释放技能y次"
|
||||
},
|
||||
[6]={
|
||||
["desc"]="X回合内击败最终首领"
|
||||
},
|
||||
[7]={
|
||||
["desc"]="通关时,某英雄造成伤害占比超过X%"
|
||||
},
|
||||
[8]={
|
||||
["desc"]="通关时,某颜色元素英雄造成伤害占比超过X%"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/cn/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/cn/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3d5b89d5770357549b6a6f2c9ace7373
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/de/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/de/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/de/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/de/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f4924f582c3ad5a4a8a8e6603634275f
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -58,6 +58,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -118,6 +121,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/de/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/de/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/de/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/de/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5f613e34b9a579946bf0f56f7488ceff
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,67 +1,90 @@
|
||||
local buff = {
|
||||
[7]={
|
||||
["desc"]="DMG Taken from Red Elements will be reduced",
|
||||
["name"]="dec_dmg_red_add"
|
||||
},
|
||||
[8]={
|
||||
["desc"]="DMG Taken from Golden Elements will be reduced",
|
||||
["name"]="dec_dmg_yellow_add"
|
||||
},
|
||||
[9]={
|
||||
["desc"]="DMG Taken from Green Elements will be reduced",
|
||||
["name"]="dec_dmg_green_add"
|
||||
},
|
||||
[10]={
|
||||
["desc"]="DMG Taken from Blue Elements will be reduced",
|
||||
["name"]="dec_dmg_blue_add"
|
||||
},
|
||||
[11]={
|
||||
["desc"]="DMG Taken from Purple Elements will be reduced",
|
||||
["name"]="dec_dmg_purple_add"
|
||||
},
|
||||
[12]={
|
||||
["desc"]="DMG Taken from All Sources will be reduced",
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["desc"]="DMG Taken from Red Elements will be increased",
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["desc"]="DMG Taken from Golden Elements will be increased",
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["desc"]="DMG Taken from Green Elements will be increased",
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["desc"]="DMG Taken from Blue Elements will be increased",
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["desc"]="DMG Taken from Purple Elements will be increased",
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["desc"]="DMG Taken from All Sources will be increased",
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["desc"]="Unable to attack while in stun status",
|
||||
["name"]="stun"
|
||||
},
|
||||
[34]={
|
||||
["desc"]="The shield can absorb a certain amount of damage",
|
||||
["name"]="shield"
|
||||
},
|
||||
[36]={
|
||||
["desc"]="Reduce normal attack hits",
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["desc"]="The shield can absorb a certain amount of damage, reflect and deal 200% damage back to the enemy",
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -72,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/en/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/en/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/en/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/en/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 525609823fecb1c47b5f23e3dbeb1f91
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,39 +1,39 @@
|
||||
local chapter = {
|
||||
[1]={
|
||||
["name"]="1. Abandoned town"
|
||||
|
||||
},
|
||||
[2]={
|
||||
["name"]="2. Town Trod"
|
||||
|
||||
},
|
||||
[3]={
|
||||
["name"]="3. Town Mine"
|
||||
|
||||
},
|
||||
[4]={
|
||||
["name"]="4. Serenity Forest"
|
||||
|
||||
},
|
||||
[5]={
|
||||
["name"]="5. Cobble Shore (West)"
|
||||
|
||||
},
|
||||
[6]={
|
||||
["name"]="6. Cobble Shore (East)"
|
||||
|
||||
},
|
||||
[7]={
|
||||
["name"]="7. Castle Suburb"
|
||||
|
||||
},
|
||||
[8]={
|
||||
["name"]="8. Castle Gate"
|
||||
|
||||
},
|
||||
[9]={
|
||||
["name"]="9. Castle Inside"
|
||||
|
||||
},
|
||||
[10]={
|
||||
["name"]="10. Inner Castle"
|
||||
|
||||
},
|
||||
[11]={
|
||||
["name"]="11. Castle Inside"
|
||||
|
||||
},
|
||||
[12]={
|
||||
["name"]="12. Inner Castle"
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
|
||||
@ -61,38 +61,33 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
["name"]="Roxy Shard"
|
||||
},
|
||||
[13001]={
|
||||
["name"]="Roxy Shard",
|
||||
["desc"]="Roxy Shard, collect it to unlock or upgrade Roxy"
|
||||
["name"]="Carla Shard"
|
||||
},
|
||||
[13002]={
|
||||
["name"]="Carla Shard",
|
||||
["desc"]="Carla Shard, collect it to unlock or upgrade Carla"
|
||||
["name"]="Great Sword Robert Shard"
|
||||
},
|
||||
[14001]={
|
||||
["name"]="Great Sword Robert Shard",
|
||||
["desc"]="Great Sword Robert Shard, collect it to unlock or upgrade Great Sword Robert"
|
||||
["name"]="Aske Shard"
|
||||
},
|
||||
[22001]={
|
||||
["name"]="Aske Shard",
|
||||
["desc"]="Aske Shard, collect it to unlock or upgrade Aske"
|
||||
["name"]="Evelyn Shard"
|
||||
},
|
||||
[23001]={
|
||||
["name"]="Evelyn Shard",
|
||||
["desc"]="Evelyn Shard, collect it to unlock or upgrade Evelyn"
|
||||
["name"]="Lilith Shard"
|
||||
},
|
||||
[23002]={
|
||||
["name"]="Lilith Shard",
|
||||
["desc"]="Lilith Shard, collect it to unlock or upgrade Lilith"
|
||||
["name"]="White-Hair Catherine Shard"
|
||||
},
|
||||
[24001]={
|
||||
["name"]="White-Hair Catherine Shard",
|
||||
["desc"]="White-Hair Catherine Shard, collect it to unlock or upgrade White-Hair Catherine"
|
||||
["name"]="Allen Shard"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="Allen Shard",
|
||||
["desc"]="Allen Shard, collect it to unlock or upgrade Allen"
|
||||
|
||||
},
|
||||
[33001]={
|
||||
|
||||
@ -129,6 +124,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/en/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/en/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/en/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/en/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ad179828357d0ba459505ca3af848673
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/fr/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/fr/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/fr/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/fr/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: da36ae038d22c004199776a80377d6a2
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -58,6 +58,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -118,6 +121,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/fr/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/fr/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/fr/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/fr/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b15edaa48779fb04e932de110871d210
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/id/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/id/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/id/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/id/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b9e13ccbf7b704e41a70b38ec513409e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -58,6 +58,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -118,6 +121,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/id/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/id/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/id/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/id/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 75586f69f028821468e3f0cc4a51d1ff
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/ja/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/ja/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/ja/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/ja/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 77a3e549127f7c5418877540c28691dc
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -58,6 +58,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -118,6 +121,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/ja/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/ja/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/ja/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/ja/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b5700fa107a7f4e4b95b327698ef591b
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/ko/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/ko/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/ko/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/ko/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b08740dca5becad43b2d94f1718b8900
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -58,6 +58,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -118,6 +121,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/ko/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/ko/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/ko/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/ko/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 00939e06bd9b57644ab6ef318f820bc3
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/pt/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/pt/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/pt/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/pt/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7029fbd0737a02c47a2d52787f0df9fa
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -57,6 +57,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -117,6 +120,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/pt/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/pt/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/pt/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/pt/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6105bfab0f6133045a417047dd8cf21a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/ru/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/ru/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/ru/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/ru/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 949a550bb69544f4491f2891b1261174
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -55,6 +55,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -115,6 +118,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/ru/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/ru/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/ru/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/ru/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 301682ddfffa00d48a1b44420167d46d
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/th/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/th/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/th/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/th/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6f0ee715668f171419e2f269475e4bea
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -55,6 +55,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -115,6 +118,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/th/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/th/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/th/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/th/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9630c65289aa580409aa346fe511b834
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -17,24 +17,6 @@ local buff = {
|
||||
[12]={
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["name"]="stun"
|
||||
},
|
||||
@ -44,8 +26,65 @@ local buff = {
|
||||
[36]={
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -56,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
66
lua/app/config/strings/vi/buff_daily_challenge.lua
Normal file
66
lua/app/config/strings/vi/buff_daily_challenge.lua
Normal file
@ -0,0 +1,66 @@
|
||||
local buff_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
},
|
||||
[9]={
|
||||
|
||||
},
|
||||
[10]={
|
||||
|
||||
},
|
||||
[11]={
|
||||
|
||||
},
|
||||
[12]={
|
||||
|
||||
},
|
||||
[13]={
|
||||
|
||||
},
|
||||
[14]={
|
||||
|
||||
},
|
||||
[15]={
|
||||
|
||||
},
|
||||
[16]={
|
||||
|
||||
},
|
||||
[17]={
|
||||
|
||||
},
|
||||
[18]={
|
||||
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[20]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff_daily_challenge,count=20
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/vi/buff_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/vi/buff_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 573f827471fa15247ac52ab7496f6ae1
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -58,6 +58,9 @@ local item = {
|
||||
},
|
||||
[19]={
|
||||
|
||||
},
|
||||
[12001]={
|
||||
|
||||
},
|
||||
[13001]={
|
||||
|
||||
@ -118,6 +121,6 @@ local item = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=item,count=38
|
||||
data=item,count=39
|
||||
}
|
||||
return config
|
||||
30
lua/app/config/strings/vi/task_daily_challenge.lua
Normal file
30
lua/app/config/strings/vi/task_daily_challenge.lua
Normal file
@ -0,0 +1,30 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
},
|
||||
[4]={
|
||||
|
||||
},
|
||||
[5]={
|
||||
|
||||
},
|
||||
[6]={
|
||||
|
||||
},
|
||||
[7]={
|
||||
|
||||
},
|
||||
[8]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=task_daily_challenge,count=8
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/vi/task_daily_challenge.lua.meta
Normal file
10
lua/app/config/strings/vi/task_daily_challenge.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3bf2c249fcd54d34fa8d65bf04d056f9
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,67 +1,90 @@
|
||||
local buff = {
|
||||
[7]={
|
||||
["desc"]="受到紅色元素傷害降低",
|
||||
["name"]="dec_dmg_red_add"
|
||||
},
|
||||
[8]={
|
||||
["desc"]="受到黃色元素傷害降低",
|
||||
["name"]="dec_dmg_yellow_add"
|
||||
},
|
||||
[9]={
|
||||
["desc"]="受到綠色元素傷害降低",
|
||||
["name"]="dec_dmg_green_add"
|
||||
},
|
||||
[10]={
|
||||
["desc"]="受到藍色元素傷害降低",
|
||||
["name"]="dec_dmg_blue_add"
|
||||
},
|
||||
[11]={
|
||||
["desc"]="受到紫色元素傷害降低",
|
||||
["name"]="dec_dmg_purple_add"
|
||||
},
|
||||
[12]={
|
||||
["desc"]="受到所有傷害降低",
|
||||
["name"]="dec_dmg_all_add"
|
||||
},
|
||||
[13]={
|
||||
["desc"]="受到紅色元素傷害增加",
|
||||
["name"]="weakness_red_add"
|
||||
},
|
||||
[14]={
|
||||
["desc"]="受到黃色元素傷害增加",
|
||||
["name"]="weakness_yellow_add"
|
||||
},
|
||||
[15]={
|
||||
["desc"]="受到綠色元素傷害增加",
|
||||
["name"]="weakness_green_add"
|
||||
},
|
||||
[16]={
|
||||
["desc"]="受到藍色元素傷害增加",
|
||||
["name"]="weakness_blue_add"
|
||||
},
|
||||
[17]={
|
||||
["desc"]="受到紫色元素傷害增加",
|
||||
["name"]="weakness_purple_add"
|
||||
},
|
||||
[18]={
|
||||
["desc"]="受到所有傷害傷害增加",
|
||||
["name"]="weakness_all_add"
|
||||
},
|
||||
[33]={
|
||||
["desc"]="眩暈效果,無法進行攻擊",
|
||||
["name"]="stun"
|
||||
},
|
||||
[34]={
|
||||
["desc"]="護盾可抵擋一定的傷害",
|
||||
["name"]="shield"
|
||||
},
|
||||
[36]={
|
||||
["desc"]="普攻攻擊次數減少",
|
||||
["name"]="normal_attack_dec"
|
||||
},
|
||||
[37]={
|
||||
["name"]="normal_attack_add"
|
||||
},
|
||||
[47]={
|
||||
["desc"]="護盾可抵擋一定的傷害,並有200%反傷",
|
||||
["name"]="shield_rebound_200"
|
||||
},
|
||||
[48]={
|
||||
["name"]="burn"
|
||||
},
|
||||
[49]={
|
||||
["name"]="vulnerable"
|
||||
},
|
||||
[50]={
|
||||
["name"]="frozen"
|
||||
},
|
||||
[51]={
|
||||
["name"]="poison"
|
||||
},
|
||||
[52]={
|
||||
["name"]="imprison"
|
||||
},
|
||||
[53]={
|
||||
["name"]="corrupt"
|
||||
},
|
||||
[54]={
|
||||
["name"]="bleed"
|
||||
},
|
||||
[55]={
|
||||
["name"]="weaken"
|
||||
},
|
||||
[56]={
|
||||
["name"]="lethargy"
|
||||
},
|
||||
[57]={
|
||||
["name"]="curse"
|
||||
},
|
||||
[58]={
|
||||
["name"]="lock"
|
||||
},
|
||||
[59]={
|
||||
["name"]="first_hand"
|
||||
},
|
||||
[61]={
|
||||
["name"]="undead"
|
||||
},
|
||||
[62]={
|
||||
["name"]="counterattack"
|
||||
},
|
||||
[63]={
|
||||
["name"]="thorns"
|
||||
},
|
||||
[73]={
|
||||
["name"]="shield_rebound_400"
|
||||
},
|
||||
[74]={
|
||||
["name"]="shield_ice"
|
||||
},
|
||||
[75]={
|
||||
["name"]="shield_ice_rebound_400"
|
||||
}
|
||||
}
|
||||
local keys = {
|
||||
@ -72,21 +95,34 @@ local keys = {
|
||||
["dec_dmg_blue_add"]=buff[10],
|
||||
["dec_dmg_purple_add"]=buff[11],
|
||||
["dec_dmg_all_add"]=buff[12],
|
||||
["weakness_red_add"]=buff[13],
|
||||
["weakness_yellow_add"]=buff[14],
|
||||
["weakness_green_add"]=buff[15],
|
||||
["weakness_blue_add"]=buff[16],
|
||||
["weakness_purple_add"]=buff[17],
|
||||
["weakness_all_add"]=buff[18],
|
||||
["stun"]=buff[33],
|
||||
["shield"]=buff[34],
|
||||
["normal_attack_dec"]=buff[36],
|
||||
["shield_rebound_200"]=buff[47]
|
||||
["normal_attack_add"]=buff[37],
|
||||
["shield_rebound_200"]=buff[47],
|
||||
["burn"]=buff[48],
|
||||
["vulnerable"]=buff[49],
|
||||
["frozen"]=buff[50],
|
||||
["poison"]=buff[51],
|
||||
["imprison"]=buff[52],
|
||||
["corrupt"]=buff[53],
|
||||
["bleed"]=buff[54],
|
||||
["weaken"]=buff[55],
|
||||
["lethargy"]=buff[56],
|
||||
["curse"]=buff[57],
|
||||
["lock"]=buff[58],
|
||||
["first_hand"]=buff[59],
|
||||
["undead"]=buff[61],
|
||||
["counterattack"]=buff[62],
|
||||
["thorns"]=buff[63],
|
||||
["shield_rebound_400"]=buff[73],
|
||||
["shield_ice"]=buff[74],
|
||||
["shield_ice_rebound_400"]=buff[75]
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=buff,
|
||||
keys=keys,
|
||||
count=16
|
||||
count=29
|
||||
}
|
||||
return config
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user