#include "defs/common.txt"
#include "defs/BP/Common.txt"

Regen kActor_Pickup_Regen
{
    className					"kexActor"
	flags.noDamage				TRUE
	flags.allowTracking			FALSE
    placeable					TRUE
	BP.rotationType				PICKUP_ROT_PLAYER_YAWPITCH
	BP.message					"Regeneration"
	BP.sound					"sounds/shaders/Pickup For Whatever.ksnd"
	BP.delayedSoundTime			0.5
	BP.delayedSound				"sounds/shaders/BP/Announcer/DD_POWERUP.ksnd"
	BP.respawnTime				0.0
	BP.respawnSound				"sounds/shaders/Pickup Spawn.ksnd"
	BP.particle					""
	BP.respawnParticle			"particles/Generic_Teleport.particle"
    initialScale				"0.25 0.25 0.25"
	
    Begin_Component "kexWorldComponent"
		touchRadius			81.92
        radius				81.92
        height				81.92
        bNonSolid			TRUE
    End_Component
	
    Begin_Component "kexStaticMeshComponent"
        mesh	"models/Blue_Feather___Breath_Of_Life.staticmesh"
    End_Component
	
	Begin_Component "kexScriptComponent"
		scriptClass	"BP::Actors::Pickup"
	End_Component
}

Quad_Damage kActor_Pickup_Quad
{
    className					"kexActor"
	flags.noDamage				TRUE
	flags.allowTracking			FALSE
    placeable					TRUE
	BP.rotationType				PICKUP_ROT_PLAYER_YAWPITCH
	BP.message					"Quad Damage"
	BP.sound					"sounds/shaders/Pickup For Whatever.ksnd"
	BP.delayedSoundTime			0.5
	BP.delayedSound				"sounds/shaders/BP/Announcer/DD_POWERUP.ksnd"
	BP.respawnTime				0.0
	BP.respawnSound				"sounds/shaders/Pickup Spawn.ksnd"
	BP.particle					""
	BP.respawnParticle			"particles/Generic_Teleport.particle"
    initialScale				"0.25 0.25 0.25"
	
    Begin_Component "kexWorldComponent"
		touchRadius			81.92
        radius				81.92
        height				81.92
        bNonSolid			TRUE
    End_Component
	
    Begin_Component "kexStaticMeshComponent"
        mesh	"models/Red_Feather____Fire_Walker.staticmesh"
    End_Component
	
	Begin_Component "kexScriptComponent"
		scriptClass	"BP::Actors::Pickup"
	End_Component
}

Haste kActor_Pickup_Speed
{
    className					"kexActor"
	flags.noDamage				TRUE
	flags.allowTracking			FALSE
    placeable					TRUE
	BP.rotationType				PICKUP_ROT_PLAYER_YAWPITCH
	BP.message					"Haste"
	BP.sound					"sounds/shaders/Pickup For Whatever.ksnd"
	BP.delayedSoundTime			0.5
	BP.delayedSound				"sounds/shaders/BP/Announcer/DD_POWERUP.ksnd"
	BP.respawnTime				0.0
	BP.respawnSound				"sounds/shaders/Pickup Spawn.ksnd"
	BP.particle					""
	BP.respawnParticle			"particles/Generic_Teleport.particle"
    initialScale				"0.25 0.25 0.25"
	
    Begin_Component "kexWorldComponent"
		touchRadius			81.92
        radius				81.92
        height				81.92
        bNonSolid			TRUE
    End_Component
	
    Begin_Component "kexStaticMeshComponent"
        mesh	"models/Purple_Feather_Whispers.staticmesh"
    End_Component
	
	Begin_Component "kexScriptComponent"
		scriptClass	"BP::Actors::Pickup"
	End_Component
}
