Changes between Initial Version and Version 2 of Ticket #350


Ignore:
Timestamp:
10/30/11 20:40:13 (8 years ago)
Author:
ibboard
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #350

    • Property Status changed from new to accepted
  • Ticket #350 – Description

    initial v2  
    1 We need a requirement equivalent to Rollcall's "N,id" for a unit (i.e. you can take N of a given unit for every 1 of unit with id".
     1We need a requirement equivalent to Rollcall's "N,id" for a unit (i.e. "you can take N of a given unit for every 1 of unit with id"). This will also require a factory.
    22
    3 It needs to be able to handle future extension, multiple units and varying numbers. It would be best to allow N of a unit for every M of a unit with id. An additive option (e.g. 2,a|b with 2 unit a and 3 unit b = 2 * (2 + 3) = 10) would also be useful.
     3It needs to be able to handle future extension, multiple units and varying numbers. It would be best to allow N of a unit for every M of a unit with id. An additive option (e.g. 2,a|b when you have 2 unit a and 3 unit b giving 2 * (2 + 3) = 10) would also be useful.