Advertisement
Primalcyndaquil

Untitled

Dec 1st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. Comet Shards
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=1
  6. canpreview=true
  7. previewtext=A flyer reads: Join team A.S.S! Help prevent ruin by gathering Comet Shards! Speak to a rep at Nyr's A.S.S station to learn more!
  8. ignoresquestlimit=True
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=A description
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=3;titletext=The Comet Shards;titlecolour=blue;subtitletext=Event Quest Started!;subtitlecolour=white)
  23. }
  24. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=Hello! Are you here to volunteer for Team ASS?;chatline2=Yes? Perfect! We give rewards for every few comet shards you obtain.;chatline3=You should get back to me once you've obtained 3 Comet Shards!;chatline4=Oftentimes, Comet Shards can be obtained from: Minior, Beeheyem, Clefable, Staryu and Jigglypuff.;chatline5=Though recently we've noticed that some ice types such as Vanillish, Bergmite and Snorunt are found with them too!;chatline6=If you defeat loads of those pokémon, I'm sure you'll find the shards in no time!)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Return to the ASS Rep.
  31. hint=Make sure to have 3 Comet Shards. Make sure you have inventory space!
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. give_item(delay=0;itemid=pixelmon:rare_candy;count=16)
  38. give_item(delay=0;itemid=pixelmon:power_anklet;count=1)
  39. give_item(delay=0;itemid=pixelmon:power_lens;count=1)
  40. give_item(delay=0;itemid=pixelmon:power_bracer;count=1)
  41. take_item(delay=0;itemid=pixelmon:comet_shard;count=3)
  42. }
  43. conditions
  44. {
  45. has_item(flipped=False;itemid=pixelmon:comet_shard;count=3)
  46. }
  47. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=Oh, you've done it! 4 Comet Shards!;chatline2=Here's your reward: A pack of level up items!;chatline3=Now, if you obtain 2 more, you'll earn yourself a special Enchanted Book package!;chatline4=Return to me once you've done that.)
  48. }
  49. }
  50. stage=2
  51. {
  52. {
  53. description=Return to the ASS Rep.
  54. hint=Make sure to have 2 Comet Shards. Make sure you have inventory space!
  55. timestocomplete=1
  56. hidden=False
  57. infinite=False
  58. triggers
  59. {
  60. take_item(delay=0;itemid=pixelmon:comet_shard;count=2)
  61. fire_command(delay=0;command=give PLAYER minecraft:enchanted_book 1 0 {StoredEnchantments:[{id:34,lvl:2},{id:32,lvl:3},{id:35,lvl:2}]})
  62. give_item(delay=0;itemid=minecraft:experience_bottle;count=16)
  63. }
  64. conditions
  65. {
  66. has_item(flipped=False;itemid=pixelmon:comet_shard;count=2)
  67. }
  68. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=You've done it again! These'll really help!;chatline2=As promised: Here is your reward.;chatline3=Now, if you obtain 3 more comet shards, we'll reward you with 5 IV vouchers!;chatline4=Return to me once you've done that.)
  69. }
  70. }
  71. stage=3
  72. {
  73. {
  74. description=Return to the ASS Rep.
  75. hint=Make sure to have 3 Comet Shards. Make sure you have inventory space!
  76. timestocomplete=1
  77. hidden=False
  78. infinite=False
  79. triggers
  80. {
  81. take_item(delay=0;itemid=pixelmon:comet_shard;count=3)
  82. fire_command(delay=0;command=givevoucher PLAYER iv 5)
  83. }
  84. conditions
  85. {
  86. has_item(flipped=False;itemid=pixelmon:comet_shard;count=3)
  87. }
  88. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=You've done it again! These'll really help!;chatline2=As promised: Here is your reward. 5 IV Vouchers!;chatline3=Now, if you obtain 2 more comet shards, we'll reward you with 15,000 dollars!;chatline4=Return to me once you've done that.)
  89. }
  90. }
  91. stage=4
  92. {
  93. {
  94. description=Return to the ASS Rep.
  95. hint=Make sure to have 2 Comet Shards. Make sure you have inventory space!
  96. timestocomplete=1
  97. hidden=False
  98. infinite=False
  99. triggers
  100. {
  101. take_item(delay=0;itemid=pixelmon:comet_shard;count=2)
  102. give_money(delay=0;amount=15000)
  103. }
  104. conditions
  105. {
  106. has_item(flipped=False;itemid=pixelmon:comet_shard;count=2)
  107. }
  108. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=You've done it again! These'll really help!;chatline2=As promised: Here is your reward, 15000!;chatline3=Now, if you obtain 5 more comet shards, we'll reward you with a special seasonal pack!;chatline4=Return to me once you've done that.)
  109. }
  110. }
  111. stage=5
  112. {
  113. {
  114. description=Return to the ASS Rep.
  115. hint=Make sure to have 5 Comet Shards. Make sure you have inventory space!
  116. timestocomplete=1
  117. hidden=False
  118. infinite=False
  119. triggers
  120. {
  121. take_item(delay=0;itemid=pixelmon:comet_shard;count=5)
  122. fire_command(delay=1;command=sudo PLAYER kit Space_Head)
  123. fire_command(delay=6;command=/perms user PLAYER permission unset nucleus.kits.Space_Head)
  124. fire_command(delay=0;command=/perms user PLAYER permission set nucleus.kits.Space_Head true)
  125. fire_command(delay=0;command=teslacrate key give PLAYER lesser 1)
  126. }
  127. conditions
  128. {
  129. has_item(flipped=False;itemid=pixelmon:comet_shard;count=5)
  130. }
  131. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=You've done it again! These'll really help!;chatline2=As promised: Here is your reward: A Seasonal package!;chatline3=Now, if you obtain 5 more comet shards, we'll reward you with a standard event key!;chatline4=Return to me once you've done that.)
  132. }
  133. }
  134. stage=6
  135. {
  136. {
  137. description=Return to the ASS Rep.
  138. hint=Make sure to have 5 Comet Shards. Make sure you have inventory space!
  139. timestocomplete=1
  140. hidden=False
  141. infinite=False
  142. triggers
  143. {
  144. take_item(delay=0;itemid=pixelmon:comet_shard;count=5)
  145. fire_command(delay=0;command=teslacrate key give PLAYER standard 1)
  146. }
  147. conditions
  148. {
  149. has_item(flipped=False;itemid=pixelmon:comet_shard;count=5)
  150. }
  151. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=You've done it again! These'll really help!;chatline2=As promised: Here is your reward: A Standard Event Key!;chatline3=Now, if you obtain 10 more comet shards, your reward will be a 5iv Seasonal Pokemon!;chatline4=Return to me once you've done that.)
  152. }
  153. }
  154. stage=7
  155. {
  156. {
  157. description=Return to the ASS Rep.
  158. hint=Make sure to have 10 Comet Shards. Make sure you have inventory space!
  159. timestocomplete=1
  160. hidden=False
  161. infinite=False
  162. triggers
  163. {
  164. take_item(delay=0;itemid=pixelmon:comet_shard;count=10)
  165. give_item(delay=0;itemid=pixelmon:earth_badge;nbt={display:{Name:"&25IV Seasonal Pokemon Token",Lore:["&DRedeem for an unbreedable, 5IV Seasonal Pokemon from a Senior Mod or Lead."]}};count=1)
  166. }
  167. conditions
  168. {
  169. has_item(flipped=False;itemid=pixelmon:comet_shard;count=10)
  170. }
  171. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=You've done it again! These'll really help!;chatline2=As promised: Here is your reward: A 5IV Seasonal Mon Voucher!;chatline3=Now, if you obtain 10 more Comet Shards, your reward will be a bundle of Standard Keys!;chatline4=Return to me once you've done that.)
  172. }
  173. }
  174. stage=8
  175. {
  176. {
  177. description=Return to the ASS Rep.
  178. hint=Make sure to have 10 Comet Shards. Make sure you have inventory space!
  179. timestocomplete=1
  180. hidden=False
  181. infinite=False
  182. triggers
  183. {
  184. take_item(delay=0;itemid=pixelmon:comet_shard;count=10)
  185. fire_command(delay=0;command=teslacrate key give PLAYER standard 3)
  186. }
  187. conditions
  188. {
  189. has_item(flipped=False;itemid=pixelmon:comet_shard;count=10)
  190. }
  191. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=You've done it again! These'll really help!;chatline2=As promised, your reward: A few standard event keys!;chatline3=You've done so much for us! If you obtain 10 more Comet Shards, we'll give you a rare Kyurem!;chatline4=Return to me once you've done that.)
  192. }
  193. }
  194. stage=9
  195. {
  196. {
  197. description=Return to the ASS Rep.
  198. hint=Make sure to have 10 Comet Shards. Make sure you have inventory space!
  199. timestocomplete=1
  200. hidden=False
  201. infinite=False
  202. triggers
  203. {
  204. take_item(delay=0;itemid=pixelmon:comet_shard;count=10)
  205. give_item(delay=0;itemid=pixelmon:dna_splicers;nbt={display:{Name:"&25IV Kyurem Token",Lore:["&DRedeem for a 5IV Kyurem from a Senior Mod or Lead."]}};count=1)
  206. show_title(delay=5;titletext=The Comet Shards;titlecolour=blue;subtitletext=Event Quest Completed!;subtitlecolour=white)
  207. }
  208. conditions
  209. {
  210. has_item(flipped=False;itemid=pixelmon:comet_shard;count=10)
  211. }
  212. type=chat_npc(uuid=2edfed62-80c1-4aa9-acac-bec8d7d0ed67;chatline1=Oh, wow! I didn't think you'd do it!;chatline2=You've amassed a total of 100 Comet Shards for us!;chatline3=This'll help so much!;chatline4=Here, take this. You really do deserve it!;chatline5=You can redeem it witha lead or senior mod.)
  213. }
  214. }
  215. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement