-
Notifications
You must be signed in to change notification settings - Fork 0
Command-Based Entity Movement in Combat #107
Copy link
Copy link
Open
Labels
combatCombat, HP, initiative, damageCombat, HP, initiative, damageenhancementNew feature or requestNew feature or requestnpc/entityFor issues pertaining to npc's or monsters and is referred to as entities in the mod packFor issues pertaining to npc's or monsters and is referred to as entities in the mod pack
Description
Metadata
Metadata
Assignees
Labels
combatCombat, HP, initiative, damageCombat, HP, initiative, damageenhancementNew feature or requestNew feature or requestnpc/entityFor issues pertaining to npc's or monsters and is referred to as entities in the mod packFor issues pertaining to npc's or monsters and is referred to as entities in the mod pack
Summary
Add
/combat move <entity> <direction> <blocks>command for DMs to move entities during combat without possession.Context
Issue #98 added movement tracking for:
This ticket covers an additional movement method: direct command-based movement for entities.
Proposed Commands
/combat move <entity> north 3- Move entity 3 blocks north/combat move <entity> forward 5- Move relative to entity facingAcceptance Criteria
Notes