boardgame-core/commands/move.meeple.json

23 lines
429 B
JSON

{
"id": "move-meeple-001",
"name": "Move Meeple",
"description": "Move a meeple from one position to another on the board",
"steps": [
{
"action": "updatePlacementPosition",
"params": {
"placementId": "placement-red-1",
"position": {
"x": 5,
"y": 2
}
}
}
],
"metadata": {
"version": "1.0",
"category": "action",
"playerCount": 1
}
}