Difference between revisions of "Classes:Clip"
From ECWolf Wiki
m |
(Backpack info!) |
||
Line 18: | Line 18: | ||
{{property|inventory.amount}} 8 | {{property|inventory.amount}} 8 | ||
{{property|inventory.maxamount}} 99 | {{property|inventory.maxamount}} 99 | ||
+ | {{property|ammo.backpackamount}} 20 | ||
+ | {{property|ammo.backpackboostamount}} 100 | ||
+ | {{property|ammo.backpackmaxamount}} 299 | ||
states | states | ||
{ | { |
Latest revision as of 14:48, 10 June 2018
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Clip | |||
---|---|---|---|
Actor type | Ammo | Game | |
DoomEd Number | 59 | Class Name | Clip |
Classes: Actor → Inventory → Ammo → Clip
→BlueClip
→ClipBox
Overview
Basic ammo type for weapons in Wolfenstein 3D.
DECORATE Definition
actor Clip : Ammo 59 { inventory.pickupsound "misc/ammo_pickup" inventory.amount 8 inventory.maxamount 99 ammo.backpackamount 20 ammo.backpackboostamount 100 ammo.backpackmaxamount 299 states { Spawn: CLIP A -1 stop } }