c1_lua/lua/app/config/strings/cn/skill_hero.lua
2023-04-10 09:58:43 +08:00

30 lines
610 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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