gzdoom/wadsrc/static/actors/chex/chexweapons.txt

69 lines
1020 B
Plaintext
Raw Normal View History

// Same as Doom weapons, but the obituaries are removed.
actor Bootspoon : Fist
{
game Chex
obituary ""
}
actor SuperBootspork : Chainsaw 2005
{
game Chex
obituary ""
Inventory.PickupMessage "$GOTSUPERBOOTSPORK"
}
actor MiniZorcher : Pistol
{
game Chex
obituary ""
inventory.pickupmessage "$GOTMINIZORCHER"
states
{
Spawn:
stop
}
}
actor LargeZorcher : Shotgun 2001
{
game Chex
obituary ""
inventory.pickupmessage "$GOTLARGEZORCHER"
}
actor SuperLargeZorcher : SuperShotgun 82
{
game Chex
obituary ""
inventory.pickupmessage "$GOTSUPERLARGEZORCHER"
}
actor RapidZorcher : Chaingun 2002
{
game Chex
obituary ""
inventory.pickupmessage "$GOTRAPIDZORCHER"
}
actor ZorchPropulsor : RocketLauncher 2003
{
game Chex
obituary ""
inventory.pickupmessage "$GOTZORCHPROPULSOR"
}
actor PhasingZorcher : PlasmaRifle 2004
{
game Chex
obituary ""
inventory.pickupmessage "$GOTPHASINGZORCHER"
}
actor LAZDevice : BFG9000 2006
{
game Chex
obituary ""
inventory.pickupmessage "$GOTLAZDEVICE"
}