Skip to content

Commit

Permalink
update achievements and quests
Browse files Browse the repository at this point in the history
  • Loading branch information
Plancke committed Dec 3, 2018
1 parent 6f03a38 commit 6fb6c09
Show file tree
Hide file tree
Showing 2 changed files with 758 additions and 3,414 deletions.
93 changes: 84 additions & 9 deletions resources/Achievements.php
Original file line number Diff line number Diff line change
Expand Up @@ -2625,7 +2625,7 @@
array(
'points' => 10,
'name' => 'LEGENDARY!',
'description' => 'Find a Legendary Gift in SkyWars, Blitz or Murder Mystery',
'description' => 'Find a Legendary Gift in Bed Wars, SkyWars, Blitz or Murder Mystery',
),
'SHARING_IS_CARING' =>
array(
Expand All @@ -2648,7 +2648,7 @@
'REAL_SANTA' =>
array(
'points' => 15,
'name' => 'Real Santa',
'name' => 'Real Santa (2017)',
'description' => 'Find all 88 presents in every lobby',
),
'CHRISTMAS_QUEST' =>
Expand Down Expand Up @@ -2687,6 +2687,24 @@
'name' => 'Worth it',
'description' => 'When tasked to kill a chicken in Santa Says, kill a cow instead',
),
'BIG_BAG_O_GIFTS' =>
array(
'points' => 5,
'name' => 'Big Bag o\' Gifts',
'description' => 'Claim 6 gifts at the same time in Bed Wars',
),
'HOLIDAY_MIRACLE' =>
array(
'points' => 5,
'name' => 'Holiday Miracle',
'description' => 'Claim 2 legendary gifts at the same time in Bed Wars',
),
'REAL_SANTA_2018' =>
array(
'points' => 15,
'name' => 'Real Santa (2018)',
'description' => 'Find all 88 presents in every lobby',
),
'MERRY_CHRISTMAS' =>
array(
'points' => 5,
Expand All @@ -2705,10 +2723,16 @@
'name' => 'You\'re not my mom',
'description' => 'When tasked to stand still in Santa Says, sneak',
),
'HOLIDAYS_RUINED' =>
array(
'points' => 5,
'name' => 'Holidays Ruined',
'description' => 'Kill a player who was holding an Epic or Legendary gift in Bed Wars',
),
'HUNT_BEGINS' =>
array(
'points' => 5,
'name' => 'The Hunt Begins',
'name' => 'The Hunt Begins (2017)',
'description' => 'Find 2 lobby presents',
),
'SANTA_HELPER' =>
Expand All @@ -2717,6 +2741,12 @@
'name' => 'Santa Helper',
'description' => 'Bring the right items back to every special character in a single Bed Wars game',
),
'HUNT_BEGINS_2018' =>
array(
'points' => 5,
'name' => 'The Hunt Begins (2018)',
'description' => 'Find 2 lobby presents',
),
'NOM_NOM' =>
array(
'points' => 5,
Expand Down Expand Up @@ -2766,7 +2796,45 @@
),
'ADVENT' =>
array(
'name' => 'Advent Calendar',
'name' => 'Advent Calendar (2017)',
'description' => 'Claim %s days in the Advent Calendar',
'tiers' =>
array(
0 =>
array(
'tier' => 1,
'points' => 5,
'amount' => 1,
),
1 =>
array(
'tier' => 2,
'points' => 10,
'amount' => 3,
),
2 =>
array(
'tier' => 3,
'points' => 15,
'amount' => 7,
),
3 =>
array(
'tier' => 4,
'points' => 20,
'amount' => 14,
),
4 =>
array(
'tier' => 5,
'points' => 25,
'amount' => 21,
),
),
),
'ADVENT_2018' =>
array(
'name' => 'Advent Calendar (2018)',
'description' => 'Claim %s days in the Advent Calendar',
'tiers' =>
array(
Expand Down Expand Up @@ -2841,7 +2909,7 @@
),
),
),
'total_points' => 355,
'total_points' => 465,
),
'copsandcrims' =>
array(
Expand Down Expand Up @@ -3640,25 +3708,25 @@
array(
'tier' => 2,
'points' => 10,
'amount' => 50,
'amount' => 25,
),
2 =>
array(
'tier' => 3,
'points' => 15,
'amount' => 100,
'amount' => 50,
),
3 =>
array(
'tier' => 4,
'points' => 20,
'amount' => 250,
'amount' => 100,
),
4 =>
array(
'tier' => 5,
'points' => 25,
'amount' => 500,
'amount' => 250,
),
),
),
Expand Down Expand Up @@ -4117,6 +4185,13 @@
'name' => 'Thinking with Portals',
'description' => 'Use a portal to teleport to a game',
),
'HOT_POTATO' =>
array(
'points' => 0,
'name' => 'Hot Potato',
'description' => 'Hot, hot, hot!',
'secret' => true,
),
'FIRST_GAME' =>
array(
'points' => 5,
Expand Down
Loading

0 comments on commit 6fb6c09

Please sign in to comment.