Created
July 16, 2012 09:23
-
-
Save peterarnott/3121773 to your computer and use it in GitHub Desktop.
Citizens quests.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Slime Slaying": | |
texts: | |
description: "<g>Start Breifing:<br><Agent37> We need to clear up this slime problem in the Southern District. | |
<br>It's getting out of control! We MUST clear it up! | |
<br> Your mission is to destroy 12 slimes and then report back to me! | |
<br>&6Quest: <g>The Slime Slayer, Part 1 | |
<br>&6Objective: Destroy 12 slimes." | |
acceptance: "<Agent37> Welcome to your first assignment, <name>. Good luck. | |
<delay=40>&6Quest: <g>The Slime Slayer, Part 1 &6started! | |
<delay=40><g>Remember, you can use &6/quest status <g>to check your progress." | |
completion: "<Agent37> Wow! You've taken care of the slimes already? | |
<br>We really underestimated you this time. | |
<br>&6Quest: You have received 25 bucks for your effort. Sweet! | |
<br><Agent37> Don't leave so soon!" | |
repeats: -1 | |
objectives: | |
'0': | |
'0': | |
type: hunt | |
string: 'slime' | |
amount: 12 | |
message: "&6Quest: A dozen slimes down. That wasn't so hard. | |
<delay=120>&fPerhaps you should see if <g>Agent37 &frequires any additional help?" | |
'1': | |
type: delivery | |
materialid: 341 # Slimeballs | |
amount: 6 | |
npcdestination: 7 | |
optional: True # Optional sub-objective triggers only if you bring slimeballs | |
# before the other objective is complete. | |
message: "&6Quest: Slimeballs delivered. | |
<delay=50><Agent37> Oh, what's this? | |
<delay=40><Agent37> OH! Slime balls, yes! You can keep what you find, but I | |
<br>appreciate the gesture! Take this -- perhaps it will help you | |
<br>become a more efficient slime slayer! | |
<delay=20>&6Quest: You have received a bow and some arrows! Nice!" | |
rewards: | |
'0': | |
type: item | |
id: 261 # Bow | |
amount: 1 | |
'1': | |
type: item | |
id: 262 # Arrows | |
amount: 16 | |
rewards: | |
'0': | |
type: money | |
money: 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment