Guest User

Untitled

a guest
Feb 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.64 KB | None | 0 0
  1. "Shady Shrooms":
  2.     texts:
  3.         description: " <Shady Sam> I need some shrooms for a shipment"
  4.         completion: "  <Shady Sam> Thanks man now my clients can get a fix"
  5.         acceptance: " <Shady Sam> Maby my ass wont get killed"
  6.     repeats: 5
  7.     objectives:
  8.         '0':
  9.             '0':
  10.                 type: collect
  11.                 materialid: 39
  12.                 amount: 10
  13.                 message: You collected all the brown shrooms get some red ones.
  14.             '1':
  15.                 type: collect
  16.                 materialid: 40
  17.                 amount: 10
  18.                 message: You collected all the red shrooms go talk to Sam.
  19.     rewards:
  20.          '0': #First reward.. Gives 1 golden apple in this case
  21.             type: item
  22.             id: 41  
  23.             amount: 1
  24.             take: false
  25.          '1': #Second reward.. Here it takes 10 apples from the player but it doesn't check to see if the player have any apples
  26.             type: item
  27.             id: 39
  28.             amount: 10
  29.             take: true
  30.          '2': #Second reward.. Here it takes 10 apples from the player but it doesn't check to see if the player have any apples
  31.             type: item
  32.             id: 40
  33.             amount: 10
  34.             take: true
  35.  
  36.            
  37. "Sams Sugar":
  38.     texts:
  39.         description: " <Shady Sam> I need some sugarcane for uhh.. am item..."
  40.         completion: "  <Shady Sam> Thanks man here. Its Cake. I always liked baking"
  41.         acceptance: " <Shady Sam> Ill give you some of it when im done"
  42.     repeats: 100
  43.     objectives:
  44.         '0':
  45.             '0':
  46.                 type: collect
  47.                 materialid: 338
  48.                 amount: 64
  49.                 message: You got all the sugarcane go talk to Sam.
  50.     rewards:
  51.          '0': #First reward.. Gives 1 golden apple in this case
  52.             type: item
  53.             id: 354  
  54.             amount: 1
  55.             take: false
  56.          '1': #First reward.. Gives 1 golden apple in this case
  57.             type: item
  58.             id: 41  
  59.             amount: 1
  60.             take: false
  61.          '2': #Second reward.. Here it takes 10 apples from the player but it doesn't check to see if the player have any apples
  62.             type: item
  63.             id: 353
  64.             amount: 64
  65.             take: true                        
  66.            
  67.            
  68. "The Bakers Wheat":
  69.     texts:
  70.         description: "<Baker> I am low on wheat help me please!"
  71.         completion: "<Baker> Oh goodie I can replace that now!"
  72.         acceptance: "<Baker> Okay thank you I need 64 wheat"
  73.     repeats: 5
  74.     objectives:
  75.         '0':
  76.             '0':
  77.                 type: collect
  78.                 materialid: 296
  79.                 amount: 64
  80.                 message: "You got all of the wheat go turn it in."
  81.     rewards:
  82.          '0': #First reward.. Gives 1 golden apple in this case
  83.             type: item
  84.             id: 357  
  85.             amount: 8
  86.             take: false
  87.          '1': #Second reward.. Here it takes 10 apples from the player but it doesn't check to see if the player have any apples
  88.             type: item
  89.             id: 296
  90.             amount: 64
  91.             take: true
  92.          '2': #Second reward.. Here it takes 10 apples from the player but it doesn't check to see if the player have any apples
  93.             type: item
  94.             id: 41
  95.             amount: 1
  96.             take: false
  97.  
  98.            
  99. "Nether a Threat":
  100.     texts:
  101.         description: "<Bruce> The nether is a growing threat thin them out"
  102.         completion: "<Bruce> Grad job soldier take this"
  103.         acceptance: "<Bruce>  kill 35 pigzombs and 20 ghast. NOW!"
  104.     repeats: 1
  105.     objectives:
  106.         '0':
  107.             '0':
  108.                 type: hunt
  109.                 string: 'pigzombie'
  110.                 amount: 35
  111.                 message: "Great job slaughtering those animals!"
  112.             '1':
  113.                  type: hunt
  114.                  string: 'ghast'
  115.                  amount: 20
  116.                  message: "Those bastards had no chance!"
  117.     rewards:
  118.          '0': #First reward.. Gives 1 golden apple in this case
  119.             type: item
  120.             id: 322  
  121.             amount: 1
  122.             take: false
  123.          '1': #Second reward.. Here it takes 10 apples from the player but it doesn't check to see if the player have any apples
  124.             type: item
  125.             id: 276
  126.             amount: 1
  127.             take: false
  128.          '2': #Second reward.. Here it takes 10 apples from the player but it doesn't check to see if the player have any apples
  129.             type: item
  130.             id: 264
  131.             amount: 24
  132.             take: false
Add Comment
Please, Sign In to add comment