Quagmire Fern
Based on game build 714014 | Last updated: 2026-03-06
Overview
quagmire_fern is a static, decorative plant prefab used to populate the Quagmire biome. It provides no gameplay mechanics and serves solely as environmental art. It is rendered using the cave_ferns build from the ferns animation bank and includes basic physics and network synchronization components.
Usage example
-- The prefab is instantiated internally by the world generation system.
-- Modders typically do not need to spawn it directly.
-- If needed, it can be spawned via:
local inst = SpawnPrefab("quagmire_fern")
inst.Transform:SetPosition(x, y, z)
Dependencies & tags
Components used: None identified.
Tags: Adds quagmire_wildplant (used for stats tracking).
Properties
No public properties.
Main functions
No public functions.
Events & listeners
No events or listeners are defined for this prefab.