feat(gameserver): in-game training dummy (#36) #60
No reviewers
Labels
No labels
alpha:wave-0
alpha:wave-1
alpha:wave-2
alpha:wave-3
area:assets
area:combat
area:ecology
area:infra
area:render
area:scripting
area:ui
area:world
enhancement
epic
migration
post-alpha
roadmap
tech-debt
type:bug
type:chore
type:design
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
marco/IsoMmo!60
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/training-dummy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In-game training dummy (part of #36): an invulnerable, stationary creature that shows the damage it takes but never dies — the demonstrable target for the melee/spell pipeline.
Mobile.Invulnerable:CombatSystem.ApplyDamagestill reports the hit (the number shows) but leaves HP untouched, so melee and spells display damage against it without killing it.Dummy(kinddummy) +IdleAi(never acts); spawnable via/spawn dummy(auto-discovered byCreatureRegistry).just lint→ 0 warnings.just test→ full suite green (GameServer 138, +3 dummy tests). Covers: dummy takes reported bolt damage but survives, survives 50 hits, spawnable by name.Definition of Done (delta)
/spawn dummyplaces an invulnerable creature.