Skip to content

Instantly share code, notes, and snippets.

@lye

lye/cats Secret

Created March 1, 2017 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lye/df697f8b433e7846115893d286648228 to your computer and use it in GitHub Desktop.
Save lye/df697f8b433e7846115893d286648228 to your computer and use it in GitHub Desktop.
// i don't know what any of these are
// what is pve content
cats = {
1 : "chicken",
2 : "grilled_chicken",
3 : "spicy_flank",
4 : "spicier_flank",
5 : "fire_flank",
6 : "prickley_pear_sorbet",
7 : "ginger_lime_icecream",
8 : "saffron_mango_icecream",
9 : "peach_raspberry_icecream",
10 : "chicken_day",
11 : "chicken_night",
12 : "warrior",
13 : "mesmer",
14 : "ranger",
15 : "guardian",
16 : "elementalist",
17 : "engineer",
18 : "revenant",
19 : "thief",
20 : "necromancer",
21 : "lava_skritt",
22 : "ghost_peppers",
23 : "halloween",
24 : "snow_leopard",
25 : "frozen",
26 : "ice",
27 : "freezer",
28 : "cold",
29 : "cadeucus",
30 : "bundle",
// 31 appears unused.
32 : "ghost"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment