更新配置

This commit is contained in:
chenxi 2023-05-18 20:32:10 +08:00
parent a783d2120c
commit a1e98528ca
6 changed files with 1755 additions and 400 deletions

View File

@ -501,10 +501,28 @@ local buff = {
} }
}, },
[74]={ [74]={
["name"]="remove_skill", ["name"]="shield_ice",
["buff_type"]=7, ["buff_type"]=2,
["stack"]=2, ["decr"]=3,
["decr"]=3 ["icon"]="shield_ice",
["fx_continued"]={
11
},
["fx_disappear"]={
14
}
},
[75]={
["name"]="shield_ice_rebound_400",
["buff_type"]=2,
["decr"]=3,
["icon"]="shield_ice",
["fx_continued"]={
11
},
["fx_disappear"]={
14
}
} }
} }
local keys = { local keys = {
@ -582,12 +600,13 @@ local keys = {
["be_dmg_to_heal"]=buff[71], ["be_dmg_to_heal"]=buff[71],
["death_summon"]=buff[72], ["death_summon"]=buff[72],
["shield_rebound_400"]=buff[73], ["shield_rebound_400"]=buff[73],
["remove_skill"]=buff[74] ["shield_ice"]=buff[74],
["shield_ice_rebound_400"]=buff[75]
} }
} }
local config = { local config = {
data=buff, data=buff,
keys=keys, keys=keys,
count=74 count=75
} }
return config return config

View File

@ -88,41 +88,17 @@ local chapter = {
["idle_exp"]=11, ["idle_exp"]=11,
["idle_gold"]=16, ["idle_gold"]=16,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -266,41 +242,17 @@ local chapter = {
["idle_exp"]=12, ["idle_exp"]=12,
["idle_gold"]=17, ["idle_gold"]=17,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -466,41 +418,17 @@ local chapter = {
["idle_exp"]=13, ["idle_exp"]=13,
["idle_gold"]=18, ["idle_gold"]=18,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -673,41 +601,17 @@ local chapter = {
["idle_exp"]=14, ["idle_exp"]=14,
["idle_gold"]=19, ["idle_gold"]=19,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -880,41 +784,17 @@ local chapter = {
["idle_exp"]=15, ["idle_exp"]=15,
["idle_gold"]=20, ["idle_gold"]=20,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -1087,41 +967,17 @@ local chapter = {
["idle_exp"]=16, ["idle_exp"]=16,
["idle_gold"]=21, ["idle_gold"]=21,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -1310,41 +1166,17 @@ local chapter = {
["idle_exp"]=17, ["idle_exp"]=17,
["idle_gold"]=22, ["idle_gold"]=22,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -1533,41 +1365,17 @@ local chapter = {
["idle_exp"]=18, ["idle_exp"]=18,
["idle_gold"]=23, ["idle_gold"]=23,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -1756,41 +1564,17 @@ local chapter = {
["idle_exp"]=19, ["idle_exp"]=19,
["idle_gold"]=24, ["idle_gold"]=24,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
}, },
@ -1978,41 +1762,17 @@ local chapter = {
["idle_exp"]=20, ["idle_exp"]=20,
["idle_gold"]=25, ["idle_gold"]=25,
["idle_drop"]={ ["idle_drop"]={
{
["type"]=1,
["id"]=4,
["num"]=3,
["weight"]=100
},
{ {
["type"]=1, ["type"]=1,
["id"]=5, ["id"]=5,
["num"]=1, ["num"]=1,
["weight"]=100 ["weight"]=100
},
{
["type"]=1,
["id"]=6,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=7,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=8,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=100
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=100
} }
} }
} }

View File

@ -228,7 +228,7 @@ local hero = {
}, },
["model_id"]="p0011", ["model_id"]="p0011",
["icon"]="5", ["icon"]="5",
["item_id"]=24001, ["item_id"]=14001,
["unlock_chapter"]=1 ["unlock_chapter"]=1
}, },
[22001]={ [22001]={
@ -347,6 +347,64 @@ local hero = {
["item_id"]=23001, ["item_id"]=23001,
["unlock_chapter"]=1 ["unlock_chapter"]=1
}, },
[23002]={
["position"]=2,
["qlt"]=3,
["hurt_skill"]={
2300210,
2300211,
2300212,
2300213
},
["base_skill"]=2300220,
["rouge_skill"]=2300200,
["rouge_skill_1"]=2300201,
["rouge_skill_2"]=2300202,
["rouge_skill_3"]=2300203,
["rouge_skill_4"]=2300204,
["rouge_skill_5"]=2300205,
["rouge_skill_6"]=2300206,
["rouge_skill_7"]=2300207,
["begin_lv"]=3,
["hp"]={
2000000,
2400000,
2800000,
3220000,
3660000,
4120000,
4620000,
5160000,
5760000,
6420000,
7140000,
7940000,
8840000,
9840000,
10980000
},
["atk"]={
1000000,
1200000,
1400000,
1610000,
1830000,
2060000,
2310000,
2580000,
2880000,
3210000,
3570000,
3970000,
4420000,
4920000,
5490000
},
["model_id"]="p0010",
["icon"]="5",
["item_id"]=23002,
["unlock_chapter"]=1
},
[24001]={ [24001]={
["position"]=2, ["position"]=2,
["qlt"]=4, ["qlt"]=4,
@ -521,6 +579,122 @@ local hero = {
["item_id"]=33001, ["item_id"]=33001,
["unlock_chapter"]=1 ["unlock_chapter"]=1
}, },
[33002]={
["position"]=3,
["qlt"]=3,
["hurt_skill"]={
3300210,
3300211,
3300212,
3300213
},
["base_skill"]=3300220,
["rouge_skill"]=3300200,
["rouge_skill_1"]=3300201,
["rouge_skill_2"]=3300202,
["rouge_skill_3"]=3300203,
["rouge_skill_4"]=3300204,
["rouge_skill_5"]=3300205,
["rouge_skill_6"]=3300206,
["rouge_skill_7"]=3300207,
["begin_lv"]=3,
["hp"]={
2000000,
2400000,
2800000,
3220000,
3660000,
4120000,
4620000,
5160000,
5760000,
6420000,
7140000,
7940000,
8840000,
9840000,
10980000
},
["atk"]={
1000000,
1200000,
1400000,
1610000,
1830000,
2060000,
2310000,
2580000,
2880000,
3210000,
3570000,
3970000,
4420000,
4920000,
5490000
},
["model_id"]="p0006",
["icon"]="6",
["item_id"]=33002,
["unlock_chapter"]=1
},
[34001]={
["position"]=3,
["qlt"]=4,
["hurt_skill"]={
3400110,
3400111,
3400112,
3400113
},
["base_skill"]=3400120,
["rouge_skill"]=3400100,
["rouge_skill_1"]=3400101,
["rouge_skill_2"]=3400102,
["rouge_skill_3"]=3400103,
["rouge_skill_4"]=3400104,
["rouge_skill_5"]=3400105,
["rouge_skill_6"]=3400106,
["rouge_skill_7"]=3400107,
["begin_lv"]=5,
["hp"]={
2000000,
2400000,
2800000,
3220000,
3660000,
4120000,
4620000,
5160000,
5760000,
6420000,
7140000,
7940000,
8840000,
9840000,
10980000
},
["atk"]={
1000000,
1200000,
1400000,
1610000,
1830000,
2060000,
2310000,
2580000,
2880000,
3210000,
3570000,
3970000,
4420000,
4920000,
5490000
},
["model_id"]="p0006",
["icon"]="6",
["item_id"]=34001,
["unlock_chapter"]=1
},
[42001]={ [42001]={
["position"]=4, ["position"]=4,
["qlt"]=2, ["qlt"]=2,
@ -579,6 +753,72 @@ local hero = {
["item_id"]=42001, ["item_id"]=42001,
["unlock_chapter"]=1 ["unlock_chapter"]=1
}, },
[43001]={
["position"]=4,
["qlt"]=3,
["hurt_skill"]={
4300110,
4300111,
4300112,
4300113
},
["base_skill"]=4300120,
["rouge_skill"]=4300100,
["rouge_skill_1"]=4300101,
["rouge_skill_2"]=4300102,
["rouge_skill_3"]=4300103,
["rouge_skill_4"]=4300104,
["rouge_skill_5"]=4300105,
["rouge_skill_6"]=4300106,
["rouge_skill_7"]=4300107,
["begin_lv"]=3,
["hp"]={
2000000,
2400000,
2800000,
3220000,
3660000,
4120000,
4620000,
5160000,
5760000,
6420000,
7140000,
7940000,
8840000,
9840000,
10980000
},
["atk"]={
1000000,
1200000,
1400000,
1610000,
1830000,
2060000,
2310000,
2580000,
2880000,
3210000,
3570000,
3970000,
4420000,
4920000,
5490000
},
["model_id"]="p0003",
["icon"]="3",
["item_id"]=43001,
["unlock_chapter"]=1
},
[43002]={
["position"]=4,
["qlt"]=3,
["model_id"]="p0003",
["icon"]="3",
["item_id"]=43002,
["unlock_chapter"]=1
},
[44001]={ [44001]={
["position"]=4, ["position"]=4,
["qlt"]=4, ["qlt"]=4,
@ -697,6 +937,6 @@ local hero = {
} }
} }
local config = { local config = {
data=hero,count=12 data=hero,count=17
} }
return config return config

File diff suppressed because it is too large Load Diff

View File

@ -772,6 +772,7 @@ local skill_rogue = {
}, },
[1200107]={ [1200107]={
["unlock"]=1200105, ["unlock"]=1200105,
["cover_unlock"]=1200105,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=4, ["qlt"]=4,
@ -781,12 +782,6 @@ local skill_rogue = {
}, },
["skill_position"]=1, ["skill_position"]=1,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=1200121,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=1200122, ["num"]=1200122,
@ -852,18 +847,13 @@ local skill_rogue = {
}, },
[1300104]={ [1300104]={
["unlock"]=1300101, ["unlock"]=1300101,
["cover_unlock"]=1300101,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=3, ["qlt"]=3,
["type"]=12, ["type"]=12,
["skill_position"]=1, ["skill_position"]=1,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=1300121,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=1300124, ["num"]=1300124,
@ -896,6 +886,7 @@ local skill_rogue = {
}, },
[1300106]={ [1300106]={
["unlock"]=1300105, ["unlock"]=1300105,
["cover_unlock"]=1300105,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=3, ["qlt"]=3,
@ -905,12 +896,6 @@ local skill_rogue = {
}, },
["skill_position"]=1, ["skill_position"]=1,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=1300126,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=1300127, ["num"]=1300127,
@ -1138,18 +1123,13 @@ local skill_rogue = {
}, },
[1400105]={ [1400105]={
["unlock"]=1400101, ["unlock"]=1400101,
["cover_unlock"]=1400101,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=4, ["qlt"]=4,
["type"]=12, ["type"]=12,
["skill_position"]=1, ["skill_position"]=1,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=1400122,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=1400125, ["num"]=1400125,
@ -1392,18 +1372,13 @@ local skill_rogue = {
}, },
[2300104]={ [2300104]={
["unlock"]=2300101, ["unlock"]=2300101,
["cover_unlock"]=2300101,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=3, ["qlt"]=3,
["type"]=12, ["type"]=12,
["skill_position"]=2, ["skill_position"]=2,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=2400121,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=2300124, ["num"]=2300124,
@ -1433,18 +1408,13 @@ local skill_rogue = {
}, },
[2300106]={ [2300106]={
["unlock"]=2300103, ["unlock"]=2300103,
["cover_unlock"]=2300103,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=4, ["qlt"]=4,
["type"]=12, ["type"]=12,
["skill_position"]=2, ["skill_position"]=2,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=2300123,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=2300126, ["num"]=2300126,
@ -1472,6 +1442,159 @@ local skill_rogue = {
["obj"]=4, ["obj"]=4,
["icon"]="45" ["icon"]="45"
}, },
[2300200]={
["limit_times"]=1,
["weight"]=30000,
["qlt"]=4,
["type"]=6,
["skill_position"]=2,
["icon"]="56"
},
[2300201]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=2,
["skill_position"]=2,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
}
},
["icon"]="51"
},
[2300202]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=9,
["skill_position"]=2,
["effect"]={
{
["type"]="atkp_yellow_add",
["num"]=1000,
["ratio"]=10000,
["round"]=999
}
},
["obj"]=4,
["icon"]="45"
},
[2300203]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=2,
["type"]=3,
["skill_position"]=2,
["effect"]={
{
["type"]="atkp",
["num"]=1500,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]="45"
},
[2300204]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=2,
["skill_position"]=2,
["boardrange"]={
{
["type"]=5,
["range"]=1
},
{
["type"]=6,
["range"]=1
},
{
["type"]=7,
["range"]=1
},
{
["type"]=8,
["range"]=1
}
},
["icon"]="49"
},
[2300205]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=14,
["parameter"]={
4
},
["skill_position"]=2,
["effect"]={
{
["type"]="add_skill",
["num"]=2300221,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=4,
["icon"]="51"
},
[2300206]={
["unlock"]=2300205,
["cover_unlock"]=2300205,
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=14,
["parameter"]={
4
},
["skill_position"]=2,
["effect"]={
{
["type"]="add_skill",
["num"]=2300222,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=4,
["icon"]="51"
},
[2300207]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=12,
["skill_position"]=2,
["effect"]={
{
["type"]="add_skill",
["num"]=2300223,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=4,
["icon"]="45"
},
[2400100]={ [2400100]={
["limit_times"]=1, ["limit_times"]=1,
["weight"]=30000, ["weight"]=30000,
@ -1525,18 +1648,13 @@ local skill_rogue = {
}, },
[2400103]={ [2400103]={
["unlock"]=2400102, ["unlock"]=2400102,
["cover_unlock"]=2400102,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=4, ["qlt"]=4,
["type"]=12, ["type"]=12,
["skill_position"]=2, ["skill_position"]=2,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=2400121,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=2400122, ["num"]=2400122,
@ -1577,6 +1695,7 @@ local skill_rogue = {
}, },
[2400106]={ [2400106]={
["unlock"]=2400105, ["unlock"]=2400105,
["cover_unlock"]=2400105,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=3, ["qlt"]=3,
@ -1656,14 +1775,6 @@ local skill_rogue = {
30000 30000
}, },
["skill_position"]=3, ["skill_position"]=3,
["effect"]={
{
["type"]="add_skill",
["num"]=9,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=5, ["obj"]=5,
["icon"]="33" ["icon"]="33"
}, },
@ -1691,6 +1802,15 @@ local skill_rogue = {
["range"]=1 ["range"]=1
} }
}, },
["effect"]={
{
["type"]="add_skill",
["num"]=9,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=5,
["icon"]="55" ["icon"]="55"
}, },
[3200105]={ [3200105]={
@ -1712,18 +1832,13 @@ local skill_rogue = {
}, },
[3200106]={ [3200106]={
["unlock"]=3200105, ["unlock"]=3200105,
["cover_unlock"]=3200105,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=3, ["qlt"]=3,
["type"]=12, ["type"]=12,
["skill_position"]=3, ["skill_position"]=3,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=3200123,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=3200124, ["num"]=3200124,
@ -1850,18 +1965,13 @@ local skill_rogue = {
}, },
[3300106]={ [3300106]={
["unlock"]=3300104, ["unlock"]=3300104,
["cover_unlock"]=3300104,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=2, ["qlt"]=2,
["type"]=12, ["type"]=12,
["skill_position"]=3, ["skill_position"]=3,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=3300123,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=3300124, ["num"]=3300124,
@ -1892,6 +2002,233 @@ local skill_rogue = {
["obj"]=8, ["obj"]=8,
["icon"]="48" ["icon"]="48"
}, },
[3300200]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=6,
["skill_position"]=3,
["icon"]="38"
},
[3300201]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=12,
["skill_position"]=3,
["effect"]={
{
["type"]="add_skill",
["num"]=3300221,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]="38"
},
[3300202]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=3,
["skill_position"]=3,
["effect"]={
{
["type"]="atkp",
["num"]=1500,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]="38"
},
[3300203]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=7,
["parameter"]={
1,
30000
},
["skill_position"]=3,
["icon"]="38"
},
[3300204]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=1,
["parameter"]={
3300222
},
["skill_position"]=3,
["icon"]="38"
},
[3300205]={
["unlock"]=3300204,
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=7,
["parameter"]={
2,
5000
},
["skill_position"]=3,
["icon"]="38"
},
[3300206]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=9,
["skill_position"]=4,
["effect"]={
{
["type"]="atkp_green_add",
["num"]=1500,
["ratio"]=10000,
["round"]=999
}
},
["obj"]=5,
["icon"]="38"
},
[3300207]={
["unlock"]=3300204,
["cover_unlock"]=3300204,
["limit_times"]=1,
["weight"]=1000,
["qlt"]=4,
["type"]=1,
["parameter"]={
3300223
},
["skill_position"]=3,
["icon"]="38"
},
[3400100]={
["type"]=6,
["icon"]="67"
},
[3400101]={
["type"]=12,
["effect"]={
{
["type"]="add_skill",
["num"]=3400121,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=5,
["icon"]="67"
},
[3400102]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=3,
["type"]=2,
["skill_position"]=3,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
}
},
["icon"]="67"
},
[3400103]={
["limit_times"]=1,
["weight"]=1000,
["qlt"]=3,
["type"]=9,
["skill_position"]=4,
["effect"]={
{
["type"]="atkp_green_add",
["num"]=1500,
["ratio"]=10000,
["round"]=999
}
},
["obj"]=5,
["icon"]="67"
},
[3400104]={
["unlock"]=3400101,
["cover_unlock"]=3400101,
["type"]=12,
["effect"]={
{
["type"]="add_skill",
["num"]=3400122,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=5,
["icon"]="67"
},
[3400105]={
["type"]=12,
["effect"]={
{
["type"]="add_skill",
["num"]=3400123,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=5,
["icon"]="67"
},
[3400106]={
["unlock"]=3400106,
["cover_unlock"]=3400106,
["type"]=12,
["effect"]={
{
["type"]="add_skill",
["num"]=3400124,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=5,
["icon"]="67"
},
[3400107]={
["type"]=14,
["parameter"]={
4
},
["effect"]={
{
["type"]="skill_fire_times",
["num"]=3400120,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=5,
["icon"]="67"
},
[4200100]={ [4200100]={
["limit_times"]=1, ["limit_times"]=1,
["weight"]=30000, ["weight"]=30000,
@ -1998,18 +2335,13 @@ local skill_rogue = {
}, },
[4200107]={ [4200107]={
["unlock"]=4200105, ["unlock"]=4200105,
["cover_unlock"]=4200105,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=4, ["qlt"]=4,
["type"]=12, ["type"]=12,
["skill_position"]=4, ["skill_position"]=4,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=4200122,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=4200123, ["num"]=4200123,
@ -2020,6 +2352,181 @@ local skill_rogue = {
["obj"]=6, ["obj"]=6,
["icon"]="39" ["icon"]="39"
}, },
[4300100]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=4,
["type"]=6
},
[4300101]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=3,
["type"]=2,
["skill_position"]=4,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
}
}
},
[4300102]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=3,
["type"]=12,
["skill_position"]=4,
["effect"]={
{
["type"]="add_skill",
["num"]=4300121,
["ratio"]=10000,
["round"]=1
}
}
},
[4300103]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=3,
["type"]=8,
["parameter"]={
2,
1
},
["skill_position"]=4
},
[4300104]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=4,
["type"]=7,
["parameter"]={
1,
30000
},
["skill_position"]=4
},
[4300105]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=4,
["type"]=12,
["skill_position"]=4,
["effect"]={
{
["type"]="add_skill",
["num"]=4300122,
["ratio"]=10000,
["round"]=1
}
}
},
[4300106]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=4,
["type"]=12,
["skill_position"]=4,
["effect"]={
{
["type"]="add_skill",
["num"]=4300123,
["ratio"]=10000,
["round"]=1
}
}
},
[4300107]={
["unlock"]=4300106,
["cover_unlock"]=4300106,
["limit_times"]=1,
["weight"]=3000,
["qlt"]=4,
["type"]=12,
["skill_position"]=4,
["effect"]={
{
["type"]="add_skill",
["num"]=4300124,
["ratio"]=10000,
["round"]=1
}
}
},
[4300300]={
["limit_times"]=1
},
[4300301]={
["limit_times"]=1
},
[4300302]={
["limit_times"]=1
},
[4300303]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=3,
["type"]=3,
["skill_position"]=4,
["effect"]={
{
["type"]="atkp",
["num"]=1500,
["ratio"]=10000,
["round"]=1
}
},
["obj"]=1,
["icon"]="44"
},
[4300304]={
["limit_times"]=1
},
[4300305]={
["limit_times"]=1
},
[4300306]={
["limit_times"]=1,
["weight"]=3000,
["qlt"]=3,
["type"]=3,
["skill_position"]=4,
["boardrange"]={
{
["type"]=1,
["range"]=1
},
{
["type"]=2,
["range"]=1
},
{
["type"]=3,
["range"]=1
},
{
["type"]=4,
["range"]=1
}
}
},
[4300307]={
["limit_times"]=1
},
[4400100]={ [4400100]={
["limit_times"]=1, ["limit_times"]=1,
["weight"]=30000, ["weight"]=30000,
@ -2119,18 +2626,13 @@ local skill_rogue = {
}, },
[4400107]={ [4400107]={
["unlock"]=4400105, ["unlock"]=4400105,
["cover_unlock"]=4400105,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=4, ["qlt"]=4,
["type"]=12, ["type"]=12,
["skill_position"]=4, ["skill_position"]=4,
["effect"]={ ["effect"]={
{
["type"]="remove_skill",
["num"]=4400122,
["ratio"]=10000,
["round"]=1
},
{ {
["type"]="add_skill", ["type"]="add_skill",
["num"]=4400123, ["num"]=4400123,
@ -2246,6 +2748,7 @@ local skill_rogue = {
}, },
[5200107]={ [5200107]={
["unlock"]=5200105, ["unlock"]=5200105,
["cover_unlock"]=5200105,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=1000, ["weight"]=1000,
["qlt"]=4, ["qlt"]=4,
@ -2258,6 +2761,6 @@ local skill_rogue = {
} }
} }
local config = { local config = {
data=skill_rogue,count=140 data=skill_rogue,count=180
} }
return config return config

View File

@ -33,7 +33,8 @@ local struct = {
["parameter1"]="type:string", ["parameter1"]="type:string",
["parameter2"]="attr:string", ["parameter2"]="attr:string",
["parameter3"]="op:string", ["parameter3"]="op:string",
["parameter4"]="v:int" ["parameter4"]="v:int",
["parameter5"]="side:int"
} }
} }
local config = { local config = {