ARK · CREATURE

Eel Minion Gamma Creature
- Creature
- Genesis
A Genesis DLC fantasy-type minion creature used in the Gamma difficulty encounter, identified by entity ID EelMinion_Character_BP_Easy_C.
Running the Eel Minion Gamma Creature on your server? Hop into our Discord and get a hand from admins who use it every day. Live as of .
Creature ID
Entity / blueprint class
EelMinion_Character_BP_Easy_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/EelBoss/EelMinion_Character_BP_Easy.EelMinion_Character_BP_Easy'"Summon Commands
Wild (Summon)
admincheat Summon EelMinion_Character_BP_Easy_CTamed (GMSummon, level 150)
cheat GMSummon "EelMinion_Character_BP_Easy_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/EelBoss/EelMinion_Character_BP_Easy.EelMinion_Character_BP_Easy'" 0 0 0 0About
The Eel Minion Gamma is a fantasy-type creature from the Genesis DLC, appearing as a minion during the Gamma-tier boss encounter. It is classified under the Fantasy creature type and functions as a combat add rather than a standalone wild creature.
Admins managing Genesis boss arenas or testing encounter scripting can reference the entity ID EelMinion_Character_BP_Easy_C to spawn or manipulate this specific difficulty variant. The "Easy" designation in the entity ID corresponds to the Gamma difficulty tier, which is the lowest of the three encounter levels.
Because this creature is tied to a scripted encounter, it may not behave predictably when spawned outside its intended arena context. Use it primarily for diagnostics or event testing rather than general server population.
Frequently Asked Questions
- What is the Eel Minion Gamma Creature?
- A Genesis DLC fantasy-type minion creature used in the Gamma difficulty encounter, identified by entity ID EelMinion_Character_BP_Easy_C.
- When was the Eel Minion Gamma Creature data last updated?
- The Eel Minion Gamma 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.
- How do I spawn the Eel Minion Gamma Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon EelMinion_Character_BP_Easy_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Is the Eel Minion Gamma Creature a DLC creature or part of the base game?
- The Eel Minion Gamma Creature is tied to the Genesis 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 is the Eel Minion Gamma Creature used for?
- The Eel Minion Gamma is a fantasy-type creature from the Genesis DLC, appearing as a minion during the Gamma-tier boss encounter. It is classified under the Fantasy creature type and functions as a combat add rather than a standalone wild creature.
- How do I spawn a tamed Eel Minion Gamma Creature?
- Open the admin console and run
cheat GMSummon "EelMinion_Character_BP_Easy_C" 150. GMSummon spawns a tamed Eel Minion Gamma 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 type of creature is the Eel Minion Gamma Creature?
- The Eel Minion Gamma Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What's the Eel Minion Gamma Creature entity ID?
- The creature ID for the Eel Minion Gamma Creature is
EelMinion_Character_BP_Easy_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn a wild Eel Minion Gamma Creature?
- Run
cheat Summon EelMinion_Character_BP_Easy_Cin the admin console. Summon spawns a wild, untamed Eel Minion Gamma Creature at your location. Use GMSummon instead if you want it pre-tamed. - Which game is the Eel Minion Gamma Creature from?
- The Eel Minion Gamma 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's the Eel Minion Gamma Creature blueprint path?
- The Eel Minion Gamma Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/EelBoss/EelMinion_Character_BP_Easy.EelMinion_Character_BP_Easy'". 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. - What is the Eel Minion Gamma Creature name tag for Game.ini?
- The Eel Minion Gamma Creature uses the name tag
Eel Minion (Gamma). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How do I spawn a Eel Minion Gamma Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/EelBoss/EelMinion_Character_BP_Easy.EelMinion_Character_BP_Easy'" 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 Eel Minion Gamma Creature precisely instead of dropping it on top of your character.