Open
Description
Has four main states
- No Courier
- Text saying "NO COURIER"
- Walking Courier
- Courier button that when hovered, gives cosmetic tooltip of the item, NO API
- When Courier Button clicked, it selects the courier.
- Delivery button that when hovered, has a tooltip saying "Courier Deliver Items"
- When Delivery button is clicked. it issues the command
dota_courier_deliver
- When courier is delivering items, the delivery button changes to the hero topbar portrait of the hero with a green arrow., NO API
- When courier is selected the Courier button indents.
- When courier is returning home, the courier button changes to an icon indicating going home., NO API
- Flying Courier
- Courier button shrunk in half, and has flying courier logo now.
- Courier burst button when clicked issues the command
dota_courier_burst
- When burst has been used, it indents and goes dark, with a count down to it being ready again.
- Dead Courier
- Dead Courier logo with a countdown to the courier respawning
- Use some API for the countdown logic, NO API