diff --git a/lua/app/config/monster_chapter.lua b/lua/app/config/monster_chapter.lua
index 712ecf5b..0e21d1d6 100644
--- a/lua/app/config/monster_chapter.lua
+++ b/lua/app/config/monster_chapter.lua
@@ -644,7 +644,7 @@ local monster_chapter = {
10065
},
["skill"]={
- 10066
+ 10068
},
["passive_skill"]={
10067
diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua
index 1fc72926..bb6570ef 100644
--- a/lua/app/config/skill.lua
+++ b/lua/app/config/skill.lua
@@ -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
},
diff --git a/lua/app/config/skill_rogue.lua b/lua/app/config/skill_rogue.lua
index 2fb07b35..fc0031fe 100644
--- a/lua/app/config/skill_rogue.lua
+++ b/lua/app/config/skill_rogue.lua
@@ -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]={
diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua
index 1ea23265..afa894d3 100644
--- a/lua/app/config/strings/cn/skill_rogue.lua
+++ b/lua/app/config/strings/cn/skill_rogue.lua
@@ -222,7 +222,7 @@ local skill_rogue = {
["desc"]="霜冻剑舞被使用时可消除掉其上下左右4个元素"
},
[200802]={
- ["desc"]="跟霜冻剑舞连接线上的元素伤害增加10%"
+ ["desc"]="霜冻剑舞伤害提升"
},
[200803]={
["desc"]="霜冻剑舞造成的冰霜效果将持续2回合"
diff --git a/lua/app/config/strings/en/skill_rogue.lua b/lua/app/config/strings/en/skill_rogue.lua
index 5fde9583..25d9d033 100644
--- a/lua/app/config/strings/en/skill_rogue.lua
+++ b/lua/app/config/strings/en/skill_rogue.lua
@@ -147,7 +147,7 @@ local skill_rogue = {
["desc"]="Unsheathe: Carla deals massive damage for 1 time"
},
[200201]={
- ["desc"]="Unsheathe: Increases the damage of Unsheathe"
+ ["desc"]="Increases the damage of Unsheathe"
},
[200202]={
["desc"]="When performing Unsheathe, clears 1 tile on the top, bottom, left and right side respectively."
@@ -222,7 +222,7 @@ local skill_rogue = {
["desc"]="When performing Frosty Blade Dance, clears 4 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 10%"
+ ["desc"]="Increases the damage of Frosty Blade Dance"
},
[200803]={
["desc"]="Frost status caused by Frosty Blade Dance lasts for 2 rounds"