mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-07 05:21:18 +00:00
36 lines
597 B
Text
36 lines
597 B
Text
|
|
||
|
ACTOR ArtiBlastRadius : Inventory 10110 native
|
||
|
{
|
||
|
Game Hexen
|
||
|
SpawnID 74
|
||
|
+FLOATBOB
|
||
|
Inventory.DefMaxAmount
|
||
|
Inventory.PickupFlash 1
|
||
|
+INVBAR +FANCYPICKUPSOUND
|
||
|
Inventory.Icon "ARTIBLST"
|
||
|
Inventory.PickupSound "misc/p_pkup"
|
||
|
Inventory.PickupMessage "$TXT_ARTIBLASTRADIUS"
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
BLST ABCDEFGH 4 Bright
|
||
|
Loop
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// Blast Effect -------------------------------------------------------------
|
||
|
|
||
|
ACTOR BlastEffect
|
||
|
{
|
||
|
+NOBLOCKMAP +NOGRAVITY +NOCLIP
|
||
|
+NOTELEPORT
|
||
|
RenderStyle Translucent
|
||
|
Alpha 0.666
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
RADE ABCDEFGHI 4
|
||
|
Stop
|
||
|
}
|
||
|
}
|