Advertisement
szymski

Untitled

Dec 15th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.39 KB | None | 0 0
  1. var nameList = new List<string[]>()
  2. {
  3. new [] {"Art", "Sketchy", "Sketch", "Draw"},
  4. new [] {"Art", "Lined", "Line", "Draw"},
  5. new [] {"Art", "Drawn", "Drawing", "Draw"},
  6. new [] {"Art", "Brushed", "Brush", "Paint"},
  7. new [] {"Art", "Penned", "Pen", "Draw"},
  8. new [] {"Art", "Pencil", "Pencil", "Draw"},
  9. new [] {"Art", "Crafted", "Craft", ""},
  10. new [] {"Art", "Painted", "Painting", ""},
  11. new [] {"Art", "", "Collage", ""},
  12. new [] {"Art", "Sculpted", "Sculpture", ""},
  13. new [] {"Art", "", "Gallery", ""},
  14. new [] {"Art", "", "Mural", ""},
  15. new [] {"Art", "", "Portrait", ""},
  16. new [] {"Art", "Marble", "", ""},
  17. new [] {"Art", "", "Masterpiece", ""},
  18. new [] {"Cast Members", "Twilight", "", "Night"},
  19. new [] {"Cast Members", "", "Sparkle", "Shiny"},
  20. new [] {"Cast Members", "", "Rarity", ""},
  21. new [] {"Cast Members", "Flutter", "", ""},
  22. new [] {"Cast Members", "", "Shy", ""},
  23. new [] {"Cast Members", "Rainbow", "", "Rainbow"},
  24. new [] {"Cast Members", "", "Dash", ""},
  25. new [] {"Cast Members", "Apple", "", "Apple"},
  26. new [] {"Cast Members", "", "Jack", ""},
  27. new [] {"Cast Members", "Pinkie", "", ""},
  28. new [] {"Cast Members", "", "Pie", ""},
  29. new [] {"Cast Members", "Sweetie", "", ""},
  30. new [] {"Cast Members", "", "Belle", ""},
  31. new [] {"Cast Members", "Scoota", "", ""},
  32. new [] {"Cast Members", "", "loo", ""},
  33. new [] {"Clothing", "Velvet", "Velvet", "Material"},
  34. new [] {"Clothing", "Lace", "Lace", "Material"},
  35. new [] {"Clothing", "Silk", "Silk", "Material"},
  36. new [] {"Clothing", "", "Dress", ""},
  37. new [] {"Clothing", "", "Gown", ""},
  38. new [] {"Clothing", "", "Ribbon", ""},
  39. new [] {"Clothing", "", "Sandals", ""},
  40. new [] {"Clothing", "", "Bow", ""},
  41. new [] {"Clothing", "Fashionable", "Fashion", ""},
  42. new [] {"Clothing", "Stylish", "Style", ""},
  43. new [] {"Cold", "Frigid", "", "Temperature"},
  44. new [] {"Cold", "Icy", "Ice", "Temperature"},
  45. new [] {"Cold", "Snowy", "Snow", "Temperature"},
  46. new [] {"Cold", "Arctic", "", ""},
  47. new [] {"Cold", "Boreal", "", "Temperature"},
  48. new [] {"Cold", "Glacial", "Glacier", ""},
  49. new [] {"Cold", "Snowflake", "Snowflake", ""},
  50. new [] {"Cold", "", "Blizzard", "Storm"},
  51. new [] {"Color", "Rainbow", "Rainbow", "Rainbow"},
  52. new [] {"Color", "Irridescent", "Irridescence", "Rainbow"},
  53. new [] {"Color", "Prismatic", "Prism", "Rainbow"},
  54. new [] {"Color", "White", "", "White"},
  55. new [] {"Color", "Ivory", "Ivory", "White"},
  56. new [] {"Color", "Pearl", "Pearl", "White"},
  57. new [] {"Color", "Red", "", "Red"},
  58. new [] {"Color", "Crimson", "Crimson", "Red"},
  59. new [] {"Color", "Scarlet", "Scarlet", "Red"},
  60. new [] {"Color", "Blue", "", "Blue"},
  61. new [] {"Color", "Cobalt", "Cobalt", "Blue"},
  62. new [] {"Color", "Azure", "", "Blue"},
  63. new [] {"Color", "Green", "", "Green"},
  64. new [] {"Color", "Beryl", "", "Green"},
  65. new [] {"Color", "Viridian", "", "Green"},
  66. new [] {"Color", "Yellow", "", "Yellow"},
  67. new [] {"Color", "Amber", "Amber", "Yellow"},
  68. new [] {"Color", "Purple", "", "Purple"},
  69. new [] {"Color", "Violet", "Violet", "Purple"},
  70. new [] {"Color", "Lavender", "Lavender", "Purple"},
  71. new [] {"Color", "Black", "", "Black"},
  72. new [] {"Color", "Ebony", "Ebony", "Black"},
  73. new [] {"Color", "Onyx", "Onyx", "Black"},
  74. new [] {"Color", "", "Hue", ""},
  75. new [] {"Dance", "Graceful", "Grace", ""},
  76. new [] {"Dance", "", "Waltz", ""},
  77. new [] {"Dance", "Dancing", "Dance", ""},
  78. new [] {"Dance", "Shuffling", "Shuffle", ""},
  79. new [] {"Dance", "", "Ballet", ""},
  80. new [] {"Dance", "", "Step", ""},
  81. new [] {"Dance", "Frolicking", "Frolic", ""},
  82. new [] {"Dance", "", "Promenade", ""},
  83. new [] {"Dance", "", "Strut", ""},
  84. new [] {"Dance", "Spinning", "Spin", ""},
  85. new [] {"Day", "Sunny", "Sun", "Sun"},
  86. new [] {"Day", "Sunlit", "Sunlight", "Sun"},
  87. new [] {"Day", "Morning", "Morning", "Time"},
  88. new [] {"Day", "Dawning", "Dawn", "Time"},
  89. new [] {"Day", "Daytime", "Day", "Time"},
  90. new [] {"Day", "", "Sunrise", "Time"},
  91. new [] {"Day", "Sunset", "Sunset", "Time"},
  92. new [] {"Defense", "Armored", "Armor", "Armor"},
  93. new [] {"Defense", "Shielded", "Shield", "Armor"},
  94. new [] {"Defense", "", "Helm", "Armor"},
  95. new [] {"Defense", "Defiant", "Defiance", ""},
  96. new [] {"Defense", "Warding", "Ward", ""},
  97. new [] {"Defense", "", "Fortress", ""},
  98. new [] {"Defense", "", "Stronghold", ""},
  99. new [] {"Defense", "", "Aegis", "Armor"},
  100. new [] {"Defense", "", "Maille", "Armor"},
  101. new [] {"Defense", "", "Scale", "Armor"},
  102. new [] {"Defense", "", "Bastion", ""},
  103. new [] {"Defense", "", "Pavise", "Armor"},
  104. new [] {"Defense", "", "Gauntlet", "Armor"},
  105. new [] {"Defense", "", "Greaves", "Armor"},
  106. new [] {"Defense", "", "Pauldron", "Armor"},
  107. new [] {"Defense", "", "Barding", "Armor"},
  108. new [] {"Defense", "", "Champron", "Armor"},
  109. new [] {"Defense", "", "Armet", "Armor"},
  110. new [] {"Defense", "", "Visor", "Armor"},
  111. new [] {"Defense", "", "Targe", "Armor"},
  112. new [] {"Defense", "", "Rondache", "Armor"},
  113. new [] {"Desert", "Sandy", "Sands", ""},
  114. new [] {"Desert", "", "Dunes", ""},
  115. new [] {"Desert", "", "Oasis", ""},
  116. new [] {"Desert", "", "Mirage", ""},
  117. new [] {"Desert", "", "Genie", ""},
  118. new [] {"Desert", "Sandstorm", "", ""},
  119. new [] {"Desert", "Veiled", "Veil", ""},
  120. new [] {"Desert", "", "Scarab", ""},
  121. new [] {"Desert", "Arid", "", ""},
  122. new [] {"Drinks", "", "Pop", ""},
  123. new [] {"Drinks", "", "Brew", ""},
  124. new [] {"Drinks", "", "Punch", ""},
  125. new [] {"Drinks", "", "Drink", ""},
  126. new [] {"Drinks", "", "Cider", ""},
  127. new [] {"Drinks", "", "Juice", ""},
  128. new [] {"Drinks", "", "Cola", ""},
  129. new [] {"Drinks", "", "Coffee", ""},
  130. new [] {"Drinks", "", "Tea", ""},
  131. new [] {"Drinks", "Soda", "Soda", ""},
  132. new [] {"Drinks", "Mocha", "Mocha", ""},
  133. new [] {"Drinks", "Cocoa", "Cocoa", ""},
  134. new [] {"Drinks", "Latte", "Latte", ""},
  135. new [] {"Drinks", "Shaken", "Shake", ""},
  136. new [] {"Drinks", "Stirred", "Stir", ""},
  137. new [] {"Drinks", "", "Glass", ""},
  138. new [] {"Drinks", "", "Mug", ""},
  139. new [] {"Drinks", "", "Bottle", ""},
  140. new [] {"Earth", "Stone", "Stone", "Rock"},
  141. new [] {"Earth", "Rocky", "Rock", "Rock"},
  142. new [] {"Earth", "", "Quake", ""},
  143. new [] {"Earth", "Mountain", "Mountain", ""},
  144. new [] {"Earth", "Obsidian", "Obsidian", "Rock"},
  145. new [] {"Earth", "Gravel", "Gravel", "Rock"},
  146. new [] {"Earth", "Mineral", "Mineral", "Rock"},
  147. new [] {"Earth", "", "Ore", ""},
  148. new [] {"Earth", "", "Terra", "Earth"},
  149. new [] {"Earth", "Earthen", "Earth", "Earth"},
  150. new [] {"Earth", "", "Quarry", ""},
  151. new [] {"Earth", "", "Flint", "Rock"},
  152. new [] {"Earth", "Slate", "Slate", "Rock"},
  153. new [] {"Evil", "Fanged", "Fang", "Sharp"},
  154. new [] {"Evil", "", "Shade", "Darkness"},
  155. new [] {"Evil", "", "Spike", "Sharp"},
  156. new [] {"Evil", "Dusky", "Dusk", "Darkness"},
  157. new [] {"Evil", "Dark", "", "Darkness"},
  158. new [] {"Evil", "Shadow", "Shadow", "Darkness"},
  159. new [] {"Evil", "Wrathful", "Wrath", ""},
  160. new [] {"Evil", "Scarred", "Scar", ""},
  161. new [] {"Evil", "", "Blood", ""},
  162. new [] {"Evil", "Gloomy", "", ""},
  163. new [] {"Evil", "", "Doom", ""},
  164. new [] {"Evil", "", "Ire", ""},
  165. new [] {"Fire", "", "Ember", "Fire"},
  166. new [] {"Fire", "Blazing", "Blaze", "Fire"},
  167. new [] {"Fire", "Flaming", "Flame", "Fire"},
  168. new [] {"Fire", "Burning", "Burn", "Fire"},
  169. new [] {"Fire", "Smoky", "Smoke", ""},
  170. new [] {"Fire", "Fiery", "Fire", "Fire"},
  171. new [] {"Fire", "Volcanic", "Volcano", ""},
  172. new [] {"Fire", "Flaring", "Flare", ""},
  173. new [] {"Fire", "", "Pyre", ""},
  174. new [] {"Fire", "", "Inferno", ""},
  175. new [] {"Flowers", "Blooming", "Bloom", "Bloom"},
  176. new [] {"Flowers", "Blossoming", "Blossom", "Bloom"},
  177. new [] {"Flowers", "Flowering", "Flower", "Bloom"},
  178. new [] {"Flowers", "", "Petal", ""},
  179. new [] {"Flowers", "", "Nectar", ""},
  180. new [] {"Flowers", "", "Leaf", ""},
  181. new [] {"Flowers", "Rose", "Rose", "Flower"},
  182. new [] {"Flowers", "", "Bouquet", ""},
  183. new [] {"Flowers", "Violet", "Violet", "Purple"},
  184. new [] {"Flowers", "Orchid", "Orchid", "Flower"},
  185. new [] {"Flowers", "", "Daisy", "Flower"},
  186. new [] {"Flowers", "", "Dahlia", "Flower"},
  187. new [] {"Flowers", "", "Lily", "Flower"},
  188. new [] {"Flowers", "", "Tulip", "Flower"},
  189. new [] {"Flowers", "", "Sprout", ""},
  190. new [] {"Flowers", "", "Garden", ""},
  191. new [] {"Fruits and Veggies", "Banana", "Banana", ""},
  192. new [] {"Fruits and Veggies", "Strawberry", "Strawberry", ""},
  193. new [] {"Fruits and Veggies", "Cherry", "Cherry", ""},
  194. new [] {"Fruits and Veggies", "Watermelon", "Watermelon", ""},
  195. new [] {"Fruits and Veggies", "Apple", "Apple", "Apple"},
  196. new [] {"Fruits and Veggies", "Grape", "Grape", ""},
  197. new [] {"Fruits and Veggies", "Fruit", "Fruit", ""},
  198. new [] {"Fruits and Veggies", "Berry", "Berry", ""},
  199. new [] {"Fruits and Veggies", "Orange", "Orange", ""},
  200. new [] {"Fruits and Veggies", "Tangerine", "Tangerine", ""},
  201. new [] {"Fruits and Veggies", "Kiwi", "Kiwi", ""},
  202. new [] {"Fruits and Veggies", "Lemon", "Lemon", ""},
  203. new [] {"Fruits and Veggies", "Tomato", "Tomato", ""},
  204. new [] {"Fruits and Veggies", "Pumpkin", "Pumpkin", ""},
  205. new [] {"Fruits and Veggies", "Mango", "Mango", ""},
  206. new [] {"Fruits and Veggies", "Coconut", "Coconut", ""},
  207. new [] {"Fruits and Veggies", "Carrot", "", ""},
  208. new [] {"Fruits and Veggies", "", "Harvest", ""},
  209. new [] {"Fun and Games", "", "Prize", ""},
  210. new [] {"Fun and Games", "Party", "Party", ""},
  211. new [] {"Fun and Games", "", "Game", ""},
  212. new [] {"Fun and Games", "Circus", "Circus", ""},
  213. new [] {"Fun and Games", "Carnival", "Carnival", ""},
  214. new [] {"Fun and Games", "", "Surprise", ""},
  215. new [] {"Fun and Games", "", "Show", ""},
  216. new [] {"Fun and Games", "", "Thrill", ""},
  217. new [] {"Fun and Games", "Fun", "Fun", ""},
  218. new [] {"Gemstones", "Amethyst", "Amethyst", ""},
  219. new [] {"Gemstones", "Emerald", "Emerald", ""},
  220. new [] {"Gemstones", "Topaz", "Topaz", ""},
  221. new [] {"Gemstones", "Sapphire", "Sapphire", ""},
  222. new [] {"Gemstones", "Ruby", "Ruby", ""},
  223. new [] {"Gemstones", "Diamond", "Diamond", ""},
  224. new [] {"Gemstones", "Crystal", "Crystal", ""},
  225. new [] {"Gemstones", "Gemmed", "Gem", ""},
  226. new [] {"Gemstones", "Jeweled", "Jewel", ""},
  227. new [] {"Gemstones", "Jade", "Jade", ""},
  228. new [] {"Gemstones", "Quartz", "Quartz", ""},
  229. new [] {"Gemstones", "Opal", "Opal", ""},
  230. new [] {"Generic", "", "Dash", ""},
  231. new [] {"Generic", "", "Bolt", ""},
  232. new [] {"Generic", "Swift", "", ""},
  233. new [] {"Generic", "Quick", "", ""},
  234. new [] {"Generic", "", "Burst", ""},
  235. new [] {"Generic", "Flutter", "", ""},
  236. new [] {"Generic", "Little", "", ""},
  237. new [] {"Generic", "", "Mane", ""},
  238. new [] {"Generic", "", "Tail", ""},
  239. new [] {"Generic", "", "Hooves", ""},
  240. new [] {"Generic", "", "Eyes", ""},
  241. new [] {"Generic", "", "Heart", ""},
  242. new [] {"Generic", "Star", "Star", ""},
  243. new [] {"Generic", "", "Swirl", ""},
  244. new [] {"Generic", "Fluffy", "Fluff", ""},
  245. new [] {"Generic", "", "Wing", ""},
  246. new [] {"Good", "Lawful", "Law", ""},
  247. new [] {"Good", "", "Order", ""},
  248. new [] {"Good", "Just", "Justice", ""},
  249. new [] {"Good", "Rightful", "Right", ""},
  250. new [] {"Good", "", "Oath", ""},
  251. new [] {"Good", "Heroic", "Hero", ""},
  252. new [] {"Good", "Divine", "", ""},
  253. new [] {"Good", "Virtuous", "Virtue", ""},
  254. new [] {"Good", "Honorable", "Honor", ""},
  255. new [] {"Jewelry", "Crowned", "Crown", "Crown"},
  256. new [] {"Jewelry", "", "Tiara", "Crown"},
  257. new [] {"Jewelry", "", "Necklace", "Necklace"},
  258. new [] {"Jewelry", "", "Pendant", "Necklace"},
  259. new [] {"Jewelry", "", "Ring", ""},
  260. new [] {"Jewelry", "", "Diadem", "Crown"},
  261. new [] {"Jewelry", "", "Circlet", "Crown"},
  262. new [] {"Jewelry", "", "Amulet", "Necklace"},
  263. new [] {"Jewelry", "", "Chain", "Necklace"},
  264. new [] {"Jewelry", "", "Locket", "Necklace"},
  265. new [] {"Jewelry", "Ornate", "", ""},
  266. new [] {"Light", "", "Light", "Light"},
  267. new [] {"Light", "Glowing", "Glow", "Light"},
  268. new [] {"Light", "Shimmering", "Shimmer", "Sparkle"},
  269. new [] {"Light", "Sparkling", "Sparkle", "Sparkle"},
  270. new [] {"Light", "", "Aura", ""},
  271. new [] {"Light", "", "Aurora", ""},
  272. new [] {"Light", "Shining", "Shine", "Sparkle"},
  273. new [] {"Light", "Radiant", "Radiance", ""},
  274. new [] {"Light", "Bright", "", ""},
  275. new [] {"Lightning", "Thunder", "Thunder", ""},
  276. new [] {"Lightning", "Lightning", "Lightning", ""},
  277. new [] {"Lightning", "Sparking", "Spark", ""},
  278. new [] {"Lightning", "", "Bolt", ""},
  279. new [] {"Lightning", "Arcing", "Arc", ""},
  280. new [] {"Lightning", "Charged", "Charge", ""},
  281. new [] {"Lightning", "", "Storm", "Storm"},
  282. new [] {"Love", "", "Hug", ""},
  283. new [] {"Love", "", "Kiss", ""},
  284. new [] {"Love", "", "Smooch", ""},
  285. new [] {"Love", "Lovely", "Love", ""},
  286. new [] {"Love", "Romantic", "Romance", ""},
  287. new [] {"Love", "", "Affection", ""},
  288. new [] {"Love", "", "Heart", ""},
  289. new [] {"Love", "Charming", "Charm", ""},
  290. new [] {"Luck", "Lucky", "Luck", ""},
  291. new [] {"Luck", "", "Chance", ""},
  292. new [] {"Luck", "Risky", "Risk", ""},
  293. new [] {"Luck", "Ace", "Ace", ""},
  294. new [] {"Luck", "", "Gambit", ""},
  295. new [] {"Luck", "Fortunate", "Fortune", ""},
  296. new [] {"Luck", "", "Prize", ""},
  297. new [] {"Luck", "", "Lottery", ""},
  298. new [] {"Luck", "Jackpot", "Jackpot", ""},
  299. new [] {"Luck", "", "Charm", ""},
  300. new [] {"Magic and Mind", "Visionary", "Vision", ""},
  301. new [] {"Magic and Mind", "", "Mind", ""},
  302. new [] {"Magic and Mind", "Magical", "Magic", ""},
  303. new [] {"Magic and Mind", "Soulful", "Soul", ""},
  304. new [] {"Magic and Mind", "", "Spell", ""},
  305. new [] {"Magic and Mind", "", "Cast", ""},
  306. new [] {"Magic and Mind", "Cursed", "Curse", "Curse"},
  307. new [] {"Magic and Mind", "", "Hex", "Curse"},
  308. new [] {"Magic and Mind", "Wishful", "Wish", ""},
  309. new [] {"Magic and Mind", "", "Mage", ""},
  310. new [] {"Magic and Mind", "Prophetic", "Prophecy", ""},
  311. new [] {"Metals", "Bronze", "Bronze", "Material"},
  312. new [] {"Metals", "Iron", "Iron", "Material"},
  313. new [] {"Metals", "Steel", "Steel", "Material"},
  314. new [] {"Metals", "Stainless", "", ""},
  315. new [] {"Metals", "Titanium", "Titanium", "Material"},
  316. new [] {"Metals", "Chrome", "Chrome", "Material"},
  317. new [] {"Metals", "Silver", "Silver", "Material"},
  318. new [] {"Metals", "Golden", "Gold", "Material"},
  319. new [] {"Metals", "Platinum", "Platinum", "Material"},
  320. new [] {"Metalwork", "", "Craft", ""},
  321. new [] {"Metalwork", "", "Forge", ""},
  322. new [] {"Metalwork", "", "Anvil", ""},
  323. new [] {"Metalwork", "", "Hammer", ""},
  324. new [] {"Metalwork", "", "Weld", ""},
  325. new [] {"Music", "", "Song", ""},
  326. new [] {"Music", "", "Symphony", ""},
  327. new [] {"Music", "", "Beat", ""},
  328. new [] {"Music", "", "Rhythm", ""},
  329. new [] {"Music", "", "Rhyme", ""},
  330. new [] {"Music", "", "Sonnet", ""},
  331. new [] {"Music", "", "Note", ""},
  332. new [] {"Music", "", "Chord", ""},
  333. new [] {"Music", "", "Bell", ""},
  334. new [] {"Music", "Rocking", "Rock", "Rock"},
  335. new [] {"Music", "Metal", "Metal", ""},
  336. new [] {"Music", "Jazz", "Jazz", ""},
  337. new [] {"Music", "Blue", "Blues", ""},
  338. new [] {"Music", "Bass", "Bass", ""},
  339. new [] {"Music", "", "Octave", ""},
  340. new [] {"Music", "", "Tune", ""},
  341. new [] {"Music", "", "Key", ""},
  342. new [] {"Music", "Harmonic", "Harmony", ""},
  343. new [] {"Music", "Soprano", "Soprano", ""},
  344. new [] {"Music", "", "Strings", ""},
  345. new [] {"Music", "", "Percussion", ""},
  346. new [] {"Music", "", "Wind", ""},
  347. new [] {"Music", "", "Concert", ""},
  348. new [] {"Music", "", "Solo", ""},
  349. new [] {"Night", "Night", "Night", "Time"},
  350. new [] {"Night", "Midnight", "Midnight", "Time"},
  351. new [] {"Night", "", "Dusk", "Time"},
  352. new [] {"Night", "Lunar", "Moon", "Moon"},
  353. new [] {"Night", "Starry", "Star", "Star"},
  354. new [] {"Night", "Moonlit", "Moonlight", "Moon"},
  355. new [] {"Offense", "", "Charge", "Attack"},
  356. new [] {"Offense", "", "Blitz", ""},
  357. new [] {"Offense", "", "Assault", "Attack"},
  358. new [] {"Offense", "", "Strike", "Attack"},
  359. new [] {"Offense", "", "Impact", "Attack"},
  360. new [] {"Offense", "Furious", "Fury", ""},
  361. new [] {"Offense", "", "Wrath", ""},
  362. new [] {"Offense", "", "Ire", ""},
  363. new [] {"Offense", "Mighty", "Might", ""},
  364. new [] {"Offense", "Zealous", "Zeal", ""},
  365. new [] {"Offense", "Clashing", "Clash", ""},
  366. new [] {"Offense", "Vengeful", "Vengeance", ""},
  367. new [] {"Offense", "", "Force", ""},
  368. new [] {"Quality", "Flawless", "", ""},
  369. new [] {"Quality", "Perfect", "Perfection", ""},
  370. new [] {"Quality", "", "Measure", ""},
  371. new [] {"Quality", "Excellent", "Excellence", ""},
  372. new [] {"Quality", "Rare", "Rarity", ""},
  373. new [] {"Quality", "Treasured", "Treasure", ""},
  374. new [] {"Quality", "Prized", "", ""},
  375. new [] {"Seasons", "Spring", "Spring", "Season"},
  376. new [] {"Seasons", "Summer", "Summer", "Season"},
  377. new [] {"Seasons", "Autumn", "Autumn", "Season"},
  378. new [] {"Seasons", "Winter", "Winter", "Season"},
  379. new [] {"Space and Stars", "Lunar", "Moon", "Moon"},
  380. new [] {"Space and Stars", "Solar", "Sun", "Sun"},
  381. new [] {"Space and Stars", "Astral", "", ""},
  382. new [] {"Space and Stars", "Starry", "Star", "Star"},
  383. new [] {"Space and Stars", "", "Comet", "Star"},
  384. new [] {"Space and Stars", "Celestial", "", ""},
  385. new [] {"Space and Stars", "Meteoric", "Meteor", ""},
  386. new [] {"Space and Stars", "", "Aurora", ""},
  387. new [] {"Space and Stars", "Sky", "Sky", ""},
  388. new [] {"Steampunk", "", "Gear", ""},
  389. new [] {"Steampunk", "", "Shift", ""},
  390. new [] {"Steampunk", "Steam", "Steam", ""},
  391. new [] {"Steampunk", "", "Valve", ""},
  392. new [] {"Steampunk", "", "Sprocket", ""},
  393. new [] {"Steampunk", "", "Spring", ""},
  394. new [] {"Steampunk", "", "Weld", ""},
  395. new [] {"Steampunk", "", "Rivet", ""},
  396. new [] {"Steampunk", "Bolted", "Bolt", ""},
  397. new [] {"Steampunk", "", "Gadget", ""},
  398. new [] {"Steampunk", "", "Gizmo", ""},
  399. new [] {"Steampunk", "Techie", "Tech", ""},
  400. new [] {"Steampunk", "", "Tinker", ""}
  401. };
  402.  
  403. var actualNameList2 = nameList.SelectMany(n => n.Skip(1)).Where(n => !string.IsNullOrEmpty(n)).Distinct();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement