Battle
📁 Required Folder Structure
config/
└── CobbleBetterNPC/
├── NPC/
│ └── battles/
│ └── battle_001.json
└── Dialogues/
└── battles/
└── battle_001.json🧍 Battle NPC File
config/
└── CobbleBetterNPC/
└── NPC/
└── battles/
└── battle_001.json
📄 Full File
🧠 Field-by-Field Explanation
🔹 NPC Identity
Field
Description
🎯 Battle Difficulty & Behavior
Field
Description
🧬 Pokémon Party Rules
Field
Description
🐉 Pokémon Party
🔁 Interaction (Dialogue Trigger)
Field
Purpose
🧠 Used Behaviours
Behaviour
Purpose
⚙️ Battle Command Variables
Variable
Usage
💬 Battle NPC Dialogue
📄 Full File
⚔️ How Does the Battle Start?
Last updated