24 lines
351 B
YAML
24 lines
351 B
YAML
DEFAULTS: &DEFAULTS
|
|
owner: trevor
|
|
uuid: <%= SecureRandom.uuid %>
|
|
slug: $LABEL
|
|
game_system: troika
|
|
|
|
table:
|
|
<<: *DEFAULTS
|
|
name: My Table
|
|
|
|
my_table_two:
|
|
<<: *DEFAULTS
|
|
name: My Other Table
|
|
|
|
gimlis_table:
|
|
<<: *DEFAULTS
|
|
name: Gimli's Table
|
|
owner: gimli
|
|
|
|
dnd_table:
|
|
<<: *DEFAULTS
|
|
name: The Dungeon Master's Table
|
|
game_system: dnd
|