ARK · CREATURE

Dragon Gamma (Valguero) Creature
- Creature
- Valguero
The Gamma-tier Dragon boss on Valguero, identified by entity ID Dragon_Character_BP_Boss_Easy_C, used in admin-spawned boss encounters and testing.
Want to go deeper on the Dragon Gamma (Valguero) Creature (creature ID Dragon_Character_BP_Boss_Easy_C)? Join the GameServersHub Discord to trade setups and spawn tips with other server admins. As of .
Creature ID
Entity / blueprint class
Dragon_Character_BP_Boss_Easy_CBlueprint path
"Blueprint'/Game/Mods/Valguero/Assets/CoreBlueprints/Boss/Dragon_Character_BP_Boss_Easy.Dragon_Character_BP_Boss_Easy'"Summon Commands
Wild (Summon)
admincheat Summon Dragon_Character_BP_Boss_Easy_CTamed (GMSummon, level 150)
cheat GMSummon "Dragon_Character_BP_Boss_Easy_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Mods/Valguero/Assets/CoreBlueprints/Boss/Dragon_Character_BP_Boss_Easy.Dragon_Character_BP_Boss_Easy'" 0 0 0 0About
The Dragon Gamma (Valguero) is the easiest difficulty variant of the Dragon boss fight available on the Valguero map. As a boss-class creature, it does not appear in the open world and is only encountered inside the designated boss arena. Admins targeting this specific variant should use the entity ID Dragon_Character_BP_Boss_Easy_C to ensure the correct difficulty tier spawns.
This entity is distinct from Dragon boss variants on other maps, so using the correct entity ID matters when scripting encounter tests or verifying arena behavior on a Valguero server. Spawning it outside the intended arena environment may produce unpredictable results, as boss creatures are designed around fixed encounter conditions.
When setting up or troubleshooting boss events, confirm that the name tag Dragon (Gamma) matches what appears in-game after spawning to verify you have the right variant.
Frequently Asked Questions
- How do I spawn the Dragon Gamma (Valguero) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Dragon_Character_BP_Boss_Easy_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What is the blueprint path for the Dragon Gamma (Valguero) Creature?
- The Dragon Gamma (Valguero) Creature blueprint path is
"Blueprint'/Game/Mods/Valguero/Assets/CoreBlueprints/Boss/Dragon_Character_BP_Boss_Easy.Dragon_Character_BP_Boss_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. - How do I spawn a Dragon Gamma (Valguero) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Mods/Valguero/Assets/CoreBlueprints/Boss/Dragon_Character_BP_Boss_Easy.Dragon_Character_BP_Boss_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 Dragon Gamma (Valguero) Creature precisely instead of dropping it on top of your character. - How do I spawn a tamed Dragon Gamma (Valguero) Creature?
- Open the admin console and run
cheat GMSummon "Dragon_Character_BP_Boss_Easy_C" 150. GMSummon spawns a tamed Dragon Gamma (Valguero) 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 Dragon Gamma (Valguero) Creature?
- The Gamma-tier Dragon boss on Valguero, identified by entity ID Dragon_Character_BP_Boss_Easy_C, used in admin-spawned boss encounters and testing.
- Is the Dragon Gamma (Valguero) Creature a DLC creature or part of the base game?
- The Dragon Gamma (Valguero) 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.
- What type of creature is the Dragon Gamma (Valguero) Creature?
- The Dragon Gamma (Valguero) 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 Dragon Gamma (Valguero) Creature name tag for Game.ini?
- The Dragon Gamma (Valguero) Creature uses the name tag
Dragon (Gamma). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - How current is the Dragon Gamma (Valguero) Creature info?
- The Dragon Gamma (Valguero) 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 Dragon Gamma (Valguero) Creature class name?
- The creature ID for the Dragon Gamma (Valguero) Creature is
Dragon_Character_BP_Boss_Easy_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - Which game is the Dragon Gamma (Valguero) Creature from?
- The Dragon Gamma (Valguero) 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 Dragon Gamma (Valguero) Creature used for?
- The Dragon Gamma (Valguero) is the easiest difficulty variant of the Dragon boss fight available on the Valguero map. As a boss-class creature, it does not appear in the open world and is only encountered inside the designated boss arena. Admins targeting this specific variant should use the entity ID
Dragon_Character_BP_Boss_Easy_Cto ensure the correct difficulty tier spawns. - How do I spawn a wild Dragon Gamma (Valguero) Creature?
- Run
cheat Summon Dragon_Character_BP_Boss_Easy_Cin the admin console. Summon spawns a wild, untamed Dragon Gamma (Valguero) Creature at your location. Use GMSummon instead if you want it pre-tamed.