Commit 310c9bf5 authored by Chunchi Che's avatar Chunchi Che

add default options

parent 08eae211
......@@ -14,3 +14,19 @@ export interface Options {
time_limit?: number;
auto_death: boolean;
}
export const defaultOptions: Options = {
mode: 1,
rule: 0,
// rule: this.settingsService.getLocale().startsWith('zh') ? 0 : 1,
start_lp: 8000,
start_lp_tag: 16000,
start_hand: 5,
draw_count: 1,
duel_rule: 5,
no_check_deck: false,
no_shuffle_deck: false,
lflist: 0,
time_limit: 180,
auto_death: false,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment