Advertisement
SoshiSen

Supply Lines

Mar 31st, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. Supply Lines
  2.  
  3. islegendary=False
  4. requiredquestpoints=15
  5. rewardquestpoints=1
  6. canpreview=true
  7. previewtext=Help the warriors of the Bastion by fattening their larders.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=
  16. hint=
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=6;titletext=Supply Lines;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=Earning your Wings)
  27. }
  28. type=chat_npc(uuid=8b745185-a8d4-437e-a09f-c30d91a1ab68;chatline1=Hello Trainer.;chatline2=Since youโ€™re heading out if you come across any animal that can be harvested for fresh supplies please do so.)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=Collect some Beef
  35. hint=Cows have four stomachs
  36. timestocomplete=10
  37. hidden=False
  38. infinite=False
  39. type=obtain_item(itemid=Raw Beef)
  40. }
  41. {
  42. description=Chicken is needed
  43. hint=The chicken goes cluck
  44. timestocomplete=10
  45. hidden=False
  46. infinite=False
  47. type=obtain_item(itemid=raw chicken)
  48. }
  49. {
  50. description=Collect some Wool
  51. hint=Bahhhhh goes the sheep
  52. timestocomplete=5
  53. hidden=False
  54. infinite=False
  55. type=obtain_item(itemid=Wool)
  56. }
  57. }
  58. stage=2
  59. {
  60. {
  61. description=Head back to the Deckhand
  62. hint=He's outside the Bastion
  63. timestocomplete=1
  64. hidden=False
  65. infinite=False
  66. triggers
  67. {
  68. show_title(delay=7;titletext=Supply Lines;titlecolour=dark_green;subtitletext=Quest Complete)
  69. give_money(delay=0;amount=500)
  70. take_item(delay=1;itemid=Raw Beef;count=10)
  71. take_item(delay=1;itemid=raw chicken;count=10)
  72. take_item(delay=1;itemid=Wool;count=5)
  73. }
  74. conditions
  75. {
  76. has_item(flipped=False;itemid=Raw Beef;count=10)
  77. has_item(flipped=False;itemid=raw chicken;count=10)
  78. has_item(flipped=False;itemid=Wool;count=5)
  79. }
  80. type=chat_npc(uuid=8b745185-a8d4-437e-a09f-c30d91a1ab68;chatline1=Thank you for the supplies.;chatline2=They are greatly needed.)
  81. }
  82. }
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement