Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crusade Implementation Tracker #1527

Open
2 of 29 tasks
Dunamis55 opened this issue Sep 16, 2024 · 2 comments
Open
2 of 29 tasks

Crusade Implementation Tracker #1527

Dunamis55 opened this issue Sep 16, 2024 · 2 comments

Comments

@Dunamis55
Copy link
Contributor

Dunamis55 commented Sep 16, 2024

Tracker for the purpose of seeing which armies currently have had Crusade rules implemented for them:

  • Chaos - Chaos Daemons
  • Chaos - Chaos Knights
  • Chaos - Chaos Space Marines
  • Chaos - Death Guard
  • Chaos - Emperor's Children
  • Chaos - Thousand Sons
  • Chaos - World Eaters
  • Imperium - Adepta Sororitas
  • Imperium - Adeptus Custodes
  • Imperium - Adeptus Mechanicus
  • Imperium - Agents of the Imperium
  • Imperium - Agents of the Imperium - Crusade Rules
  • Imperium - Astra Militarum
  • Imperium - Grey Knights
  • Imperium - Imperial Knights
  • Imperium - Space Marines
  • Imperium - Space Marines - Black Templars
  • Imperium - Space Marines - Blood Angels
  • Imperium - Space Marines - Dark Angels
  • Imperium - Space Marines - Space Wolves
  • Xenos - Aeldari
  • Xenos - Drukhari
  • Xenos - Genestealer Cults
  • Xenos - Genestealer Cults - Crusade Rules
  • Xenos - Leagues of Votann
  • Xenos - Necrons
  • Xenos - Orks
  • Xenos - Tau Empire
  • Xenos - Tyranids
@Mad-Spy
Copy link
Contributor

Mad-Spy commented Sep 17, 2024

@Dunamis55 Can you add a short description of what needs to be done in each catalogue?

@Dunamis55
Copy link
Contributor Author

Dunamis55 commented Sep 19, 2024

1. Each unit needs to have the following logic added to the top level entry:

image

2. Each Unit profile also needs logic to adjust characteristics:

image

3. You'll have to set up any Battle Traits that are unique to the army, which will need to be added to the Crusade Entry Group for each unit:

image
image
The costs are used as tracking purposes, so the Crusade logic can work with it all, but they functionally work similar to Enhancements otherwise.

4. Every weapon profile on a single-model unit & on unit champion will need logic added:

image

Melee and Ranged weapons are different profiles, so they technically need different logic, even though it all does the same thing.
For squads, only the Unit Champion's weapons are upgraded, so no logic is added to the grunts. i.e. an Intercessor Sergeant's weapons would get logic, but not the regular Intercessors!

5. Allow Enhancements to be taken by CHARACTERS regardless of Detachment in a Crusade Force:

image
Minor update here, so shouldn't need copy/paste code, but should allow Crusade-only characters to take Enhancements regards of detachment options.

6. Root entry level needs to be linked to the GST's Order of Battle

image

7. If you have a specific Crusade campaign-type tracker, that would also need to be added in the above Root Entry

For Tau, this is a number of Entries that allow users to track the star systems that they conquer. The important bit here is to keep as simple as possible, so that the system isn't overwhelmed with logic. If users can just us a non-logic number, then we should aspire to leave it in the hands of the user to sort out, as long as they can enter a number somewhere for tracking.

Tau example:
image
image
Most of these entries have no min/max or associated logic, so the user can sort it all out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants