-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.py
136 lines (113 loc) · 2.91 KB
/
resource.py
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
from recog import item
class ancede:
def act(command = None, init = False, ctx = None):
if ctx:
return f"used a context command{' for the first time' * init}"
else:
return f"used {f'`{command}`' if command else 'a command'}{' for the first time' * init}"
def game():
return "played a game"
def secret(shard = "a secret shard"):
return f"found {shard}"
def crack(crypt = "a secret crypt"):
return f"cracked {crypt}"
atavist = [{
"vita points": "points",
"presence": "live",
"messages sent": "sent",
"reactions": "react",
"command activations": "act",
"context commands": "ctx",
"errors raised": "err",
"restricted attempts": "acc",
"games played": "played",
"highest position": "top",
}, {
"identity views": "view",
"lifetime points": "rise",
"lifetime lost": "drop",
"messages sent": "sent",
"reactions": "react",
"command activations": "act",
"/help commands": "/help",
"/play commands": "/play",
"/vita commands": "/vita",
"direct messages": "dir",
"context commands": "ctx",
"errors raised": "err",
"restricted attempts": "acc",
"games played": "play",
"games won": "win",
"games lost": "lose",
"games timed out": "out",
"whoosh moments": "whoosh",
}]
atticate = [
922420426175557632,
]
allocale = [{
"Aventurina": "Aventurina District",
"Ross City": "Ross City, Aventurina",
"Archadia": "Archadia District",
"Atalla": "Atalla District",
"Atla": "Atla, Atalla",
"Ascerta": "Ascerta District",
"Axona": "Axona, Ascerta",
"Aleta": "Aleta, Ascerta",
"Titeria": "Titeria District",
"Tyrestra": "Tyrestra District",
"Divelda": "Divelda District",
"Novada": "Novada, Divelda",
"Teneca": "Teneca, Divelda",
"Yena": "Yena, Divelda",
"Dessica": "Dessica District",
"Escharcha": "Escharcha, Dessica",
"Panaxa": "Panaxa, Dessica",
"Discenda": "Discenda District",
"Vanqua": "Vanqua, Discenda",
"Helada": "Helada, Discenda",
}, [
"Rubicon Valley",
"CARROT",
]]
aricept = [
"Scott University", "Amundsen College", "Ross Academy",
"NioTech", "ROAG", "Lakara",
"Evelyn", "ISAB",
]
class advent:
Year = item(
title = "Antarctican New Year",
caption = "Arteria Prime",
decate = 93,
content = """
""",
)
Invict = item(
title = "Invict Day",
caption = "Vepida Prime",
decate = 349,
content = """
""",
)
Discovery = item(
title = "Discovery Day",
caption = "Aeva 8",
decate = 27,
content = """
""",
)
Tersolle = item(
title = "Tersolle",
caption = "Aeva 19",
decate = 38,
content = """
""",
)
Falcon = item(
title = "Falcon’s Noon",
caption = "Verena 33",
decate = 89,
content = """
""",
)