Difference between revisions of "Template:Nutrition Consumption/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "Returns the nutrition consumed per day a set number of breeding adults. This calculation assumes that there is no time between pregnancies. ==Usage== The first parameter, if...")
 
m
Line 8: Line 8:
  
 
==Examples==
 
==Examples==
===Single inexplicably pregnant female===
+
===Single inexplicably pregnant mare===
 
<pre>
 
<pre>
 
{{Nutrition Consumption| Horse | Adult}}
 
{{Nutrition Consumption| Horse | Adult}}
 
</pre>
 
</pre>
produces:
+
result: {{Nutrition Consumption| Horse | Adult}}
{{Nutrition Consumption| Horse | Adult}}
+
===5 mares, 5 stallions===
 
 
===5 males, 5 females===
 
 
<pre>
 
<pre>
 
{{Nutrition Consumption| Horse | Adult | 5 | 5 }}
 
{{Nutrition Consumption| Horse | Adult | 5 | 5 }}
 
</pre>
 
</pre>
produces:
+
result: {{Nutrition Consumption| Horse | Adult | 5 | 5}}
{{Nutrition Consumption| Horse | Adult | 5 | 5}}
 
 
 
 
===Chick slaughter===
 
===Chick slaughter===
 
<pre>
 
<pre>
 
{{Nutrition Consumption| Chicken | Baby}}
 
{{Nutrition Consumption| Chicken | Baby}}
 
</pre>
 
</pre>
produces:
+
result: {{Nutrition Consumption| Chicken | Baby}}
{{Nutrition Consumption| Chicken | Baby}}
 
 
 
 
===Chicken slaughter===
 
===Chicken slaughter===
 
<pre>
 
<pre>
 
{{Nutrition Consumption| Chicken | Adult}}
 
{{Nutrition Consumption| Chicken | Adult}}
 
</pre>
 
</pre>
produces:
+
result: {{Nutrition Consumption| Chicken | Adult}}
{{Nutrition Consumption| Chicken | Adult}}
+
 
 +
See also: [[Template:Meat Production]]

Revision as of 17:32, 22 September 2021

Returns the nutrition consumed per day a set number of breeding adults. This calculation assumes that there is no time between pregnancies.

Usage

The first parameter, if present, will specify which animal to generate the template for. If absent, {{PAGENAME}} will be used. The second parameter determines whether the offspring are continue to consume up until adulthood, or whether they are slaughtered immediately upon birth. Baby for baby slaughter, Adult for adult slaughter. Defaults to Baby. The third parameter is the number of females in the system. Defaults to 1. The fourth parameter is the number of males in the system. Defaults to 0.

Examples

Single inexplicably pregnant mare

{{Nutrition Consumption| Horse | Adult}}

result: 1.6753423423423

5 mares, 5 stallions

{{Nutrition Consumption| Horse | Adult | 5 | 5 }}

result: 11.776711711712

Chick slaughter

{{Nutrition Consumption| Chicken | Baby}}

result: 0.224

Chicken slaughter

{{Nutrition Consumption| Chicken | Adult}}

result: 1.67552


See also: Template:Meat Production