29,573
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local skill = { | local skill = { | ||
--Magic | --Magic | ||
["agi"] = { | ["agi"] = { --アギ | ||
battlename = "AGI", | battlename = "AGI", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "3", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "35", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Agi" | name = "Agi", | ||
}, | }, | ||
["agilao"] = { | ["agilao"] = { --アギラオ | ||
battlename = "AGIRAO", | battlename = "AGIRAO", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "7", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "45", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Agilao" | name = "Agilao", | ||
}, | }, | ||
["agidyne"] = { | ["agidyne"] = { --アギダイン | ||
battlename = "AGIDHAIN", | battlename = "AGIDHAIN", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "15", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "60", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Agidyne" | name = "Agidyne", | ||
}, | }, | ||
["bufu"] = { | ["bufu"] = { --ブフ | ||
battlename = "BUFU", | battlename = "BUFU", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "3", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 凍結の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Bufu" | name = "Bufu", | ||
}, | }, | ||
["bufula"] = { | ["bufula"] = { --ブフーラ | ||
battlename = "BUFULA", | battlename = "BUFULA", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "35", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 凍結の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Bufula" | name = "Bufula", | ||
}, | }, | ||
["bufudyne"] = { | ["bufudyne"] = { --ブフダイン | ||
battlename = "BUFUDHAIN", | battlename = "BUFUDHAIN", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "16", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 凍結の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Bufudyne" | name = "Bufudyne", | ||
}, | }, | ||
["zio"] = { | ["zio"] = { --ジオ | ||
battlename = "ZIO", | battlename = "ZIO", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 感電の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Zio" | name = "Zio", | ||
}, | }, | ||
["zionga"] = { | ["zionga"] = { --ジオンガ | ||
battlename = "ZIONGA", | battlename = "ZIONGA", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "9", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 感電の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Zionga" | name = "Zionga", | ||
}, | }, | ||
["ziodyne"] = { | ["ziodyne"] = { --ジオダイン | ||
battlename = "ZIODHAIN", | battlename = "ZIODHAIN", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "18", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "55", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 感電の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Ziodyne" | name = "Ziodyne", | ||
}, | }, | ||
["zan"] = { | ["zan"] = { --ザン | ||
battlename = "ZAN", | battlename = "ZAN", | ||
attribute = "", | attribute = "Force", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "2", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Zan" | name = "Zan", | ||
}, | }, | ||
["zanma"] = { | ["zanma"] = { --ザンマ | ||
battlename = "ZANMA", | battlename = "ZANMA", | ||
attribute = "", | attribute = "Force", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "5", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Zanma" | name = "Zanma", | ||
}, | }, | ||
["zandyne"] = { | ["zandyne"] = { --ザンダイン | ||
battlename = "ZANDHAIN", | battlename = "ZANDHAIN", | ||
attribute = "", | attribute = "Force", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "12", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "55", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Zandyne" | name = "Zandyne", | ||
}, | }, | ||
["megido"] = { | ["megido"] = { --メギド | ||
battlename = "MEGIDO", | battlename = "MEGIDO", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "15", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 万能属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Megido" | name = "Megido", | ||
}, | }, | ||
["megidola"] = { | ["megidola"] = { --メギドラ | ||
battlename = "MEGIDORA", | battlename = "MEGIDORA", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "30", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 万能属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Megidola" | name = "Megidola", | ||
}, | }, | ||
["megidolaon"] = { | ["megidolaon"] = { --メギドラオン | ||
battlename = "MEGIDORAON", | battlename = "MEGIDORAON", | ||
attribute = "Almighty", | attribute = "Almighty", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = 45, | cost = "45", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = 60, | power = "60", | ||
hits = | hits = "", | ||
target = "All enemies", | target = "All enemies", | ||
description_ja = "", --ore-game: 万能属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Megidolaon" | name = "Megidolaon", | ||
}, | }, | ||
["hama"] = { | ["hama"] = { --ハマ | ||
battlename = "HAMA", | battlename = "HAMA", | ||
attribute = "", | attribute = "Light", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 魔を払う一撃死攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Hama" | name = "Hama", | ||
}, | }, | ||
["mudo"] = { | ["mudo"] = { --ムド | ||
battlename = "MUDO", | battlename = "MUDO", | ||
attribute = "", | attribute = "Dark", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "6", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 敵を呪い殺す一撃死攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Mudo" | name = "Mudo", | ||
}, | }, | ||
["dormina"] = { | ["dormina"] = { --ドルミナー | ||
battlename = "DOLUMINER", | battlename = "DOLUMINER", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "3", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 睡眠状態にする 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Dormina" | name = "Dormina", | ||
}, | }, | ||
["pulinpa"] = { | ["pulinpa"] = { --プリンパ | ||
battlename = "PURINPA", | battlename = "PURINPA", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "2", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 混乱状態にする 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Pulinpa" | name = "Pulinpa", | ||
}, | }, | ||
["marin karin"] = { | ["marin karin"] = { --マリンカリン | ||
battlename = "MARIN-KARIN", | battlename = "MARIN-KARIN", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "5", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 魅了状態にする 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Marin Karin" | name = "Marin Karin", | ||
}, | }, | ||
["makajama"] = { | ["makajama"] = { --マカジャマ | ||
battlename = "MAKAJAMA", | battlename = "MAKAJAMA", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 魔封状態にする 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Makajama" | name = "Makajama", | ||
}, | }, | ||
["petram"] = { | ["petram"] = { --ペトラム | ||
battlename = "PETRAMU", | battlename = "PETRAMU", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "6", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 石化状態にする 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Petram" | name = "Petram", | ||
}, | }, | ||
["poisma"] = { | ["poisma"] = { --ポイズマ | ||
battlename = "POIZUMA", | battlename = "POIZUMA", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 毒状態にする 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Poisma" | name = "Poisma", | ||
}, | }, | ||
["tarunda"] = { | ["tarunda"] = { --タルンダ | ||
battlename = "TARU-Nda", | battlename = "TARU-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 1ターン物理攻撃力半分 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Tarunda" | name = "Tarunda", | ||
}, | }, | ||
["rakunda"] = { | ["rakunda"] = { --ラクンダ | ||
battlename = "RAKU-Nda", | battlename = "RAKU-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 1ターン物理防御力半分 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Rakunda" | name = "Rakunda", | ||
}, | }, | ||
["makanda"] = { | ["makanda"] = { --マカンダ | ||
battlename = "MAKA-Nda", | battlename = "MAKA-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 1ターン魔法攻撃力半分 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Makanda" | name = "Makanda", | ||
}, | }, | ||
["samanda"] = { | ["samanda"] = { --サマンダ | ||
battlename = "SAMA-Nda", | battlename = "SAMA-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 1ターン魔法防御力半分 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Samanda" | name = "Samanda", | ||
}, | }, | ||
["dia"] = { | ["dia"] = { --ディア | ||
battlename = "DIA", | battlename = "DIA", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: HP小回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Dia" | name = "Dia", | ||
}, | }, | ||
["diarama"] = { | ["diarama"] = { --ディアラマ | ||
battlename = "DIA-RAMA", | battlename = "DIA-RAMA", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: HP中回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Diarama" | name = "Diarama", | ||
}, | }, | ||
["diarahan"] = { | ["diarahan"] = { --ディアラハン | ||
battlename = "DIA-RAHAN", | battlename = "DIA-RAHAN", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "20", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "9999", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: HP完全回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Diarahan" | name = "Diarahan", | ||
}, | }, | ||
["tarukaja"] = { | ["tarukaja"] = { --タルカジャ | ||
battlename = "TARU-kaja", | battlename = "TARU-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: 1ターン物理攻撃力2倍 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Tarukaja" | name = "Tarukaja", | ||
}, | }, | ||
["rakukaja"] = { | ["rakukaja"] = { --ラクカジャ | ||
battlename = "RAKU-kaja", | battlename = "RAKU-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: 1ターン物理防御力2倍 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Rakukaja" | name = "Rakukaja", | ||
}, | }, | ||
["makakaja"] = { | ["makakaja"] = { --マカカジャ | ||
battlename = "MAKA-kaja", | battlename = "MAKA-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: 1ターン魔法攻撃力2倍 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Makakaja" | name = "Makakaja", | ||
}, | }, | ||
["samakaja"] = { | ["samakaja"] = { --サマカジャ | ||
battlename = "SAMA-kaja", | battlename = "SAMA-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: 1ターン魔法防御力2倍 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Samakaja" | name = "Samakaja", | ||
}, | }, | ||
["patra"] = { | ["patra"] = { --パトラ | ||
battlename = "PATORA", | battlename = "PATORA", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: 精神系の状態異常の回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Patra" | name = "Patra", | ||
}, | }, | ||
["me patra"] = { | ["me patra"] = { --メパトラ | ||
battlename = "Me-PATORA", | battlename = "Me-PATORA", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: パトラの広範囲版 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Me Patra" | name = "Me Patra", | ||
}, | }, | ||
["posumudi"] = { | ["posumudi"] = { --ポズムディ | ||
battlename = "POSM-Di", | battlename = "POSM-Di", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "2", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: 毒の回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Posumudi" | name = "Posumudi", | ||
}, | }, | ||
["petradi"] = { | ["petradi"] = { --ペトラディ | ||
battlename = "PETRA-Di", | battlename = "PETRA-Di", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: 石化の回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Petradi" | name = "Petradi", | ||
}, | }, | ||
["recarm"] = { | ["recarm"] = { --リカーム | ||
battlename = "RECARM", | battlename = "RECARM", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "20", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: HP1/2で瀕死の回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Recarm" | name = "Recarm", | ||
}, | }, | ||
["samarecarm"] = { | ["samarecarm"] = { --サマリカーム | ||
battlename = "Sama-RECARM", | battlename = "Sama-RECARM", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "40", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single ally", | ||
description_ja = "", --ore-game: HP全快で瀕死の回復 範囲:味方単体 | |||
description = "", | description = "", | ||
name = "Samarecarm" | name = "Samarecarm", | ||
}, | }, | ||
["recarmdra"] = { | ["recarmdra"] = { --リカームドラ | ||
battlename = "RECARM-Dora", | battlename = "RECARM-Dora", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "1", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "9999", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 全員の瀕死回復 術者瀕死 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Recarmdra" | name = "Recarmdra", | ||
}, | }, | ||
["dekunda"] = { | ["dekunda"] = { --デクンダ | ||
battlename = "DE-Kunda", | battlename = "DE-Kunda", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "5", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 下降系の効果を全て打ち消す 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Dekunda" | name = "Dekunda", | ||
}, | }, | ||
["dekaja"] = { | ["dekaja"] = { --デカジャ | ||
battlename = "DE-kaja", | battlename = "DE-kaja", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 強化系の効果を全て打ち消す 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Dekaja" | name = "Dekaja", | ||
}, | }, | ||
["trafuri"] = { | ["trafuri"] = { --トラフーリ | ||
battlename = "TRAFURI", | battlename = "TRAFURI", | ||
attribute = "", | attribute = "Special", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "2", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: DRIVEに帰還 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Trafuri" | name = "Trafuri", | ||
}, | }, | ||
["makarakarn"] = { | ["makarakarn"] = { --マカラカーン | ||
battlename = "MAKARA-Karn", | battlename = "MAKARA-Karn", | ||
attribute = "", | attribute = "Special", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "20", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Self", | ||
description_ja = "", --ore-game: 魔法攻撃を1ターン反射 範囲:自分 | |||
description = "", | description = "", | ||
name = "Makarakarn" | name = "Makarakarn", | ||
}, | }, | ||
["tetrakarn"] = { | ["tetrakarn"] = { --テトラカーン | ||
battlename = "TETRA-Karn", | battlename = "TETRA-Karn", | ||
attribute = "", | attribute = "Special", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "20", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Self", | ||
description_ja = "", --ore-game: 物理攻撃を1ターン反射 範囲:自分 | |||
description = "", | description = "", | ||
name = "Tetrakarn" | name = "Tetrakarn", | ||
}, | }, | ||
["maragi"] = { | ["maragi"] = { --マハラギ | ||
battlename = "Maha-AGI", | battlename = "Maha-AGI", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "3", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "21", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Maragi" | name = "Maragi", | ||
}, | }, | ||
["maragion"] = { | ["maragion"] = { --マハラギオン | ||
battlename = "Maha-AGION", | battlename = "Maha-AGION", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "7", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "36", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Maragion" | name = "Maragion", | ||
}, | }, | ||
["maragidyne"] = { | ["maragidyne"] = { --マハラギダイン | ||
battlename = "Maha-AGIDHAIN", | battlename = "Maha-AGIDHAIN", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "15", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "60", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Maragidyne" | name = "Maragidyne", | ||
}, | }, | ||
["mabufu"] = { | ["mabufu"] = { --マハブフ | ||
battlename = "Maha-BUFU", | battlename = "Maha-BUFU", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "3", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "15", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 凍結の効果 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Mabufu" | name = "Mabufu", | ||
}, | }, | ||
["mabufula"] = { | ["mabufula"] = { --マハブフーラ | ||
battlename = "Maha-BUFULA", | battlename = "Maha-BUFULA", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "28", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 凍結の効果 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Mabufula" | name = "Mabufula", | ||
}, | }, | ||
["mabufudyne"] = { | ["mabufudyne"] = { --マハブフダイン | ||
battlename = "Maha-BUFUDHAIN", | battlename = "Maha-BUFUDHAIN", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "16", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 凍結の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mabufudyne" | name = "Mabufudyne", | ||
}, | }, | ||
["mazio"] = { | ["mazio"] = { --マハジオ | ||
battlename = "Maha-ZIO", | battlename = "Maha-ZIO", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "18", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 感電の効果 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Mazio" | name = "Mazio", | ||
}, | }, | ||
["mazionga"] = { | ["mazionga"] = { --マハジオンガ | ||
battlename = "Maha-ZIONGA", | battlename = "Maha-ZIONGA", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "9", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "32", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 感電の効果 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Mazionga" | name = "Mazionga", | ||
}, | }, | ||
["maziodyne"] = { | ["maziodyne"] = { --マハジオダイン | ||
battlename = "Maha-ZIODHAIN", | battlename = "Maha-ZIODHAIN", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "18", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "55", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 感電の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Maziodyne" | name = "Maziodyne", | ||
}, | }, | ||
["mazan"] = { | ["mazan"] = { --マハザン | ||
battlename = "Maha-ZAN", | battlename = "Maha-ZAN", | ||
attribute = "", | attribute = "Force", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "2", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "18", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Mazan" | name = "Mazan", | ||
}, | }, | ||
["mazanma"] = { | ["mazanma"] = { --マハザンマ | ||
battlename = "Maha-ZANMA", | battlename = "Maha-ZANMA", | ||
attribute = "", | attribute = "Force", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "5", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "32", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Mazanma" | name = "Mazanma", | ||
}, | }, | ||
["mazandyne"] = { | ["mazandyne"] = { --マハザンダイン | ||
battlename = "Maha-ZANDHAIN", | battlename = "Maha-ZANDHAIN", | ||
attribute = "", | attribute = "Force", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "12", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "55", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mazandyne" | name = "Mazandyne", | ||
}, | }, | ||
["mahama"] = { | ["mahama"] = { --マハンマ | ||
battlename = "Maha-HAMA", | battlename = "Maha-HAMA", | ||
attribute = "", | attribute = "Light", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: ハマの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mahama" | name = "Mahama", | ||
}, | }, | ||
["mamudo"] = { | ["mamudo"] = { --マハムド | ||
battlename = "Maha-MUDO", | battlename = "Maha-MUDO", | ||
attribute = "", | attribute = "Dark", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "6", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: ムドの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mamudo" | name = "Mamudo", | ||
}, | }, | ||
["madormina"] = { | ["madormina"] = { --マハドルミナー | ||
battlename = "Maha-DOLUMINER", | battlename = "Maha-DOLUMINER", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "3", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: ドルミナーの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Madormina" | name = "Madormina", | ||
}, | }, | ||
["mapulinpa"] = { | ["mapulinpa"] = { --マハプリンパ | ||
battlename = "Maha-PURINPA", | battlename = "Maha-PURINPA", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "2", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: プリンパの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mapulinpa" | name = "Mapulinpa", | ||
}, | }, | ||
["mamarin"] = { | ["mamarin"] = { --マハマリン | ||
battlename = "Maha-MARIN", | battlename = "Maha-MARIN", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "5", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: マリンカリンの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mamarin" | name = "Mamarin", | ||
}, | }, | ||
["mamakajama"] = { | ["mamakajama"] = { --マハマカジャマ | ||
battlename = "Maha-MAKAJAMA", | battlename = "Maha-MAKAJAMA", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: マカジャマの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mamakajama" | name = "Mamakajama", | ||
}, | }, | ||
["mapetram"] = { | ["mapetram"] = { --マハペトラム | ||
battlename = "Maha-PETRAMU", | battlename = "Maha-PETRAMU", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "6", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: ペトラムの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mapetram" | name = "Mapetram", | ||
}, | }, | ||
["mapoisma"] = { | ["mapoisma"] = { --マハポイズマ | ||
battlename = "Maha-POIZUMA", | battlename = "Maha-POIZUMA", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: ポイズマの広範囲版 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mapoisma" | name = "Mapoisma", | ||
}, | }, | ||
["matarunda"] = { | ["matarunda"] = { --マハタルンダ | ||
battlename = "Maha-TARU-Nda", | battlename = "Maha-TARU-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 1ターン物理攻撃LV下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Matarunda" | name = "Matarunda", | ||
}, | }, | ||
["marakunda"] = { | ["marakunda"] = { --マハラクンダ | ||
battlename = "Maha-RAKU-Nda", | battlename = "Maha-RAKU-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 1ターン物理耐性LV下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Marakunda" | name = "Marakunda", | ||
}, | }, | ||
["mamakanda"] = { | ["mamakanda"] = { --マハマカンダ | ||
battlename = "Maha-MAKA-Nda", | battlename = "Maha-MAKA-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 1ターン魔法攻撃LV下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mamakanda" | name = "Mamakanda", | ||
}, | }, | ||
["masamanda"] = { | ["masamanda"] = { --マハサマンダ | ||
battlename = "Maha-SAMA-Nda", | battlename = "Maha-SAMA-Nda", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "10", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 1ターン魔法耐性LV下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Masamanda" | name = "Masamanda", | ||
}, | }, | ||
["media"] = { | ["media"] = { --メディア | ||
battlename = "Me-DIA", | battlename = "Me-DIA", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "4", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "16", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: HP小回復 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Media" | name = "Media", | ||
}, | }, | ||
["mediarama"] = { | ["mediarama"] = { --メディアラマ | ||
battlename = "Me-DIARAMA", | battlename = "Me-DIARAMA", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: HP中回復 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Mediarama" | name = "Mediarama", | ||
}, | }, | ||
["mediarahan"] = { | ["mediarahan"] = { --メディアラハン | ||
battlename = "Me-DIARAHAN", | battlename = "Me-DIARAHAN", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "20", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "9999", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: HP完全回復 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Mediarahan" | name = "Mediarahan", | ||
}, | }, | ||
["matarukaja"] = { | ["matarukaja"] = { --マハタルカジャ | ||
battlename = "Maha-TARU-kaja", | battlename = "Maha-TARU-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 1ターン物理攻撃LV上昇 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Matarukaja" | name = "Matarukaja", | ||
}, | }, | ||
["marakukaja"] = { | ["marakukaja"] = { --マハラクカジャ | ||
battlename = "Maha-RAKU-kaja", | battlename = "Maha-RAKU-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 1ターン物理耐性LV上昇 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Marakukaja" | name = "Marakukaja", | ||
}, | }, | ||
["mamakakaja"] = { | ["mamakakaja"] = { --マハマカカジャ | ||
battlename = "Maha-MAKA-kaja", | battlename = "Maha-MAKA-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 1ターン魔法攻撃LV上昇 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Mamakakaja" | name = "Mamakakaja", | ||
}, | }, | ||
["masamakaja"] = { | ["masamakaja"] = { --マハサマカジャ | ||
battlename = "Maha-SAMA-kaja", | battlename = "Maha-SAMA-kaja", | ||
attribute = "", | attribute = "Support", | ||
damagetype = "Magical", | damagetype = "Magical", | ||
skilltype = "Magic", | skilltype = "Magic", | ||
cost = "", | cost = "8", | ||
costtype = "MP", | costtype = "MP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 1ターン魔法耐性LV上昇 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Masamakaja" | name = "Masamakaja", | ||
}, | }, | ||
--Extra | --Extra | ||
["fire breath"] = { | ["fire breath"] = { --ファイアブレス | ||
battlename = "FIRE-BREATH", | battlename = "FIRE-BREATH", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Fire Breath" | name = "Fire Breath", | ||
}, | }, | ||
["hellfire"] = { | ["hellfire"] = { --地獄の業火 | ||
battlename = "HELL-FIRE", | battlename = "HELL-FIRE", | ||
attribute = "", | attribute = "Fire", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "15", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "35", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 火炎属性の魔法攻撃 毒の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Hellfire" | name = "Hellfire", | ||
}, | }, | ||
["ice breath"] = { | ["ice breath"] = { --アイスブレス | ||
battlename = "ICE-BREATH", | battlename = "ICE-BREATH", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "15", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 凍結の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Ice Breath" | name = "Ice Breath", | ||
}, | }, | ||
["glacial blast"] = { | ["glacial blast"] = { --絶対零度 | ||
battlename = "ABSOLUTE-ZERO", | battlename = "ABSOLUTE-ZERO", | ||
attribute = "", | attribute = "Ice", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 氷結属性の魔法攻撃 即死の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Glacial Blast" | name = "Glacial Blast", | ||
}, | }, | ||
["thunderbolt"] = { | ["thunderbolt"] = { --サンダーボルト | ||
battlename = "THUNDER-BOLT", | battlename = "THUNDER-BOLT", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "12", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 感電の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Thunderbolt" | name = "Thunderbolt", | ||
}, | }, | ||
["violet flash"] = { | ["violet flash"] = { --破魔の雷光 | ||
battlename = "HOLINESS-SPARKLE", | battlename = "HOLINESS-SPARKLE", | ||
attribute = "", | attribute = "Electric", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 電撃属性の魔法攻撃 即死の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Violet Flash" | name = "Violet Flash", | ||
}, | }, | ||
["wing flap"] = { | ["wing flap"] = { --羽ばたき | ||
battlename = "FLAP-WINGS", | battlename = "FLAP-WINGS", | ||
attribute = "", | attribute = "Force", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "12", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Wing Flap" | name = "Wing Flap", | ||
}, | }, | ||
["sonic boom"] = { | ["sonic boom"] = { --ソニックブーム | ||
battlename = "SONIC-BOOM", | battlename = "SONIC-BOOM", | ||
attribute = "", | attribute = "Force", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "35", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 衝撃属性の魔法攻撃 物理防御下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Sonic Boom" | name = "Sonic Boom", | ||
}, | }, | ||
["holy wrath"] = { | ["holy wrath"] = { --天罰 | ||
battlename = "JUSTICE-HEAVEN", | battlename = "JUSTICE-HEAVEN", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "60", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 万能属性の魔法攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Holy Wrath" | name = "Holy Wrath", | ||
}, | }, | ||
["evil eye"] = { | ["evil eye"] = { --イビルアイ | ||
battlename = "EVIL-EYE", | battlename = "EVIL-EYE", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Evil Eye" | name = "Evil Eye", | ||
}, | }, | ||
["spirit drain"] = { | ["spirit drain"] = { --吸精 | ||
battlename = "ENERGY-DRAIN", | battlename = "ENERGY-DRAIN", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "1", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "10", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 万能属性の魔法攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Spirit Drain" | name = "Spirit Drain", | ||
}, | }, | ||
["testament"] = { | ["testament"] = { --テスタメント | ||
battlename = "TESTAMENT", | battlename = "TESTAMENT", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Testament" | name = "Testament", | ||
}, | }, | ||
["immaculate light"] = { | ["immaculate light"] = { --無原罪の光 | ||
battlename = "IMMACULATE-SHINE", | battlename = "IMMACULATE-SHINE", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Immaculate Light" | name = "Immaculate Light", | ||
}, | }, | ||
["qixing jiangtian"] = { | ["qixing jiangtian"] = { --七星降天 | ||
battlename = "SHOOTING-7STARS", | battlename = "SHOOTING-7STARS", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Qixing Jiangtian" | name = "Qixing Jiangtian", | ||
}, | }, | ||
["yakusa-no-ikazuchi-no-kami"] = { | ["yakusa-no-ikazuchi-no-kami"] = { --八雷神 | ||
battlename = "", | battlename = "", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Yakusa-no-Ikazuchi-no-Kami" | name = "Yakusa-no-Ikazuchi-no-Kami", | ||
}, | }, | ||
["cocytus pain"] = { | ["cocytus pain"] = { --コキュートスペイン | ||
battlename = "COCYTUS-PAIN", | battlename = "COCYTUS-PAIN", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Cocytus Pain" | name = "Cocytus Pain", | ||
}, | }, | ||
["megido fire"] = { | ["megido fire"] = { --メギドファイア | ||
battlename = "MEGIDO-FIRE", | battlename = "MEGIDO-FIRE", | ||
attribute = "", | attribute = "Almighty", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Megido Fire" | name = "Megido Fire", | ||
}, | }, | ||
["bright judgement"] = { | ["bright judgement"] = { --光の裁き | ||
battlename = "JUDGEMENT-OF-LIGHT", | battlename = "JUDGEMENT-OF-LIGHT", | ||
attribute = "", | attribute = "Light", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 聖なる光で全ての魔を払う 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Bright Judgement" | name = "Bright Judgement", | ||
}, | }, | ||
["dark verdict"] = { | ["dark verdict"] = { --闇の審判 | ||
battlename = "JUDGEMENT-OF-DARKNESS", | battlename = "JUDGEMENT-OF-DARKNESS", | ||
attribute = "", | attribute = "Dark", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 闇の力で全てを呪殺する 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Dark Verdict" | name = "Dark Verdict", | ||
}, | }, | ||
["lullaby"] = { | ["lullaby"] = { --子守唄 | ||
battlename = "CRADLE-SONG", | battlename = "CRADLE-SONG", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "8", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 睡眠状態にする 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Lullaby" | name = "Lullaby", | ||
}, | }, | ||
["panic voice"] = { | ["panic voice"] = { --パニックボイス | ||
battlename = "PANIC-VOICE", | battlename = "PANIC-VOICE", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "8", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 混乱状態にする 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Panic Voice" | name = "Panic Voice", | ||
}, | }, | ||
["sexy dance"] = { | ["sexy dance"] = { --セクシーダンス | ||
battlename = "SEXY-DANCE", | battlename = "SEXY-DANCE", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "12", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 魅了状態にする 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Sexy Dance" | name = "Sexy Dance", | ||
}, | }, | ||
["mad tea party"] = { | ["mad tea party"] = { --M.ティーパーティ | ||
battlename = "MAD-TEA-PARTY", | battlename = "MAD-TEA-PARTY", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "全体", | ||
description_ja = "", --ore-game: 全員が睡眠+混乱+魅了の効果 範囲:全体 | |||
description = "", | description = "", | ||
name = "Mad Tea Party" | name = "Mad Tea Party", | ||
}, | }, | ||
["virus"] = { | ["virus"] = { --ウイルス | ||
battlename = "VIRUS", | battlename = "VIRUS", | ||
attribute = "", | attribute = "Mind", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 基本容量が2倍になる 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Virus" | name = "Virus", | ||
}, | }, | ||
["fool's voice"] = { | ["fool's voice"] = { --愚者の声 | ||
battlename = "FOOL-VOICE", | battlename = "FOOL-VOICE", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "8", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 魔封状態にする 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Fool's Voice" | name = "Fool's Voice", | ||
}, | }, | ||
["petra eyes"] = { | ["petra eyes"] = { --ペトラアイズ | ||
battlename = "PETRA-EYES", | battlename = "PETRA-EYES", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "14", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 石化状態にする 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Petra Eyes" | name = "Petra Eyes", | ||
}, | }, | ||
["venom breath"] = { | ["venom breath"] = { --毒ガスブレス | ||
battlename = "POISON-BREATH", | battlename = "POISON-BREATH", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "12", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 毒状態にする 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Venom Breath" | name = "Venom Breath", | ||
}, | }, | ||
["great mist"] = { | ["great mist"] = { --大霧 | ||
battlename = "", | battlename = "", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Great Mist" | name = "Great Mist", | ||
}, | }, | ||
["curse of the kuyōmon"] = { | ["curse of the kuyōmon"] = { --九曜紋の呪力 | ||
battlename = "", | battlename = "", | ||
attribute = "", | attribute = "Nerve", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Curse of the Kuyōmon" | name = "Curse of the Kuyōmon", | ||
}, | }, | ||
["god breath"] = { | ["god breath"] = { --ゴッドブレス | ||
battlename = "GOD-BLESS", | battlename = "GOD-BLESS", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "50", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "9999", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 状態回復+HP全快 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "God Breath" | name = "God Breath", | ||
}, | }, | ||
["saint's martyrdom"] = { | ["saint's martyrdom"] = { --聖者の殉教 | ||
battlename = "SAINT-MARTYRDOM", | battlename = "SAINT-MARTYRDOM", | ||
attribute = "", | attribute = "Recovery", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Saint's Martyrdom" | name = "Saint's Martyrdom", | ||
}, | }, | ||
["healing melody"] = { | ["healing melody"] = { --癒しの調べ | ||
battlename = "HEALING-SONG", | battlename = "HEALING-SONG", | ||
attribute = "", | attribute = "Support", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 5ターン、HP5%回復 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Healing Melody" | name = "Healing Melody", | ||
}, | }, | ||
["heartfelt prayer"] = { | ["heartfelt prayer"] = { --慈愛の祈り | ||
battlename = "LOVE-PRAYER", | battlename = "LOVE-PRAYER", | ||
attribute = "", | attribute = "Support", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 5ターン、HP10%回復 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Heartfelt Prayer" | name = "Heartfelt Prayer", | ||
}, | }, | ||
["brave dance"] = { | ["brave dance"] = { --勇奮の舞 | ||
battlename = "BRAVERY-DANCE", | battlename = "BRAVERY-DANCE", | ||
attribute = "", | attribute = "Support", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "25", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 3ターン物理攻撃、防御2倍 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Brave Dance" | name = "Brave Dance", | ||
}, | }, | ||
["heavenly dance"] = { | ["heavenly dance"] = { --天上の舞 | ||
battlename = "HEAVENLY-DANCE", | battlename = "HEAVENLY-DANCE", | ||
attribute = "", | attribute = "Support", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "25", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 3ターン魔法攻撃、防御2倍 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Heavenly Dance" | name = "Heavenly Dance", | ||
}, | }, | ||
["power breath"] = { | ["power breath"] = { --パワーブレス | ||
battlename = "POWER-BLESS", | battlename = "POWER-BLESS", | ||
attribute = "", | attribute = "Support", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "25", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 5ターン全攻撃LV上昇 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Power Breath" | name = "Power Breath", | ||
}, | }, | ||
["dark breath"] = { | ["dark breath"] = { --ダークブレス | ||
battlename = "DARK-BLESS", | battlename = "DARK-BLESS", | ||
attribute = "", | attribute = "Support", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "25", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 5ターン全耐性LV上昇 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Dark Breath" | name = "Dark Breath", | ||
}, | }, | ||
["orlean prayer | ["orlean prayer"] = { --オルレアンの祈り | ||
battlename = "ORLEANS PRAYER", | battlename = "ORLEANS PRAYER", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 瀕死と死亡を除く状態治療 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Orlean Prayer | name = "Orlean Prayer", | ||
}, | }, | ||
["liuxing huihang"] = { | ["liuxing huihang"] = { --六星輝煌 | ||
battlename = "BRIGHTEN-6STARS", | battlename = "BRIGHTEN-6STARS", | ||
attribute = "", | attribute = "Cancel", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Liuxing Huihang" | name = "Liuxing Huihang", | ||
}, | }, | ||
["flame wall"] = { | ["flame wall"] = { --炎の壁 | ||
battlename = "FLAME-WALL", | battlename = "FLAME-WALL", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 1ターン氷結耐性+4 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Flame Wall" | name = "Flame Wall", | ||
}, | }, | ||
["water wall"] = { | ["water wall"] = { --水の壁 | ||
battlename = "AQUA-WALL", | battlename = "AQUA-WALL", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 1ターン火炎耐性+4 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Water Wall" | name = "Water Wall", | ||
}, | }, | ||
["crystal wall"] = { | ["crystal wall"] = { --水晶の壁 | ||
battlename = "CRYSTAL-WALL", | battlename = "CRYSTAL-WALL", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 1ターン電撃耐性+4 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Crystal Wall" | name = "Crystal Wall", | ||
}, | }, | ||
["steel wall"] = { | ["steel wall"] = { --鋼鉄の壁 | ||
battlename = "STEEL-WALL", | battlename = "STEEL-WALL", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 3ターン衝撃耐性+4 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Steel Wall" | name = "Steel Wall", | ||
}, | }, | ||
["light wall"] = { | ["light wall"] = { --光の壁 | ||
battlename = "LIGHT-WALL", | battlename = "LIGHT-WALL", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 3ターン呪殺耐性+4 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Light Wall" | name = "Light Wall", | ||
}, | }, | ||
["dark wall"] = { | ["dark wall"] = { --闇の壁 | ||
battlename = "DARKNESS-WALL", | battlename = "DARKNESS-WALL", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 3ターン破魔耐性+4 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Dark Wall" | name = "Dark Wall", | ||
}, | }, | ||
["barrier"] = { | ["barrier"] = { --結界 | ||
battlename = "KEKKAI", | battlename = "KEKKAI", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All allies", | ||
description_ja = "", --ore-game: 3ターン確率系耐性+4 範囲:味方全体 | |||
description = "", | description = "", | ||
name = "Barrier" | name = "Barrier", | ||
}, | }, | ||
["absolute wall"] = { | ["absolute wall"] = { --絶対障壁 | ||
battlename = "ABSOLUTELY-WALL", | battlename = "ABSOLUTELY-WALL", | ||
attribute = "", | attribute = "Special", | ||
damagetype = " | damagetype = "Magical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "MP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Absolute Wall" | name = "Absolute Wall", | ||
}, | }, | ||
["tackle"] = { | ["tackle"] = { --体当たり | ||
battlename = "TACKLE", | battlename = "TACKLE", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "15%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Tackle" | name = "Tackle", | ||
}, | }, | ||
["mow down"] = { | ["mow down"] = { --薙ぎ払い | ||
battlename = "MOW-DOWN", | battlename = "MOW-DOWN", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Mow Down" | name = "Mow Down", | ||
}, | }, | ||
["iron tail"] = { | ["iron tail"] = { --アイアンテイル | ||
battlename = "IRON-TAIL", | battlename = "IRON-TAIL", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Iron Tail" | name = "Iron Tail", | ||
}, | }, | ||
["iron-fist punch"] = { | ["iron-fist punch"] = { --鉄拳パンチ | ||
battlename = "IRON-FIST", | battlename = "IRON-FIST", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Iron-Fist Punch" | name = "Iron-Fist Punch", | ||
}, | }, | ||
["flying kick"] = { | ["flying kick"] = { --飛び蹴り | ||
battlename = "JUMPING KICK", | battlename = "JUMPING KICK", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Flying Kick" | name = "Flying Kick", | ||
}, | }, | ||
["last resort"] = { | ["last resort"] = { --自爆 | ||
battlename = "KAMIKAZE", | battlename = "KAMIKAZE", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "100%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 捨て身の攻撃、使用後瀕死 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Last Resort" | name = "Last Resort", | ||
}, | }, | ||
["mist slash"] = { | ["mist slash"] = { --霞斬り | ||
battlename = "MISTY BLADE", | battlename = "MISTY BLADE", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "2%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Mist Slash" | name = "Mist Slash", | ||
}, | }, | ||
["spin slash"] = { | ["spin slash"] = { --回転斬り | ||
battlename = "DEADLY-GO-ROUND", | battlename = "DEADLY-GO-ROUND", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Spin Slash" | name = "Spin Slash", | ||
}, | }, | ||
["double thrust"] = { | ["double thrust"] = { --二段突き | ||
battlename = "2HIT-THRUST", | battlename = "2HIT-THRUST", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "2%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Double Thrust" | name = "Double Thrust", | ||
}, | }, | ||
["twin slash"] = { | ["twin slash"] = { --ツインスラッシュ | ||
battlename = "TWIN-SLASH", | battlename = "TWIN-SLASH", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Twin Slash" | name = "Twin Slash", | ||
}, | }, | ||
["deathbound"] = { | ["deathbound"] = { --デスバウンド | ||
battlename = "DEATH-BOUND", | battlename = "DEATH-BOUND", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 物理攻撃下降 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Deathbound" | name = "Deathbound", | ||
}, | }, | ||
["hades blast"] = { | ["hades blast"] = { --冥界破 | ||
battlename = "NETHER-CRACK", | battlename = "NETHER-CRACK", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 即死の効果 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Hades Blast" | name = "Hades Blast", | ||
}, | }, | ||
["yunyao xingchen jian"] = { | ["yunyao xingchen jian"] = { --雲耀星辰剣 | ||
battlename = "HIGH-SPEED-FEAT", | battlename = "HIGH-SPEED-FEAT", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Yunyao Xingchen Jian" | name = "Yunyao Xingchen Jian", | ||
}, | }, | ||
["feral claw"] = { | ["feral claw"] = { --引っかき | ||
battlename = "CLAW", | battlename = "CLAW", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Feral Claw" | name = "Feral Claw", | ||
}, | }, | ||
["venom claw"] = { | ["venom claw"] = { --毒引っかき | ||
battlename = "POISON-CLAW", | battlename = "POISON-CLAW", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 毒の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Venom Claw" | name = "Venom Claw", | ||
}, | }, | ||
["feral bite"] = { | ["feral bite"] = { --かみつき | ||
battlename = "BITE", | battlename = "BITE", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Feral Bite" | name = "Feral Bite", | ||
}, | }, | ||
["passionate kiss"] = { | ["passionate kiss"] = { --熱い口づけ | ||
battlename = "DEEP-KISS", | battlename = "DEEP-KISS", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 魅了の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Passionate Kiss" | name = "Passionate Kiss", | ||
}, | }, | ||
["saliva"] = { | ["saliva"] = { --唾液 | ||
battlename = "SALIVA", | battlename = "SALIVA", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 毒の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Saliva" | name = "Saliva", | ||
}, | }, | ||
["rage"] = { | ["rage"] = { --暴れる | ||
battlename = "RAGE", | battlename = "RAGE", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Rage" | name = "Rage", | ||
}, | }, | ||
["squash"] = { | ["squash"] = { --押しつぶし | ||
battlename = "PRESS", | battlename = "PRESS", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Squash" | name = "Squash", | ||
}, | }, | ||
["deathtouch"] = { | ["deathtouch"] = { --デスタッチ | ||
battlename = "DEATH-TOUCH", | battlename = "DEATH-TOUCH", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Deathtouch" | name = "Deathtouch", | ||
}, | }, | ||
["hassou tobi"] = { | ["hassou tobi"] = { --八双跳び | ||
battlename = "HASSO BEAT", | battlename = "HASSO BEAT", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Hassou Tobi" | name = "Hassou Tobi", | ||
}, | }, | ||
["single shot"] = { | ["single shot"] = { --シングルショット | ||
battlename = "SINGLE-SHOT", | battlename = "SINGLE-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "2%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "35", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 銃属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Single Shot" | name = "Single Shot", | ||
}, | }, | ||
["double shot"] = { | ["double shot"] = { --ダブルショット | ||
battlename = "DOUBLE-SHOT", | battlename = "DOUBLE-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "0%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 銃属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Double Shot" | name = "Double Shot", | ||
}, | }, | ||
["long shot"] = { | ["long shot"] = { --ロングショット | ||
battlename = "LONG-SHOT", | battlename = "LONG-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "0%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 銃属性の物理攻撃 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Long Shot" | name = "Long Shot", | ||
}, | }, | ||
["drive shot"] = { | ["drive shot"] = { --ドライブショット | ||
battlename = "DRIVE-SHOT", | battlename = "DRIVE-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "0%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 銃属性の物理攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Drive Shot" | name = "Drive Shot", | ||
}, | }, | ||
["shell shot"] = { | ["shell shot"] = { --シェルショット | ||
battlename = "SHELL-SHOT", | battlename = "SHELL-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "0%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 銃属性の物理攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Shell Shot" | name = "Shell Shot", | ||
}, | }, | ||
["break shot"] = { | ["break shot"] = { --ブレイクショット | ||
battlename = "BREAK-SHOT", | battlename = "BREAK-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Break Shot" | name = "Break Shot", | ||
}, | }, | ||
["divine light"] = { | ["divine light"] = { --ディバインライト | ||
battlename = "DIVINE-LIGHT", | battlename = "DIVINE-LIGHT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Divine Light" | name = "Divine Light", | ||
}, | }, | ||
["needle rush"] = { | ["needle rush"] = { --九十九針 | ||
battlename = "99NEEDLES", | battlename = "99NEEDLES", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Needle Rush" | name = "Needle Rush", | ||
}, | }, | ||
["venom needle"] = { | ["venom needle"] = { --邪毒針 | ||
battlename = "POISON-NEEDLE", | battlename = "POISON-NEEDLE", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "10", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 毒の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Venom Needle" | name = "Venom Needle", | ||
}, | }, | ||
["dream needle"] = { | ["dream needle"] = { --夢見針 | ||
battlename = "DREAM-NEEDLE", | battlename = "DREAM-NEEDLE", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "10", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 睡眠の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Dream Needle" | name = "Dream Needle", | ||
}, | }, | ||
["random fire"] = { | ["random fire"] = { --乱れ撃ち | ||
battlename = "RANDOM-SHOT", | battlename = "RANDOM-SHOT", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "8%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Random Fire" | name = "Random Fire", | ||
}, | }, | ||
["rapid fire"] = { | ["rapid fire"] = { --連続撃ち | ||
battlename = "QUICK-SHOT", | battlename = "QUICK-SHOT", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Rapid Fire" | name = "Rapid Fire", | ||
}, | }, | ||
["magic-sealing skybow"] = { | ["magic-sealing skybow"] = { --封魔天弓 | ||
battlename = "MAGIC-SEAL-ARROW", | battlename = "MAGIC-SEAL-ARROW", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 魔封の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Magic-Sealing Skybow" | name = "Magic-Sealing Skybow", | ||
}, | }, | ||
["sarvata siddhi"] = { | ["sarvata siddhi"] = { --サルワットシッディ | ||
battlename = "SARVATATI-ZUDDHI", | battlename = "SARVATATI-ZUDDHI", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Sarvata Siddhi" | name = "Sarvata Siddhi", | ||
}, | }, | ||
["bonecrusher"] = { | ["bonecrusher"] = { --ボーンクラッシュ | ||
battlename = "BONE-CRASH", | battlename = "BONE-CRASH", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "15%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 物理攻撃下降 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Bonecrusher" | name = "Bonecrusher", | ||
}, | }, | ||
["kishin sweep"] = { | ["kishin sweep"] = { --鬼神薙ぎ | ||
battlename = "DAEMON'S-BLOW", | battlename = "DAEMON'S-BLOW", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 混乱の効果 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Kishin Sweep" | name = "Kishin Sweep", | ||
}, | }, | ||
["tail strike"] = { | ["tail strike"] = { --テイルストライク | ||
battlename = "TAIL-STRIKE", | battlename = "TAIL-STRIKE", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 物理攻撃LV下降+物理耐性LV下降 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Tail Strike" | name = "Tail Strike", | ||
}, | }, | ||
["god's hand"] = { | ["god's hand"] = { --ゴッドハンド | ||
battlename = "GOD-HAND", | battlename = "GOD-HAND", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "25", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 物理耐性LV下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "God's Hand" | name = "God's Hand", | ||
}, | }, | ||
["thunder kick"] = { | ["thunder kick"] = { --雷霆蹴り | ||
battlename = "LIGHTNING-KICK", | battlename = "LIGHTNING-KICK", | ||
attribute = "", | attribute = "Strike", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 打撃属性の物理攻撃 感電の効果 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Thunder Kick" | name = "Thunder Kick", | ||
}, | }, | ||
["empty wave"] = { | ["empty wave"] = { --虚空斬波 | ||
battlename = "PHANTOM-EDGE", | battlename = "PHANTOM-EDGE", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "2%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 物理攻撃下降 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Empty Wave" | name = "Empty Wave", | ||
}, | }, | ||
["blade of fury"] = { | ["blade of fury"] = { --利剣乱舞 | ||
battlename = "SWORD-DANCE", | battlename = "SWORD-DANCE", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Blade of Fury" | name = "Blade of Fury", | ||
}, | }, | ||
["lightning thrust"] = { | ["lightning thrust"] = { --稲妻突き | ||
battlename = "LIGHTNING-THRUST", | battlename = "LIGHTNING-THRUST", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "2%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 感電の効果 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Lightning Thrust" | name = "Lightning Thrust", | ||
}, | }, | ||
["heat wave"] = { | ["heat wave"] = { --ヒートウエイヴ | ||
battlename = "HEAT-WAVE", | battlename = "HEAT-WAVE", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 物理攻撃LV下降 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Heat Wave" | name = "Heat Wave", | ||
}, | }, | ||
["mega strike"] = { | ["mega strike"] = { --メガストライク | ||
battlename = "MEGA-STRIKE", | battlename = "MEGA-STRIKE", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 物理攻撃下降+物理防御下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Mega Strike" | name = "Mega Strike", | ||
}, | }, | ||
["karmic underworld formation"] = { | ["karmic underworld formation"] = { --羯磨冥界陣 | ||
battlename = "PURGATORIAL-SPACE", | battlename = "PURGATORIAL-SPACE", | ||
attribute = "", | attribute = "Slash", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 斬撃属性の物理攻撃 物理攻撃LV半分+魔法攻撃LV半分 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Karmic Underworld Formation" | name = "Karmic Underworld Formation", | ||
}, | }, | ||
["spike claw"] = { | ["spike claw"] = { --スパイククロー | ||
battlename = "SPIKE-CLAW", | battlename = "SPIKE-CLAW", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Spike Claw" | name = "Spike Claw", | ||
}, | }, | ||
["stone claw"] = { | ["stone claw"] = { --石化引っかき | ||
battlename = "PETRA-CLAW", | battlename = "PETRA-CLAW", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 石化の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Stone Claw" | name = "Stone Claw", | ||
}, | }, | ||
["eat whole"] = { | ["eat whole"] = { --丸かじり | ||
battlename = "AMAZING-GNAW", | battlename = "AMAZING-GNAW", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 即死の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Eat Whole" | name = "Eat Whole", | ||
}, | }, | ||
["evil smile"] = { | ["evil smile"] = { --デビルスマイル | ||
battlename = "DEVIL-SMILE", | battlename = "DEVIL-SMILE", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Enemy row", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 混乱の効果 範囲:敵一列 | |||
description = "", | description = "", | ||
name = "Evil Smile" | name = "Evil Smile", | ||
}, | }, | ||
["acid"] = { | ["acid"] = { --消化液 | ||
battlename = "DIGESTIVE-JUICES", | battlename = "DIGESTIVE-JUICES", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 物理攻撃下降 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Acid" | name = "Acid", | ||
}, | }, | ||
["berserk"] = { | ["berserk"] = { --暴れまくり | ||
battlename = "GREAT-RAGE", | battlename = "GREAT-RAGE", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "20%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "40", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Berserk" | name = "Berserk", | ||
}, | }, | ||
["megaton press"] = { | ["megaton press"] = { --メガトンプレス | ||
battlename = "MEGATON-PRESS", | battlename = "MEGATON-PRESS", | ||
attribute = "", | attribute = "Skill", | ||
damagetype = " | attribute_link = "Skill (Attribute)", | ||
damagetype = "Physical", | |||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "10%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "50", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 技属性の物理攻撃 物理攻撃LV下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Megaton Press" | name = "Megaton Press", | ||
}, | }, | ||
["triple down"] = { | ["triple down"] = { --トリプルダウン | ||
battlename = "TRIPLE-DOWN", | battlename = "TRIPLE-DOWN", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Triple Down" | name = "Triple Down", | ||
}, | }, | ||
["justice shot"] = { | ["justice shot"] = { --ジャスティスショット | ||
battlename = "JUSTICE-SHOT", | battlename = "JUSTICE-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Justice Shot" | name = "Justice Shot", | ||
}, | }, | ||
["sniper shot"] = { | ["sniper shot"] = { --スナイパーショット | ||
battlename = "SNIPER-SHOT", | battlename = "SNIPER-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Sniper Shot" | name = "Sniper Shot", | ||
}, | }, | ||
["happy trigger"] = { | ["happy trigger"] = { --ハッピートリガー | ||
battlename = "HAPPY-TRIGGER", | battlename = "HAPPY-TRIGGER", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Happy Trigger" | name = "Happy Trigger", | ||
}, | }, | ||
["burst shot"] = { | ["burst shot"] = { --バーストショット | ||
battlename = "BURST-SHOT", | battlename = "BURST-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Burst Shot" | name = "Burst Shot", | ||
}, | }, | ||
["darkness shot"] = { | ["darkness shot"] = { --ダークネスショット | ||
battlename = "DARKNESS-SHOT", | battlename = "DARKNESS-SHOT", | ||
attribute = "", | attribute = "Gun", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "", | ||
power = "", | power = "", | ||
hits = "", | hits = "", | ||
target = "", | target = "", | ||
description_ja = "", --ore-game: | |||
description = "", | description = "", | ||
name = "Darkness Shot" | name = "Darkness Shot", | ||
}, | }, | ||
["pressure needle"] = { | ["pressure needle"] = { --秘孔針 | ||
battlename = "SECRET-HOLE-NEEDLE", | battlename = "SECRET-HOLE-NEEDLE", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 即死の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Pressure Needle" | name = "Pressure Needle", | ||
}, | }, | ||
["stone needle"] = { | ["stone needle"] = { --石化針 | ||
battlename = "PETRA-NEEDLE", | battlename = "PETRA-NEEDLE", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "10", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 石化の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Stone Needle" | name = "Stone Needle", | ||
}, | }, | ||
["puppet needle"] = { | ["puppet needle"] = { --傀儡針 | ||
battlename = "MARIONETTE-NEEDLE", | battlename = "MARIONETTE-NEEDLE", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "10", | ||
hits = "", | hits = "", | ||
target = "", | target = "Single enemy", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 魅了の効果 範囲:敵単体 | |||
description = "", | description = "", | ||
name = "Puppet Needle" | name = "Puppet Needle", | ||
}, | }, | ||
["sonic bullet"] = { | ["sonic bullet"] = { --高天烈風弾 | ||
battlename = "GALE-BULLETS", | battlename = "GALE-BULLETS", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "8%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 魔法防御下降 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Sonic Bullet" | name = "Sonic Bullet", | ||
}, | }, | ||
["spinning shot"] = { | ["spinning shot"] = { --旋回速弾 | ||
battlename = "HIGH-SPEED-BULLETS", | battlename = "HIGH-SPEED-BULLETS", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "30", | ||
hits = "", | hits = "", | ||
target = "", | target = "敵前後", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 魔法耐性LV下降 範囲:敵前後 | |||
description = "", | description = "", | ||
name = "Spinning Shot" | name = "Spinning Shot", | ||
}, | }, | ||
["evil-destroying skybow rend"] = { | ["evil-destroying skybow rend"] = { --破邪天弓烈破 | ||
battlename = "HEAVEN'S-ARROW", | battlename = "HEAVEN'S-ARROW", | ||
attribute = "", | attribute = "Thrown", | ||
damagetype = " | damagetype = "Physical", | ||
skilltype = "Extra", | skilltype = "Extra", | ||
cost = "", | cost = "5%", | ||
costtype = " | costtype = "HP", | ||
effect = "", | effect = "Multiplex", | ||
power = "", | power = "20", | ||
hits = "", | hits = "", | ||
target = "", | target = "All enemies", | ||
description_ja = "", --ore-game: 投具属性の物理攻撃 即死の効果 範囲:敵全体 | |||
description = "", | description = "", | ||
name = "Evil-Destroying Skybow Rend" | name = "Evil-Destroying Skybow Rend", | ||
}, | }, | ||
--Skills proper | --Skills proper |