|
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
- You do NOT need to copy that actor, since it is already defined.
- In fact, it's not just useless, it will cause problems.
- If you want to modify it, or use a modified version, using inheritance is the way to go.
- The actor definitions here are put on the wiki for reference purpose only. Learn from them, don't copy them.
|
Bloodscourge haft
|
Actor type
|
Weapon
|
Game
|
(Hexen)
|
DoomEd Number
|
22
|
Class Name
|
MWeaponPiece2
|
Spawn ID
|
38
|
Identifier
|
T_MAGESTAFF2
|
Classes: Inventory→WeaponPiece→MageWeaponPiece→MWeaponPiece2
This actor needs a description.
ACTOR MWeaponPiece2 : MageWeaponPiece
{
WeaponPiece.Number 2
States
{
Spawn:
WMS2 A -1 Bright
Stop
}
}