更新配置
This commit is contained in:
parent
84ee036fea
commit
3caafceabd
@ -644,7 +644,7 @@ local monster_chapter = {
|
||||
10065
|
||||
},
|
||||
["skill"]={
|
||||
10066
|
||||
10068
|
||||
},
|
||||
["passive_skill"]={
|
||||
10067
|
||||
|
||||
@ -1026,7 +1026,7 @@ local skill = {
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt_blue",
|
||||
["num"]=20000,
|
||||
["num"]=40000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
@ -1052,7 +1052,7 @@ local skill = {
|
||||
["energy"]=10,
|
||||
["link"]=1,
|
||||
["position"]=4,
|
||||
["method"]=1,
|
||||
["method"]=2,
|
||||
["skill_type"]=1,
|
||||
["boardrange"]={
|
||||
{
|
||||
@ -1079,7 +1079,7 @@ local skill = {
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt_blue",
|
||||
["num"]=20000,
|
||||
["num"]=40000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
|
||||
@ -685,7 +685,7 @@ local skill_rogue = {
|
||||
["type"]=7,
|
||||
["parameter"]={
|
||||
1,
|
||||
3000
|
||||
40000
|
||||
},
|
||||
["skill_position"]=3,
|
||||
["icon"]="64"
|
||||
@ -722,7 +722,7 @@ local skill_rogue = {
|
||||
["type"]=7,
|
||||
["parameter"]={
|
||||
1,
|
||||
3000
|
||||
40000
|
||||
},
|
||||
["skill_position"]=2,
|
||||
["icon"]="65"
|
||||
@ -984,7 +984,7 @@ local skill_rogue = {
|
||||
["weight"]=2000,
|
||||
["qlt"]=3,
|
||||
["type"]=2,
|
||||
["skill_position"]=4,
|
||||
["skill_position"]=2,
|
||||
["boardrange"]={
|
||||
{
|
||||
["type"]=1,
|
||||
@ -1027,7 +1027,7 @@ local skill_rogue = {
|
||||
["weight"]=1000,
|
||||
["qlt"]=3,
|
||||
["type"]=2,
|
||||
["skill_position"]=4,
|
||||
["skill_position"]=2,
|
||||
["boardrange"]={
|
||||
{
|
||||
["type"]=5,
|
||||
@ -1071,17 +1071,12 @@ local skill_rogue = {
|
||||
["limit_times"]=1,
|
||||
["weight"]=3000,
|
||||
["qlt"]=2,
|
||||
["type"]=3,
|
||||
["skill_position"]=4,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="dmg_addition_all_add",
|
||||
["num"]=1000,
|
||||
["ratio"]=10000,
|
||||
["round"]=1
|
||||
}
|
||||
["type"]=7,
|
||||
["parameter"]={
|
||||
1,
|
||||
40000
|
||||
},
|
||||
["obj"]=1,
|
||||
["skill_position"]=4,
|
||||
["icon"]="53"
|
||||
},
|
||||
[200803]={
|
||||
|
||||
@ -222,7 +222,7 @@ local skill_rogue = {
|
||||
["desc"]="霜冻剑舞被使用时可消除掉其上下左右<color=#3cff28>4</color>个元素"
|
||||
},
|
||||
[200802]={
|
||||
["desc"]="跟霜冻剑舞连接线上的元素伤害增加<color=#3cff28>10%</color>"
|
||||
["desc"]="霜冻剑舞<color=#3cff28>伤害提升</color>"
|
||||
},
|
||||
[200803]={
|
||||
["desc"]="霜冻剑舞造成的冰霜效果将持续<color=#3cff28>2</color>回合"
|
||||
|
||||
@ -147,7 +147,7 @@ local skill_rogue = {
|
||||
["desc"]="Unsheathe: Carla deals massive damage for <color=#3cff28>1</color> time"
|
||||
},
|
||||
[200201]={
|
||||
["desc"]="Unsheathe: <color=#3cff28>Increases the damage</color> of Unsheathe"
|
||||
["desc"]="<color=#3cff28>Increases the damage</color> of Unsheathe"
|
||||
},
|
||||
[200202]={
|
||||
["desc"]="When performing Unsheathe, clears <color=#3cff28>1</color> tile on the top, bottom, left and right side respectively."
|
||||
@ -222,7 +222,7 @@ local skill_rogue = {
|
||||
["desc"]="When performing Frosty Blade Dance, clears <color=#3cff28>4</color> elements on the top, bottom, left and right side"
|
||||
},
|
||||
[200802]={
|
||||
["desc"]="Increases the damage of elements connected by the same link of Frosty Blade Dance by <color=#3cff28>10%</color>"
|
||||
["desc"]="<color=#3cff28>Increases the damage</color> of Frosty Blade Dance"
|
||||
},
|
||||
[200803]={
|
||||
["desc"]="Frost status caused by Frosty Blade Dance lasts for <color=#3cff28>2</color> rounds"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user