Difference between revisions of "Template:Animals/Row"

From RimWorld Wiki
Jump to navigation Jump to search
(moved meat production calculation to Template:Meat_Production)
(moved nutrition consumption calculation to Template:Nutrition_Consumption)
Line 22: Line 22:
 
  | {{#expr:{{Meat Production| {{{1|{{#show:{{#var:default_animal}}|?Name}}}}} | Baby | {{#var:females}} | {{#var:males}}}} + {{#var:milk_nutrition_production}}}}
 
  | {{#expr:{{Meat Production| {{{1|{{#show:{{#var:default_animal}}|?Name}}}}} | Baby | {{#var:females}} | {{#var:males}}}} + {{#var:milk_nutrition_production}}}}
 
}}{{#vardefine:baby_slaughter_consumption
 
}}{{#vardefine:baby_slaughter_consumption
  | {{#expr:(({{#var:females}} + {{#var:males}})*{{#show: {{{1|{{#var:default_animal}}}}}|?Base Hunger Rate#}}*1.6)}}
+
  | {{Nutrition Consumption| {{{1|{{#show:{{#var:default_animal}}|?Name}}}}} | Baby | {{#var:females}} | {{#var:males}}}}
 
}}
 
}}
 
{{#vardefine:adult_slaughter_production
 
{{#vardefine:adult_slaughter_production
Line 28: Line 28:
 
}}
 
}}
 
{{#vardefine:adult_slaughter_consumption
 
{{#vardefine:adult_slaughter_consumption
  | {{#expr:({{#var:females}} + {{#var:males}})*{{#show: {{{1|{{#var:default_animal}}}}}|?Base Hunger Rate#}}*1.6 + 60*{{#show: {{{1|{{#var:default_animal}}}}}|?Juvenile Age#}}*{{#var:offspring_rate}}*{{#show: {{{1|{{#var:default_animal}}}}}|?Base Hunger Rate#}}*1.6*0.4 + (60*({{#show: {{{1|{{#var:default_animal}}}}}|?Maturity Age#}} - {{#show: {{{1|{{#var:default_animal}}}}}|?Juvenile Age#}})*{{#var:offspring_rate}})*{{#show: {{{1|{{#var:default_animal}}}}}|?Base Hunger Rate#}}*1.6*0.75}}
+
  | {{Nutrition Consumption| {{{1|{{#show:{{#var:default_animal}}|?Name}}}}} | Adult | {{#var:females}} | {{#var:males}}}}
 
}}
 
}}
 
<!--Actual row-->
 
<!--Actual row-->

Revision as of 17:44, 22 September 2021

This template pulls the data from each animal's individual page and formats it into a neat row summary. It is only intended for use on the List of animals page.

Usage: {{Animals/Row|*name*}}

The template takes a single parameter, the name of the animal being referenced, which must be the exact name of the animal's main page. The parameter defaults to "Wild boar" if not given - used for testing/preview.

Example:

Animal Type Wildness Min. Handling Skill Guard Attack Rescue Haul Diet Hunger Rate[1] Average DPS Move Speed Manhunter
(Hunt)
Manhunter
(Tame)
Filth Rate[2] Meat Yield[3] Leather Yield[4] Market Value Life Expectancy (Years) Maturity Age (Years) Gestation Period (Days)[5] Nuzzle Interval (Hours)[6] Nutrition Efficiency (adult slaughter)[7] Nutrition Efficiency (baby slaughter)[7]
Yorkshire terrier Animal 0% 0 Check.png Check.png Ex.png Ex.png 0.24 1.09 3.1 0% 0% 1 45 20 100 15 0.3 10 12 0.55 0.62


  1. Nutrition lost per day.
  2. The average amount of filth produced on constructed floors per 1000 cells walked.
  3. Amounts given are at 100% butchery efficiency.
  4. Amounts given are at 100% butchery efficiency.
  5. For egglayers, this is both the incubation period and the egg-laying interval.
  6. Mean time between nuzzles.
  7. 7.0 7.1 Nutrition out from meat and milk for each nutrition in, calculated for a system of 9 adult females and 1 adult male, with the assumptions of constant pregnancy and immediate milking.