This commit is contained in:
chenxi 2023-04-07 20:50:11 +08:00
parent 5c4c44823c
commit 0908bfe8bc
120 changed files with 9036 additions and 1179 deletions

View File

@ -5,10 +5,8 @@ local DataManager = {
function DataManager:init()
self.cdCallBack = {}
self._cacheManager = {}
-- self:initManager("BagData", "app/userdata/bag/bag_data")
-- self:initManager("TutorialData", "app/userdata/tutorial/tutorial_data")
self:initManager("PlayerData", "app/userdata/player/player_data")
self:initManager("StageData", "app/userdata/stage/stage_data")
self:initManager("ChapterData", "app/userdata/chapter/chapter_data")
self:initManager("HeroData", "app/userdata/hero/hero_data")
self:initManager("BattleData", "app/userdata/battle/battle_data")
end
@ -65,22 +63,20 @@ function DataManager:clear()
self.cacheTimer = nil
end
self.cdCallBack = {}
-- self.BagData:clear()
-- self.TutorialData:clear()
self.PlayerData:clear()
self.BattleData:clear()
self.ChapterData:clear()
ModuleManager.TaskManager:clear()
end
function DataManager:initWithServerData(data)
self:init()
Logger.logHighlight("------------------initWithServerData-----------------------")
Logger.printTable(data)
Time:setServerTimeZone(0)
self.initWithServer = true
self.PlayerData:init(data.PlayerData)
self.ChapterData:init(data.ChapterData)
self:scheduleGlobal()
self:checkDataBind()

View File

@ -61,6 +61,9 @@ local attr = {
},
[21]={
["name"]="block"
},
[22]={
["name"]="dmg_dec"
}
}
local keys = {
@ -85,12 +88,13 @@ local keys = {
["exp_time"]=attr[18],
["cured"]=attr[19],
["vampire"]=attr[20],
["block"]=attr[21]
["block"]=attr[21],
["dmg_dec"]=attr[22]
}
}
local config = {
data=attr,
keys=keys,
count=21
count=22
}
return config

128
lua/app/config/buff.lua Normal file
View File

@ -0,0 +1,128 @@
local buff = {
[1]={
["name"]="stun",
["buff_type"]=8,
["decr"]=2,
["is_percent"]=2,
["v_buf"]="stun",
["icon"]="stun",
["fx_continued"]={
4001
},
["hit_show"]=1
},
[2]={
["name"]="hit_stun",
["buff_type"]=9,
["decr"]=2,
["is_percent"]=2,
["v_buf"]="stun",
["change_name"]="stun",
["hit_show"]=1
},
[3]={
["name"]="hurt",
["buff_type"]=3,
["decr"]=3,
["is_percent"]=1,
["v_buf"]="hurt"
},
[4]={
["name"]="shield",
["buff_type"]=2,
["decr"]=1,
["is_percent"]=2,
["v_buf"]="shield",
["fx_get"]={
2010
},
["hit_show"]=1
},
[5]={
["name"]="atkp_add",
["buff_type"]=1,
["decr"]=1,
["is_percent"]=2,
["v_buf"]="atkp_add"
},
[6]={
["name"]="atkp_add_defenderhp",
["buff_type"]=1,
["decr"]=1,
["is_percent"]=2,
["v_buf"]="atkp_add"
},
[7]={
["name"]="healp",
["buff_type"]=5,
["decr"]=3,
["is_percent"]=2,
["v_buf"]="healp",
["fx_get"]={
2001
}
},
[8]={
["name"]="wavehealp",
["buff_type"]=5,
["decr"]=3,
["is_percent"]=2,
["v_buf"]="healp"
},
[9]={
["name"]="atkp_add_connect",
["buff_type"]=1,
["is_percent"]=2,
["v_buf"]="atkp_add"
},
[10]={
["name"]="spd_dec",
["buff_type"]=8,
["is_percent"]=2,
["v_buf"]="spd_dec"
},
[11]={
["name"]="block",
["buff_type"]=1,
["decr"]=1,
["is_percent"]=2,
["v_buf"]="block"
},
[12]={
["name"]="hit_block",
["buff_type"]=1,
["decr"]=1,
["is_percent"]=2,
["v_buf"]="block"
},
[13]={
["name"]="hit_healp",
["buff_type"]=5,
["decr"]=3,
["is_percent"]=2,
["v_buf"]="healp"
}
}
local keys = {
name = {
["stun"]=buff[1],
["hit_stun"]=buff[2],
["hurt"]=buff[3],
["shield"]=buff[4],
["atkp_add"]=buff[5],
["atkp_add_defenderhp"]=buff[6],
["healp"]=buff[7],
["wavehealp"]=buff[8],
["atkp_add_connect"]=buff[9],
["spd_dec"]=buff[10],
["block"]=buff[11],
["hit_block"]=buff[12],
["hit_healp"]=buff[13]
}
}
local config = {
data=buff,
keys=keys,
count=13
}
return config

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 2a97518dbfab4cc44af1932b8fc96900
guid: c92c154c076b1824f88e4eeaa6f544aa
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}

2472
lua/app/config/chapter.lua Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 3d9935f2098050744b4ccc5639f9ecd1
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

310
lua/app/config/hero.lua Normal file
View File

@ -0,0 +1,310 @@
local hero = {
[1]={
["position"]=3,
["qlt"]=2,
["base_skill"]=10,
["rouge_skill_1"]=200101,
["rouge_skill_2"]=200102,
["rouge_skill_3"]=200103,
["hp_1"]=100,
["hp_2"]=110,
["hp_3"]=120,
["hp_4"]=130,
["hp_5"]=140,
["hp_6"]=150,
["hp_7"]=160,
["hp_8"]=170,
["hp_9"]=180,
["hp_10"]=190,
["hp_11"]=200,
["hp_12"]=210,
["hp_13"]=220,
["hp_14"]=230,
["hp_15"]=240,
["atk_1"]=100,
["atk_2"]=110,
["atk_3"]=120,
["atk_4"]=130,
["atk_5"]=140,
["atk_6"]=150,
["atk_7"]=160,
["atk_8"]=170,
["atk_9"]=180,
["atk_10"]=190,
["atk_11"]=200,
["atk_12"]=210,
["atk_13"]=220,
["atk_14"]=230,
["atk_15"]=240
},
[2]={
["position"]=2,
["qlt"]=2,
["base_skill"]=20,
["rouge_skill_1"]=200201,
["rouge_skill_2"]=200202,
["rouge_skill_3"]=200203,
["hp_1"]=100,
["hp_2"]=110,
["hp_3"]=120,
["hp_4"]=130,
["hp_5"]=140,
["hp_6"]=150,
["hp_7"]=160,
["hp_8"]=170,
["hp_9"]=180,
["hp_10"]=190,
["hp_11"]=200,
["hp_12"]=210,
["hp_13"]=220,
["hp_14"]=230,
["hp_15"]=240,
["atk_1"]=100,
["atk_2"]=110,
["atk_3"]=120,
["atk_4"]=130,
["atk_5"]=140,
["atk_6"]=150,
["atk_7"]=160,
["atk_8"]=170,
["atk_9"]=180,
["atk_10"]=190,
["atk_11"]=200,
["atk_12"]=210,
["atk_13"]=220,
["atk_14"]=230,
["atk_15"]=240
},
[3]={
["position"]=4,
["qlt"]=2,
["base_skill"]=30,
["rouge_skill_1"]=200301,
["rouge_skill_2"]=200302,
["rouge_skill_3"]=200303,
["hp_1"]=100,
["hp_2"]=110,
["hp_3"]=120,
["hp_4"]=130,
["hp_5"]=140,
["hp_6"]=150,
["hp_7"]=160,
["hp_8"]=170,
["hp_9"]=180,
["hp_10"]=190,
["hp_11"]=200,
["hp_12"]=210,
["hp_13"]=220,
["hp_14"]=230,
["hp_15"]=240,
["atk_1"]=100,
["atk_2"]=110,
["atk_3"]=120,
["atk_4"]=130,
["atk_5"]=140,
["atk_6"]=150,
["atk_7"]=160,
["atk_8"]=170,
["atk_9"]=180,
["atk_10"]=190,
["atk_11"]=200,
["atk_12"]=210,
["atk_13"]=220,
["atk_14"]=230,
["atk_15"]=240
},
[4]={
["position"]=5,
["qlt"]=2,
["base_skill"]=40,
["rouge_skill_1"]=200401,
["rouge_skill_2"]=200402,
["rouge_skill_3"]=200403,
["hp_1"]=100,
["hp_2"]=110,
["hp_3"]=120,
["hp_4"]=130,
["hp_5"]=140,
["hp_6"]=150,
["hp_7"]=160,
["hp_8"]=170,
["hp_9"]=180,
["hp_10"]=190,
["hp_11"]=200,
["hp_12"]=210,
["hp_13"]=220,
["hp_14"]=230,
["hp_15"]=240,
["atk_1"]=100,
["atk_2"]=110,
["atk_3"]=120,
["atk_4"]=130,
["atk_5"]=140,
["atk_6"]=150,
["atk_7"]=160,
["atk_8"]=170,
["atk_9"]=180,
["atk_10"]=190,
["atk_11"]=200,
["atk_12"]=210,
["atk_13"]=220,
["atk_14"]=230,
["atk_15"]=240
},
[5]={
["position"]=1,
["qlt"]=2,
["base_skill"]=50,
["rouge_skill_1"]=200501,
["rouge_skill_2"]=200502,
["rouge_skill_3"]=200503,
["hp_1"]=100,
["hp_2"]=110,
["hp_3"]=120,
["hp_4"]=130,
["hp_5"]=140,
["hp_6"]=150,
["hp_7"]=160,
["hp_8"]=170,
["hp_9"]=180,
["hp_10"]=190,
["hp_11"]=200,
["hp_12"]=210,
["hp_13"]=220,
["hp_14"]=230,
["hp_15"]=240,
["atk_1"]=100,
["atk_2"]=110,
["atk_3"]=120,
["atk_4"]=130,
["atk_5"]=140,
["atk_6"]=150,
["atk_7"]=160,
["atk_8"]=170,
["atk_9"]=180,
["atk_10"]=190,
["atk_11"]=200,
["atk_12"]=210,
["atk_13"]=220,
["atk_14"]=230,
["atk_15"]=240
},
[6]={
["position"]=3,
["qlt"]=3,
["base_skill"]=60,
["rouge_skill_1"]=200601,
["rouge_skill_2"]=200602,
["rouge_skill_3"]=200603,
["hp_1"]=150,
["hp_2"]=165,
["hp_3"]=180,
["hp_4"]=195,
["hp_5"]=210,
["hp_6"]=225,
["hp_7"]=240,
["hp_8"]=255,
["hp_9"]=270,
["hp_10"]=285,
["hp_11"]=300,
["hp_12"]=315,
["hp_13"]=330,
["hp_14"]=345,
["hp_15"]=360,
["atk_1"]=150,
["atk_2"]=165,
["atk_3"]=180,
["atk_4"]=195,
["atk_5"]=210,
["atk_6"]=225,
["atk_7"]=240,
["atk_8"]=255,
["atk_9"]=270,
["atk_10"]=285,
["atk_11"]=300,
["atk_12"]=315,
["atk_13"]=330,
["atk_14"]=345,
["atk_15"]=360
},
[7]={
["position"]=2,
["qlt"]=3,
["base_skill"]=70,
["rouge_skill_1"]=200701,
["rouge_skill_2"]=200702,
["rouge_skill_3"]=200703,
["hp_1"]=150,
["hp_2"]=165,
["hp_3"]=180,
["hp_4"]=195,
["hp_5"]=210,
["hp_6"]=225,
["hp_7"]=240,
["hp_8"]=255,
["hp_9"]=270,
["hp_10"]=285,
["hp_11"]=300,
["hp_12"]=315,
["hp_13"]=330,
["hp_14"]=345,
["hp_15"]=360,
["atk_1"]=150,
["atk_2"]=165,
["atk_3"]=180,
["atk_4"]=195,
["atk_5"]=210,
["atk_6"]=225,
["atk_7"]=240,
["atk_8"]=255,
["atk_9"]=270,
["atk_10"]=285,
["atk_11"]=300,
["atk_12"]=315,
["atk_13"]=330,
["atk_14"]=345,
["atk_15"]=360
},
[8]={
["position"]=4,
["qlt"]=3,
["base_skill"]=80,
["rouge_skill_1"]=200801,
["rouge_skill_2"]=200802,
["rouge_skill_3"]=200803,
["hp_1"]=150,
["hp_2"]=165,
["hp_3"]=180,
["hp_4"]=195,
["hp_5"]=210,
["hp_6"]=225,
["hp_7"]=240,
["hp_8"]=255,
["hp_9"]=270,
["hp_10"]=285,
["hp_11"]=300,
["hp_12"]=315,
["hp_13"]=330,
["hp_14"]=345,
["hp_15"]=360,
["atk_1"]=150,
["atk_2"]=165,
["atk_3"]=180,
["atk_4"]=195,
["atk_5"]=210,
["atk_6"]=225,
["atk_7"]=240,
["atk_8"]=255,
["atk_9"]=270,
["atk_10"]=285,
["atk_11"]=300,
["atk_12"]=315,
["atk_13"]=330,
["atk_14"]=345,
["atk_15"]=360
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 86113427518d382438fa1e9684cbb09d
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,195 @@
local hero_level = {
[1]={
["cost_2"]={
3,
0
},
["unlock_skill"]=1
},
[2]={
["cost_2"]={
5,
100
}
},
[3]={
["cost_2"]={
10,
250
},
["cost_3"]={
3,
0
}
},
[4]={
["cost_2"]={
25,
500
},
["cost_3"]={
5,
500
},
["unlock_skill"]=2
},
[5]={
["cost_2"]={
50,
1000
},
["cost_3"]={
10,
500
},
["cost_4"]={
3,
500
}
},
[6]={
["cost_2"]={
100,
1000
},
["cost_3"]={
25,
500
},
["cost_4"]={
5,
500
}
},
[7]={
["cost_2"]={
200,
10000
},
["cost_3"]={
50,
10000
},
["cost_4"]={
10,
500
}
},
[8]={
["cost_2"]={
500,
10000
},
["cost_3"]={
100,
10000
},
["cost_4"]={
20,
10000
},
["unlock_skill"]=3
},
[9]={
["cost_2"]={
1000,
10000
},
["cost_3"]={
200,
10000
},
["cost_4"]={
40,
10000
}
},
[10]={
["cost_2"]={
1500,
10000
},
["cost_3"]={
400,
10000
},
["cost_4"]={
80,
10000
}
},
[11]={
["cost_2"]={
2000,
10000
},
["cost_3"]={
1000,
10000
},
["cost_4"]={
160,
10000
}
},
[12]={
["cost_2"]={
2500,
10000
},
["cost_3"]={
1500,
10000
},
["cost_4"]={
320,
10000
}
},
[13]={
["cost_2"]={
3000,
10000
},
["cost_3"]={
2000,
10000
},
["cost_4"]={
640,
10000
}
},
[14]={
["cost_2"]={
4000,
10000
},
["cost_3"]={
3000,
10000
},
["cost_4"]={
1000,
10000
}
},
[15]={
["cost_2"]={
5000,
10000
},
["cost_3"]={
4000,
10000
},
["cost_4"]={
1500,
10000
}
}
}
local config = {
data=hero_level,count=15
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: febc9ff44f1cbc64e9185f9c4884bdd2
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -17,80 +17,118 @@ local item = {
[4]={
["type"]=3,
["qlt"]=2,
["icon"]="4"
["icon"]="4",
["hero_drop"]={
{
["id"]=5001,
["weight"]=100
},
{
["id"]=5002,
["weight"]=100
},
{
["id"]=5003,
["weight"]=100
},
{
["id"]=5004,
["weight"]=100
},
{
["id"]=5005,
["weight"]=100
}
}
},
[5]={
["type"]=3,
["qlt"]=3,
["icon"]="5"
["icon"]="5",
["hero_drop"]={
{
["id"]=5006,
["weight"]=100
},
{
["id"]=5007,
["weight"]=100
},
{
["id"]=5008,
["weight"]=100
}
}
},
[6]={
["type"]=3,
["qlt"]=4,
["icon"]="6"
["icon"]="6",
["hero_drop"]={
{
["id"]=5006,
["weight"]=100
},
{
["id"]=5007,
["weight"]=100
},
{
["id"]=5008,
["weight"]=100
}
}
},
[5001]={
["type"]=5,
["parameter"]=5001,
["parameter"]=10,
["qlt"]=2,
["icon"]="5001"
},
[5002]={
["type"]=5,
["parameter"]=5002,
["parameter"]=20,
["qlt"]=2,
["icon"]="5002"
},
[5003]={
["type"]=5,
["parameter"]=5003,
["parameter"]=30,
["qlt"]=2,
["icon"]="5003"
},
[5004]={
["type"]=5,
["parameter"]=5004,
["parameter"]=40,
["qlt"]=2,
["icon"]="5004"
},
[5005]={
["type"]=5,
["parameter"]=5005,
["parameter"]=50,
["qlt"]=2,
["icon"]="5005"
},
[5006]={
["type"]=5,
["parameter"]=5006,
["parameter"]=60,
["qlt"]=3,
["icon"]="5006"
},
[5007]={
["type"]=5,
["parameter"]=5007,
["parameter"]=70,
["qlt"]=3,
["icon"]="5007"
},
[5008]={
["type"]=5,
["parameter"]=5008,
["parameter"]=80,
["qlt"]=3,
["icon"]="5008"
},
[5009]={
["type"]=5,
["parameter"]=5009,
["qlt"]=3,
["icon"]="5009"
},
[5010]={
["type"]=5,
["parameter"]=5010,
["qlt"]=3,
["icon"]="5010"
}
}
local config = {
data=item,count=16
data=item,count=14
}
return config

View File

@ -0,0 +1,284 @@
local skill_hero = {
[10]={
["energy"]=10,
["position"]=3,
["method"]=2,
["skill_type"]=1,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
}
},
["icon"]=10
},
[20]={
["energy"]=10,
["position"]=2,
["method"]=2,
["skill_type"]=0,
["effect"]={
{
["type"]="hurt",
["num"]=20000,
["ratio"]=10000,
["round"]=0
}
},
["obj"]=2,
["icon"]=20
},
[21]={
["energy"]=10,
["method"]=2,
["skill_type"]=2,
["skill_type_parameter"]=2,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
}
},
["effect"]={
{
["type"]="hurt",
["num"]=20000,
["ratio"]=10000,
["round"]=0
}
},
["icon"]=20
},
[30]={
["energy"]=10,
["position"]=4,
["method"]=2,
["skill_type"]=1,
["boardrange"]={
{
["type"]=0,
["range"]=2
}
},
["icon"]=30
},
[40]={
["energy"]=10,
["position"]=5,
["method"]=2,
["skill_type"]=0,
["effect"]={
{
["type"]="shield",
["num"]=1000,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]=40
},
[50]={
["energy"]=10,
["position"]=1,
["method"]=2,
["skill_type"]=1,
["boardrange"]={
{
["type"]=3,
["range"]=2
},
{
["type"]=4,
["range"]=2
}
},
["icon"]=50
},
[60]={
["energy"]=10,
["position"]=3,
["method"]=2,
["skill_type"]=0,
["effect"]={
{
["type"]="healp",
["num"]=2000,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]=60
},
[70]={
["energy"]=10,
["position"]=2,
["method"]=2,
["skill_type"]=0,
["effect"]={
{
["type"]="atkp_add_connect",
["num"]=5000,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]=70
},
[71]={
["energy"]=10,
["position"]=4,
["method"]=1,
["skill_type"]=2,
["skill_type_parameter"]=2,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
}
},
["effect"]={
{
["type"]="atkp_add_connect",
["num"]=5000,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]=70
},
[72]={
["energy"]=10,
["method"]=1,
["skill_type"]=2,
["skill_type_parameter"]=2,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
},
{
["type"]=5,
["range"]=1
},
{
["type"]=6,
["range"]=1
},
{
["type"]=7,
["range"]=1
},
{
["type"]=8,
["range"]=1
}
},
["icon"]=70
},
[80]={
["energy"]=10,
["method"]=2,
["skill_type"]=0,
["effect"]={
{
["type"]="hurt",
["num"]=15000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="spd_dec",
["num"]=1,
["ratio"]=10000,
["round"]=1
}
},
["icon"]=80
},
[81]={
["energy"]=10,
["method"]=2,
["skill_type"]=1,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
}
},
["effect"]={
{
["type"]="hurt",
["num"]=15000,
["ratio"]=10000,
["round"]=0
},
{
["type"]="spd_dec",
["num"]=1,
["ratio"]=10000,
["round"]=1
}
},
["icon"]=80
}
}
local config = {
data=skill_hero,count=12
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 816191ff02ba0434098383a2d0d5fd4c
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

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
["name"]="第1关"
},
[2]={
["name"]="第2关"
},
[3]={
["name"]="第3关"
},
[4]={
["name"]="第4关"
},
[5]={
["name"]="第5关"
},
[6]={
["name"]="第6关"
},
[7]={
["name"]="第7关"
},
[8]={
["name"]="第8关"
},
[9]={
["name"]="第9关"
},
[10]={
["name"]="第10关"
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: d78fa8d615ae443468ef485a533461ef
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
["name"]="王八拳"
},
[2]={
["name"]="无影腿"
},
[3]={
["name"]="闪电鞭"
},
[4]={
["name"]="金钟罩"
},
[5]={
["name"]="大鹏展翅"
},
[6]={
["name"]="丹田吐纳"
},
[7]={
["name"]="疾风骤雨"
},
[8]={
["name"]="寒冰掌"
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: efeee740136fcde44829cd767bcad4d4
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
["desc"]="将上下2格元素进行消除"
},
[20]={
["desc"]="使用一次无影腿终结技,造成大量伤害"
},
[30]={
["desc"]="随机额外消除2个元素"
},
[40]={
["desc"]="生成一个金钟罩持续1回合可承受最大生命值10%伤害"
},
[50]={
["desc"]="将左右2格元素进行消除"
},
[60]={
["desc"]="立即恢复20%生命值"
},
[70]={
["desc"]="每一次攻击的伤害将增加50%"
},
[80]={
["desc"]="额外造成1次伤害并给敌人1回合冰霜效果"
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 656b3309081fb064eaac3b429fc88702
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
["desc"]="全局攻击力+3%~5%"
},
[2]={
["desc"]="全局攻击力+8%~12%"
},
[3]={
["desc"]="全局攻击力+13%~20%"
},
[4]={
["desc"]="红色攻击+3%~5%"
},
[5]={
["desc"]="红色攻击+8%~12%"
},
[6]={
["desc"]="红色攻击+13%~20%"
},
[7]={
["desc"]="黄色攻击+3%~5%"
},
[8]={
["desc"]="黄色攻击+8%~12%"
},
[9]={
["desc"]="黄色攻击+13%~20%"
},
[10]={
["desc"]="绿色攻击+3%~5%"
},
[11]={
["desc"]="绿色攻击+8%~12%"
},
[12]={
["desc"]="绿色攻击+13%~20%"
},
[13]={
["desc"]="蓝色攻击+3%~5%"
},
[14]={
["desc"]="蓝色攻击+8%~12%"
},
[15]={
["desc"]="蓝色攻击+13%~20%"
},
[16]={
["desc"]="紫色攻击+3%~5%"
},
[17]={
["desc"]="紫色攻击+8%~12%"
},
[18]={
["desc"]="紫色攻击+13%~20%"
},
[19]={
["desc"]="角色血量低于50%时所有伤害增加40%"
},
[20]={
["desc"]="获得经验+5%"
},
[21]={
["desc"]="最大生命值+3%~5%"
},
[22]={
["desc"]="最大生命值+8%~12%"
},
[23]={
["desc"]="最大生命值+13%~20%"
},
[24]={
["desc"]="回合开始前生命值恢复1%"
},
[25]={
["desc"]="生命值恢复效果提升1%"
},
[26]={
["desc"]="格挡概率增加10%"
},
[27]={
["desc"]="暴击率+10%"
},
[28]={
["desc"]="受到伤害降低10%"
},
[29]={
["desc"]="角色血量恢复10%"
},
[30]={
["desc"]="将场上随机2个非红色元素变为红色"
},
[31]={
["desc"]="将场上随机4个非红色元素变为红色"
},
[32]={
["desc"]="将场上随机5个非红色元素变为红色"
},
[33]={
["desc"]="将场上所有红色元素变成2个"
},
[34]={
["desc"]="将场上随机2个非黄色元素变为黄色"
},
[35]={
["desc"]="将场上随机4个非黄色元素变为黄色"
},
[36]={
["desc"]="将场上随机5个非黄色元素变为黄色"
},
[37]={
["desc"]="将场上所有黄色元素变成2个"
},
[38]={
["desc"]="将场上随机2个非绿色元素变为绿色"
},
[39]={
["desc"]="将场上随机4个非绿色元素变为绿色"
},
[40]={
["desc"]="将场上随机5个非绿色元素变为绿色"
},
[41]={
["desc"]="将场上所有绿色元素变成2个"
},
[42]={
["desc"]="将场上随机2个非蓝色元素变为蓝色"
},
[43]={
["desc"]="将场上随机4个非蓝色元素变为蓝色"
},
[44]={
["desc"]="将场上随机5个非蓝色元素变为蓝色"
},
[45]={
["desc"]="将场上所有蓝色元素变成2个"
},
[46]={
["desc"]="将场上随机2个非紫色元素变为紫色"
},
[47]={
["desc"]="将场上随机4个非紫色元素变为紫色"
},
[48]={
["desc"]="将场上随机5个非紫色元素变为紫色"
},
[49]={
["desc"]="将场上所有紫色元素变成2个"
},
[200101]={
["desc"]="王八拳可上下多消1格"
},
[200102]={
["desc"]="连接王八拳伤害增加10%"
},
[200103]={
["desc"]="连接王八拳每次攻击有10%概率眩晕对手1回合。"
},
[200201]={
["desc"]="生成无影腿终结技时顺带将其底部3个元素变为金色"
},
[200202]={
["desc"]="连接无影腿时伤害增加10%"
},
[200203]={
["desc"]="无影腿终结技可踢2次"
},
[200301]={
["desc"]="闪电鞭可与任何颜色链接"
},
[200302]={
["desc"]="被闪电鞭消除的元素造成的伤害提升10%"
},
[200303]={
["desc"]="闪电鞭随机消除元素增加2个"
},
[200401]={
["desc"]="金钟罩可与任何颜色链接"
},
[200402]={
["desc"]="增加金钟罩承受伤害10%"
},
[200403]={
["desc"]="生成的金钟罩额外持续1回合"
},
[200501]={
["desc"]="大鹏展翅左右可多消1格"
},
[200502]={
["desc"]="连接大鹏展翅伤害增加10%"
},
[200503]={
["desc"]="每有1个元素连接大鹏展翅则本回合格挡增加2%"
},
[200601]={
["desc"]="丹田吐纳可与任何元素连接"
},
[200602]={
["desc"]="连接丹田吐纳时伤害增加10%"
},
[200603]={
["desc"]="连接丹田吐纳的每一击都将恢复2%生命值"
},
[200701]={
["desc"]="疾风骤雨被连接时其上下左右4个元素变为金色元素"
},
[200702]={
["desc"]="连接疾风骤雨时伤害增加10%"
},
[200703]={
["desc"]="疾风骤雨被连接时周围8格元素变为金色元素"
},
[200801]={
["desc"]="寒冰掌被使用时可消除掉其上下左右4个元素"
},
[200802]={
["desc"]="连接寒冰掌时伤害增加10%"
},
[200803]={
["desc"]="冰霜效果将持续2回合"
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 2f72f412e92f35f4eb512c4c02f98ac6
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: becd87bdbd6d3834b85a2956be498358
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 75a2c45cbe2bcfd4995b93096c253113
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 52043ed0a49b656479a6ec642f790696
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: a1e83d213f0bf634c8e97c6287c32ae7
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 1e5af6f47d2c6cb418798e94a47a8ccd
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 477210c4740714f43a95811bbf4d4353
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 9ed23fb723c84bc4cbe22954d6b17a5a
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c1d50c1fa2124c54699075edfe8eff89
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: d3dfc7227a3498740a7983c0b00d25c7
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 9961c77a5c2af2b4d9e3a2b571e30fb6
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 47f8c514724c20d47a92c9a1512ebb6b
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: bce0a949f9344044abc04bf571518479
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 67c1ea18cf9128c49af5b691284c31e0
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 804e5fa17855dbb468e8655e257066d8
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 5818c0136d578bf43b5ea61b3ee212a9
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: f74bda9166e39f945b09e4a2f8ac9dee
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 61feda3ac6a7b5d499dfbbb2e6811309
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: ffbc5b9207088874682577f60b5697e7
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c3c8d0c6a926f0946acac0aad625138f
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 77cbc4e16d24e194fba2e1bd4825b251
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: f15e8b1dac922444f89a67c359637b0c
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 009437ba48b89324490538ab31edcebd
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 47433e8e0f6b71a4f91e25cd4f6ace44
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 4fa88b68e52f1514780f5faca9e3939f
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: f2c3ae422cb03ef498795afcfbac053e
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 0f30de0cd2d648c4286642d059262572
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 58b913ed5a2648440987f275ed61b547
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 6abb68c472430b244a7e1b3043b994f0
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 930044de16e90d14e8b3b1cd37b23a22
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 6de16673704c042439caf14648e6d8e6
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c69db0ac47970c64f8d89ac40916afaf
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 97580252713cfea42897abc2f9bed5c7
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: e4e609fcd9bbac647a363259925fc441
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 0141282daef9a9143a8e9add08e1879f
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: f487bcf921b9e484e8f04834d6272bc3
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,225 @@
local skill_rogue = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
},
[11]={
},
[12]={
},
[13]={
},
[14]={
},
[15]={
},
[16]={
},
[17]={
},
[18]={
},
[19]={
},
[20]={
},
[21]={
},
[22]={
},
[23]={
},
[24]={
},
[25]={
},
[26]={
},
[27]={
},
[28]={
},
[29]={
},
[30]={
},
[31]={
},
[32]={
},
[33]={
},
[34]={
},
[35]={
},
[36]={
},
[37]={
},
[38]={
},
[39]={
},
[40]={
},
[41]={
},
[42]={
},
[43]={
},
[44]={
},
[45]={
},
[46]={
},
[47]={
},
[48]={
},
[49]={
},
[200101]={
},
[200102]={
},
[200103]={
},
[200201]={
},
[200202]={
},
[200203]={
},
[200301]={
},
[200302]={
},
[200303]={
},
[200401]={
},
[200402]={
},
[200403]={
},
[200501]={
},
[200502]={
},
[200503]={
},
[200601]={
},
[200602]={
},
[200603]={
},
[200701]={
},
[200702]={
},
[200703]={
},
[200801]={
},
[200802]={
},
[200803]={
}
}
local config = {
data=skill_rogue,count=73
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 7e6a9c5cb3b3e8343bc36c2e8b812276
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,36 @@
local chapter = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
},
[9]={
},
[10]={
}
}
local config = {
data=chapter,count=10
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 0fe9079a18f3469468a8e8c202206a78
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local hero = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[7]={
},
[8]={
}
}
local config = {
data=hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 683945e4333147d43847e1eb5fcbcb03
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,30 @@
local skill_hero = {
[10]={
},
[20]={
},
[30]={
},
[40]={
},
[50]={
},
[60]={
},
[70]={
},
[80]={
}
}
local config = {
data=skill_hero,count=8
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: e91da45666fe37b4aa1513858f184119
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

Some files were not shown because too many files have changed in this diff Show More