Difference between revisions of "Classes:BJPlayer"
From ECWolf Wiki
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
| game = Wolf3D | | game = Wolf3D | ||
}}[[Classes]]: {{Class|Actor}} → {{Class|PlayerPawn}} → <u>BJPlayer</u><br> | }}[[Classes]]: {{Class|Actor}} → {{Class|PlayerPawn}} → <u>BJPlayer</u><br> | ||
− | & | + |  →{{Class|LostBJPlayer}}<br> |
+ |  →{{Class|NoahPlayer}}<br> | ||
== Overview == | == Overview == | ||
Line 16: | Line 17: | ||
{{property|Radius}} 22 | {{property|Radius}} 22 | ||
{{property|player.movebob}} 0 | {{property|player.movebob}} 0 | ||
+ | {{property|player.viewheight}} 32 | ||
{{property|player.displayname}} "BJ Blazkowicz" | {{property|player.displayname}} "BJ Blazkowicz" | ||
{{property|player.startitem}} "{{Class|Clip}}", 8 | {{property|player.startitem}} "{{Class|Clip}}", 8 | ||
Line 24: | Line 26: | ||
{{property|player.weaponslot}} 3, "{{Class|MachineGun}}" | {{property|player.weaponslot}} 3, "{{Class|MachineGun}}" | ||
{{property|player.weaponslot}} 4, "{{Class|GatlingGun}}" | {{property|player.weaponslot}} 4, "{{Class|GatlingGun}}" | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 02:12, 28 May 2014
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
B.J. Blazkowicz | |||
---|---|---|---|
Actor type | Player | Game | |
DoomEd Number | None | Class Name | BJPlayer |
Classes: Actor → PlayerPawn → BJPlayer
→LostBJPlayer
→NoahPlayer
Overview
Standard player class in Wolfenstein 3D.
DECORATE Definition
actor BJPlayer : PlayerPawn { Health 100 Radius 22 player.movebob 0 player.viewheight 32 player.displayname "BJ Blazkowicz" player.startitem "Clip", 8 player.startitem "Pistol" player.startitem "Knife" player.weaponslot 1, "Knife" player.weaponslot 2, "Pistol" player.weaponslot 3, "MachineGun" player.weaponslot 4, "GatlingGun" }