Update quests.yml

This commit is contained in:
HappyPikachu 2017-07-30 15:59:54 -04:00
parent 6ed85f6d6d
commit 533a8bc615

View File

@ -14,7 +14,7 @@ quests:
ordered:
1:
break-block-names:
- stone
- STONE
break-block-amounts:
- 10
break-block-durability:
@ -54,7 +54,7 @@ quests:
- 1
rewards:
items:
- name-diamond_sword:amount-1
- name-DIAMOND_SWORD:amount-1
exp: 100
quest-points: 1
CatchFish:
@ -77,26 +77,10 @@ quests:
fish-to-catch: 5
rewards:
exp: 250
TimedQuest:
name: 'Timed Quest'
ask-message: 'This is timed quest, mine dirt before time runs out!'
finish-message: 'You did it in time!'
stages:
ordered:
'1':
break-block-names:
- DIRT
break-block-amounts:
- 10
break-block-durability:
- 0
start-event: TimerEvent
TimedQuest2:
name: 'Timed Quest 2'
ask-message: 'This is timed quest 2, mine dirt and then grass before time runs out!'
finish-message: 'You did it in time!'
ask-message: '<yellow>Dig up <purple>10<yellow> blocks of <purple>Dirt<yellow> before time runs out!'
finish-message: '<yellow>You did it in time! Have an <purple>Iron Shovel<yellow> and some <green>experience<yellow>.'
stages:
ordered:
'1':
@ -108,33 +92,7 @@ quests:
- 0
start-event: TimerEvent
finish-event: CancelTimer
'2':
break-block-names:
- GRASS
break-block-amounts:
- 10
break-block-durability:
- 0
start-event: TimerEvent
TimedQuest3:
name: 'Timed Quest 3'
ask-message: 'This is timed quest 3, mine dirt and then grass before time runs out!'
finish-message: 'You did it in time!'
stages:
ordered:
'1':
break-block-names:
- DIRT
break-block-amounts:
- 10
break-block-durability:
- 0
start-event: TimerEvent
'2':
break-block-names:
- GRASS
break-block-amounts:
- 10
break-block-durability:
- 0
rewards:
items:
- name-IRON_SPADE:amount-1
exp: 150