H Handlimit
Games
Game Studio

Piece Template Showcase

piece-template-showcase draft Runtime blocked
Definition errors

These references prevent the game from running safely.

  • No ruleset is available.
  • The active ruleset has no phases.
Things to finish

These do not necessarily prevent a playtest.

  • No actions have been defined.
  • No effects have been defined.
  • No board or player setup has been configured.
0
Stats
0
Effects
11
Piece Types
11
Pieces
0
Actions
0
Phases
0
Windows
Runtime definition
One canonical document compiled from the current editors.
Schema
v1
Ruleset
None
Rules version
Round order
Inspect compiled JSON
{
    "schema_version": 1,
    "game": {
        "id": 3,
        "name": "Piece Template Showcase",
        "key": "piece-template-showcase",
        "status": "draft",
        "description": "Seeder game with one of every token type for quickly testing piece template layouts.",
        "players": {
            "min": 1,
            "max": 4
        },
        "play_time": {
            "min": 5,
            "max": 20,
            "per_player": 2
        },
        "categories": [],
        "mechanics": []
    },
    "stats": [],
    "triggers": [],
    "effects": [],
    "statuses": [],
    "piece_types": {
        "card_token": {
            "key": "card_token",
            "name": "Card Token",
            "base_type": "card",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Card Token"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "token_token": {
            "key": "token_token",
            "name": "Token",
            "base_type": "token",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Token"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "miniature_token": {
            "key": "miniature_token",
            "name": "Miniature",
            "base_type": "miniature",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Miniature"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "meeple_token": {
            "key": "meeple_token",
            "name": "Meeple",
            "base_type": "meeple",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Meeple"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "pawn_token": {
            "key": "pawn_token",
            "name": "Pawn",
            "base_type": "pawn",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Pawn"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "standee_token": {
            "key": "standee_token",
            "name": "Standee",
            "base_type": "standee",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Standee"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "tile_token": {
            "key": "tile_token",
            "name": "Tile",
            "base_type": "tile",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Tile"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "dice_token": {
            "key": "dice_token",
            "name": "Dice",
            "base_type": "dice",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Dice"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "cube_token": {
            "key": "cube_token",
            "name": "Cube",
            "base_type": "cube",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Cube"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "marker_token": {
            "key": "marker_token",
            "name": "Marker",
            "base_type": "marker",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Marker"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        },
        "board_token": {
            "key": "board_token",
            "name": "Board",
            "base_type": "board",
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Board"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "effects": []
        }
    },
    "pieces": {
        "card_token": {
            "id": 56,
            "name": "Card Token Example",
            "key": "card_token",
            "piece_type_key": "card_token",
            "base_type": "card",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Card Token Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "token_token": {
            "id": 57,
            "name": "Token Example",
            "key": "token_token",
            "piece_type_key": "token_token",
            "base_type": "token",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Token Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "miniature_token": {
            "id": 58,
            "name": "Miniature Example",
            "key": "miniature_token",
            "piece_type_key": "miniature_token",
            "base_type": "miniature",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Miniature Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "meeple_token": {
            "id": 59,
            "name": "Meeple Example",
            "key": "meeple_token",
            "piece_type_key": "meeple_token",
            "base_type": "meeple",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Meeple Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "pawn_token": {
            "id": 60,
            "name": "Pawn Example",
            "key": "pawn_token",
            "piece_type_key": "pawn_token",
            "base_type": "pawn",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Pawn Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "standee_token": {
            "id": 61,
            "name": "Standee Example",
            "key": "standee_token",
            "piece_type_key": "standee_token",
            "base_type": "standee",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Standee Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "tile_token": {
            "id": 62,
            "name": "Tile Example",
            "key": "tile_token",
            "piece_type_key": "tile_token",
            "base_type": "tile",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Tile Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "dice_token": {
            "id": 63,
            "name": "Dice Example",
            "key": "dice_token",
            "piece_type_key": "dice_token",
            "base_type": "dice",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Dice Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "cube_token": {
            "id": 64,
            "name": "Cube Example",
            "key": "cube_token",
            "piece_type_key": "cube_token",
            "base_type": "cube",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Cube Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "marker_token": {
            "id": 65,
            "name": "Marker Example",
            "key": "marker_token",
            "piece_type_key": "marker_token",
            "base_type": "marker",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Marker Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        },
        "board_token": {
            "id": 66,
            "name": "Board Example",
            "key": "board_token",
            "piece_type_key": "board_token",
            "base_type": "board",
            "image_template_path": null,
            "image_path": null,
            "attributes": [
                {
                    "label": "Label",
                    "key": "label",
                    "value": "Board Example"
                },
                {
                    "label": "Color",
                    "key": "color",
                    "value": "Sample"
                }
            ],
            "relationships": [],
            "costs": [],
            "spent": [],
            "effects": [],
            "triggers": []
        }
    },
    "actions": [],
    "rules": [],
    "setup": []
}