Template for creating a special VATS attack table for Fallout: New Vegas melee and unarmed weapons.
Usage
{{VATS attack table <!-- insert parameters --> }}
Parameters
ap
Required for |
---|
|
Disabled for |
|
"Action Points" in GECK ("Edit" window -> "Game Data" tab -> "Action Points").
attack
Required for |
---|
|
Disabled for |
|
Special VATS attack in GECK ("Edit" window -> "Game Data" tab -> VATS attack "Name").
attack ap
Required for |
---|
|
Disabled for |
|
Action point cost of the special VATS attack ("Edit" window -> "Game Data" tab -> VATS attack "AP").
damage
Required for |
---|
|
Disabled for |
|
"Damage" in GECK ("Edit" window -> "Game Data" tab -> "Damage").
damage mult
Required for |
---|
|
Disabled for |
|
Damage multiplier of the special VATS attack ("Edit" window -> "Game Data" tab -> VATS attack "Dam mult").
effect
Required for |
---|
|
Disabled for |
|
Added extra effect of the special VATS attack ("Edit" window -> "Game Data" tab -> VATS attack "Effect").
type
Required for |
---|
|
Disabled for |
|
Type of weapon. Available options:
- unarmed: An unarmed weapon.
- melee: A melee weapon.
Example
{{VATS attack table |type =melee |damage =10 |ap =28 |attack =Mauler |damage mult =.5 |attack ap =38 |effect =Knockdown chance }}
results in:
Legend | ||||
---|---|---|---|---|
- Type of attack | - Skill required | |||
- Damage per attack in V.A.T.S. | - Action point cost | |||
- Damage per action point | - Additional effects |
Normal | 0 | 20 | 28 | 0.71 | none |
Mauler | 50 | 10 | 38 | 0.26 | Knockdown chance |
- Note: Melee weapons do double normal damage in V.A.T.S.
Copy/paste
Melee weapon
{{VATS attack table |type =melee |damage = |ap = |attack = |damage mult = |attack ap = |effect = }}
Unarmed weapon
{{VATS attack table |type =unarmed |damage = |ap = }}
Community content is available under CC-BY-SA unless otherwise noted.