81 lines
2.1 KiB
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 = {
[1200120]={
["desc"]="消滅の舞:横に<color=#3cff28>5</color>マスを消し、スキルを1回発動する。"
},
[1300120]={
["desc"]="旋風切:追加でスキルを複数回発動する。"
},
[1300220]={
["desc"]="ファイアパンチ:縦に<color=#3cff28>5</color>を消し、スキルを1回発動する。<color=#3cff28>50%</color>の確率で敵に<color=#3cff28>2</color>ターン⽕傷効果を付与する。"
},
[1400120]={
["desc"]="ヘヴィーヒット:縦横<color=#3cff28>4</color>マスの元素を変え、大ダメージを与えるスキルを複数回発動する。"
},
[1400220]={
},
[2200120]={
["desc"]="居合斬追加でスキルを1回発動する。"
},
[2300120]={
["desc"]="骨旋風:追加でスキルを複数回発動する。"
},
[2300220]={
["desc"]="ファントムストライク:発動するとダメージが増加し、追加で大ダメージを与えるスキルを複数回発動する。"
},
[2400120]={
["desc"]="大剣インパクト追加で特⼤ダメージを与えるスキルを1回発動する。"
},
[2400220]={
},
[3200120]={
["desc"]="ランススラスト追加でスキルを1回発動する。"
},
[3300120]={
["desc"]="急速回復使用後HPを回復する。"
},
[3300220]={
},
[3400120]={
["desc"]="ムーンチェイサー発動するとダメージが増加し、特⼤ダメージを与えるスキルを1回発動する。"
},
[3400220]={
},
[4200120]={
["desc"]="元素連接:ランダムで<color=#3cff28>3</color>つの元素を消し、スキルを1回発動する。"
},
[4300120]={
},
[4300220]={
},
[4400120]={
["desc"]="フロストソードダンス:ランダムで<color=#3cff28>3</color>つの元素を消し、<color=#3cff28>1</color>ターンフロスト効果付きのスキルを1回発動する。"
},
[4400220]={
},
[5200120]={
["desc"]="シールド術:味方全員に<color=#3cff28>1</color>ターンシールドを付与する。"
},
[5300120]={
},
[5300220]={
},
[5400120]={
},
[5400220]={
}
}
local config = {
data=skill,count=25
}
return config