Advertisement
Guest User

Untitled

a guest
Jan 25th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.63 KB | None | 0 0
  1. # ######### Effects #########
  2. # 0 - Nausea (Screen Spin)
  3. # 1 - Zoom-In & Walk Slow
  4. # 2 - Zoom-Out & Walk Fast
  5. # 3 - Blindness
  6. # 4 - Hunger
  7. # 5 - High Jump
  8. # 6 - Sickness & Slower Hitting
  9. # 7 - Drunk (Word Scramble)
  10. # ###########################
  11. DrugIds:
  12.     '353':
  13.         Effect: 2,5,7
  14.         Type: All
  15.         DrugName: Coke
  16.     '351:2':
  17.         Effect: 0,1,3,4,6,7
  18.         Type: All
  19.         DrugName: Weed
  20.     '40':
  21.         Effect: 0,1,2,5,7
  22.         Type: All
  23.         DrugName: Shrooms
  24.     '39':
  25.         Effect: 0,1,2,5,7
  26.         Type: All
  27.         DrugName: Shrooms
  28.     '326':
  29.         Effect: 0,1,4,6,7
  30.         Type: All
  31.         DrugName: Natty Light
  32.     '335':
  33.         Effect: 0
  34.         Type: All
  35.         DrugName: Black Ale
  36.     '351:3':
  37.         Effect: 0,2,3,4,6,7
  38.         Type: All
  39.         DrugName: Ine Poo
  40.     '111':
  41.         Effect: 1,5,7
  42.         Type: All
  43.         DrugName: Frogger
  44.     '397:3':
  45.         Effect: 0,2,3,4,5,7
  46.         Type: All
  47.         DrugName: Hannibal
  48. chat:
  49.     broadcast:
  50.         Burning: '%c* %playername% got LIT DA FUCK UP, DAYUM nigga get a fir'' ''xtinguisher kno''m sayin''?'
  51.         Death: '%c* %playername% Overdosed. What a fucking lightweight. Pussy.'
  52.         Puke: '%2* %playername% puked all those expensive drugs onto the floor. Wasteful bastard.'
  53.         HeartAttack: '%c* %playername% dun had a chest fuckup. Nigga''s dead.'
  54.         OnDrugs: 'Enjoy dat %drugname%!'
  55.         Sober: '%aYou''re comin'' down, take more, nigga.'
  56. Options:
  57.     EnableNegativeEffects: true
  58.     EnableEffectMessages: true
  59.     EnableJumpProtection: true
  60. DO_NOT_TOUCH: 0.6.3
  61. DO_NOT_TOUCH_2: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement