Ticket #17 (accepted task)
Complete Rollcall unit type core loading
| Reported by: | ibboard | Owned by: | ibboard |
|---|---|---|---|
| Priority: | major | Milestone: | Rollcall plugin 0.1 |
| Component: | WarFoundry-Plugin-Rollcall | Version: | Unknown or N/A |
| Keywords: | Cc: | ||
| Blocked By: | #9 | Blocking: | #16 |
Description (last modified by ibboard) (diff)
As part of the Rollcall file loading we need to parse and load data for unit types. We currently do some of this, but other parts are dependent on #9. Once #9 is fixed we need to load unit types from the INI file and add them to the army one-by-one.
Core data for units is:
- Name
- Category
- Points cost
- Min/Max number of units
- Min/Max size of unit
- Unit stats
- Save
Change History
comment:2 Changed 3 years ago by ibboard
- Summary changed from Complete Rollcall unit loading to Complete Rollcall unit core loading
- Description modified (diff)
- Milestone set to WarFoundry 0.1
comment:3 Changed 3 years ago by ibboard
- Milestone changed from WarFoundry 0.1 to Rollcall plugin 0.1
comment:7 Changed 2 years ago by ibboard
- Version set to Unknown or N/A
- Description modified (diff)
- Summary changed from Complete Rollcall unit core loading to Complete Rollcall unit type core loading
Values to load:
NameCategoryPoints costMin/Max number of unitsMin/Max size of unit- Unit stats
- Save
Note: See
TracTickets for help on using
tickets.
WarFoundry - Development
(In r36) Re #16 - File loading
Re #17 - Unit detail loading