diff --git a/lua/app/config/chapter_dungeon_equip.lua b/lua/app/config/chapter_dungeon_equip.lua index 0d821366..77938f96 100644 --- a/lua/app/config/chapter_dungeon_equip.lua +++ b/lua/app/config/chapter_dungeon_equip.lua @@ -8,11 +8,11 @@ local chapter_dungeon_equip = { 1 }, ["monster"]={ - 103, - 203, - 303, - 403, - 503 + 106, + 206, + 306, + 406, + 506 }, ["first_reward"]={ ["type"]=1, @@ -100,11 +100,11 @@ local chapter_dungeon_equip = { 2 }, ["monster"]={ - 603, - 703, - 803, - 903, - 1003 + 606, + 706, + 806, + 906, + 1006 }, ["first_reward"]={ ["type"]=1, @@ -192,11 +192,11 @@ local chapter_dungeon_equip = { 3 }, ["monster"]={ - 1103, - 1203, - 1303, - 1403, - 1503 + 1106, + 1206, + 1306, + 1406, + 1506 }, ["first_reward"]={ ["type"]=1, @@ -284,11 +284,11 @@ local chapter_dungeon_equip = { 4 }, ["monster"]={ - 1603, - 1703, - 1803, - 1903, - 2003 + 1606, + 1706, + 1806, + 1906, + 2006 }, ["first_reward"]={ ["type"]=1, @@ -376,11 +376,11 @@ local chapter_dungeon_equip = { 5 }, ["monster"]={ - 2103, - 2203, - 2303, - 2403, - 2503 + 2106, + 2206, + 2306, + 2406, + 2506 }, ["first_reward"]={ ["type"]=1, @@ -468,11 +468,11 @@ local chapter_dungeon_equip = { 6 }, ["monster"]={ - 2603, - 2703, - 2803, - 2903, - 3003 + 2606, + 2706, + 2806, + 2906, + 3006 }, ["first_reward"]={ ["type"]=1, @@ -560,11 +560,11 @@ local chapter_dungeon_equip = { 7 }, ["monster"]={ - 3103, - 3203, - 3303, - 3403, - 3503 + 3106, + 3206, + 3306, + 3406, + 3506 }, ["first_reward"]={ ["type"]=1, @@ -652,11 +652,11 @@ local chapter_dungeon_equip = { 8 }, ["monster"]={ - 3603, - 3703, - 3803, - 3903, - 4003 + 3606, + 3706, + 3806, + 3906, + 4006 }, ["first_reward"]={ ["type"]=1, @@ -744,11 +744,11 @@ local chapter_dungeon_equip = { 9 }, ["monster"]={ - 4103, - 4203, - 4303, - 4403, - 4503 + 4106, + 4206, + 4306, + 4406, + 4506 }, ["first_reward"]={ ["type"]=1, @@ -836,11 +836,11 @@ local chapter_dungeon_equip = { 10 }, ["monster"]={ - 4603, - 4703, - 4803, - 4903, - 5003 + 4606, + 4706, + 4806, + 4906, + 5006 }, ["first_reward"]={ ["type"]=1, @@ -928,11 +928,11 @@ local chapter_dungeon_equip = { 11 }, ["monster"]={ - 5103, - 5203, - 5303, - 5403, - 5503 + 5106, + 5206, + 5306, + 5406, + 5506 }, ["first_reward"]={ ["type"]=1, @@ -1020,11 +1020,11 @@ local chapter_dungeon_equip = { 12 }, ["monster"]={ - 5603, - 5703, - 5803, - 5903, - 6003 + 5606, + 5706, + 5806, + 5906, + 6006 }, ["first_reward"]={ ["type"]=1, @@ -1112,11 +1112,11 @@ local chapter_dungeon_equip = { 13 }, ["monster"]={ - 6103, - 6203, - 6303, - 6403, - 6503 + 6106, + 6206, + 6306, + 6406, + 6506 }, ["first_reward"]={ ["type"]=1, @@ -1204,11 +1204,11 @@ local chapter_dungeon_equip = { 14 }, ["monster"]={ - 6603, - 6703, - 6803, - 6903, - 7003 + 6606, + 6706, + 6806, + 6906, + 7006 }, ["first_reward"]={ ["type"]=1, @@ -1296,11 +1296,11 @@ local chapter_dungeon_equip = { 15 }, ["monster"]={ - 7103, - 7203, - 7303, - 7403, - 7503 + 7106, + 7206, + 7306, + 7406, + 7506 }, ["first_reward"]={ ["type"]=1, @@ -1388,11 +1388,11 @@ local chapter_dungeon_equip = { 1 }, ["monster"]={ - 7103, - 7203, - 7303, - 7403, - 7503 + 7606, + 7706, + 7806, + 7906, + 8006 }, ["first_reward"]={ ["type"]=1, @@ -1480,11 +1480,11 @@ local chapter_dungeon_equip = { 2 }, ["monster"]={ - 7103, - 7203, - 7303, - 7403, - 7503 + 8106, + 8206, + 8306, + 8406, + 8506 }, ["first_reward"]={ ["type"]=1, @@ -1572,11 +1572,11 @@ local chapter_dungeon_equip = { 3 }, ["monster"]={ - 7103, - 7203, - 7303, - 7403, - 7503 + 8606, + 8706, + 8806, + 8906, + 9006 }, ["first_reward"]={ ["type"]=1, @@ -1664,11 +1664,11 @@ local chapter_dungeon_equip = { 4 }, ["monster"]={ - 7103, - 7203, - 7303, - 7403, - 7503 + 9106, + 9206, + 9306, + 9406, + 9506 }, ["first_reward"]={ ["type"]=1, @@ -1756,11 +1756,11 @@ local chapter_dungeon_equip = { 5 }, ["monster"]={ - 7103, - 7203, - 7303, - 7403, - 7503 + 9606, + 9706, + 9806, + 9906, + 10006 }, ["first_reward"]={ ["type"]=1, diff --git a/lua/app/config/func_open.lua b/lua/app/config/func_open.lua index 83592b55..7a182ed1 100644 --- a/lua/app/config/func_open.lua +++ b/lua/app/config/func_open.lua @@ -86,9 +86,17 @@ local func_open = { ["collection_open"]={ ["stage"]=7, ["pop_ups"]=1 + }, + ["dungeon_weapon_open"]={ + ["stage"]=8, + ["pop_ups"]=1 + }, + ["dungeon_armor_open"]={ + ["stage"]=10, + ["pop_ups"]=1 } } local config = { -data=func_open,count=22 +data=func_open,count=24 } return config \ No newline at end of file diff --git a/lua/app/config/monster_dungeon_equip.lua b/lua/app/config/monster_dungeon_equip.lua index c250e6fd..1741e8c2 100644 --- a/lua/app/config/monster_dungeon_equip.lua +++ b/lua/app/config/monster_dungeon_equip.lua @@ -1,82 +1,55 @@ local monster_dungeon_equip = { [106]={ - ["monster_base"]=20039, - ["hp"]=240000000, - ["atk"]=1590000, - ["atk_times"]=4, + ["monster_base"]=10056, + ["hp"]=106340000, + ["atk"]=6420000, + ["atk_times"]=3, ["hurt_skill"]={ - 30114, - 30115, - 30116 + 20163, + 20164, + 20165 }, - ["skill"]={ - 10085 - }, - ["passive_skill"]={ - 10008 - }, - ["monster_exp"]=310000 + ["monster_exp"]=13000 }, [206]={ - ["monster_base"]=20040, - ["hp"]=240000000, - ["atk"]=1590000, - ["atk_times"]=4, + ["monster_base"]=10045, + ["hp"]=198530000, + ["atk"]=6650000, + ["atk_times"]=3, ["hurt_skill"]={ - 30117, - 30118, - 30119 + 20130, + 20131, + 20132 }, - ["skill"]={ - 10087 - }, - ["passive_skill"]={ - 10009, - 10086 - }, - ["monster_exp"]=310000 + ["monster_exp"]=16000 }, [306]={ - ["monster_base"]=20041, - ["hp"]=240000000, - ["atk"]=1590000, - ["atk_times"]=4, + ["monster_base"]=10028, + ["hp"]=578160000, + ["atk"]=7960000, + ["atk_times"]=3, ["hurt_skill"]={ - 30120, - 30121, - 30122 + 20079, + 20080, + 20081 }, - ["skill"]={ - 10088, - 10089 - }, - ["passive_skill"]={ - 10010, - 10090 - }, - ["monster_exp"]=310000 + ["monster_exp"]=18000 }, [406]={ - ["monster_base"]=20042, - ["hp"]=240000000, - ["atk"]=1590000, - ["atk_times"]=4, + ["monster_base"]=10003, + ["hp"]=36000000, + ["atk"]=600000, + ["atk_times"]=2, ["hurt_skill"]={ - 30123, - 30124, - 30125 + 20007, + 20008, + 20009 }, - ["skill"]={ - 10091, - 10092 - }, - ["passive_skill"]={ - 10011 - }, - ["monster_exp"]=310000 + ["monster_exp"]=23000 }, [506]={ ["monster_base"]=20043, + ["is_boss"]=2, ["hp"]=240000000, ["atk"]=1590000, ["atk_times"]=4, @@ -93,10 +66,1305 @@ local monster_dungeon_equip = { 10012, 10093 }, - ["monster_exp"]=310000 + ["monster_exp"]=200000 + }, + [606]={ + ["monster_base"]=10060, + ["hp"]=110420000, + ["atk"]=6720000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20175, + 20176, + 20177 + }, + ["monster_exp"]=13000 + }, + [706]={ + ["monster_base"]=10055, + ["hp"]=228230000, + ["atk"]=8000000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20160, + 20161, + 20162 + }, + ["monster_exp"]=16000 + }, + [806]={ + ["monster_base"]=10027, + ["hp"]=358790000, + ["atk"]=4430000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20076, + 20077, + 20078 + }, + ["monster_exp"]=18000 + }, + [906]={ + ["monster_base"]=10064, + ["hp"]=229830000, + ["atk"]=8300000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20190, + 20191, + 20192 + }, + ["monster_exp"]=23000 + }, + [1006]={ + ["monster_base"]=20039, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30114, + 30115, + 30116 + }, + ["skill"]={ + 10085 + }, + ["passive_skill"]={ + 10008 + }, + ["monster_exp"]=200000 + }, + [1106]={ + ["monster_base"]=10015, + ["hp"]=89960000, + ["atk"]=1990000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20040, + 20041, + 20042 + }, + ["monster_exp"]=13000 + }, + [1206]={ + ["monster_base"]=10025, + ["hp"]=125270000, + ["atk"]=3740000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20070, + 20071, + 20072 + }, + ["monster_exp"]=16000 + }, + [1306]={ + ["monster_base"]=10030, + ["hp"]=183020000, + ["atk"]=2510000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20085, + 20086, + 20087 + }, + ["monster_exp"]=18000 + }, + [1406]={ + ["monster_base"]=10018, + ["hp"]=75000000, + ["atk"]=1530000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20049, + 20050, + 20051 + }, + ["monster_exp"]=23000 + }, + [1506]={ + ["monster_base"]=20040, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30117, + 30118, + 30119 + }, + ["skill"]={ + 10087 + }, + ["passive_skill"]={ + 10009, + 10086 + }, + ["monster_exp"]=200000 + }, + [1606]={ + ["monster_base"]=10004, + ["hp"]=24000000, + ["atk"]=750000, + ["atk_times"]=2, + ["hurt_skill"]={ + 20010, + 20011, + 20012 + }, + ["monster_exp"]=13000 + }, + [1706]={ + ["monster_base"]=10049, + ["hp"]=75620000, + ["atk"]=4100000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20142, + 20143, + 20144 + }, + ["monster_exp"]=16000 + }, + [1806]={ + ["monster_base"]=10037, + ["hp"]=456730000, + ["atk"]=5920000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20106, + 20107, + 20108 + }, + ["monster_exp"]=18000 + }, + [1906]={ + ["monster_base"]=10016, + ["hp"]=25500000, + ["atk"]=1050000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20043, + 20044, + 20045 + }, + ["monster_exp"]=23000 + }, + [2006]={ + ["monster_base"]=20041, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30120, + 30121, + 30122 + }, + ["skill"]={ + 10088, + 10089 + }, + ["passive_skill"]={ + 10010, + 10090 + }, + ["monster_exp"]=200000 + }, + [2106]={ + ["monster_base"]=10022, + ["hp"]=107690000, + ["atk"]=3150000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20061, + 20062, + 20063 + }, + ["monster_exp"]=13000 + }, + [2206]={ + ["monster_base"]=10032, + ["hp"]=194860000, + ["atk"]=2590000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20091, + 20092, + 20093 + }, + ["monster_exp"]=16000 + }, + [2306]={ + ["monster_base"]=10013, + ["hp"]=40100000, + ["atk"]=1210000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20034, + 20035, + 20036 + }, + ["monster_exp"]=18000 + }, + [2406]={ + ["monster_base"]=10001, + ["hp"]=9000000, + ["atk"]=600000, + ["atk_times"]=2, + ["hurt_skill"]={ + 20001, + 20002, + 20003 + }, + ["monster_exp"]=23000 + }, + [2506]={ + ["monster_base"]=20042, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30123, + 30124, + 30125 + }, + ["skill"]={ + 10091, + 10092 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=200000 + }, + [2606]={ + ["monster_base"]=10045, + ["hp"]=198530000, + ["atk"]=6650000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20130, + 20131, + 20132 + }, + ["monster_exp"]=13000 + }, + [2706]={ + ["monster_base"]=10056, + ["hp"]=106340000, + ["atk"]=6420000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20163, + 20164, + 20165 + }, + ["monster_exp"]=16000 + }, + [2806]={ + ["monster_base"]=10003, + ["hp"]=36000000, + ["atk"]=600000, + ["atk_times"]=2, + ["hurt_skill"]={ + 20007, + 20008, + 20009 + }, + ["monster_exp"]=18000 + }, + [2906]={ + ["monster_base"]=10028, + ["hp"]=578160000, + ["atk"]=7960000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20079, + 20080, + 20081 + }, + ["monster_exp"]=23000 + }, + [3006]={ + ["monster_base"]=20043, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30126, + 30127, + 30128 + }, + ["skill"]={ + 10105, + 10106 + }, + ["passive_skill"]={ + 10012, + 10104 + }, + ["monster_exp"]=200000 + }, + [3106]={ + ["monster_base"]=10052, + ["hp"]=85050000, + ["atk"]=4750000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20151, + 20152, + 20153 + }, + ["monster_exp"]=13000 + }, + [3206]={ + ["monster_base"]=10062, + ["hp"]=119020000, + ["atk"]=7320000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20181, + 20182, + 20183 + }, + ["monster_exp"]=16000 + }, + [3306]={ + ["monster_base"]=10036, + ["hp"]=493290000, + ["atk"]=6530000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20103, + 20104, + 20105 + }, + ["monster_exp"]=18000 + }, + [3406]={ + ["monster_base"]=10061, + ["hp"]=169830000, + ["atk"]=7210000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20178, + 20179, + 20180 + }, + ["monster_exp"]=23000 + }, + [3506]={ + ["monster_base"]=20039, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30129, + 30130, + 30131 + }, + ["skill"]={ + 10096 + }, + ["passive_skill"]={ + 10008 + }, + ["monster_exp"]=200000 + }, + [3606]={ + ["monster_base"]=10030, + ["hp"]=183020000, + ["atk"]=2510000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20085, + 20086, + 20087 + }, + ["monster_exp"]=13000 + }, + [3706]={ + ["monster_base"]=10015, + ["hp"]=89960000, + ["atk"]=1990000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20040, + 20041, + 20042 + }, + ["monster_exp"]=16000 + }, + [3806]={ + ["monster_base"]=10025, + ["hp"]=125270000, + ["atk"]=3740000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20070, + 20071, + 20072 + }, + ["monster_exp"]=18000 + }, + [3906]={ + ["monster_base"]=10034, + ["hp"]=139500000, + ["atk"]=2460000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20097, + 20098, + 20099 + }, + ["monster_exp"]=23000 + }, + [4006]={ + ["monster_base"]=20040, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30117, + 30118, + 30119 + }, + ["skill"]={ + 10098 + }, + ["passive_skill"]={ + 10009, + 10097 + }, + ["monster_exp"]=200000 + }, + [4106]={ + ["monster_base"]=10054, + ["hp"]=82890000, + ["atk"]=4590000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20157, + 20158, + 20159 + }, + ["monster_exp"]=13000 + }, + [4206]={ + ["monster_base"]=10037, + ["hp"]=456730000, + ["atk"]=5920000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20106, + 20107, + 20108 + }, + ["monster_exp"]=16000 + }, + [4306]={ + ["monster_base"]=10012, + ["hp"]=76450000, + ["atk"]=1940000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20031, + 20032, + 20033 + }, + ["monster_exp"]=18000 + }, + [4406]={ + ["monster_base"]=10049, + ["hp"]=75620000, + ["atk"]=4100000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20142, + 20143, + 20144 + }, + ["monster_exp"]=23000 + }, + [4506]={ + ["monster_base"]=20041, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30120, + 30121, + 30122 + }, + ["skill"]={ + 10099, + 10100 + }, + ["passive_skill"]={ + 10010, + 10101 + }, + ["monster_exp"]=200000 + }, + [4606]={ + ["monster_base"]=10042, + ["hp"]=25250000, + ["atk"]=1090000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20121, + 20122, + 20123 + }, + ["monster_exp"]=13000 + }, + [4706]={ + ["monster_base"]=10026, + ["hp"]=203670000, + ["atk"]=3790000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20073, + 20074, + 20075 + }, + ["monster_exp"]=16000 + }, + [4806]={ + ["monster_base"]=10019, + ["hp"]=54000000, + ["atk"]=1230000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20052, + 20053, + 20054 + }, + ["monster_exp"]=18000 + }, + [4906]={ + ["monster_base"]=10001, + ["hp"]=9000000, + ["atk"]=600000, + ["atk_times"]=2, + ["hurt_skill"]={ + 20001, + 20002, + 20003 + }, + ["monster_exp"]=23000 + }, + [5006]={ + ["monster_base"]=20042, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30132, + 30133, + 30134 + }, + ["skill"]={ + 10102, + 10103 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=200000 + }, + [5106]={ + ["monster_base"]=10045, + ["hp"]=198530000, + ["atk"]=6650000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20130, + 20131, + 20132 + }, + ["monster_exp"]=13000 + }, + [5206]={ + ["monster_base"]=10056, + ["hp"]=106340000, + ["atk"]=6420000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20163, + 20164, + 20165 + }, + ["monster_exp"]=16000 + }, + [5306]={ + ["monster_base"]=10003, + ["hp"]=36000000, + ["atk"]=600000, + ["atk_times"]=2, + ["hurt_skill"]={ + 20007, + 20008, + 20009 + }, + ["monster_exp"]=18000 + }, + [5406]={ + ["monster_base"]=10028, + ["hp"]=578160000, + ["atk"]=7960000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20079, + 20080, + 20081 + }, + ["monster_exp"]=23000 + }, + [5506]={ + ["monster_base"]=20043, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30126, + 30127, + 30128 + }, + ["skill"]={ + 10116, + 10117 + }, + ["passive_skill"]={ + 10012, + 10115 + }, + ["monster_exp"]=200000 + }, + [5606]={ + ["monster_base"]=10029, + ["hp"]=451710000, + ["atk"]=6370000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20082, + 20083, + 20084 + }, + ["monster_exp"]=13000 + }, + [5706]={ + ["monster_base"]=10055, + ["hp"]=228230000, + ["atk"]=8000000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20160, + 20161, + 20162 + }, + ["monster_exp"]=16000 + }, + [5806]={ + ["monster_base"]=10051, + ["hp"]=369500000, + ["atk"]=8120000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20148, + 20149, + 20150 + }, + ["monster_exp"]=18000 + }, + [5906]={ + ["monster_base"]=10064, + ["hp"]=229830000, + ["atk"]=8300000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20190, + 20191, + 20192 + }, + ["monster_exp"]=23000 + }, + [6006]={ + ["monster_base"]=20039, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30135, + 30136, + 30137 + }, + ["skill"]={ + 10107 + }, + ["passive_skill"]={ + 10008 + }, + ["monster_exp"]=200000 + }, + [6106]={ + ["monster_base"]=10015, + ["hp"]=89960000, + ["atk"]=1990000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20040, + 20041, + 20042 + }, + ["monster_exp"]=13000 + }, + [6206]={ + ["monster_base"]=10025, + ["hp"]=125270000, + ["atk"]=3740000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20070, + 20071, + 20072 + }, + ["monster_exp"]=16000 + }, + [6306]={ + ["monster_base"]=10021, + ["hp"]=85370000, + ["atk"]=2910000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20058, + 20059, + 20060 + }, + ["monster_exp"]=18000 + }, + [6406]={ + ["monster_base"]=10034, + ["hp"]=139500000, + ["atk"]=2460000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20097, + 20098, + 20099 + }, + ["monster_exp"]=23000 + }, + [6506]={ + ["monster_base"]=20040, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30117, + 30118, + 30119 + }, + ["skill"]={ + 10109 + }, + ["passive_skill"]={ + 10009, + 10108 + }, + ["monster_exp"]=200000 + }, + [6606]={ + ["monster_base"]=10049, + ["hp"]=75620000, + ["atk"]=4100000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20142, + 20143, + 20144 + }, + ["monster_exp"]=13000 + }, + [6706]={ + ["monster_base"]=10006, + ["hp"]=45000000, + ["atk"]=900000, + ["atk_times"]=2, + ["hurt_skill"]={ + 20016, + 20017, + 20018 + }, + ["monster_exp"]=16000 + }, + [6806]={ + ["monster_base"]=10054, + ["hp"]=82890000, + ["atk"]=4590000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20157, + 20158, + 20159 + }, + ["monster_exp"]=18000 + }, + [6906]={ + ["monster_base"]=10024, + ["hp"]=57200000, + ["atk"]=2860000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20067, + 20068, + 20069 + }, + ["monster_exp"]=23000 + }, + [7006]={ + ["monster_base"]=20041, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30120, + 30121, + 30122 + }, + ["skill"]={ + 10110, + 10111 + }, + ["passive_skill"]={ + 10010, + 10112 + }, + ["monster_exp"]=200000 + }, + [7106]={ + ["monster_base"]=10019, + ["hp"]=54000000, + ["atk"]=1230000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20052, + 20053, + 20054 + }, + ["monster_exp"]=13000 + }, + [7206]={ + ["monster_base"]=10035, + ["hp"]=257800000, + ["atk"]=3020000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20100, + 20101, + 20102 + }, + ["monster_exp"]=16000 + }, + [7306]={ + ["monster_base"]=10026, + ["hp"]=129180000, + ["atk"]=3550000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20073, + 20074, + 20075 + }, + ["monster_exp"]=18000 + }, + [7406]={ + ["monster_base"]=10041, + ["hp"]=35640000, + ["atk"]=1150000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20118, + 20119, + 20120 + }, + ["monster_exp"]=23000 + }, + [7506]={ + ["monster_base"]=20042, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30138, + 30139, + 30140 + }, + ["skill"]={ + 10113, + 10114 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=200000 + }, + [7606]={ + ["monster_base"]=10053, + ["hp"]=291330000, + ["atk"]=5910000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20154, + 20155, + 20156 + }, + ["monster_exp"]=13000 + }, + [7706]={ + ["monster_base"]=10043, + ["hp"]=87310000, + ["atk"]=4920000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20124, + 20125, + 20126 + }, + ["monster_exp"]=16000 + }, + [7806]={ + ["monster_base"]=10033, + ["hp"]=234060000, + ["atk"]=2730000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20094, + 20095, + 20096 + }, + ["monster_exp"]=18000 + }, + [7906]={ + ["monster_base"]=10028, + ["hp"]=578160000, + ["atk"]=7960000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20079, + 20080, + 20081 + }, + ["monster_exp"]=23000 + }, + [8006]={ + ["monster_base"]=20043, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30126, + 30127, + 30128 + }, + ["skill"]={ + 10127, + 10128 + }, + ["passive_skill"]={ + 10012, + 10126 + }, + ["monster_exp"]=200000 + }, + [8106]={ + ["monster_base"]=10036, + ["hp"]=493290000, + ["atk"]=6530000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20103, + 20104, + 20105 + }, + ["monster_exp"]=13000 + }, + [8206]={ + ["monster_base"]=10017, + ["hp"]=57000000, + ["atk"]=1470000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20046, + 20047, + 20048 + }, + ["monster_exp"]=16000 + }, + [8306]={ + ["monster_base"]=10023, + ["hp"]=138380000, + ["atk"]=3280000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20064, + 20065, + 20066 + }, + ["monster_exp"]=18000 + }, + [8406]={ + ["monster_base"]=10051, + ["hp"]=369500000, + ["atk"]=8120000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20148, + 20149, + 20150 + }, + ["monster_exp"]=23000 + }, + [8506]={ + ["monster_base"]=20039, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30141, + 30142, + 30143 + }, + ["skill"]={ + 10118 + }, + ["passive_skill"]={ + 10008 + }, + ["monster_exp"]=200000 + }, + [8606]={ + ["monster_base"]=10021, + ["hp"]=85370000, + ["atk"]=2910000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20058, + 20059, + 20060 + }, + ["monster_exp"]=13000 + }, + [8706]={ + ["monster_base"]=10034, + ["hp"]=139500000, + ["atk"]=2460000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20097, + 20098, + 20099 + }, + ["monster_exp"]=16000 + }, + [8806]={ + ["monster_base"]=10030, + ["hp"]=183020000, + ["atk"]=2510000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20085, + 20086, + 20087 + }, + ["monster_exp"]=18000 + }, + [8906]={ + ["monster_base"]=10018, + ["hp"]=75000000, + ["atk"]=1530000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20049, + 20050, + 20051 + }, + ["monster_exp"]=23000 + }, + [9006]={ + ["monster_base"]=20040, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30117, + 30118, + 30119 + }, + ["skill"]={ + 10120 + }, + ["passive_skill"]={ + 10009, + 10119 + }, + ["monster_exp"]=200000 + }, + [9106]={ + ["monster_base"]=10016, + ["hp"]=25500000, + ["atk"]=1050000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20043, + 20044, + 20045 + }, + ["monster_exp"]=13000 + }, + [9206]={ + ["monster_base"]=10054, + ["hp"]=82890000, + ["atk"]=4590000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20157, + 20158, + 20159 + }, + ["monster_exp"]=16000 + }, + [9306]={ + ["monster_base"]=10006, + ["hp"]=45000000, + ["atk"]=900000, + ["atk_times"]=2, + ["hurt_skill"]={ + 20016, + 20017, + 20018 + }, + ["monster_exp"]=18000 + }, + [9406]={ + ["monster_base"]=10020, + ["hp"]=54410000, + ["atk"]=2670000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20055, + 20056, + 20057 + }, + ["monster_exp"]=23000 + }, + [9506]={ + ["monster_base"]=20041, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30120, + 30121, + 30122 + }, + ["skill"]={ + 10121, + 10122 + }, + ["passive_skill"]={ + 10010, + 10123 + }, + ["monster_exp"]=200000 + }, + [9606]={ + ["monster_base"]=10031, + ["hp"]=214320000, + ["atk"]=2680000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20088, + 20089, + 20090 + }, + ["monster_exp"]=13000 + }, + [9706]={ + ["monster_base"]=10035, + ["hp"]=257800000, + ["atk"]=3020000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20100, + 20101, + 20102 + }, + ["monster_exp"]=16000 + }, + [9806]={ + ["monster_base"]=10019, + ["hp"]=54000000, + ["atk"]=1230000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20052, + 20053, + 20054 + }, + ["monster_exp"]=18000 + }, + [9906]={ + ["monster_base"]=10013, + ["hp"]=40100000, + ["atk"]=1210000, + ["atk_times"]=3, + ["hurt_skill"]={ + 20034, + 20035, + 20036 + }, + ["monster_exp"]=23000 + }, + [10006]={ + ["monster_base"]=20042, + ["is_boss"]=2, + ["hp"]=240000000, + ["atk"]=1590000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30144, + 30145, + 30146 + }, + ["skill"]={ + 10124, + 10125 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=200000 } } local config = { -data=monster_dungeon_equip,count=5 +data=monster_dungeon_equip,count=100 } return config \ No newline at end of file diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index 551fed4a..0d59a216 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -9952,6 +9952,678 @@ local skill = { ["cd_start"]=3, ["name_act"]="skill01" }, + [10096]={ + ["skill_type"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="weaken", + ["num"]=2500, + ["ratio"]=10000, + ["round"]=3 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10033 + }, + ["name_act"]="skill01", + ["fx_self"]=200020 + }, + [10097]={ + ["effect_type"]=2, + ["trigger"]=5, + ["effect"]={ + { + ["type"]="atkp_add", + ["num"]=400, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0 + }, + [10098]={ + ["skill_type"]=6, + ["skill_type_parameter"]={ + 1 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=2, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01", + ["fx_self"]=200146 + }, + [10099]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="heal", + ["num"]=200000, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=0, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01" + }, + [10100]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 23, + 2 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01" + }, + [10101]={ + ["effect_type"]=2, + ["trigger"]=3, + ["effect"]={ + { + ["type"]="heal", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0 + }, + [10102]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="shield_ice", + ["num"]=1500, + ["ratio"]=10000, + ["round"]=3 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=0, + ["name_act"]="skill01" + }, + [10103]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 5, + 3 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["name_act"]="skill01" + }, + [10104]={ + ["effect_type"]=2, + ["trigger"]=2, + ["effect"]={ + { + ["type"]="invincible_shield", + ["num"]=10, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0, + ["shake_time"]=0, + ["shake_type"]=0 + }, + [10105]={ + ["skill_type"]=9, + ["skill_type_parameter"]={ + 15000 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["name_act"]="skill01" + }, + [10106]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="invincible_shield", + ["num"]=10, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=3, + ["name_act"]="skill01" + }, + [10107]={ + ["skill_type"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="weaken", + ["num"]=2500, + ["ratio"]=10000, + ["round"]=3 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10033 + }, + ["name_act"]="skill01", + ["fx_self"]=200020 + }, + [10108]={ + ["effect_type"]=2, + ["trigger"]=5, + ["effect"]={ + { + ["type"]="atkp_add", + ["num"]=700, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0 + }, + [10109]={ + ["skill_type"]=6, + ["skill_type_parameter"]={ + 1 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=2, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01", + ["fx_self"]=200146 + }, + [10110]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="heal", + ["num"]=200000, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=0, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01" + }, + [10111]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 23, + 3 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01" + }, + [10112]={ + ["effect_type"]=2, + ["trigger"]=3, + ["effect"]={ + { + ["type"]="heal", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0 + }, + [10113]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="shield_ice", + ["num"]=1500, + ["ratio"]=10000, + ["round"]=3 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=0, + ["name_act"]="skill01" + }, + [10114]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 5, + 3 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["name_act"]="skill01" + }, + [10115]={ + ["effect_type"]=2, + ["trigger"]=2, + ["effect"]={ + { + ["type"]="invincible_shield", + ["num"]=15, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0, + ["shake_time"]=0, + ["shake_type"]=0 + }, + [10116]={ + ["skill_type"]=9, + ["skill_type_parameter"]={ + 20000 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["name_act"]="skill01" + }, + [10117]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="invincible_shield", + ["num"]=15, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=3, + ["name_act"]="skill01" + }, + [10118]={ + ["skill_type"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="weaken", + ["num"]=2500, + ["ratio"]=10000, + ["round"]=3 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10033 + }, + ["name_act"]="skill01", + ["fx_self"]=200020 + }, + [10119]={ + ["effect_type"]=2, + ["trigger"]=5, + ["effect"]={ + { + ["type"]="atkp_add", + ["num"]=1000, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0 + }, + [10120]={ + ["skill_type"]=6, + ["skill_type_parameter"]={ + 1 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=2, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01", + ["fx_self"]=200146 + }, + [10121]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="heal", + ["num"]=200000, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=0, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01" + }, + [10122]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 23, + 4 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10058 + }, + ["name_act"]="skill01" + }, + [10123]={ + ["effect_type"]=2, + ["trigger"]=3, + ["effect"]={ + { + ["type"]="heal", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0 + }, + [10124]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="shield_ice", + ["num"]=1500, + ["ratio"]=10000, + ["round"]=3 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=0, + ["name_act"]="skill01" + }, + [10125]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 5, + 3 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["name_act"]="skill01" + }, + [10126]={ + ["effect_type"]=2, + ["trigger"]=2, + ["effect"]={ + { + ["type"]="invincible_shield", + ["num"]=20, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=0, + ["cd_start"]=0, + ["shake_time"]=0, + ["shake_type"]=0 + }, + [10127]={ + ["skill_type"]=9, + ["skill_type_parameter"]={ + 25000 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=20000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["cd"]=3, + ["cd_start"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["name_act"]="skill01" + }, + [10128]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="invincible_shield", + ["num"]=20, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1, + ["cd"]=3, + ["cd_start"]=3, + ["name_act"]="skill01" + }, [20001]={ ["effect_type"]=1, ["trigger"]=1, @@ -17463,7 +18135,7 @@ local skill = { { ["type"]="burn", ["num"]=5000, - ["ratio"]=5000, + ["ratio"]=2000, ["round"]=2 } }, @@ -17493,7 +18165,7 @@ local skill = { { ["type"]="bleed", ["num"]=3500, - ["ratio"]=5000, + ["ratio"]=2000, ["round"]=2 } }, @@ -17523,7 +18195,7 @@ local skill = { { ["type"]="poison", ["num"]=2500, - ["ratio"]=5000, + ["ratio"]=2000, ["round"]=2 } }, @@ -17696,7 +18368,7 @@ local skill = { }, { ["type"]="normal_attack_dec", - ["num"]=2, + ["num"]=1, ["ratio"]=5000, ["round"]=2 } @@ -17726,7 +18398,7 @@ local skill = { }, { ["type"]="normal_attack_dec", - ["num"]=2, + ["num"]=1, ["ratio"]=5000, ["round"]=2 } @@ -17756,7 +18428,7 @@ local skill = { }, { ["type"]="normal_attack_dec", - ["num"]=2, + ["num"]=1, ["ratio"]=5000, ["round"]=2 } @@ -17846,6 +18518,546 @@ local skill = { ["name_act"]="attack03", ["fx_self"]=200144 }, + [30129]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="burn", + ["num"]=5000, + ["ratio"]=4000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack01", + ["fx_self"]=200142 + }, + [30130]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="bleed", + ["num"]=3500, + ["ratio"]=4000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack02", + ["fx_self"]=200143 + }, + [30131]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="poison", + ["num"]=2500, + ["ratio"]=4000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30132]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=2, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30133]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=2, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30134]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=2, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30135]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="burn", + ["num"]=5000, + ["ratio"]=6000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack01", + ["fx_self"]=200142 + }, + [30136]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="bleed", + ["num"]=3500, + ["ratio"]=6000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack02", + ["fx_self"]=200143 + }, + [30137]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="poison", + ["num"]=2500, + ["ratio"]=6000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30138]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=3, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30139]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=3, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30140]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=3, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30141]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="burn", + ["num"]=5000, + ["ratio"]=8000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack01", + ["fx_self"]=200142 + }, + [30142]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="bleed", + ["num"]=3500, + ["ratio"]=8000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack02", + ["fx_self"]=200143 + }, + [30143]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="poison", + ["num"]=2500, + ["ratio"]=8000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30144]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=4, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30145]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=4, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, + [30146]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="normal_attack_dec", + ["num"]=4, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack03", + ["fx_self"]=200144 + }, [40001]={ ["effect_type"]=1, ["trigger"]=1, @@ -22772,6 +23984,6 @@ local skill = { } } local config = { -data=skill,count=833 +data=skill,count=884 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/attr.lua b/lua/app/config/strings/cn/attr.lua new file mode 100644 index 00000000..c73204a0 --- /dev/null +++ b/lua/app/config/strings/cn/attr.lua @@ -0,0 +1,318 @@ +local attr = { + [1]={ + ["id"]=1, + ["desc"]="生命提升{0}", + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["desc"]="攻击力提升{0}", + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["desc"]="攻击力提升{0}", + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["desc"]="攻击力提升{0}", + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["desc"]="攻击力提升{0}", + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["desc"]="攻击力提升{0}", + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["desc"]="暴击率提升{0}", + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["desc"]="暴击率提升{0}", + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["desc"]="暴击率提升{0}", + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["desc"]="暴击率提升{0}", + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["desc"]="暴击率提升{0}", + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["desc"]="暴击伤害提升{0}", + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["desc"]="暴击伤害提升{0}", + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["desc"]="暴击伤害提升{0}", + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["desc"]="暴击伤害提升{0}", + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["desc"]="暴击伤害提升{0}", + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["desc"]="治疗效果提升{0}", + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["desc"]="治疗效果提升{0}", + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["desc"]="治疗效果提升{0}", + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["desc"]="治疗效果提升{0}", + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["desc"]="治疗效果提升{0}", + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["desc"]="攻击力提升{0}", + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["desc"]="攻击力提升{0}", + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["desc"]="攻击力提升{0}", + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["desc"]="攻击力提升{0}", + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["desc"]="攻击力提升{0}", + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["desc"]="生命提升{0}", + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["desc"]="生命提升{0}", + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["desc"]="生命提升{0}", + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["desc"]="生命提升{0}", + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["desc"]="生命提升{0}", + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["desc"]="普攻伤害增加{0}点", + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["desc"]="普攻伤害增加{0}点", + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["desc"]="普攻伤害增加{0}点", + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["desc"]="普攻伤害增加{0}点", + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["desc"]="普攻伤害增加{0}点", + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["desc"]="技能伤害增加{0}点", + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["desc"]="技能伤害增加{0}点", + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["desc"]="技能伤害增加{0}点", + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["desc"]="技能伤害增加{0}点", + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["desc"]="技能伤害增加{0}点", + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["desc"]="普攻伤害增加{0}", + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["desc"]="普攻伤害增加{0}", + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["desc"]="普攻伤害增加{0}", + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["desc"]="普攻伤害增加{0}", + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["desc"]="普攻伤害增加{0}", + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["desc"]="技能伤害增加{0}", + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["desc"]="技能伤害增加{0}", + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["desc"]="技能伤害增加{0}", + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["desc"]="技能伤害增加{0}", + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["desc"]="技能伤害增加{0}", + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/attr.lua.meta b/lua/app/config/strings/cn/attr.lua.meta new file mode 100644 index 00000000..0d1b7b8d --- /dev/null +++ b/lua/app/config/strings/cn/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: d3eab53a826fb104cada92f58379b705 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/de/attr.lua b/lua/app/config/strings/de/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/de/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/de/attr.lua.meta b/lua/app/config/strings/de/attr.lua.meta new file mode 100644 index 00000000..96c4810f --- /dev/null +++ b/lua/app/config/strings/de/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ae79ba261761d594b80f1a88562e4515 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/en/attr.lua b/lua/app/config/strings/en/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/en/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/en/attr.lua.meta b/lua/app/config/strings/en/attr.lua.meta new file mode 100644 index 00000000..1b603520 --- /dev/null +++ b/lua/app/config/strings/en/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 733e7a879dcc13849bc7baf1bdddbb51 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/es/attr.lua b/lua/app/config/strings/es/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/es/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/es/attr.lua.meta b/lua/app/config/strings/es/attr.lua.meta new file mode 100644 index 00000000..4869f190 --- /dev/null +++ b/lua/app/config/strings/es/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 247f35e482fee1e4fb7bc2434d265a7a +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/fr/attr.lua b/lua/app/config/strings/fr/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/fr/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/attr.lua.meta b/lua/app/config/strings/fr/attr.lua.meta new file mode 100644 index 00000000..a404701f --- /dev/null +++ b/lua/app/config/strings/fr/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 93cec5c9209137241afc519b39746bf8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/id/attr.lua b/lua/app/config/strings/id/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/id/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/id/attr.lua.meta b/lua/app/config/strings/id/attr.lua.meta new file mode 100644 index 00000000..432e9d17 --- /dev/null +++ b/lua/app/config/strings/id/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c21d780fc3ddb1c4e9edb7c962a80493 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/attr.lua b/lua/app/config/strings/ja/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/ja/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/attr.lua.meta b/lua/app/config/strings/ja/attr.lua.meta new file mode 100644 index 00000000..22822341 --- /dev/null +++ b/lua/app/config/strings/ja/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5fe8c843de76e6246970829c8598f3d3 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ko/attr.lua b/lua/app/config/strings/ko/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/ko/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/attr.lua.meta b/lua/app/config/strings/ko/attr.lua.meta new file mode 100644 index 00000000..9df216b6 --- /dev/null +++ b/lua/app/config/strings/ko/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f93a245ae0080fa43971045a0e401dd8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/pt/attr.lua b/lua/app/config/strings/pt/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/pt/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/attr.lua.meta b/lua/app/config/strings/pt/attr.lua.meta new file mode 100644 index 00000000..18cde4cb --- /dev/null +++ b/lua/app/config/strings/pt/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 2511840122bd8cc46a73e1cd26a173eb +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ru/attr.lua b/lua/app/config/strings/ru/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/ru/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/attr.lua.meta b/lua/app/config/strings/ru/attr.lua.meta new file mode 100644 index 00000000..1e4c7b16 --- /dev/null +++ b/lua/app/config/strings/ru/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: fe83eb8531423074880a8ebd6dea8de7 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/th/attr.lua b/lua/app/config/strings/th/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/th/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/th/attr.lua.meta b/lua/app/config/strings/th/attr.lua.meta new file mode 100644 index 00000000..82e4acff --- /dev/null +++ b/lua/app/config/strings/th/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 39dd24b1ff172594885f687f8484d779 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/attr.lua b/lua/app/config/strings/vi/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/vi/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/attr.lua.meta b/lua/app/config/strings/vi/attr.lua.meta new file mode 100644 index 00000000..e70dbdfe --- /dev/null +++ b/lua/app/config/strings/vi/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1a67dcf71edf79748a3978dcae7a596d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/zh/attr.lua b/lua/app/config/strings/zh/attr.lua new file mode 100644 index 00000000..a5649b09 --- /dev/null +++ b/lua/app/config/strings/zh/attr.lua @@ -0,0 +1,267 @@ +local attr = { + [1]={ + ["id"]=1, + ["name"]="hp" + }, + [2]={ + ["id"]=2, + ["name"]="atk_red" + }, + [3]={ + ["id"]=3, + ["name"]="atk_yellow" + }, + [4]={ + ["id"]=4, + ["name"]="atk_green" + }, + [5]={ + ["id"]=5, + ["name"]="atk_blue" + }, + [6]={ + ["id"]=6, + ["name"]="atk_purple" + }, + [7]={ + ["id"]=7, + ["name"]="attr_crit_red" + }, + [8]={ + ["id"]=8, + ["name"]="attr_crit_yellow" + }, + [9]={ + ["id"]=9, + ["name"]="attr_crit_green" + }, + [10]={ + ["id"]=10, + ["name"]="attr_crit_blue" + }, + [11]={ + ["id"]=11, + ["name"]="attr_crit_purple" + }, + [12]={ + ["id"]=12, + ["name"]="attr_crit_time_red" + }, + [13]={ + ["id"]=13, + ["name"]="attr_crit_time_yellow" + }, + [14]={ + ["id"]=14, + ["name"]="attr_crit_time_green" + }, + [15]={ + ["id"]=15, + ["name"]="attr_crit_time_blue" + }, + [16]={ + ["id"]=16, + ["name"]="attr_crit_time_purple" + }, + [17]={ + ["id"]=17, + ["name"]="attr_cured_red" + }, + [18]={ + ["id"]=18, + ["name"]="attr_cured_yellow" + }, + [19]={ + ["id"]=19, + ["name"]="attr_cured_green" + }, + [20]={ + ["id"]=20, + ["name"]="attr_cured_blue" + }, + [21]={ + ["id"]=21, + ["name"]="attr_cured_purple" + }, + [22]={ + ["id"]=22, + ["name"]="attr_atkp_red" + }, + [23]={ + ["id"]=23, + ["name"]="attr_atkp_yellow" + }, + [24]={ + ["id"]=24, + ["name"]="attr_atkp_green" + }, + [25]={ + ["id"]=25, + ["name"]="attr_atkp_blue" + }, + [26]={ + ["id"]=26, + ["name"]="attr_atkp_purple" + }, + [27]={ + ["id"]=27, + ["name"]="attr_hpp_red" + }, + [28]={ + ["id"]=28, + ["name"]="attr_hpp_yellow" + }, + [29]={ + ["id"]=29, + ["name"]="attr_hpp_green" + }, + [30]={ + ["id"]=30, + ["name"]="attr_hpp_blue" + }, + [31]={ + ["id"]=31, + ["name"]="attr_hpp_purple" + }, + [32]={ + ["id"]=32, + ["name"]="attr_normal_hurt_red" + }, + [33]={ + ["id"]=33, + ["name"]="attr_normal_hurt_yellow" + }, + [34]={ + ["id"]=34, + ["name"]="attr_normal_hurt_green" + }, + [35]={ + ["id"]=35, + ["name"]="attr_normal_hurt_blue" + }, + [36]={ + ["id"]=36, + ["name"]="attr_normal_hurt_purple" + }, + [37]={ + ["id"]=37, + ["name"]="attr_skill_hurt_red" + }, + [38]={ + ["id"]=38, + ["name"]="attr_skill_hurt_yellow" + }, + [39]={ + ["id"]=39, + ["name"]="attr_skill_hurt_green" + }, + [40]={ + ["id"]=40, + ["name"]="attr_skill_hurt_blue" + }, + [41]={ + ["id"]=41, + ["name"]="attr_skill_hurt_purple" + }, + [42]={ + ["id"]=42, + ["name"]="attr_normal_hurtp_red" + }, + [43]={ + ["id"]=43, + ["name"]="attr_normal_hurtp_yellow" + }, + [44]={ + ["id"]=44, + ["name"]="attr_normal_hurtp_green" + }, + [45]={ + ["id"]=45, + ["name"]="attr_normal_hurtp_blue" + }, + [46]={ + ["id"]=46, + ["name"]="attr_normal_hurtp_purple" + }, + [47]={ + ["id"]=47, + ["name"]="attr_skill_hurtp_red" + }, + [48]={ + ["id"]=48, + ["name"]="attr_skill_hurtp_yellow" + }, + [49]={ + ["id"]=49, + ["name"]="attr_skill_hurtp_green" + }, + [50]={ + ["id"]=50, + ["name"]="attr_skill_hurtp_blue" + }, + [51]={ + ["id"]=51, + ["name"]="attr_skill_hurtp_purple" + } +} +local keys = { + name = { + ["hp"]=attr[1], + ["atk_red"]=attr[2], + ["atk_yellow"]=attr[3], + ["atk_green"]=attr[4], + ["atk_blue"]=attr[5], + ["atk_purple"]=attr[6], + ["attr_crit_red"]=attr[7], + ["attr_crit_yellow"]=attr[8], + ["attr_crit_green"]=attr[9], + ["attr_crit_blue"]=attr[10], + ["attr_crit_purple"]=attr[11], + ["attr_crit_time_red"]=attr[12], + ["attr_crit_time_yellow"]=attr[13], + ["attr_crit_time_green"]=attr[14], + ["attr_crit_time_blue"]=attr[15], + ["attr_crit_time_purple"]=attr[16], + ["attr_cured_red"]=attr[17], + ["attr_cured_yellow"]=attr[18], + ["attr_cured_green"]=attr[19], + ["attr_cured_blue"]=attr[20], + ["attr_cured_purple"]=attr[21], + ["attr_atkp_red"]=attr[22], + ["attr_atkp_yellow"]=attr[23], + ["attr_atkp_green"]=attr[24], + ["attr_atkp_blue"]=attr[25], + ["attr_atkp_purple"]=attr[26], + ["attr_hpp_red"]=attr[27], + ["attr_hpp_yellow"]=attr[28], + ["attr_hpp_green"]=attr[29], + ["attr_hpp_blue"]=attr[30], + ["attr_hpp_purple"]=attr[31], + ["attr_normal_hurt_red"]=attr[32], + ["attr_normal_hurt_yellow"]=attr[33], + ["attr_normal_hurt_green"]=attr[34], + ["attr_normal_hurt_blue"]=attr[35], + ["attr_normal_hurt_purple"]=attr[36], + ["attr_skill_hurt_red"]=attr[37], + ["attr_skill_hurt_yellow"]=attr[38], + ["attr_skill_hurt_green"]=attr[39], + ["attr_skill_hurt_blue"]=attr[40], + ["attr_skill_hurt_purple"]=attr[41], + ["attr_normal_hurtp_red"]=attr[42], + ["attr_normal_hurtp_yellow"]=attr[43], + ["attr_normal_hurtp_green"]=attr[44], + ["attr_normal_hurtp_blue"]=attr[45], + ["attr_normal_hurtp_purple"]=attr[46], + ["attr_skill_hurtp_red"]=attr[47], + ["attr_skill_hurtp_yellow"]=attr[48], + ["attr_skill_hurtp_green"]=attr[49], + ["attr_skill_hurtp_blue"]=attr[50], + ["attr_skill_hurtp_purple"]=attr[51] + } +} +local config = { +data=attr, +keys=keys, +count=51 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/attr.lua.meta b/lua/app/config/strings/zh/attr.lua.meta new file mode 100644 index 00000000..d08a6c41 --- /dev/null +++ b/lua/app/config/strings/zh/attr.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4470646ef82b38e4ebdcd35b93626873 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}