Advertisement
Guest User

search engine parameters

a guest
Sep 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. [
  2. {
  3. "whip": "Abyssal whip",
  4. "mlb": "Magic longbow",
  5. "bcp": "Bandos chestplate",
  6. "chaos": "Chaos rune",
  7. "nat": "Nature rune",
  8. "bss": "Blessed spirit shield",
  9. "cannon": "Dwarf cannon set",
  10. "dds": "Dragon dagger(p++)",
  11. "ass": "Arcane spirit shield",
  12. "dba": "Dragon battleaxe",
  13. "ror": "Ring of recoil",
  14. "ss": "Saradomin sword",
  15. "acs": "Armadyl chainskirt",
  16. "zgs": "Zamorak godsword",
  17. "lava": "Lava rune",
  18. "mind": "Mind rune",
  19. "msb": "Magic shortbow",
  20. "pegs": "Pegasian boots",
  21. "rod": "Ring of dueling(8)",
  22. "death": "Death rune",
  23. "d2h": "Dragon 2h sword",
  24. "smoke": "Smoke rune",
  25. "zs": "Zamorakian spear",
  26. "aog": "Amulet of glory(4)",
  27. "nature": "Nature rune",
  28. "eternals": "Eternal boots",
  29. "sotd": "Staff of the dead",
  30. "soul": "Soul rune",
  31. "tsotd": "Toxic staff (uncharged)",
  32. "ess": "Elysian spirit shield",
  33. "ylb": "Yew longbow",
  34. "ah": "Ahrim's armour set",
  35. "r2h": "Rune 2h sword",
  36. "mist": "Mist rune",
  37. "ags": "Armadyl godsword",
  38. "bp": "Toxic blowpipe (empty)",
  39. "steam": "Steam rune",
  40. "blood": "Blood rune",
  41. "air": "Air rune",
  42. "water": "Water rune",
  43. "sgs": "Saradomin godsword",
  44. "earth": "Earth rune",
  45. "ysb": "Yew shortbow",
  46. "dfh": "Dragon full helm",
  47. "bgs": "Bandos godsword",
  48. "btp": "Bones to peaches",
  49. "dwh": "Dragon warhammer",
  50. "dsq": "Dragon sq shield",
  51. "acb": "Armadyl crossbow",
  52. "row": "Ring of wealth (5)",
  53. "body": "Body rune",
  54. "mud": "Mud rune",
  55. "dust": "Dust rune",
  56. "aotd": "Amulet of the damned (full)",
  57. "dh": "Dharok's armour set",
  58. "b2p": "Bones to peaches",
  59. "rotg": "Ring of the gods",
  60. "sss": "Spectral spirit shield",
  61. "prims": "Primordial boots",
  62. "acp": "Armadyl chestplate",
  63. "cosmic": "Cosmic rune",
  64. "astral": "Astral rune",
  65. "ros": "Ring of suffering",
  66. "law": "Law rune",
  67. "fire": "Fire rune"
  68. },
  69. [
  70. [
  71. "^anti(?!dote?|fire|\\++|[ \\-]*venom)",
  72. "antipoison"
  73. ],
  74. [
  75. "^anti.*?(\\+{1,2}[^+]*)",
  76. "antidote%s"
  77. ],
  78. [
  79. "^anti.*?veno?m?(.*)",
  80. "anti-venom %s"
  81. ],
  82. [
  83. "^.*?e?x.*?anti(?:f?i?r?e?)(.*)",
  84. "extended antifire %s"
  85. ],
  86. [
  87. "^rang[ie]?.*?pot(?:[^\\d]*)(.*)",
  88. "ranging potion %s"
  89. ],
  90. [
  91. "^mag[ie]?.*?pot(?:[^\\d]*)(.*)",
  92. "magic potion %s"
  93. ],
  94. [
  95. "cm?b ?p[ots]*",
  96. "combat potion"
  97. ],
  98. [
  99. "scombat",
  100. "super combat"
  101. ],
  102. [
  103. "c[' ]?bow",
  104. "crossbow"
  105. ],
  106. [
  107. "p[' ]?hat$",
  108. "partyhat"
  109. ],
  110. [
  111. "b[' ]?staff",
  112. "battlestaff"
  113. ],
  114. [
  115. "c[' ]?ball",
  116. "cannonball"
  117. ],
  118. [
  119. "b[' ]?axe?",
  120. "battleaxe"
  121. ],
  122. [
  123. "t[' le]*port",
  124. "teleport"
  125. ],
  126. [
  127. "blk",
  128. "black"
  129. ],
  130. [
  131. "addy",
  132. "adamant"
  133. ],
  134. [
  135. "pl8",
  136. "plate"
  137. ],
  138. [
  139. "abby",
  140. "abyssal"
  141. ],
  142. [
  143. "scimm?y?",
  144. "scimitar"
  145. ],
  146. [
  147. "tally",
  148. "talisman"
  149. ],
  150. [
  151. "hally",
  152. "halberd"
  153. ],
  154. [
  155. "brassy",
  156. "brassard"
  157. ],
  158. [
  159. "tassy",
  160. "tasset"
  161. ],
  162. [
  163. "cammy",
  164. "camelot"
  165. ],
  166. [
  167. "ammy",
  168. "amulet"
  169. ],
  170. [
  171. "fally",
  172. "falador"
  173. ],
  174. [
  175. "swordy",
  176. "swordfish"
  177. ],
  178. [
  179. "frem\\w+",
  180. "fremennik"
  181. ],
  182. [
  183. "emmy",
  184. "emerald"
  185. ],
  186. [
  187. "hatchet",
  188. "axe"
  189. ],
  190. [
  191. "lob[byies]*",
  192. "lobster"
  193. ],
  194. [
  195. "^gs",
  196. "godsword"
  197. ],
  198. [
  199. "\\btab$",
  200. "teleport"
  201. ],
  202. [
  203. "tots?\\b",
  204. "potato"
  205. ],
  206. [
  207. "[ber ]*[zs]erk\\w*",
  208. "berserker"
  209. ],
  210. [
  211. "fungi?",
  212. "fung"
  213. ],
  214. [
  215. "\\barmor\\b",
  216. "armour"
  217. ],
  218. [
  219. "\\bmold\\b",
  220. "mould"
  221. ],
  222. [
  223. "\\bsaber\\b",
  224. "sabre"
  225. ],
  226. [
  227. "\\bmiter\\b",
  228. "mitre"
  229. ],
  230. [
  231. "(?x)\n ^z(?:\\b|am[my]*)\n (?=\\ (?:\n armo|brac|brew|chap|cloa|coif|croz|dhid|drag|full|gods|\n grap|hast|hilt|kite|mit[er]|mix|mjol|page|plat|robe|spea|stol))\n ",
  232. "zamorak"
  233. ],
  234. [
  235. "rune (ore|bar|bolt|lim|crossbow ?\\(?u\\)?)",
  236. "runite %s"
  237. ],
  238. [
  239. "^(?:3|third) ?a[ge]*",
  240. "3rd age"
  241. ],
  242. [
  243. "(?x)\n(dart|arrow|bolt|karil|ahrim|verac|torag|dharok|guthan)\n\\'*s*\n",
  244. "%s"
  245. ],
  246. [
  247. "(?:black) mysti?c?(.*)",
  248. "mystic %s (dark)"
  249. ],
  250. [
  251. "(?:white) mysti?c?(.*)",
  252. "mystic %s (light)"
  253. ],
  254. [
  255. " +",
  256. " "
  257. ],
  258. [
  259. "(\\w*?)(\\d+)\\b",
  260. "%s %s"
  261. ]
  262. ],
  263. [
  264. [
  265. "^antifire.*(\\d)",
  266. "antifire potion(%s)"
  267. ],
  268. [
  269. "^antipoison.*(\\d)",
  270. "antipoison(%s)"
  271. ],
  272. [
  273. "^extended antifire.*(\\d)",
  274. "extended antifire (%s)"
  275. ],
  276. [
  277. "^combat potion.*(\\d)",
  278. "combat potion(%s)"
  279. ],
  280. [
  281. "^antidote[+][^+].*(\\d)",
  282. "antidote+(%s)"
  283. ],
  284. [
  285. "^antidote[+]{2}[^+].*(\\d)",
  286. "antidote++(%s)"
  287. ],
  288. [
  289. "^antidote[+][^+]*",
  290. [
  291. "antidote+(1)",
  292. "antidote+(2)",
  293. "antidote+(3)",
  294. "antidote+(4)"
  295. ]
  296. ],
  297. [
  298. "^antidote[+]{2}",
  299. [
  300. "antidote++(1)",
  301. "antidote++(2)",
  302. "antidote++(3)",
  303. "antidote++(4)"
  304. ]
  305. ],
  306. [
  307. "^combat potion",
  308. [
  309. "combat potion(1)",
  310. "combat potion(2)",
  311. "combat potion(3)",
  312. "combat potion(4)"
  313. ]
  314. ],
  315. [
  316. "^antipoison",
  317. [
  318. "antipoison(1)",
  319. "antipoison(2)",
  320. "antipoison(3)",
  321. "antipoison(4)"
  322. ]
  323. ],
  324. [
  325. "^extended antifire",
  326. [
  327. "extended antifire (1)",
  328. "extended antifire (2)",
  329. "extended antifire (3)",
  330. "extended antifire (4)"
  331. ]
  332. ],
  333. [
  334. "^antifire",
  335. [
  336. "antifire(1)",
  337. "antifire(2)",
  338. "antifire(3)",
  339. "antifire(4)"
  340. ]
  341. ],
  342. [
  343. "^antidote",
  344. [
  345. "antidote+(1)",
  346. "antidote+(2)",
  347. "antidote+(3)",
  348. "antidote+(4)"
  349. ]
  350. ],
  351. [
  352. "^anti-venom",
  353. [
  354. "anti-venom(1)",
  355. "anti-venom(2)",
  356. "anti-venom(3)",
  357. "anti-venom(4)"
  358. ]
  359. ]
  360. ]
  361. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement