=begin
Designed by vioyrbr(小高)
20130505
在反擊/檔格相關設定
格式 skill_id => [percentage, type, Sp_spent, revenge_ratio, reduce_ratio]
percentage = the percentage the buff will perform
type = unless the 99 (that sucks enemy's HP), it used as a id for the solgan
Sp_spent = SP that cost
revenge_ratio = for damage=234 and revenge_ratio=0.5, victim will make a damage as 117 to the attacker
reduce_ratio = for damage=234 and reduce_ratio=0.1, the exact damage will reduce to 23(integer, 23.4 is the exact result)
=end
class ARPG_BATTLE
Revenge_BUFF={
#ENEMY
1618 => [35,115,70,5,0],
542 => [35,115,70,5,0],#魔刀40%反擊
541 => [50,1000,0,0,0],#九道吸收內力
522 => [100,0,0,5,0],#明尊琉璃反彈
533 => [50,0,0,5,0],#真元護體反彈
544 => [50,0,0,5,0],#太極拳反彈
527 => [60,0,0,5,0],#龍象反彈
528 => [60,0,0,5,0],#龍象反彈
529 => [60,0,0,5,0],#龍象反彈
530 => [60,0,0,5,0],#龍象反彈
531 => [60,0,0,5,0],#龍象反彈
|