Tritt unserem Discord bei und informiere dich auf unserem Twitter-Kanal über die aktuellsten Themen rund um Fallout!
K korr |
K korr |
||
| Zeile 86: | Zeile 86: | ||
-->|melee=<!-- | -->|melee=<!-- | ||
-->{{#if:{{{effect|}}}|<th>{{icon|effect|18px|tooltip= | -->{{#if:{{{effect|}}}|<th>{{icon|effect|18px|tooltip=Zusätzlicher Effekt}}</th>}}<!-- | ||
--></tr><!-- | --></tr><!-- | ||
Version vom 3. Juli 2014, 14:00 Uhr
Template for creating a special VATS attack table for Fallout: New Vegas melee and unarmed weapons.
Usage
{{VATS Angriffstabelle
<!-- 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 Angriffstabelle
|type =melee
|damage =10
|ap =28
|attack =Mauler
|damage mult =.5
|attack ap =38
|effect =Knockdown chance
}}
results in:
| Legend | ||||
|---|---|---|---|---|
| - Angriffstyp | - Benötigte Fertigkeit | |||
| - Schaden pro Angriff im V.A.T.S. | - Aktionspunkte benötigt | |||
| - Schaden pro Aktionspunkt | - Zusätzliche Effekte | |||
| Normal | 0 | 20 | 28 | 0.71 | keiner |
| Mauler | 50 | 10 | 38 | 0.26 | Knockdown chance |
- Hinweis: Nahkampfwaffen machen doppelten Schaden im 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 =
}}