File
- Defined in \MONSTERS\Arachnotron.txt
Flags
Properties
alpha | 0.7 |
damagetype | PlasmaDamage |
deathsound | "baby/shotx" |
decal | ArachnotronPlasmaSplat |
renderstyle | Translucent |
scale | .2 |
seesound | "" |
translation | "192:207=112:127", "240:247=112:127" |
States
Spawn:
TNT1 A 0
TNT1 A 0 A_JumpIf(GetCVAR("bdoom_weapons")==1,3)
TNT1 A 0 A_PlaySound("baby/attack")
TNT1 A 0 A_Jump(256,2)
TNT1 A 0 A_PlaySound("weapons/plasma/fire")
TNT1 A 0 A_JumpIf(GetCVAR("Bdoom_debris")==0,2)
TNT1 A 0 A_SpawnItemEx("GreenFlarePlasma",0,0,0,velx,vely,velz,0,SXF_SETMASTER|SXF_ORIGINATOR|SXF_ABSOLUTEVELOCITY)
ARBA ABCDEF 3 bright
goto spawn+7
Death.Sky:
TNT1 A 0 A_RemoveChildren(1,RMVF_EVERYTHING)
stop
Death:
TNT1 A 0 A_RemoveChildren(1,RMVF_EVERYTHING)
TNT1 A 0 A_JumpIf(GetCVAR("Bdoom_debris")==0,"Explosion")
TNT1 AAAAAAAAAAAA 0 A_SpawnProjectile("GreenPlasmaPiece",0,0,random(-360,360),2,random(-50,50))
TNT1 A 0 bright A_SpawnItem("WeaponSmoke")
Explosion:
TNT1 A 0 A_SetScale(0.2*randompick(-1,1),0.2*randompick(-1,1))
PEXP ABCDEFGHIJKLM 2 bright A_FadeOut(0.07)
stop