Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Boundless Damage Mod
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  Testing 218 new materials
  6. // @author       Mayumichi
  7. // @match        http://www.pfiffel.com/bl/
  8. // @grant        none
  9. // ==/UserScript==
  10. Object.defineProperty(window, 'aToolTypes', { value: {
  11.     "Rift": [3400,"4ea9c5", 1, 0, 20],
  12.     "Umbris":   [2000,"9a5f56", 1, 0, 20],
  13.     "Blink":    [1350,"f3eb8f", 1, 0, 20],
  14.     "Diamond":  [1900,"becce0", 1, 0, 20],
  15.     "Emerald":  [1800,"3c9828", 1, 20,20],
  16.     "Ruby":     [1400,"e10000", 1, 0, 20],
  17.     "Sapphire": [1300,"0084fe", 1, 20,20],
  18.     "Topaz":    [1100,"ffa040", 1, 0, 20],
  19.     "Amethyst": [1000,"9e3dd7", 1, 20,20],
  20.     "Wayfarer": [1000,"BDF7F7", 0, 0, 20],
  21.     "Titanium": [1000,"d3aea3", 1, 20,40],
  22.     "Gleambow": [750, "ffffff", 0, 0, 20],
  23.     "Gold":     [700, "f0ac3c", 1, 50,75],
  24.     "Silver":   [650, "81979d", 1, 0, 20],
  25.     "Iron":     [700, "685e54", 1, 20,20],
  26.     "Copper":   [400, "ff6f4c", 1, 0, 20],
  27.     "Stone":    [400, "3b3b3b", 1, 0, 20],
  28.     "Wood":     [300, "3b3b3b", 1, 0, 20],
  29.     "Totem":    [200, "cbb394", 0, 0, 20],
  30. }});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement