tabletop-companion/test/fixtures/tables.yml

24 lines
351 B
YAML
Raw Permalink Normal View History

2024-05-28 19:40:51 +00:00
DEFAULTS: &DEFAULTS
owner: trevor
uuid: <%= SecureRandom.uuid %>
slug: $LABEL
2024-05-29 14:24:18 +00:00
game_system: troika
2024-05-28 19:40:51 +00:00
2024-05-28 11:08:19 +00:00
table:
2024-05-28 19:40:51 +00:00
<<: *DEFAULTS
2024-05-28 11:08:19 +00:00
name: My Table
2024-05-28 19:40:51 +00:00
my_table_two:
<<: *DEFAULTS
2024-05-28 11:08:19 +00:00
name: My Other Table
2024-05-29 14:24:18 +00:00
gimlis_table:
<<: *DEFAULTS
name: Gimli's Table
owner: gimli
2024-06-05 15:00:02 +00:00
dnd_table:
<<: *DEFAULTS
name: The Dungeon Master's Table
game_system: dnd