

entityDef damage_firespearSplash
{
	"inherit"                   "atdm:damage_base"
	"editor_displayFolder"  		"weapons/arrows/base/damage"
	
	//Baddcog: Lowered Damage to 30 for blast zone
	"damage"					"50"
	
	"radius"					"155"
	//decreased knockback so 1 indirect hit won't kill a guard. 2 indirect hits will (blast zone 10-15 feet)
	
	"knockback"					"30"
	
	//Baddcog: tweak lower explosion, try to control out of control phys (from 10000)
	"push"						"100"
	
	// ishtvan: no quarter for fools who blow themselves up
	"attackerDamageScale"		"1.0"
	"attackerPushScale"			"1.0"
	"gib"						"1"
}