Opened 8 years ago
Closed 8 years ago
#394 closed defect (fixed)
Make requirements (or factory) more closely match Rollcall methods
Reported by: | ibboard | Owned by: | ibboard |
---|---|---|---|
Priority: | major | Milestone: | WarFoundry API 0.2 |
Component: | WarFoundry-API | Version: | Unknown or N/A |
Keywords: | requirement army validation | Cc: | |
Blocked By: | Blocking: | #27 |
Description
In #27 it defines the Rollcall way of doing requirements (e.g for "N,[list]" it defines "Assume there are three X units and two Y units. Then 2,X|Y means you may have no more than 10 [2 * (3 + 2)] of this unit while 2,X,2,Y means you may have no more than 6 [2 * 3] or no more than 4 [2 * 2] of this unit."). The requirements may follow this at the moment, but the factories don't seem to.
Change History (7)
comment:1 Changed 8 years ago by
Blocking: | 27 added |
---|---|
Owner: | set to ibboard |
Status: | new → accepted |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
comment:5 Changed 8 years ago by
comment:6 Changed 8 years ago by
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Should be done now. Left "requires no more than" alone as the old text says "Note that -2,X,-2,Y is equivalent to -2,X|Y with the exception that two entries produce two warning messages." and we're already effectively giving one warning anyway.
Note: See
TracTickets for help on using
tickets.
In 59e1fb8a476a02a60d28500de3b075c8269b2ce2/IBBoard.WarFoundry.API: