ARK · CREATURE

Broodmother Lysrix Alpha (Fjordur) Creature
- Creature
- Fjordur
The Alpha Broodmother Lysrix boss unique to Fjordur, identified by entity ID SpiderL_Character_BP_Hard_FJ_C for admin spawning and event management.
Questions about the Broodmother Lysrix Alpha (Fjordur) Creature (creature ID SpiderL_Character_BP_Hard_FJ_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
SpiderL_Character_BP_Hard_FJ_CBlueprint path
"Blueprint'/Game/Fjordur/Dinos/IslandBosses/SpiderL_Character_BP_Hard_FJ.SpiderL_Character_BP_Hard_FJ'"Summon Commands
Wild (Summon)
admincheat Summon SpiderL_Character_BP_Hard_FJ_CTamed (GMSummon, level 150)
cheat GMSummon "SpiderL_Character_BP_Hard_FJ_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Fjordur/Dinos/IslandBosses/SpiderL_Character_BP_Hard_FJ.SpiderL_Character_BP_Hard_FJ'" 0 0 0 0About
The Broodmother Lysrix Alpha (Fjordur) is the hardest tier of the Broodmother boss encounter on the Fjordur map. As a Fjordur-specific variant, it is distinct from the standard Broodmother and uses its own entity ID, SpiderL_Character_BP_Hard_FJ_C, which matters when scripting spawns or diagnosing logs.
Admins working with this boss most commonly reference it when setting up or troubleshooting the Fjordur boss arena, force-spawning it for testing, or adjusting difficulty settings on a private server. Use the entity ID with SpawnDino or related admin commands to place it directly.
Because this is a boss-type creature, standard taming mechanics do not apply. Keep that in mind if you are configuring encounter modifiers or testing player-facing boss fights, any difficulty or reward scaling intended for Alpha bosses should be verified against this variant specifically.
Frequently Asked Questions
- When was the Broodmother Lysrix Alpha (Fjordur) Creature data last updated?
- The Broodmother Lysrix Alpha (Fjordur) Creature entry was last verified on GameServersCodex on June 28, 2026. We track the live ARK: ASA build, so the details here reflect the current patch.
- What is the blueprint path for the Broodmother Lysrix Alpha (Fjordur) Creature?
- The Broodmother Lysrix Alpha (Fjordur) Creature blueprint path is
"Blueprint'/Game/Fjordur/Dinos/IslandBosses/SpiderL_Character_BP_Hard_FJ.SpiderL_Character_BP_Hard_FJ'". Keep the wrapping quotes: SpawnDino and the other path-based admin commands need them to read the path as one argument. Verified against the current ARK: ASA build as of June 28, 2026. - How do I spawn a tamed Broodmother Lysrix Alpha (Fjordur) Creature?
- Open the admin console and run
cheat GMSummon "SpiderL_Character_BP_Hard_FJ_C" 150. GMSummon spawns a tamed Broodmother Lysrix Alpha (Fjordur) Creature at the given level (150 here); change the number to set the level. Verified against the current ARK: ASA build as of June 28, 2026. - What is the Broodmother Lysrix Alpha (Fjordur) Creature class name?
- The creature ID for the Broodmother Lysrix Alpha (Fjordur) Creature is
SpiderL_Character_BP_Hard_FJ_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - Is the Broodmother Lysrix Alpha (Fjordur) Creature a DLC creature or part of the base game?
- The Broodmother Lysrix Alpha (Fjordur) Creature is tied to the Fjordur content, so that map or pack must be installed for it to appear naturally. Admins can still force-spawn it on any map with summon commands.
- What type of creature is the Broodmother Lysrix Alpha (Fjordur) Creature?
- The Broodmother Lysrix Alpha (Fjordur) Creature is classified as a boss in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Broodmother Lysrix Alpha (Fjordur) Creature used for?
- The Broodmother Lysrix Alpha (Fjordur) is the hardest tier of the Broodmother boss encounter on the Fjordur map. As a Fjordur-specific variant, it is distinct from the standard Broodmother and uses its own entity ID,
SpiderL_Character_BP_Hard_FJ_C, which matters when scripting spawns or diagnosing logs. - How do I spawn a Broodmother Lysrix Alpha (Fjordur) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Fjordur/Dinos/IslandBosses/SpiderL_Character_BP_Hard_FJ.SpiderL_Character_BP_Hard_FJ'" 0 0 0 0. SpawnDino takes the full blueprint path followed by spawn distance, Y offset, Z offset and level, so you can place the Broodmother Lysrix Alpha (Fjordur) Creature precisely instead of dropping it on top of your character. - How do I spawn a wild Broodmother Lysrix Alpha (Fjordur) Creature?
- Run
cheat Summon SpiderL_Character_BP_Hard_FJ_Cin the admin console. Summon spawns a wild, untamed Broodmother Lysrix Alpha (Fjordur) Creature at your location. Use GMSummon instead if you want it pre-tamed. - Which game is the Broodmother Lysrix Alpha (Fjordur) Creature from?
- The Broodmother Lysrix Alpha (Fjordur) Creature is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- What is the Broodmother Lysrix Alpha (Fjordur) Creature name tag for Game.ini?
- The Broodmother Lysrix Alpha (Fjordur) Creature uses the name tag
Broodmother Lysrix (Alpha). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is Broodmother Lysrix Alpha (Fjordur) Creature in ARK: Survival Ascended?
- The Alpha Broodmother Lysrix boss unique to Fjordur, identified by entity ID SpiderL_Character_BP_Hard_FJ_C for admin spawning and event management.
- How do I spawn the Broodmother Lysrix Alpha (Fjordur) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon SpiderL_Character_BP_Hard_FJ_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".