{
	// Beacon Beam Strength for Tier One Raids
	"beam_strength_tier_one": 32,
	// Beacon Beam Strength for Tier Two Raids
	"beam_strength_tier_two": 64,
	// Beacon Beam Strength for Tier Three Raids
	"beam_strength_tier_three": 96,
	// Beacon Beam Strength for Tier Four Raids
	"beam_strength_tier_four": 128,
	// Beacon Beam Strength for Tier Five Raids
	"beam_strength_tier_five": 160,
	// Beacon Beam Strength for Tier Six Raids
	"beam_strength_tier_six": 192,
	// Beacon Beam Strength for Tier Seven Raids
	"beam_strength_tier_seven": 224,
	// Render the raid crystal particle effects
	"show_particles": true,
	// Render the legacy beacon effect
	"show_legacy_beacon": false,
	// Automatically accept raid join requests
	"auto_accept_requests": false,
	// Show raid logs during raids
	"enable_raid_logs": true,
	// Show health bars above Pokemon during raids
	"enable_health_bars": false,
	"raid_status_x": 100,
	"raid_status_y": 50,
	"raid_popup_x": 50,
	"raid_popup_y": 77
}