Difference between revisions of "Classes:BluePistol"
From ECWolf Wiki
(Created page with "{{Actor| | type = Weapon | name = Blue Pistol | class = BluePistol | game = Spear }}Classes: {{Class|Actor}} → {{Class|Inventory}} → {{Class|Weapon}} → {{Cl...") |
|||
Line 12: | Line 12: | ||
actor <u>BluePistol</u> : {{Class|Pistol}} | actor <u>BluePistol</u> : {{Class|Pistol}} | ||
{ | { | ||
− | {{property| | + | {{property|AttackSound}} "weapon/bluepistol/attack" |
{{property|weapon.selectionorder}} 1890 | {{property|weapon.selectionorder}} 1890 | ||
states | states |
Revision as of 14:24, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Blue Pistol | |||
---|---|---|---|
Actor type | Weapon | Game | |
DoomEd Number | None | Class Name | BluePistol |
Classes: Actor → Inventory → Weapon → WolfWeapon → Pistol → BluePistol
Overview
Replacement pistol for the Spear of Destiny mission packs.
DECORATE Definition
actor BluePistol : Pistol { AttackSound "weapon/bluepistol/attack" weapon.selectionorder 1890 states { Ready: BPSG A 1 A_WeaponReady loop Fire: BPSG B 3 BPSG C 3 bright A_GunAttack BPSG DE 3 goto Ready } }