Changes between Initial Version and Version 1 of Ticket #27


Ignore:
Timestamp:
May 13, 2006, 4:28:01 PM (18 years ago)
Author:
Stuart Walpole
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27

    • Property Summary Entity Events - GarrisonEntity Events - Garrison/Inventory
  • Ticket #27 – Description

    initial v1  
    77 * Actor player-coloured pennant prop appears over entity when units are garrisoned in it. (This will need X/Z location properties so artists can put it somewhere which looks vaguely appropriate from unit to unit.)
    88
    9  * The same principle of entities-owned-by-other-entities could also be used to imitate an entity's inventory (possessions). This is largely for TLA's sake (which has more RPG elements; eg they might want a unit to be able to pick up a sword, have it appear in the entity's hand socket, and increase his attack damage while he is carrying it -- this would also include having an "equipment slot" so he can only equip one melee weapon). However, we should keep this feature set in mind for "relics" (whether we do them in Part I or Part II), since they follow similar principles of carrying an item (bestowing a tech effect) and dropping (ungarrisoning) it in the world.
     9 * The same principle of entities-owned-by-other-entities could also be used to imitate an entity's inventory (possessions). This is largely for TLA's sake (which has more RPG elements; eg they might want a unit to be able to pick up a sword, have it appear in the entity's hand socket, and increase his attack damage while he is carrying it -- this would also include having an "equipment slot" so he can only equip one melee weapon).
     10
     11 * However, we should keep this feature set in mind for "relics" (whether we do them in Part I or Part II), since they follow similar principles of picking up (see the Pick Up event) and carrying an item (bestowing a tech effect) and dropping (ungarrisoning) it in the world.
     12
     13* (Priests and Heroes can pick up a relic and give it to a Temple's inventory, which then unlocks the relic's tech effect.)