SpringCabal / Area-17

Ludum Dare 33 game
0 stars 3 forks source link

Haste #16

Closed gajop closed 9 years ago

gajop commented 9 years ago

Makes the unit go faster for a short amount of time

GoogleFrog commented 9 years ago

I can do the mechanic easily. Add a placeholder UI button and luarules message.

gajop commented 9 years ago

Code goes here : https://github.com/SpringCabal/AlienResources/blob/55dc3a4023bbfe54035f174fdfee22f0cb8d64d5/LuaRules/Gadgets/unit_ufo_controller.lua#L216-L217 + https://github.com/SpringCabal/AlienResources/blob/55dc3a4023bbfe54035f174fdfee22f0cb8d64d5/LuaRules/Gadgets/unit_ufo_controller.lua#L141-L142

All that needs implementing is On/Off effect, cooldown and UI is handled already