Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "Drugs": [
  3.     {
  4.       "Name": "Khalifa's Kush",
  5.       "Material": "SUGAR",
  6.       "Damage": 1,
  7.       "UsageMessage": "You have just smoked some of that dank KK!",
  8.       "DruggedMessage": "You have just been injected with {drug} by {player}",
  9.       "Effects": [
  10.         {
  11.           "EffectType": "Speed",
  12.           "Duration": 30,
  13.           "Strength": 5
  14.         },
  15.         {
  16.           "EffectType": "Haste",
  17.           "Duration": 10,
  18.           "Strength": 5
  19.         },
  20.         {
  21.           "EffectType": "Poison",
  22.           "Duration": 20,
  23.           "Strength": 5
  24.         }
  25.       ],
  26.       "Commands": [
  27.         "burn {player} 1"
  28.       ]
  29.     },
  30.     {
  31.       "Name": "Mr. Bean's Kush",
  32.       "Material": "SUGAR",
  33.       "Damage": 1,
  34.       "UsageMessage": "You have just smoked some very good dank kush!",
  35.       "Effects": [
  36.         {    
  37.           "EffectType": "Strength",
  38.           "Duration": 10,
  39.           "Strength": 1
  40.         },
  41.         {
  42.           "EffectType": "Speed",
  43.           "Duration": 10,
  44.           "Strength": 2
  45.         },
  46.         {
  47.           "EffectType": "SlowDigging",
  48.           "Duration": 10,
  49.           "Strength": 2
  50.         }
  51.       ],
  52.       "RandomEffects": [
  53.         {  
  54.           "Chance": 5,
  55.           "EffectType": "Speed",
  56.           "Duration": 10,
  57.           "Strength": 1
  58.         }
  59.       ]
  60.     },
  61.     {  
  62.       "Name": "Mr. Bean's Hi-Quality Xtreme Kush",
  63.       "Material": "SUGAR",
  64.       "Damage": 0,
  65.       "UsageMessage": "You have just smoked the dankest kush known to man!",
  66.       "Effects": [
  67.         {  
  68.           "EffectType": "Speed",
  69.           "Duration": 20,
  70.           "Strength": 5
  71.         },
  72.         {
  73.           "EffectType": "Absorption",
  74.           "Duration": 30,
  75.           "Strength": 7
  76.         },
  77.         {
  78.           "EffectType": "Strength",
  79.           "Duration": 12,
  80.           "Strength": 5
  81.         }
  82.       ],
  83.       "RandomEffects": [
  84.         {
  85.           "Chance": 10,
  86.           "EffectType": "Poison",
  87.           "Duration": 10,
  88.           "Strength": 3
  89.         }    
  90.       ]
  91.     },
  92.     {  
  93.       "Name": "Cogent Serum",
  94.       "Material": "410:0",
  95.       "Damage": 8,
  96.       "UsageMessage": "The Cogent Serum takes hold of your body... Modifying it to a farther extent... You will now see the first Nelo prototype. Good luck.",
  97.       "Effects": [
  98.         {
  99.           "EffectType": "Speed",
  100.           "Duration": 120,
  101.           "Strength": 5
  102.         },
  103.         {
  104.           "EffectType": "Regeneration",
  105.           "Duration": 120,
  106.           "Strength": 10
  107.         },
  108.         {
  109.           "EffectType": "Strength",
  110.           "Duration": 120,
  111.           "Strength": 5
  112.         },
  113.         {
  114.           "EffectType": "Absorption",
  115.           "Duration": 120,
  116.           "Strength": 7
  117.         }
  118.       ],
  119.       "RandomEffects": [
  120.         {
  121.           "Chance": 20,
  122.           "EffectType": "Nausea",
  123.           "Duration": 8,
  124.           "Strength": 2
  125.         }
  126.       ]
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement