#34 closed enhancement (released)
Remove "Choices" and "Base/Increment" from Category
Reported by: | ibboard | Owned by: | ibboard |
---|---|---|---|
Priority: | major | Milestone: | WarFoundry 0.1 |
Component: | WarFoundry-API | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As a method for implementing Warhammer 40K-style rosters and Warhammer-style "army composition depends on army size" the original design added the following attributes:
- minChoice
- maxChoice
- baseVal
- incVal
- incAmount
These should be removed, leaving categories to define min/max points and/or percentages. The functionality will then be re-implemented as plugins following ticket:33.
Change History (6)
comment:1 Changed 11 years ago by
Status: | new → accepted |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
(In r73) Fixes #34 - Remove "Choices" and "Base/Increment" from Category
- Remove Choices and Base/Increment from code
Re #47: Remove magic numbers
- Replace "-1" magic number with WarFoundryCore.INFINITY
- Use INFINITY instead of -1 in code
- Use INF in schemas instead of -1
- Handle and parse INF as a special value in XML Factory
comment:5 Changed 10 years ago by
released: | 1 → yes |
---|
Mark released fixes as released using radio values
comment:6 Changed 10 years ago by
Resolution: | fixed → released |
---|
Mark fix as released under a previous version
Note: See
TracTickets for help on using
tickets.
(In r50) Re #32 - Migrate WarFoundry to schemas
Re #34 - Remove choices and base/increment