Difference between revisions of "User:DJRedNightGaming/TrainingTemplateUpdate"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "== Training Template Updates == For more in-depth discussion on the usage and reasoning behind the changes, see here. The updated template can...")
 
(Suppressing redlinks, broken template, and properties due to errors they cause.)
 
Line 1: Line 1:
== Training Template Updates ==
+
<nowiki>== Training Template Updates ==
  
 
For more in-depth discussion on the usage and reasoning behind the changes, see [[Template_talk:TrainingTable|here]]. The updated template can be found here: [[Template:TrainingTemplateUpdated]]
 
For more in-depth discussion on the usage and reasoning behind the changes, see [[Template_talk:TrainingTable|here]]. The updated template can be found here: [[Template:TrainingTemplateUpdated]]
Line 37: Line 37:
 
{{#set: Can_Train_Rescue=true}}
 
{{#set: Can_Train_Rescue=true}}
 
{{#set: Can_Train_Haul=false}}
 
{{#set: Can_Train_Haul=false}}
 +
</nowiki>

Latest revision as of 01:07, 20 March 2023

== Training Template Updates == For more in-depth discussion on the usage and reasoning behind the changes, see [[Template_talk:TrainingTable|here]]. The updated template can be found here: [[Template:TrainingTemplateUpdated]] === Example Output === {{TrainingTemplateUpdated}} === Required Code on Every Animal Page === The following code is going to now be required on every [[Animals]] page. This is to "set" or "define" the properties of the specific animal when it comes to training. <pre> <!-- Set the Declaration of Variables for the Animal Training Template--> {{#set: Can_Train_Guard=true}} {{#set: Can_Train_Attack=false}} {{#set: Can_Train_Rescue=true}} {{#set: Can_Train_Haul=false}} </pre> The following properties are used for the new template. [[Property:Can_Train_Guard]] [[Property:Can_Train_Attack]] [[Property:Can_Train_Rescue]] [[Property:Can_Train_Haul]] The following values are to be set for animals as of V1.1.2610: [[User:DJRedNightGaming/AnimalTrainingPropertyValues]] <!-- Set the Declaration of Variables for the Animal Training Template--> {{#set: Can_Train_Guard=true}} {{#set: Can_Train_Attack=false}} {{#set: Can_Train_Rescue=true}} {{#set: Can_Train_Haul=false}}