Defeat Target
Defeat Target (internal template ID template_target) is a generic quest template used by Mythfall's Mission Board system rather than a fixed story quest. Its script spawns 1 Elite-type enemy within a 5-stud radius of a fixed spawn point, shows an in-game objective banner labeled "DefeatEnemy", waits for that 1 enemy to die, then completes the quest. Base reward: 100 XP; base level requirement: 0 (scales with the mission board's own formulas).
This is the single-target counterpart to Defeat Enemies (which requires killing 5 enemies from a larger spawned group). In the Kallos Island Mission Board configuration, this template underlies the "elite_target" mission category — see the Kallos Island Mission Board entity for the specific map areas where it spawns.
Details
How it works
1. targetspawn_mob — spawns 1 Elite-type enemy within a 5-stud radius of a fixed position near the player's spawn point.
2. The game shows the objective UI banner "DefeatEnemy".
3. enemy_died — waits for the spawned target to be defeated (amount: 1).
4. quest_completed — the mission is marked complete.
FAQ
What do you have to do in a Defeat Target mission board quest?
Defeat a single spawned Elite enemy within a small radius of the mission's marked location. The base reward is 100 XP.
How is Defeat Target different from Defeat Enemies?
Defeat Target spawns and requires killing just 1 Elite enemy; Defeat Enemies spawns a group and requires 5 kills.
Other quests
Source-checked
Extracted from Mythfall client data (quests.json quest-type templates + Kallos Island mission board configuration). updated · GuideDex staff. Report a correction.