Advertisement
Guest User

Fixed JSON

a guest
Feb 5th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.16 KB | None | 0 0
  1. {
  2.     "Drugs": [{
  3.         "Name": "Khalifa's Kush",
  4.         "Material": "SUGAR",
  5.         "Damage": 1,
  6.         "UsageMessage": "You have just smoked some of that dank KK!",
  7.         "DruggedMessage": "You have just been injected with {drug} by {player}",
  8.         "Effects": [{
  9.             "EffectType": "Speed",
  10.             "Duration": 30,
  11.             "Strength": 5
  12.         }, {
  13.             "EffectType": "Haste",
  14.             "Duration": 10,
  15.             "Strength": 5
  16.         }, {
  17.             "EffectType": "Poison",
  18.             "Duration": 20,
  19.             "Strength": 5
  20.         }],
  21.         "Commands": [
  22.             "burn {player} 1"
  23.         ]
  24.     }, {
  25.         "Name": "Mr. Bean's Kush",
  26.         "Material": "SUGAR",
  27.         "Damage": 1,
  28.         "UsageMessage": "You have just smoked some very good dank kush!",
  29.         "Effects": [{
  30.             "EffectType": "Strength",
  31.             "Duration": 10,
  32.             "Strength": 1
  33.         }, {
  34.             "EffectType": "Speed",
  35.             "Duration": 10,
  36.             "Strength": 2
  37.         }, {
  38.             "EffectType": "SlowDigging",
  39.             "Duration": 10,
  40.             "Strength": 2
  41.         }],
  42.         "RandomEffects": [{
  43.             "Chance": 5,
  44.             "EffectType": "Speed",
  45.             "Duration": 10,
  46.             "Strength": 1
  47.         }]
  48.     }, {
  49.         "Name": "Mr. Bean's Hi-Quality Xtreme Kush",
  50.         "Material": "SUGAR",
  51.         "Damage": 0,
  52.         "UsageMessage": "You have just smoked the dankest kush known to man!",
  53.         "Effects": [{
  54.             "EffectType": "Speed",
  55.             "Duration": 20,
  56.             "Strength": 5
  57.         }, {
  58.             "EffectType": "Absorption",
  59.             "Duration": 30,
  60.             "Strength": 7
  61.         }, {
  62.             "EffectType": "Strength",
  63.             "Duration": 12,
  64.             "Strength": 5
  65.         }],
  66.         "RandomEffects": [{
  67.             "Chance": 10,
  68.             "EffectType": "Poison",
  69.             "Duration": 10,
  70.             "Strength": 3
  71.         }]
  72.     }, {
  73.         "Name": "Cogent Serum",
  74.         "Material": "410:0",
  75.         "Damage": 8,
  76.         "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.",
  77.         "Effects": [{
  78.             "EffectType": "Speed",
  79.             "Duration": 120,
  80.             "Strength": 5
  81.         }, {
  82.             "EffectType": "Regeneration",
  83.             "Duration": 120,
  84.             "Strength": 10
  85.         }, {
  86.             "EffectType": "Strength",
  87.             "Duration": 120,
  88.             "Strength": 5
  89.         }, {
  90.             "EffectType": "Absorption",
  91.             "Duration": 120,
  92.             "Strength": 7
  93.         }],
  94.         "RandomEffects": [{
  95.             "Chance": 20,
  96.             "EffectType": "Nausea",
  97.             "Duration": 8,
  98.             "Strength": 2
  99.         }]
  100.     }]
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement