	AddGib = Gib
		GibParticle = MOPixel
			CopyOf = Green Explosion Huge1
		Count = 1
		Spread = 2.25
		MaxVelocity = 0.1
		MinVelocity = 0
		InheritsVel = 0
	AddGib = Gib
		GibParticle = MOPixel
			CopyOf = Grenade Fragment Green1
		Count = 25
		Spread = 3.1
		MinVelocity = 55
		MaxVelocity = 65
	AddGib = Gib
		GibParticle = MOPixel
			CopyOf = Grenade Fragment G
		Count = 25
		Spread = 3.1
		MinVelocity = 5
		MaxVelocity = 20

/////////

AddEffect = MOPixel
	PresetName = Grenade Fragment Green1
	Mass = 0.25 // kg
	LifeTime = 2000
	Sharpness = 26
	HitsMOs = 1
	GetsHitByMOs = 0
	Color = Color
		R = 103
		G = 205
		B = 103
	Atom = Atom
		Material = Material
			CopyOf = Bullet Metal
		TrailColor = Color
			R = 115
			G = 205
			B = 115
		TrailLength = 40

AddEffect = MOPixel
	PresetName = Grenade Fragment G
	Mass = 0.10 // kg
	LifeTime = 2000
	Sharpness = 5
	HitsMOs = 1
	GetsHitByMOs = 0
	Color = Color
		R = 103
		G = 225
		B = 103
	Atom = Atom
		Material = Material
			CopyOf = Bullet Metal
		TrailColor = Color
			R = 115
			G = 250
			B = 115
		TrailLength = 40

AddEffect = MOPixel
	PresetName = Green Explosion Huge1
	Mass = 0.98
	LifeTime = 110
	Sharpness = 1.8
	HitsMOs = 1
	GetsHitByMOs = 0
	Color = Color
		R = 157
		G = 245
		B = 157
	Atom = Atom
		Material = Material
			CopyOf = Air
		TrailColor = Color
			R = 159
			G = 245
			B = 159
		TrailLength = 5
	ScreenEffect = ContentFile
		FilePath = The-Undead.rte/Devices/Finger/ExplosionHugeGreen.bmp
	EffectAlwaysShows = 1
	EffectStartTime = 0
	EffectStopTime = 800
	EffectStartStrength = 1.0
	EffectStopStrength = 0.0


