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
|
-- List of characters with empty character included
-- icons list is generated from this file
return {
"empty", -- empty
"random", --random
"froggo", -- froggy
"cowboy", -- lonestar
"honic", -- leon
"gelato", -- scoop
"veno", -- gnaw
"lady", -- raelynn
"girl", -- ayla
"megoman", -- clunk
"brainos", -- voltar
"woman", -- coco
"bison", -- skolldir
"bobito", -- yuri
"slugzor", -- derpl
"capone", -- vinnie
"nemo", -- spike
"bug", -- genji
"calamari", -- swiggins
"quack", -- rocco
"scissors", -- ksenia
"link", -- ix
"marine", -- ted
"scooter", -- penny
"phonebooth", -- sentry
"weed", -- skree
"gummybear", -- nibbs
"gramps", -- yoolip
"biker", -- chucho
"vrooom", -- lux
"shutter", -- max
"disco", -- esc rocco
"yarr", -- ted pirate
"blblal", -- blabl zork
"kong", -- ronimo
"rock", -- rock
"deadlift", -- deadlift
"dizzy", -- dizzy
"dundee", -- smiles
"missile", -- cmdr rocket
"swarm", -- qi'tara
}
|