-
Notifications
You must be signed in to change notification settings - Fork 0
/
templates.yaml
53 lines (32 loc) · 2.04 KB
/
templates.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
welcome : Welcome to Champion Cooldown. Which champion would you like information on?
help: |
I can help you find information on ability cooldowns for champions in League of Legends.
You can ask a phrase like 'Bard rank three ultimate at forty percent CDR'. Another example is,
Evelynn Q ability at rank three with ten percent cooldown.
I can also walk you through the process. Start by saying a champion name.
list_champions: |
Currently, I know cooldown information for these champions: {{ champions }}
Which champion would you like cooldown information for?
list_champions_reprompt: Which champion would you like cooldown information for?
max_rank_error: This ability does not go to this rank.
champion_dialog: Which champion would you like cooldown information on?
champion_dialog_reprompt: Which champion?
ability_dialog: Which ability on {{ champion }} would like you information on?
ability_dialog_alternative: Which ability would you like information on?
ability_dialog_reprompt: Which ability? You can say Q, W, E, R, or ultimate.
rank_dialog: What rank is {{ ability }} ability?
rank_dialog_alternative: What rank is the ability?
rank_dialog_alt: What rank is the ability?
rank_dialog_reprompt: What rank? Max rank for most abilities is five. Max rank for most ultimates is three.
cdr_dialog: How much cooldown reduction does {{ champion }} have?
cdr_dialog_alternative: What percent is their cooldown reduction?
cdr_dialog_reprompt: What is their cooldown reduction percent?
cdr_dialog_bad: Please state a valid number for the champion's cooldown reduction.
cdr_dialog_bad_reprompt: State a number followed by percent.
overall_dialog: Which champion ability cooldown do you need information on?
bye: Closing champion cooldown
calculation: <speak>
{{ champion }}'s rank {{ rank }} {{ ability }} ability at {{ cdr }}% cooldown is {{ cooldown }} seconds. <break strength="strong"/>
Would you like to look up another champion?
</speak>
invalid_previous: There is no previous prompt from here