25 lines
1.3 KiB
YAML
25 lines
1.3 KiB
YAML
settings:
|
|
increment: 100 # how much each tier increases by
|
|
start: 100 # starting amount see tier's comment
|
|
tiers: 5 # 5 tiers 100, 200, 300, 400, 500 based on above settings
|
|
dailyDouble:
|
|
enabled: true # should daily double be enabled?
|
|
minQuestions: 7 # how many questions need to be answered before a daily double can appear?
|
|
count: 2 # how many daily doubles should there be?
|
|
categories: # the name of each category should correspond to a yaml file with the same name
|
|
- name: shounen # name must be alphanumeric, cannot start with a number or contain special characters "-" and "." are ok if they are not at the beginning
|
|
displayName: "Shounen" # if blank will use name
|
|
image: "anime/assets/14018-3193093789.gif" # if set will display image instead of name, categories are referenced by name which is required
|
|
- name: openings
|
|
displayName: "Openings" # if blank will use name
|
|
- name: sadness
|
|
displayName: "Sadness" # if blank will use name
|
|
- name: random
|
|
displayName: Random # if blank will use name
|
|
- name: you-would-have-though
|
|
displayName: "You would have\nthought" # if blank will use name
|
|
- name: wtf-is-that
|
|
displayName: "Wtf is that!?" # if blank will use name
|
|
- name: owo
|
|
displayName: "owo" # if blank will use name
|