Skip to content

Commit

Permalink
megawalls resource and level changes (reclaim update)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plancke committed Aug 4, 2018
1 parent bf59efb commit 7320be4
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 66 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The preferred method of installing this library is with
[Composer](https://getcomposer.org) by running the following from your project
root:

$ composer require "plancke/hypixel-php=^1.0.9"
$ composer require "plancke/hypixel-php=^1.0.10"

If you plan on using the mongo cache implementation you'll also need to require mongo, (suggested package)

Expand Down
85 changes: 78 additions & 7 deletions resources/game_info/Walls3.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
array(
'HUNTER' =>
array(
'id' => 'HUNTER',
'display' => 'Hunter',
'description' => 'Use superior archery skills to pelt enemies with arrows.',
'type' => 'HERO',
Expand All @@ -18,6 +19,7 @@
),
'ZOMBIE' =>
array(
'id' => 'ZOMBIE',
'display' => 'Zombie',
'description' => 'The Zombie class focuses on defensive gameplay and healing.',
'type' => 'NORMAL',
Expand All @@ -27,9 +29,11 @@
1 => 'SUPPORT',
),
'difficulty' => 2,
'starter' => true,
),
'CREEPER' =>
array(
'id' => 'CREEPER',
'display' => 'Creeper',
'description' => 'The Creeper class uses explosion based powers to win.',
'type' => 'NORMAL',
Expand All @@ -42,6 +46,7 @@
),
'ARCANIST' =>
array(
'id' => 'ARCANIST',
'display' => 'Arcanist',
'description' => 'PLACEHOLDER',
'type' => 'HERO',
Expand All @@ -54,6 +59,7 @@
),
'SHAMAN' =>
array(
'id' => 'SHAMAN',
'display' => 'Shaman',
'description' => 'PLACEHOLDER',
'type' => 'HERO',
Expand All @@ -66,6 +72,7 @@
),
'DREADLORD' =>
array(
'id' => 'DREADLORD',
'display' => 'Dreadlord',
'description' => 'PLACEHOLDER',
'type' => 'HERO',
Expand All @@ -78,6 +85,7 @@
),
'GOLEM' =>
array(
'id' => 'GOLEM',
'display' => 'Golem',
'description' => 'PLACEHOLDER',
'type' => 'HERO',
Expand All @@ -90,6 +98,7 @@
),
'SQUID' =>
array(
'id' => 'SQUID',
'display' => 'Squid',
'description' => 'Splashing around, like a Squid, because thats what Squids do. Splash.',
'type' => 'NORMAL',
Expand All @@ -102,6 +111,7 @@
),
'MOLEMAN' =>
array(
'id' => 'MOLEMAN',
'display' => 'Moleman',
'description' => 'Wanna play wacka mole...?',
'type' => 'MYTHIC',
Expand All @@ -114,6 +124,7 @@
),
'ENDERMAN' =>
array(
'id' => 'ENDERMAN',
'display' => 'Enderman',
'description' => 'The Enderman class has special teleportation powers and endurance.',
'type' => 'NORMAL',
Expand All @@ -123,9 +134,11 @@
1 => 'RUSHER',
),
'difficulty' => 2,
'starter' => true,
),
'HEROBRINE' =>
array(
'id' => 'HEROBRINE',
'display' => 'Herobrine',
'description' => 'The Herobrine class uses supernatural abilities to attack and destroy your enemies.',
'type' => 'NORMAL',
Expand All @@ -135,9 +148,11 @@
1 => 'DAMAGE',
),
'difficulty' => 1,
'starter' => true,
),
'BLAZE' =>
array(
'id' => 'BLAZE',
'display' => 'Blaze',
'description' => 'The Blaze class uses the spirit of fire to enfore flames.',
'type' => 'HERO',
Expand All @@ -150,6 +165,7 @@
),
'PIGMAN' =>
array(
'id' => 'PIGMAN',
'display' => 'Pigman',
'description' => 'Half man, half pig, half..oh wait! Feel the power of pork!',
'type' => 'HERO',
Expand All @@ -162,6 +178,7 @@
),
'SPIDER' =>
array(
'id' => 'SPIDER',
'display' => 'Spider',
'description' => 'The Spider class uses agile paths for combat.',
'type' => 'NORMAL',
Expand All @@ -174,6 +191,7 @@
),
'WEREWOLF' =>
array(
'id' => 'WEREWOLF',
'display' => 'Werewolf',
'description' => 'It\'s always full moon for this brawler.. Slice and dice your way to victory!',
'type' => 'MYTHIC',
Expand All @@ -186,6 +204,7 @@
),
'PIRATE' =>
array(
'id' => 'PIRATE',
'display' => 'Pirate',
'description' => 'Use cunning and wit to survive, or blow enemies up with parrots.',
'type' => 'HERO',
Expand All @@ -198,6 +217,7 @@
),
'PHOENIX' =>
array(
'id' => 'PHOENIX',
'display' => 'Phoenix',
'description' => 'Born from the ashes of my predecessor I shall erase you from existence!',
'type' => 'MYTHIC',
Expand All @@ -210,6 +230,7 @@
),
'SKELETON' =>
array(
'id' => 'SKELETON',
'display' => 'Skeleton',
'description' => 'The Skeleton class makes excellent use of ranged abilities and weapons.',
'type' => 'NORMAL',
Expand All @@ -219,9 +240,11 @@
1 => 'MOBILITY',
),
'difficulty' => 3,
'starter' => true,
),
'ASSASSIN' =>
array(
'id' => 'ASSASSIN',
'display' => 'Assassin',
'description' => '',
'type' => 'MYTHIC',
Expand All @@ -234,6 +257,7 @@
),
'RENEGADE' =>
array(
'id' => 'RENEGADE',
'display' => 'Renegade',
'description' => '',
'type' => 'MYTHIC',
Expand All @@ -246,6 +270,7 @@
),
'SNOWMAN' =>
array(
'id' => 'SNOWMAN',
'display' => 'Snowman',
'description' => '',
'type' => 'MYTHIC',
Expand All @@ -258,6 +283,7 @@
),
'AUTOMATON' =>
array(
'id' => 'AUTOMATON',
'display' => 'Automaton',
'description' => '',
'type' => 'MYTHIC',
Expand All @@ -270,6 +296,7 @@
),
'COW' =>
array(
'id' => 'COW',
'display' => 'Cow',
'description' => '',
'type' => 'NORMAL',
Expand All @@ -282,6 +309,7 @@
),
'SHARK' =>
array(
'id' => 'SHARK',
'display' => 'Shark',
'description' => '',
'type' => 'NORMAL',
Expand All @@ -293,15 +321,58 @@
'difficulty' => 1,
),
),
'skills' =>
array(
'SKILL' =>
array(
'id' => 'SKILL',
'field' => 'classes.%class%.skill_level_a',
'cleanName' => 'Skill',
'maxLevel' => 5,
),
'PASSIVE_1' =>
array(
'id' => 'PASSIVE_1',
'field' => 'classes.%class%.skill_level_b',
'cleanName' => 'Passive 1',
'maxLevel' => 3,
),
'PASSIVE_2' =>
array(
'id' => 'PASSIVE_2',
'field' => 'classes.%class%.skill_level_c',
'cleanName' => 'Passive 2',
'maxLevel' => 3,
),
'GATHERING' =>
array(
'id' => 'GATHERING',
'field' => 'classes.%class%.skill_level_g',
'cleanName' => 'Gathering',
'maxLevel' => 3,
),
'KIT' =>
array(
'id' => 'KIT',
'field' => 'classes.%class%.skill_level_d',
'cleanName' => 'Kit',
'maxLevel' => 5,
),
),
'fields' =>
array(
'Skill' => 'classes.%class%.skill_level_a',
'Passive 1' => 'classes.%class%.skill_level_b',
'Passive 2' => 'classes.%class%.skill_level_c',
'Kit' => 'classes.%class%.skill_level_d',
'Gathering' => 'classes.%class%.skill_level_g',
'Prestige' => 'classes.%class%.prestige',
'Enderchest' => 'classes.%class%.enderchest_rows',
'PRESTIGE' =>
array(
'id' => 'PRESTIGE',
'field' => 'classes.%class%.prestige',
'cleanName' => 'Prestige',
),
'ENDERCHEST' =>
array(
'id' => 'PRESTIGE',
'field' => 'classes.%class%.prestige',
'cleanName' => 'Prestige',
),
),
),
'modes' =>
Expand Down
Loading

0 comments on commit 7320be4

Please sign in to comment.