Changes between Version 2 and Version 4 of Ticket #1


Ignore:
Timestamp:
Jul 13, 2006, 5:38:38 AM (18 years ago)
Author:
Matei
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1

    • Property Owner set to Matei
  • Ticket #1 – Description

    v2 v4  
    1  * Ideally JS variables should be attachable to the Player object (via localPlayer?) to declare and set any properties affiliated with the current player. (eg player.resource.food; modder could alter it to add/remove any resources he wishes.)
     1 * ~~Ideally JS variables should be attachable to the Player object (via localPlayer?) to declare and set any properties affiliated with the current player. (eg player.resource.food; modder could alter it to add/remove any resources he wishes.)~~
    22
    33 * Civilisation: Celt, Greek, etc ... Chosen from session config.
     
    1515 * Phase: The starting "age" for the player (defaults to village). If otherwise, the player begins with the phase upgrade already researched.
    1616
    17  * Resource: Quantities of each of the resources gathered by the player.
    18    * Currently resources are tracked by the GUI; every player should have their own set of resources and the entity scripts and GUI should be updated to work with this.
     17 * ~~Resource: Quantities of each of the resources gathered by the player.~~
     18   * ~~Currently resources are tracked by the GUI; every player should have their own set of resources and the entity scripts and GUI should be updated to work with this.~~
    1919
    2020 * Start Location: Position on the map where the player will begin.