Charnuz

Untitled

Dec 31st, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.13 KB | None | 0 0
  1. {
  2.     "events":[
  3.         {
  4.             "event_type": "TICK",
  5.             "ticks": "10",
  6.             "tasks": [
  7.                 {
  8.                     "task_type": "POTION",
  9.                     "target_type": "SELF",
  10.                     "target": "",
  11.                     "id": "24",
  12.                     "duration": "250",
  13.                     "level": "20",
  14.                     "conditions":   [
  15.                         {
  16.                             "condition_type": "PROXIMITY",
  17.                             "target": "BLOCK",
  18.                             "modid": "minecraft",
  19.                             "name": "bedrock",
  20.                             "meta": "0",
  21.                             "mob": "0",
  22.                             "radius": "5"
  23.                         }
  24.                     ]
  25.                 },
  26.                 {
  27.                     "task_type": "POTION",
  28.                     "target_type": "SELF",
  29.                     "target": "",
  30.                     "id": "9",
  31.                     "duration": "250",
  32.                     "level": "1",
  33.                     "conditions":   [
  34.                         {
  35.                             "condition_type": "PROXIMITY",
  36.                             "target": "BLOCK",
  37.                             "modid": "Quadrum",
  38.                             "name": "polonium",
  39.                             "meta": "0",
  40.                             "mob": "0",
  41.                             "radius": "5",
  42.                         }
  43.                     ]
  44.                 },
  45.                 {
  46.                     "task_type": "POTION",
  47.                     "target_type": "SELF",
  48.                     "target": "",
  49.                     "id": "4",
  50.                     "duration": "250",
  51.                     "level": "3",
  52.                     "conditions":   [
  53.                         {
  54.                             "condition_type": "PROXIMITY",
  55.                             "target": "BLOCK",
  56.                             "modid": "Botania",
  57.                             "name": "reedBlock",
  58.                             "meta": "0",
  59.                             "mob": "0",
  60.                             "radius": "5",
  61.                         }
  62.                     ]
  63.                 }
  64.             ]
  65.         }
  66.  
  67.  
  68.     ]
  69. }
Advertisement
Add Comment
Please, Sign In to add comment