[basic explain] `根据攻击速度获得加成效果: -攻击速度在100%%~120%%时,附加伤害+10%% -攻击速度在120%%~140%%时,附加伤害+20%% -攻击速度大于141%%时,附加伤害+30%%` [if] [change status] `attack speed` `>` `+` 1000 `end` [change status] `attack speed` `<` `+` 1200 `end` [cooltime] 15000 [/if] [then] [target] `myself` -1 [equipment duration] 15000 [appendage] 30000 [/then] [if] [my appendage] 30000 [attack success] 1 [/if] [then] [target] `enemy` -1 [add absolute damage] `all` `%` 10 [/then] [if] [change status] `attack speed` `>` `+` 1201 `end` [change status] `attack speed` `<` `+` 1400 `end` [cooltime] 15000 [/if] [then] [target] `myself` -1 [equipment duration] 15000 [appendage] 30001 [/then] [if] [my appendage] 30001 [attack success] 1 [/if] [then] [target] `enemy` -1 [add absolute damage] `all` `%` 20 [/then] [if] [change status] `attack speed` `>` `+` 1410 `end` [cooltime] 15000 [/if] [then] [target] `myself` -1 [equipment duration] 15000 [appendage] 30002 [/then] [if] [my appendage] 30002 [attack success] 1 [/if] [then] [target] `enemy` -1 [add absolute damage] `all` `%` 30 [/then]