|
楼主 |
发表于 2025-1-9 20:03:31
|
显示全部楼层
被攻擊時, 進入偽裝狀態5秒。 (冷卻時間30秒)
HP為50%%以上時, 使自身增加5%%的攻擊速度、 移動速度和施放速度, 以及5%%的物理暴擊率和魔法暴擊率。
HP為50%%以下時, 使自身增加7%%的攻擊速度、 移動速度和施放速度, 以及10%%的物理暴擊率和魔法暴擊率。
自身每10%%的攻擊速度, 增加3點物理攻擊力和2點獨立攻擊力。
自身每15%%的施放速度, 增加3點魔法攻擊力和2點獨立攻擊力。 最高 30-20
[if]
[change status]
`hp`
`>`
`%`51
`end`
[/if]
[then]
[target]
`myself`-1
[stat by condition]
`attack speed`
`+`50
[stat by condition]
`cast speed`
`+`50
[stat by condition]
`move speed`
`+`50
[stat by condition]
`physical critical hit`
`+`5
[stat by condition]
`magical critical hit`
`+`5
[/then]
[if]
[change status]
`hp`
`<`
`%`50
`end`
[/if]
[then]
[target]
`myself`-1
[stat by condition]
`attack speed`
`+`70
[stat by condition]
`cast speed`
`+`70
[stat by condition]
`move speed`
`+`70
[stat by condition]
`physical critical hit`
`+`10
[stat by condition]
`magical critical hit`
`+`10
[/then]
[if]
[hit]
1
[cooltime]
30000
[/if]
[then]
[target]
`myself`-1
[duration]
5000
[buff]
`camoflage`
[/then]
[if]
[change status]
`hp`
`>`
`%`0
`end`
[/if]
[then]
[target]
`myself`-1
[stat change by stat]
`myself`-1
`attack speed`100
`equipment physical attack`
`+`330
[stat change by stat]
`myself`-1
`attack speed`100
`separate attack`
`+`220
[stat change by stat]
`myself`-1
`cast speed`150
`equipment magical attack`
`+`330
[stat change by stat]
`myself`-1
`cast speed`150
`separate attack`
`+`220
[/then] |
|