Changes between Initial Version and Version 1 of Ticket #1310


Ignore:
Timestamp:
Apr 10, 2012, 10:01:17 PM (12 years ago)
Author:
Kieran P
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1310 – Description

    initial v1  
    11Domestic herd animals like sheep and goats should change ownership to the player that has the most units in visibility range of the animal (other animals shouldn't be counted).
    2 To achieve this behaviour one should add a !RangeQuery to the "ANIMAL" state in UnitAI.js.
     2
     3* To achieve this behaviour one should add a !RangeQuery to the "ANIMAL" state in UnitAI.js.
     4* The animal would become property of a player, and have their colour for it's selection ring
     5* The animal can only be tasked to move by the player who owns it
     6* The animal can be recaptured by another player.
     7* Any player (whether they own the animal or not) can stil kill and harvest from it.
    38
    49Note: #997 specifies some additional enhancements, but those are NOT needed for the completiton of this ticket.