ARK · CREATURE

Net Breaking Piranha Creature
- Creature
- Base Game
A specialized Fish-type Piranha variant that breaks nets, useful for admins testing net mechanics or scripting encounter scenarios.
The Net Breaking Piranha Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Piranha_Character_BP_BreakNet_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Piranha/Piranha_Character_BP_BreakNet.Piranha_Character_BP_BreakNet'"Summon Commands
Wild (Summon)
admincheat Summon Piranha_Character_BP_BreakNet_CTamed (GMSummon, level 150)
cheat GMSummon "Piranha_Character_BP_BreakNet_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Piranha/Piranha_Character_BP_BreakNet.Piranha_Character_BP_BreakNet'" 0 0 0 0About
The Net Breaking Piranha is a Fish-type creature distinct from the standard Piranha by its specific ability to break nets. It shares the same general appearance and aquatic habitat as its common counterpart but is defined by this targeted net-destruction behavior, making it a separate entity in the game's creature roster.
Admins can use the entity ID Piranha_Character_BP_BreakNet_C to spawn this variant directly when setting up water-based challenge scenarios, testing net trap mechanics, or verifying that net-breaking interactions work correctly on a server. Because it is a behavior-specific variant, spawning it intentionally is the only reliable way to guarantee a net-breaking Piranha appears in a controlled area.
This creature carries no DLC requirement, so it can be used on any standard server without additional content unlocks.
Frequently Asked Questions
- How do I spawn a wild Net Breaking Piranha Creature?
- Run
cheat Summon Piranha_Character_BP_BreakNet_Cin the admin console. Summon spawns a wild, untamed Net Breaking Piranha Creature at your location. Use GMSummon instead if you want it pre-tamed. - How current is the Net Breaking Piranha Creature info?
- The Net Breaking Piranha 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 creature ID for the Net Breaking Piranha Creature?
- The creature ID for the Net Breaking Piranha Creature is
Piranha_Character_BP_BreakNet_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 tamed Net Breaking Piranha Creature?
- Open the admin console and run
cheat GMSummon "Piranha_Character_BP_BreakNet_C" 150. GMSummon spawns a tamed Net Breaking Piranha 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. - Is the Net Breaking Piranha Creature a DLC creature or part of the base game?
- The Net Breaking Piranha Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What type of creature is the Net Breaking Piranha Creature?
- The Net Breaking Piranha Creature is classified as a fish in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Net Breaking Piranha Creature used for?
- The Net Breaking Piranha is a Fish-type creature distinct from the standard Piranha by its specific ability to break nets. It shares the same general appearance and aquatic habitat as its common counterpart but is defined by this targeted net-destruction behavior, making it a separate entity in the game's creature roster.
- What is the Net Breaking Piranha Creature name tag for Game.ini?
- The Net Breaking Piranha Creature uses the name tag
Net Breaking Piranha. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the blueprint path for the Net Breaking Piranha Creature?
- The Net Breaking Piranha Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Piranha/Piranha_Character_BP_BreakNet.Piranha_Character_BP_BreakNet'". 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 Net Breaking Piranha Creature in ARK: Survival Ascended?
- A specialized Fish-type Piranha variant that breaks nets, useful for admins testing net mechanics or scripting encounter scenarios.
- Which game is the Net Breaking Piranha Creature from?
- The Net Breaking Piranha 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 Net Breaking Piranha Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Piranha/Piranha_Character_BP_BreakNet.Piranha_Character_BP_BreakNet'" 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 Net Breaking Piranha Creature precisely instead of dropping it on top of your character. - How do I spawn the Net Breaking Piranha Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Piranha_Character_BP_BreakNet_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".