Template:Animal Health Table/Pikeman

From RimWorld Wiki
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

Creates a table showing the health values for various body parts of a given animal.

Parameters[edit]

Currently accepts two parameters, namely bodytype and baseHealthScale. The template is set up to automatically draw from the page parameters if they exist, or the parameters can be defined instead. At the time of writing, only baseHealthScale is ever defined on pages.

The parameters are entered unnamed, in the following pattern:

{{quote|bodytype|baseHealthScale}}

Currently supported body types are as follows:

Example usage[edit]

On a page without Health Scale defined, the second parameter is required. For example, for the body part health values of a grizzly bear with a health scale value of 2.5, the required format is:

{{Animal Health Table||2.5}}

which results in


On a page with Health Scale defined, no parameters are required. For example, if the health scale on the page was defined as 1.0, the required format would be:

{{Animal Health Table|human}}

which results in


{{Animal Health Table|Pikeman|notCollapsible=1}}

which results in

Body Part Name Health Quantity Coverage[1] Target Chance[2] Subpart of Internal Capacity[3] Effect if Destroyed/Removed
Thorax 40 1 100% 4% N/A[4] Ex.png - Death
Will never take permanent injury
Neck 30 1 10% 2% Thorax Ex.png Communication Death
Will never take permanent injury
Head 30 1 80% 2.7% Neck Ex.png - Death
Will never take permanent injury
Artificial Brain 10 1 10% 0.8% Head Check.png Data Processing Death
Will never take permanent injury
Sight Sensor 10 2 20% 1.6% Head Ex.png Sight −25% Sight. −100% if both lost.
Will never take permanent injury
Hearing Sensor 10 2 5% 0.4% Head Ex.png Hearing −25% Hearing. −100% if both lost.
Will never take permanent injury
Chemical Analyzer 10 1 6% 0.48% Head Ex.png - Will never take permanent injury
Leg 30 4 18% 9% Thorax Ex.png Moving −25% Moving.
Will never take permanent injury
Foot 20 4 50% 9% Leg Ex.png Moving −25% Moving.
Will never take permanent injury
Reactor 20 1 6% 6% Thorax Check.png Power Generation Death
Will never take permanent injury
Fluid Reprocessor 15 2 4% 4% Thorax Check.png Fluid Reprocessing Death if both lost
−50% Fluid reprocessing
Will never take permanent injury
  1. Coverage determines the chance to hit this body part. It refers to the percentage of the super-part that this part covers, before its own sub-parts claim their own percentage. For example, if the base coverage of the super-part is 100%, and the coverage of the part is 20%, 20% of hits would hit the part, and 80% the super-part. If the part had its own sub-part with 50% coverage, the chances would be 10% sub-part, 10% part, 80% super part.
  2. Target Chance is the actual chance for each part to be be selected as the target when each part's coverage has been taken into account(I.E. Neck covers 7.5% of Torso but Head covers 80% of Neck so it actually has only a 1.5% chance to be selected). This is not pure hit chance, as different damage types propagate damage in different ways. See that page for details.
  3. Note that capacities can affect other capacities in turn. Only the primary effect is listed. See specific pages for details.
  4. This is the part that everything else connects to to be considered 'connected'.