forked from FuzzyBearBTC/peertipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keywords.yml
222 lines (185 loc) · 6.99 KB
/
keywords.yml
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
all:
value: "float( self.u_from.get_balance(coin=self.coin, kind=('withdraw' if bool(self.addr_to) else 'givetip')) - (self.ctb.conf.coins[self.coin].txfee if bool(self.addr_to) else 0.0) ) if self.u_from.is_registered() and bool(self.coin) else None"
for_fiat: false
for_coin: true
message: '^**(*・_・)ノ⌒*** {USER_FROM} ^gives {USER_TO} ^_everything_!.. ^all {AMOUNT} ^now ^belong ^to {USER_TO}'
flip:
value: "float( (self.ctb.conf.coins[self.coin].txmin.givetip if bool(self.coin) else 0.01) * float(randint(1,2)) )"
for_fiat: true
for_coin: true
message: '{USER_FROM} ^flips ^the ^table ^**(╯°□°)╯︵┻━┻** ^and {USER_TO} ^wins {AMOUNT}'
megaflip:
value: "float( (self.ctb.conf.coins[self.coin].txmin.givetip if bool(self.coin) else 0.01) * float(randint(1,20)) )"
for_fiat: true
for_coin: true
message: '{USER_FROM} ^flips ^10 ^tables ^**(╯°□°)╯︵┻━┻** ^and {USER_TO} ^wins {AMOUNT}'
gigaflip:
value: "float( (self.ctb.conf.coins[self.coin].txmin.givetip if bool(self.coin) else 0.01) * float(randint(1,200)) )"
for_fiat: true
for_coin: true
message: '{USER_FROM} ^flips ^100 ^tables ^**(╯°□°)╯︵┻━┻** ^and {USER_TO} ^wins {AMOUNT}'
roll:
value: "float( (self.ctb.conf.coins[self.coin].txmin.givetip if bool(self.coin) else 0.01) * float(randint(1,6)) )"
for_fiat: true
for_coin: true
message: '{USER_FROM} ^rolls ^around ^and {USER_TO} ^gets {AMOUNT}'
megaroll:
value: "float( (self.ctb.conf.coins[self.coin].txmin.givetip if bool(self.coin) else 0.01) * float(randint(1,60)) )"
for_fiat: true
for_coin: true
message: '{USER_FROM} ^rolls ^around ^and {USER_TO} ^gets {AMOUNT}'
gigaroll:
value: "float( (self.ctb.conf.coins[self.coin].txmin.givetip if bool(self.coin) else 0.01) * float(randint(1,600)) )"
for_fiat: true
for_coin: true
message: '{USER_FROM} ^rolls ^aroun ^and {USER_TO} ^gets {AMOUNT}'
random01:
value: "float( randint(0,100) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random05:
value: "float( randint(0,500) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random1:
value: "float( randint(0,1000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random3:
value: "float( randint(0,3000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random5:
value: "float( randint(0,5000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random10:
value: "float( randint(0,10000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random15:
value: "float( randint(0,15000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random25:
value: "float( randint(0,25000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random50:
value: "float( randint(0,50000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random100:
value: "float( randint(0,100000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random250:
value: "float( randint(0,250000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random500:
value: "float( randint(0,500000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
random1000:
value: "float( randint(0,1000000) ) / 1000.0"
for_fiat: true
for_coin: true
message: "{USER_FROM} ^asks ^randomness ^to ^decide ^luck ^of {USER_TO} ^and ^result ^is {AMOUNT}"
upvote:
value: 0.1
for_fiat: true
for_coin: true
message: '{USER_FROM} ^gives {USER_TO} ^an ^upvote... _^with ^benefits_ ^**ヽ(*・ω・)ノ** ^- ^worth {AMOUNT}'
highfive:
value: 0.25
for_fiat: true
for_coin: true
message: '{USER_FROM} ^gives {USER_TO} ^a ^high ^five ^**☆☆☆** ^- ^worth {AMOUNT}'
fart:
value: 0.05
for_fiat: true
for_coin: true
message: '{USER_FROM} ^farts ^on {USER_TO} ^**(⊙﹏⊙)** ^- ^worth {AMOUNT}'
coffee:
value: 1.0
for_fiat: true
for_coin: false
message: '{USER_TO} ^gets ^a ^delicious ^cup ^of ^coffee ^from {USER_FROM} ^**(´◠ω◠`)** ^- ^worth {AMOUNT}'
cookie:
value: 0.33
for_fiat: true
for_coin: false
message: '{USER_FROM} ^gives {USER_TO} ^a ^yummy ^cookie ^**♪┏(・o・)┛♪** ^- ^worth {AMOUNT}'
sushi:
value: 3.0
for_fiat: true
for_coin: false
message: '{USER_FROM} ^serves {USER_TO} ^a ^roll ^of ^yummy ^sushi ^**(っ˘ڡ˘ς)** ^- ^worth {AMOUNT}'
nothing:
value: "float (self.ctb.conf.coins[self.coin].txmin.givetip if bool(self.coin) else 0.01)"
for_fiat: true
for_coin: true
message: '^**(″・ิ_・ิ)っ** {USER_FROM} ^gives ^almost ^nothing ^to {USER_TO} ^- {AMOUNT}'
gum:
value: 1.5
for_fiat: true
for_coin: false
message: '{USER_FROM} ^gives ^a ^pack ^of ^gum ^to {USER_TO} ^- ^worth {AMOUNT}'
beer:
value: 3.5
for_fiat: true
for_coin: false
message: '{USER_FROM} ^gives ^a ^beer ^to {USER_TO} ^- ^worth {AMOUNT}'
nicebeer:
value: 5.0
for_fiat: true
for_coin: false
message: '{USER_FROM} ^gives ^a ^nice ^beer ^**(〃・ิ‿・ิ)ゞ** ^to {USER_TO} ^- ^worth {AMOUNT}) ^**ƪ(˘▽˘ƪ)**'
hug:
value: 0.5
for_fiat: true
for_coin: true
message: '^**(っ⌒‿⌒)っ** {USER_FROM} ^gives ^a ^nice ^hug ^**ヽ(*⌒∇⌒*)ノ** ^to {USER_TO} ^along ^with {AMOUNT}'
kiss:
value: 1.0
for_fiat: true
for_coin: true
message: '{USER_TO} ^gets ^a ^kiss ^**(˘⌣˘)ε˘`)** ^from {USER_FROM} ^along ^with {AMOUNT}'
nyan:
value: 1.111111
for_fiat: true
for_coin: true
message: '^**~(=\^‥\^)ノ** {USER_FROM} ^nyan ^nyan ^にゃん {USER_TO} ^にゃん ^にゃん {AMOUNT}'
pi:
value: 3.14159265
for_fiat: true
for_coin: true
e:
value: 2.7182818
for_fiat: true
for_coin: true
leet:
value: 1.337
for_fiat: true
for_coin: true
quarter:
value: 0.25
for_fiat: true
for_coin: true
half:
value: 0.5
for_fiat: true
for_coin: true