30 lines
962 B
Lua
30 lines
962 B
Lua
local skill = {
|
|
[3200120]={
|
|
["desc"]="Lance Thrust: Dealing tons of damage"
|
|
},
|
|
[2200120]={
|
|
["desc"]="Unsheathe: Dealing tons of damage"
|
|
},
|
|
[4200120]={
|
|
["desc"]="Elemental Link: Clear random 3 extra elements"
|
|
},
|
|
[5200120]={
|
|
["desc"]="Magic Shield: Generates a Magic Shield that absorbs damage up to 10% of your Max HP. The shield lasts for 1 round"
|
|
},
|
|
[1200120]={
|
|
["desc"]="Disperse in Dance: Clears elements on <color=#3cff28>2</color> tiles on the left and right side"
|
|
},
|
|
[3300120]={
|
|
["desc"]="Quick Regen: Immediately restores HP by an amount equal to 80% of Evelyn's Attack"
|
|
},
|
|
[2300120]={
|
|
["desc"]="Great Sword Combos: Increases the damage of each attack by 50%, ends with a huge sword that deals tons of damage"
|
|
},
|
|
[4300120]={
|
|
["desc"]="Frosty Blade Dance: Deals massive damage for one time and the applies Frost status on the enemy for 1 round (normal attack hits -1)"
|
|
}
|
|
}
|
|
local config = {
|
|
data=skill,count=8
|
|
}
|
|
return config |