mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
f9523a01e3
SVN r2552 (trunk)
23 lines
479 B
Text
23 lines
479 B
Text
|
|
// Boost Armor Artifact (Dragonskin Bracers) --------------------------------
|
|
|
|
ACTOR ArtiBoostArmor : Inventory 8041 native
|
|
{
|
|
Game Hexen
|
|
SpawnID 22
|
|
+COUNTITEM
|
|
+FLOATBOB
|
|
Inventory.DefMaxAmount
|
|
Inventory.PickupFlash "PickupFlash"
|
|
+INVBAR +FANCYPICKUPSOUND
|
|
Inventory.Icon "ARTIBRAC"
|
|
Inventory.PickupSound "misc/p_pkup"
|
|
Inventory.PickupMessage "$TXT_ARTIBOOSTARMOR"
|
|
Tag "$TAG_ARTIBOOSTARMOR"
|
|
States
|
|
{
|
|
Spawn:
|
|
BRAC ABCDEFGH 4 Bright
|
|
Loop
|
|
}
|
|
}
|