Template for standardized creature stat tables in Fallout 76 creature and robot articles.
Based on {{Stats creature}}
.
Usage
{{Stats creature FO76|start}} {{Stats creature FO76|row |name =Sheepsquatch |form id ={{ID|00479d4d}} |level =50 |perception =6 |family =sheepsquatch |pr =100 |aggression =2 |confidence =3 |assistance =2 |attack1 =Melee (27 {{icon|damage}}) |attack2 =Radioactive spit (30 {{icon|damage}}, 5 {{icon|radiation|link=rads}}/sec for 10 seconds) |items =* {{icon|dead}} [[Centaur blood]] }} {{Stats creature FO76|end}}
This template needs to be called (at least) 3 times in order to produce a valid table:
- Once with
<unnamed 1>
set to "start". - Once (at least) with
<unnamed 1>
set to "row". - Once with
<unnamed 1>
set to "end".
Parameters
(default: "row")
<unnamed 1>This parameter controls whether the template returns the start of a creature table, its end or a normal row.
Available options:
- end: Returns end of creature table (closes table).
- row: Returns normal table row with icons/text according to parameters.
- start: Returns start of creature table (starts table, inserts header row).
ability1 up to ability6
Non-offensive abilities of the creature/robot. Overrides the abilities determined by family.
aggression
Aggression of the creature/robot. Use a numerical value between 0 and 3.
assistance
Assistance of the creature/robot. Use a numerical value between 0 and 2.
attack1 up to attack6
Attacks/offensive abilities of the creature/robot. Overrides the attacks determined by family
form id
confidence
Confidence of the creature/robot. Use a numerical value between 0 and 4.
dr
Damage Resistance of the creature/robot. Set to "0" if none. Overrides the automatically-calculated value. Required if family is absent.
edid
Editor ID of the creature, displays in the leftmost cell. Set to hide automatically if empty.
er
Energy Resistance of the creature/robot. Set to "0" if none. Overrides the automatically-calculated value. Required if family is absent.
family
The family that the creature belongs to. Determines the hp curve, xp curve, armor curve, abilities and attacks of the creature. For valid values, see
{{Stats creature FO76/family}}
. Required if hp, xp, dr, er, or rr is absent.hp
Hit points of the creature/robot. Overrides the automatically-calculated value. Required if family is absent.
items
Items carried by this creature/robot. Use bulleted list (*).
level
Level of the creature/robot.
name
Name of the creature/robot.
perception
Perception of the creature/robot
rr
Radiation Resistance of the creature/robot. Set to "0" if none. Overrides the automatically-calculated value. Required if family is absent.
pr
Poison Resistance of the creature/robot. Set to "0" if none. Unlike other resistances, there is no corresponding curve.
xp
Experience points awarded for killing the creature/robot. Overrides the automatically-calculated value. Required if family is absent.
Copy/paste
Start of table
{{Stats creature FO76|start}}
Table row
{{Stats creature FO76|row |name = |form id ={{ID|}} |level = |perception = |family = |pr = |aggression = |confidence = |assistance = |items = }}
End of table
{{Stats creature FO76|end}}
Example
Single level
{{Stats creature FO76|start}} {{Stats creature FO76|row |name =Sheepsquatch |form id ={{ID|00479d4d}} |level =50 |perception =6 |family =sheepsquatch |pr =100 |aggression =2 |confidence =3 |assistance =2 |items =* {{icon|dead}} [[Centaur blood]] }} {{Stats creature FO76|end}}
results in:
Name (Form ID) | Abilities | Items | |
---|---|---|---|
Sheepsquatch 00479D4D |
|
Multiple levels
{{Stats creature FO76|start}} {{Stats creature FO76|row |name =Sheepsquatch |form id ={{ID|00479d4d}} |level =50 |perception =6 |family =sheepsquatch |pr =100 |aggression =2 |confidence =3 |assistance =2 |items =* {{icon|dead}} [[Centaur blood]] }} {{Stats creature FO76|row |name =Sheepsquatch |form id ={{ID|00479d4d}} |level =60 |perception =6 |family =sheepsquatch |pr =100 |aggression =2 |confidence =3 |assistance =2 |items =* {{icon|dead}} [[Centaur blood]] }} {{Stats creature FO76|end}}
results in:
Name (Form ID) | Abilities | Items | |
---|---|---|---|
Sheepsquatch 00479D4D |
| ||
Sheepsquatch 00479D4D |
|
Sub-templates
{{Stats creature FO76/family}}
- Maps family to curve name, attacks and abilities, and other shared stats- Leveled stat calculation
{{Stats creature FO76/HP}}
- Hit Points{{Stats creature FO76/XP}}
- Experience Points{{Stats creature FO76/DR}}
- Damage Resistance{{Stats creature FO76/ER}}
- Energy Resistance{{Stats creature FO76/RR}}
- Radiation Resistance{{Stats creature FO76/DMG}}
- Attack damage
Community content is available under CC-BY-SA unless otherwise noted.