Fallout Wiki
Advertisement
Fallout Wiki
Template documentation (for the template shown above, sometimes hidden or invisible)

Template for standardized creature stat tables in Fallout 3 creature and robot articles.

Based on {{Stats creature}}.

Usage

{{Stats creature FO3|start}}
{{Stats creature FO3|row
|name       =Centaur
|formid     ={{ID|000e9491}}
|level      =5
|xp         =10
|perception =6
|hp         =100
|dr         =0
|aggression =2
|confidence =3
|assistance =2
|attack1    =Melee (27 {{icon|damage}})
|attack2    =Radioactive spit (30 {{icon|damage}}, 5 [[radiation|rads]]/sec for 10 seconds)
|items      =* {{icon|dead}} [[Centaur blood]]
}}
{{Stats creature FO3|end}}

This template needs to be called (at least) 3 times in order to produce a valid table:

  1. Once with <unnamed 1> set to "start".
  2. Once (at least) with <unnamed 1> set to "row".
  3. Once with <unnamed 1> set to "end".

Parameters

Neutral
(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).
Neutral
ability1 up to ability 6
Non-offensive abilities of the creature/robot.
Yes
aggression
Aggression of the creature/robot. Use a numerical value between 0 and 3.
Yes
assistance
Assistance of the creature/robot. Use a numerical value between 0 and 2.
Neutral
attack1 up to attack 6
Attacks/offensive abilities of the creature/robot.
Yes
formid
Form ID of the creature/robot. Use {{ID}} or {{DLC ID}}. If multiple, separate with <br/>.
Yes
confidence
Confidence of the creature/robot. Use a numerical value between 0 and 4.
Yes
dr
Damage Resistance of the creature/robot. Set to "0" if none.
Yes
dt
Damage Threshold of the creature/robot. Set to "0" if none.
Yes
hp
Hit Points of the creature/robot.
Neutral
items
Items carried by this creature/robot. Use bulleted list (*).
Yes
level
Level of the creature/robot.
Yes
name
Name of the creature/robot.
Yes
perception
Perception of the creature/robot.
Neutral
xp
Experience Points awarded for killing the creature/robot.

Copy/paste

Start of table

{{Stats creature FO3|start}}

Table row

{{Stats creature FO3|row
|name       =
|formid     ={{ID|}}
|level      =
|xp         =
|perception =
|hp         =
|dt         =
|dr         =
|aggression =
|confidence =
|assistance =
|attack1    =
|attack2    =
|attack3    =
|attack4    =
|attack5    =
|attack6    =
|ability1   =
|ability2   =
|ability3   =
|ability4   =
|ability5   =
|ability6   =
|items      =
}}

End of table

{{Stats creature FO3|end}}

Example

{{Stats creature FO3|start}}
{{Stats creature FO3|row
|name       =Centaur
|formid     ={{ID|000e9491}}
|level      =5
|xp         =10
|perception =6
|hp         =100
|dt         =0
|dr         =0
|aggression =2
|confidence =3
|assistance =2
|attack1    =Melee (27 {{icon|damage}})
|attack2    =Radioactive spit (30 {{icon|damage}}, 5 [[radiation|rads]]/sec for 10 seconds)
|items      =* {{icon|dead}} [[Centaur blood]]
}}
{{Stats creature FO3|end}}

results in:

Name (Form ID)StatisticsBehaviorAbilitiesItems
Centaur
000E9491
Level
5
Experience Points
10
Perception
6
Hit Points
100
Damage Resistance
0%
Aggression
Very aggressive: Will attack enemies and neutrals on sight.Icon requiredIcon requiredIcon optional
Confidence
Brave: Will avoid/flee from threats only if severely outmatched.Icon requiredIcon requiredIcon requiredIcon optional
Gamebryo AI attributes#Assistance
Helps friends: Will help friends and allies.Icon requiredIcon required
Attack
Melee (27 Damage)
Attack
Radioactive spit (30 Damage, 5 rads/sec for 10 seconds)
Documentation transcluded from Template:Stats creature FO3/doc.
Advertisement