#Visual effect settings (client-side only)
["Render Settings"]
	#Quality of the main explosion fireball textures (glow, glow_2, sglow).
	#Lower quality (64p) can significantly improve performance on systems with less VRAM.
	#Requires a resource pack reload (F3+T) to apply the change.
	#Allowed Values: QUALITY_256, QUALITY_64
	glowTextureQuality = "QUALITY_64"
	#Particle rendering system mode:
	#REALISTIC - Uses animated sprite sheets with complex textures (current system)
	#VANILA - Vanilla-like simple textures with color phases (better performance)
	#Allowed Values: REALISTIC, REALISTIC_2, VANILA
	particleRenderMode = "REALISTIC"
	#Scales the size of all explosion particles across all render modes.
	#1.0 = default size, 0.1 = 10% of default, 5.0 = 500% of default.
	# Default: 1.0
	# Range: 0.1 ~ 5.0
	particleSizeScale = 1.0
	#Internal flag: marks whether the first-time setup screen has been shown.
	firstLaunchComplete = true
	#
	#Core explosion visual effects
	#Enables the main fiery glow particles (glow, glow_2, sglow). Disabling this can significantly improve performance.
	enableExplosionParticles = true
	#
	#Plasma particle effects
	#Enables or disables plasma sparks entirely.
	enablePlasmaParticles = true
	#Enables the smoke trail that follows plasma sparks.
	enablePlasmaSmokeTrail = true
	#Frequency of plasma smoke spawning. 0.0 = no smoke, 0.7 = default chance (70%), 1.0 = always spawn smoke.
	# Default: 0.25
	# Range: 0.0 ~ 1.0
	plasmaSmokeFrequency = 0.25
	#Number of smoke particles spawned per plasma particle tick. Default was 2.
	# Default: 1
	# Range: 0 ~ 5
	plasmaSmokeCount = 1
	#Enables the flash overlay effect on explosions.
	enableFlashEffect = true
	#Maximum opacity of the flash effect overlay. 0.0 = no flash, 1.0 = full opacity.
	# Default: 0.5
	# Range: 0.0 ~ 1.0
	flashMaxOpacity = 0.5
	#
	#Configuration for the electrical spark effects
	#Enables or disables the electrical line sparks that shoot out from explosions.
	enableLineSparks = true
	#Multiplier for the number of sparks generated by an explosion.
	#0.0 = no sparks, 1.0 = default amount, 2.0 = double amount.
	#Higher values can impact performance.
	# Default: 1.0
	# Range: 0.0 ~ 5.0
	lineSparkAmountMultiplier = 1.0
	#
	#Configuration for the ground dust cloud effect
	#Enables or disables the dust cloud effect from explosions.
	enableGroundDustEffect = true
	#Quality of the dust cloud effect. Affects particle count and duration.
	#Lower values can improve performance on weaker PCs.
	#0.0 = minimum particles, 1.0 = default quality.
	# Default: 1.0
	# Range: 0.0 ~ 1.0
	groundDustQuality = 1.0
	#Dust Propagation Quality. Controls how often dust particles check for the ground beneath them.
	#A value of 1 means every particle checks (highest quality, high performance cost).
	#A value of 10 means every 10th particle checks (default performance).
	# Default: 10
	# Range: 1 ~ 20
	groundDustRaycastFrequency = 10
	#
	#Configuration for the ground mist effect
	#Enables or disables the mist cloud effect from explosions.
	enableGroundMistEffect = true
	#Quality of the mist cloud effect. Affects particle count and duration.
	#Lower values can improve performance on weaker PCs.
	#0.0 = minimum particles, 1.0 = default quality.
	# Default: 1.0
	# Range: 0.0 ~ 1.0
	groundMistQuality = 1.0
	#Mist Propagation Quality. Controls how often mist particles check for the ground beneath them.
	#A value of 1 means every particle checks (highest quality, high performance cost).
	#A value of 10 means every 10th particle checks (default performance).
	# Default: 10
	# Range: 1 ~ 20
	groundMistRaycastFrequency = 10
	#
	#Configuration for the shockwave effect
	#Enables or disables the shockwave particle effect from explosions.
	enableShockwaveEffect = true

#
#Camera shake settings
["Camera Shake"]
	#Enables or disables the camera shake effect from explosions.
	enableCameraShake = true
	#Amplifier for the camera shake intensity. 0.0 = no shake, 1.0 = default, 10.0 = maximum shake.
	# Default: 1.0
	# Range: 0.0 ~ 10.0
	cameraShakeAmplifier = 1.0

#
#Wind Effect Settings
["Wind System"]
	#Enables or disables the wind effect that moves explosion particles (dust and glow).
	#When disabled, particles will not be affected by wind and will behave as they originally did.
	enableWindEffect = true
	#Speed multiplier for the wind effect on particles.
	#1.0 = default wind speed, 1.5 = 50% faster, 2.0 = double speed.
	#Supports precise values like 1.01, 1.25, 1.75, etc.
	#Higher values make particles move faster in the wind direction.
	# Default: 1.0
	# Range: 1.0 ~ 2.0
	windSpeedMultiplier = 1.0

	#
	#Wind Visualization
	["Wind System"."Wind Visualization"]
		#Shows additional wind control information in debug screens or overlays.
		#This is a client-only visual setting that doesn't affect gameplay.
		showWindControls = false
		#Opacity of wind direction visualization effects (if any are implemented).
		#0.0 = invisible, 1.0 = fully opaque.
		# Default: 0.3
		# Range: 0.0 ~ 1.0
		windVisualizationOpacity = 0.3

	#
	#Concussion Effect Settings
	["Wind System".Concussion]
		#Enables or disables the concussion system (blur, deafness, heartbeat, etc.)
		enableConcussion = true
		#Multiplier for the duration of concussion effects.
		# Default: 1.0
		# Range: 0.0 ~ 5.0
		concussionDurationMultiplier = 1.0
		#General chance multiplier for all concussion effects.
		# Default: 1.0
		# Range: 0.0 ~ 5.0
		concussionChanceMultiplier = 1.0
		#Enables or disables the visual screen pulse and audio heartbeat (lub-dub).
		enableHeartbeatPulse = true
		#Enables or disables the camera sway (disorientation) effect.
		enableCameraSway = true
		#Intensity (radius) multiplier for camera sway.
		# Default: 1.0
		# Range: 0.0 ~ 5.0
		cameraSwayIntensity = 1.0
		#Enables or disables the high-pitched ringing (deafness) effect.
		enableDeafness = true
		#Enables or disables the low-pass (muffled sound) effect.
		enableLowPass = true
		#Multiplier for the chance of deafness occurring.
		# Default: 1.0
		# Range: 0.0 ~ 5.0
		deafnessChanceMultiplier = 1.0
		#Multiplier for the chance of low-pass effect occurring.
		# Default: 1.0
		# Range: 0.0 ~ 5.0
		lowPassChanceMultiplier = 1.0
		#Whether to show the Heartbeat BPM/BPS HUD in the top-right corner.
		showHeartbeatHUD = false
