Charizard 🔥
Fire/Flying
- Infernal Blaze (CONE)
- Dragon Claw (ARC)
- Sky Strike (CYLINDER)
- Blazing Detonation (SPHERE)
Create your first Titan boss fight in 5 minutes! This guide walks you through spawning a Pokémon, converting it to a titan, and testing the fight.
Find a Pokémon
Spawn or find a Pokémon to convert:
/pokespawn charizard level=50Or select an existing one:
# Look at a Pokémon and run:/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]Convert to Titan
/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]You’ll see:
Start the Fight!
The titan will immediately target you. Watch for:
Phase Transitions
At 66% and 33% health:
graph LR
A[Titan Selects Move] --> B[Telegraph Warning]
B --> C[Attack Executes]
C --> D[Vulnerability Window]
D --> A
| Color | Duration | Threat Level |
|---|---|---|
| 🟡 Yellow | 0.6-1.0s | WARNING - Light attack |
| 🟠 Orange | 0.8-1.2s | DANGER - Medium attack |
| 🔴 Red | 1.2-1.8s | CRITICAL - Ultimate attack |
| State | Can Move? | Can Attack? | Damage Taken | Duration |
|---|---|---|---|---|
| RECOVERING | ✅ Yes | ✅ Yes | 1.3-1.7x | 0.8-1.4s |
| EXHAUSTED | ❌ Stunned | ❌ No | 1.8-2.3x | 2.0-3.5s |
Try various pre-configured titans:
Charizard 🔥
Fire/Flying
Mewtwo 🧠
Psychic
Gyarados 🌊
Water/Flying
Lucario 🥊
Fighting/Steel
# Spawn different titans/pokespawn mewtwo level=70/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]
/pokespawn gyarados level=60/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]
/pokespawn lucario level=50/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]config/titan/fights/charizard.jsonChange move damage and cooldowns:
{ "moves": { "flamethrower": { "damage": "12.0", // ← Increase for harder fight "cooldown": "167" // ← Decrease for more frequent } }}Adjust health thresholds and modifiers:
{ "phases": [ { "healthThreshold": 0.66, // ← Phase starts at 66% HP "speedModifier": 1.25, // ← 25% faster "damageModifier": 1.3 // ← 30% more damage } ]}/titan reload# 1. Summon strong titan/pokespawn rayquaza level=100
# 2. Convert/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]
# 3. Gather team# 4. Fight together!# 1. Set up arena/fill ~-20 ~-1 ~-20 ~20 ~-1 ~20 minecraft:obsidian
# 2. Spawn boss/pokespawn mewtwo level=80 shiny
# 3. Convert/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]
# 4. Announce to server/say Epic Mewtwo raid starting at spawn!# Low-damage testing titan# Edit config: set all damage to "1.0"/pokespawn pikachu level=20/titan create @e[type=cobblemon:pokemon,limit=1,sort=nearest]Telegraph markers show exactly where damage will occur:
Attack during EXHAUSTED state for massive damage:
Don’t push phases too fast:
Learn to recognize attack shapes:
| Shape | How to Dodge |
|---|---|
| SPHERE | Run away from center |
| CONE | Strafe sideways |
| CYLINDER | Move perpendicular |
| ARC | Back up or circle |
Now that you’ve created your first titan:
Congratulations! You’ve created your first Titan boss fight! 🎉
Ready to learn more? Check out the Core Systems documentation.