|
发表于 2011-6-11 22:57:04
|
显示全部楼层
以下為純觸發
Events
UI - Player Any Player presses R key Down with shift Allow, control Allow, alt Allow
Local Variables
Conditions
Actions
Unit Group - Pick each unit in (Any units in (Entire map) owned by player 1 matching Excluded: Missile, Dead, Hidden, with at most Any Amount) and do (Actions)
Actions
Unit - Set (Picked unit) Movement Speed to (((Unit type of (Picked unit)) Movement Speed) * 1.1)
以基礎速度來提升可以避免重覆使用後某單位的速度會破表。 另外你也可以新增一個behavior 然後通過觸發器把所有單位都掛上該buff 亦可。 |
|