blob: cd9d06d6a9d4e4477a98514e5a842337608eecde (
plain)
1
2
3
4
|
insert or ignore into titles ( title_id, title_name, bgg ) values ( 'crusader-rex', 'Crusader Rex', 8481 );
insert or ignore into setups ( title_id, player_count, scenario, options ) values
( 'crusader-rex', 2, 'Standard', '{"delay_hits":true}' )
;
|