mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
36 lines
596 B
Text
36 lines
596 B
Text
|
|
ACTOR ArtiBlastRadius : CustomInventory
|
|
{
|
|
+FLOATBOB
|
|
Inventory.DefMaxAmount
|
|
Inventory.PickupFlash "PickupFlash"
|
|
+INVBAR +FANCYPICKUPSOUND
|
|
Inventory.Icon "ARTIBLST"
|
|
Inventory.PickupSound "misc/p_pkup"
|
|
Inventory.PickupMessage "$TXT_ARTIBLASTRADIUS"
|
|
Tag "$TAG_ARTIBLASTRADIUS"
|
|
States
|
|
{
|
|
Spawn:
|
|
BLST ABCDEFGH 4 Bright
|
|
Loop
|
|
Use:
|
|
TNT1 A 0 A_Blast
|
|
}
|
|
}
|
|
|
|
// Blast Effect -------------------------------------------------------------
|
|
|
|
ACTOR BlastEffect
|
|
{
|
|
+NOBLOCKMAP +NOGRAVITY +NOCLIP
|
|
+NOTELEPORT
|
|
RenderStyle Translucent
|
|
Alpha 0.666
|
|
States
|
|
{
|
|
Spawn:
|
|
RADE ABCDEFGHI 4
|
|
Stop
|
|
}
|
|
}
|