ARK · CREATURE

Iceworm Minion Creature
- Creature
- Valguero
A fantasy-type Iceworm Minion creature from the Valguero DLC, useful for admins managing spawn or event testing with its entity ID.
The Iceworm Minion Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Iceworm_Character_Minion_BP_smaller_CBlueprint path
"Blueprint'/Game/Mods/Valguero/Assets/Dinos/IceWorm/Iceworm_Character_Minion_BP_smaller.Iceworm_Character_Minion_BP_smaller'"Summon Commands
Wild (Summon)
admincheat Summon Iceworm_Character_Minion_BP_smaller_CTamed (GMSummon, level 150)
cheat GMSummon "Iceworm_Character_Minion_BP_smaller_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Mods/Valguero/Assets/Dinos/IceWorm/Iceworm_Character_Minion_BP_smaller.Iceworm_Character_Minion_BP_smaller'" 0 0 0 0About
The Iceworm Minion is a smaller variant of the Iceworm creature, classified as a Fantasy-type and exclusive to the Valguero DLC. It functions as a minion-tier enemy, typically appearing in combat encounters tied to larger Iceworm events rather than roaming as a standalone wild creature.
Admins working on Valguero servers can use the entity ID Iceworm_Character_Minion_BP_smaller_C to spawn or force-tame this creature for testing purposes, such as verifying encounter balance or populating a custom event. Because it is a minion variant, its behavior may differ from the standard Iceworm and may depend on a parent encounter being active.
If you are troubleshooting spawn tables or building a scripted boss fight, confirm that the minion behaves as expected outside its native trigger conditions before deploying it in a live session.
Frequently Asked Questions
- Which game is the Iceworm Minion Creature from?
- The Iceworm Minion 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.
- How do I spawn a wild Iceworm Minion Creature?
- Run
cheat Summon Iceworm_Character_Minion_BP_smaller_Cin the admin console. Summon spawns a wild, untamed Iceworm Minion Creature at your location. Use GMSummon instead if you want it pre-tamed. - Is the Iceworm Minion Creature a DLC creature or part of the base game?
- The Iceworm Minion Creature is tied to the Valguero 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.
- How do I spawn a tamed Iceworm Minion Creature?
- Open the admin console and run
cheat GMSummon "Iceworm_Character_Minion_BP_smaller_C" 150. GMSummon spawns a tamed Iceworm Minion 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 Iceworm Minion Creature used for?
- The Iceworm Minion is a smaller variant of the Iceworm creature, classified as a Fantasy-type and exclusive to the Valguero DLC. It functions as a minion-tier enemy, typically appearing in combat encounters tied to larger Iceworm events rather than roaming as a standalone wild creature.
- When was the Iceworm Minion Creature data last updated?
- The Iceworm Minion 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 Iceworm Minion Creature?
- The Iceworm Minion Creature blueprint path is
"Blueprint'/Game/Mods/Valguero/Assets/Dinos/IceWorm/Iceworm_Character_Minion_BP_smaller.Iceworm_Character_Minion_BP_smaller'". 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 Iceworm Minion Creature class name?
- The creature ID for the Iceworm Minion Creature is
Iceworm_Character_Minion_BP_smaller_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn the Iceworm Minion Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Iceworm_Character_Minion_BP_smaller_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the Iceworm Minion Creature?
- A fantasy-type Iceworm Minion creature from the Valguero DLC, useful for admins managing spawn or event testing with its entity ID.
- What is the Iceworm Minion Creature name tag for Game.ini?
- The Iceworm Minion Creature uses the name tag
Iceworm Minion. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What type of creature is the Iceworm Minion Creature?
- The Iceworm Minion Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a Iceworm Minion Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Mods/Valguero/Assets/Dinos/IceWorm/Iceworm_Character_Minion_BP_smaller.Iceworm_Character_Minion_BP_smaller'" 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 Iceworm Minion Creature precisely instead of dropping it on top of your character.