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

Added autoAwards Support for the Education Module #4118

Merged
merged 13 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions MekHQ/data/universe/academies/Local Academies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</academy>
<academy>
<name>High School</name>
<type>1</type>
<isPrepSchool>true</isPrepSchool>
<description>A typical academic life for teenagers across the Inner Sphere</description>
<isLocal>true</isLocal>
Expand All @@ -33,6 +34,7 @@
</academy>
<academy>
<name>Preparatory School</name>
<type>1</type>
<isPrepSchool>true</isPrepSchool>
<description>A boarding school for the privileged teenagers of the Inner Sphere.</description>
<isLocal>true</isLocal>
Expand All @@ -49,6 +51,7 @@
</academy>
<academy>
<name>Military School</name>
<type>1</type>
<isMilitary>true</isMilitary>
<isPrepSchool>true</isPrepSchool>
<description>Whether as punishment, or a matter of familial pride, an education here prepares students for a life of military discipline.</description>
Expand Down Expand Up @@ -93,6 +96,7 @@
</academy>
<academy>
<name>Adult High School</name>
<type>1</type>
<description>A option for those students who never graduated high school, or who never had the chance to attend.</description>
<isLocal>true</isLocal>
<locationSystem>Terra</locationSystem>
Expand All @@ -107,6 +111,7 @@
</academy>
<academy>
<name>Technical College</name>
<type>2</type>
<description>Technical Colleges are places where the technicians of the future hone their craft.</description>
<isLocal>true</isLocal>
<locationSystem>Terra</locationSystem>
Expand Down Expand Up @@ -155,6 +160,7 @@
</academy>
<academy>
<name>University (Bachelor's)</name>
<type>3</type>
<description>The upper crust of higher education, universities offer a wide range of courses and post-graduate options</description>
<isLocal>true</isLocal>
<locationSystem>Terra</locationSystem>
Expand Down Expand Up @@ -195,6 +201,7 @@
</academy>
<academy>
<name>University (Master's)</name>
<type>3</type>
<description>The upper crust of higher education, universities offer a wide range of courses and post-graduate options</description>
<isLocal>true</isLocal>
<locationSystem>Terra</locationSystem>
Expand Down Expand Up @@ -235,6 +242,7 @@
</academy>
<academy>
<name>University (Doctorate)</name>
<type>3</type>
<description>The upper crust of higher education, universities offer a wide range of courses and post-graduate options</description>
<isLocal>true</isLocal>
<locationSystem>Terra</locationSystem>
Expand Down Expand Up @@ -293,6 +301,7 @@
</academy>
<academy>
<name>Boot Camp</name>
<type>5</type>
<isMilitary>true</isMilitary>
<promotion>Private</promotion>
<description>After a couple of months' hard training students are ready to serve on the line.</description>
Expand Down Expand Up @@ -323,6 +332,7 @@
</academy>
<academy>
<name>Military Academy</name>
<type>4</type>
<isMilitary>true</isMilitary>
<promotion>Corporal</promotion>
<description>Local Military Academies claim to offer the finest tuition for career-minded students. However, there is no replacement for in-the-field experience.</description>
Expand Down Expand Up @@ -361,6 +371,7 @@
</academy>
<academy>
<name>NCO Candidate Bootcamp</name>
<type>6</type>
<isMilitary>true</isMilitary>
<promotion>Corporal</promotion>
<description>Here, candidates are trained locally in the skills required to lead men.</description>
Expand All @@ -379,6 +390,7 @@
</academy>
<academy>
<name>Warrant Officer Candidate School</name>
<type>7</type>
<isMilitary>true</isMilitary>
<promotion>Warrant Officer</promotion>
<description>In those forces that use them, Warrant Officers are essential military administrators and act as a go-between NCOs and Officers. Here they learn the skills needed to succeed.</description>
Expand All @@ -396,6 +408,7 @@
</academy>
<academy>
<name>Officer Candidate School</name>
<type>8</type>
<isMilitary>true</isMilitary>
<promotion>Lieutenant Jr. Grade</promotion>
<description>Only the most qualified personnel are fit to become Officers. This is where they gain essential training and education.</description>
Expand Down
17 changes: 4 additions & 13 deletions MekHQ/data/universe/awards/standard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,33 +53,26 @@
<description>Graduate of basic training.</description>
<group>Education Awards</group>
<ribbon>4-08-1-BasicTraining.png</ribbon>
<xp>1</xp>
<qty>1</qty>
<item>Training</item>
<size>Individual</size>
<range>Career</range>
<size>5</size>
</award>
<award>
<name>NCO Academy Graduate</name>
<description>Graduate of NCO academy.</description>
<group>Education Awards</group>
<ribbon>4-07-1-NCOGraduate.png</ribbon>
<xp>2</xp>
<qty>1</qty>
<item>Training</item>
<size>Individual</size>
<range>Career</range>
<size>6</size>
</award>
<award>
<name>Warrant Officer Graduate</name>
<description>Graduate of warrant officer training.</description>
<group>Education Awards</group>
<ribbon>4-06-2-WarrantGraduate.png</ribbon>
<xp>3</xp>
<qty>21</qty>
<item>Training</item>
<size>Individual</size>
<range>Career</range>
<size>7</size>
</award>
<award>
<name>Officer Graduate</name>
Expand All @@ -88,10 +81,8 @@
<ribbon>4-06-1-OfficerGraduate.png</ribbon>
<xp>4</xp>
<edge>1</edge>
<qty>31</qty>
<item>Training</item>
<size>Individual</size>
<range>Career</range>
<size>8</size>
</award>
<award>
<name>Personal Awards</name>
Expand Down
Binary file modified MekHQ/docs/Awards Module.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ chkEnableTheatreOfWarAwards.text=Theatre of War
chkEnableTheatreOfWarAwards.toolTipText=Awards issued for partaking in galactic conflicts.
chkEnableTimeAwards.text=Time
chkEnableTimeAwards.toolTipText=Awards for remaining in the unit for a certain duration.
chkEnableTrainingAwards.text=Training
chkEnableTrainingAwards.toolTipText=Awards for graduating from academies (requires Education to be enabled in the Life Paths tab).
chkEnableMiscAwards.text=Misc
chkEnableMiscAwards.toolTipText=Miscellaneous awards (see documentation).
##end Personnel Tab
Expand Down
Loading
Loading