//SPRITE_TYPE_CARTOON_BOMB;
facePlayerPitch = true;
placeOnGround = false;
collisionBleedTime = 0.25;
pierceOnKill = false;
canBeDamaged = false;

anim.m_clamp = true;
anim.m_animationSpeed = 0.4;
anim.m_frameAmount = 8;
anim.m_frameOffset = 0;
animations.Push(anim);

Init(vector(1.5,1.5,1.5), 1933, 1, 2, 2, 0);

life = 100;
damage = 1;

capsule.CollisionObjectType = 7;
capsule.SetCollisionResponseToChannel(7, 0);
capsule.SetCollisionResponseToChannel(2, 0);
capsule.SetCollisionResponseToChannel(14, 0);
capsule.AllMassScale = 0.0;

ai.AddNode(56, -1.0, -1.0, 8, 1.0, 0.0, 49.0, 1.0, 1.0, 0.9, 1.1, -1.0);
ai.AddNode(378, -1.0, -1.0, 4, 20.0, 40.0, 60.0, 90.0);// AI_TYPE_SPRITE_LIMITER;
ai.AddNode(11, 2.5, -1.0, 3, 0.0, 0.0, 0.0);
ai.AddDeathNode(8, 10, 35.0, 10.5, 5.0, 10.0, 1.0, 1.0, 10.5, 1.0, 1.0, 1.0);
//ai.AddDeathNode(56, 8, 0.0, 0.0, 728, 1.0, 1.0, 0.9, 1.1, -1.0);

partStruct.m_managed = false;
partStruct.m_removeIfTargetBleeds = false;
partStruct.m_normalOffset = 5.0;
partStruct.m_rotate = false;
partStruct.m_useActorCoordinates = false;
partStruct.m_offset = vector(0.0,0.0,0.0);
partStruct.m_type = 2;
//bleedParticles.Push(partStruct);

tmpSound.m_sound = 728;
tmpSound.m_volumeMin = 1.0;
tmpSound.m_volumeMax = 1.0;
tmpSound.m_pitchMin = 0.9;
tmpSound.m_pitchMax = 1.1;
tmpSound.m_UI = false;
collisionSounds.Push(tmpSound);

decalStruct.m_preventOverlapping = true;
decalStruct.m_rotateVelocity = false;
decalStruct.m_decal = 16;//108;
decalStruct.m_allowsGrowing = false;
//bleedDecals.Push(decalStruct);