summaryrefslogtreecommitdiff
path: root/title.sql
blob: 969f8e7d354577edeaea7dc53d3be9b65e60c19e (plain)
1
2
3
4
5
insert or replace into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 );
insert or ignore into setups ( title_id, player_count, scenario, options ) values
	( 'hammer-of-the-scots', 2, 'Braveheart', '{"delay_hits":true}' ),
	( 'hammer-of-the-scots', 2, 'The Bruce', '{"delay_hits":true}' )
;