Guest User

DefaultCustomRules

a guest
Aug 5th, 2015
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.99 KB | None | 0 0
  1. [
  2.   {
  3.     "Enabled": true,
  4.     "Type": 0,
  5.     "Rule": "item.IsCurrency",
  6.     "ShouldLog": false
  7.   },
  8.   {
  9.     "Enabled": true,
  10.     "Type": 0,
  11.     "Rule": "item.IsMap",
  12.     "ShouldLog": false
  13.   },
  14.   {
  15.     "Enabled": true,
  16.     "Type": 0,
  17.     "Rule": "item.IsRare",
  18.     "ShouldLog": false
  19.   },
  20.   {
  21.     "Enabled": true,
  22.     "Type": 0,
  23.     "Rule": "item.Is5Link",
  24.     "ShouldLog": false
  25.   },
  26.   {
  27.     "Enabled": true,
  28.     "Type": 0,
  29.     "Rule": "item.IsUnique",
  30.     "ShouldLog": false
  31.   },
  32.   {
  33.     "Enabled": true,
  34.     "Type": 0,
  35.     "Rule": "item.IsQuest",
  36.     "ShouldLog": false
  37.   },
  38.   {
  39.     "Enabled": true,
  40.     "Type": 0,
  41.     "Rule": "item.IsDivinationCard",
  42.     "ShouldLog": false
  43.   },
  44.   {
  45.     "Enabled": true,
  46.     "Type": 2,
  47.     "Rule": "item.IsUnique",
  48.     "ShouldLog": false
  49.   },
  50.   {
  51.     "Enabled": true,
  52.     "Type": 2,
  53.     "Rule": "item.IsDivinationCard",
  54.     "ShouldLog": false
  55.   },
  56.   {
  57.     "Enabled": true,
  58.     "Type": 2,
  59.     "Rule": "item.IsMap",
  60.     "ShouldLog": false
  61.   },
  62.   {
  63.     "Enabled": true,
  64.     "Type": 2,
  65.     "Rule": "item.IsFragment",
  66.     "ShouldLog": false
  67.   },
  68.   {
  69.     "Enabled": true,
  70.     "Type": 2,
  71.     "Rule": "item.IsCurrency",
  72.     "ShouldLog": false
  73.   },
  74.   {
  75.     "Enabled": true,
  76.     "Type": 2,
  77.     "Rule": "item.IsGem and item.Quality >=14",
  78.     "ShouldLog": false
  79.   },
  80.   {
  81.     "Enabled": true,
  82.     "Type": 2,
  83.     "Rule": "item.IsGem and (item.FullName == \"Empower\" or item.FullName == \"Enhance\" or item.Fullname == \"Portal\" or item.FullName == \"Enlighten\")",
  84.     "ShouldLog": false
  85.   },
  86.   {
  87.     "Enabled": true,
  88.     "Type": 2,
  89.     "Rule": "item.IsGem and item.FullName == \"Vaal Haste\"",
  90.     "ShouldLog": false
  91.   },
  92.   {
  93.     "Enabled": false,
  94.     "Type": 1,
  95.     "Rule": "item.IsRare",
  96.     "ShouldLog": false
  97.   },
  98.   {
  99.     "Enabled": true,
  100.     "Type": 1,
  101.     "Rule": "item.IsUnique",
  102.     "ShouldLog": false
  103.   },
  104.   {
  105.     "Enabled": true,
  106.     "Type": 3,
  107.     "Rule": "item.IsMagic",
  108.     "ShouldLog": false
  109.   },
  110.   {
  111.     "Enabled": true,
  112.     "Type": 3,
  113.     "Rule": "item.IsRare and item.IsIdentified",
  114.     "ShouldLog": false
  115.   },
  116.   {
  117.     "Enabled": true,
  118.     "Type": 3,
  119.     "Rule": "item.IsRGB and item.Sockets < 6 and not item.Is5Link",
  120.     "ShouldLog": false
  121.   },
  122.   {
  123.     "Enabled": true,
  124.     "Type": 3,
  125.     "Rule": "item.Sockets == 6 and not item.Is5Link",
  126.     "ShouldLog": false
  127.   },
  128.   {
  129.     "Enabled": true,
  130.     "Type": 1,
  131.     "Rule": "item.IsRare and not (item.IsAmulet or item.IsRing)",
  132.     "ShouldLog": false
  133.   },
  134.   {
  135.     "Enabled": true,
  136.     "Type": 0,
  137.     "Rule": "item.IsGem and item.Quality > 13",
  138.     "ShouldLog": false
  139.   },
  140.   {
  141.     "Enabled": true,
  142.     "Type": 0,
  143.     "Rule": "item.IsRGB and not item.IsTwoHandWeapon",
  144.     "ShouldLog": false
  145.   },
  146.   {
  147.     "Enabled": true,
  148.     "Type": 0,
  149.     "Rule": "item.IsGem and (item.FullName == \"Portal\" or item.FullName == \"Empower\" or item.FullName == \"Enlighten\" or item.FullName == \"Enhance\")",
  150.     "ShouldLog": false
  151.   }
  152. ]
Advertisement
Add Comment
Please, Sign In to add comment