Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonpereira committed Dec 8, 2016
2 parents fd44c5b + 8a73cd6 commit afb3f41
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion data/angry-sheep.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Angry Sheep",
"image": "sheep.gif",
"level": 5,
"health": 30,
"health": 60,
"attack": 10,
"armor": 5,
"magic_resistance": 2,
Expand Down
2 changes: 1 addition & 1 deletion data/barbarian.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Barbarian",
"image": "barbarianbw.gif",
"level": 18,
"health": 95,
"health": 190,
"attack": 36,
"armor": 18,
"magic_resistance": 11,
Expand Down
2 changes: 1 addition & 1 deletion data/bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Bear",
"image": "bear.gif",
"level": 7,
"health": 40,
"health": 80,
"attack": 14,
"armor": 7,
"magic_resistance": 3,
Expand Down
2 changes: 1 addition & 1 deletion data/behemoth.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Behemoth",
"image": "behemoth.gif",
"level": 23,
"health": 120,
"health": 360,
"attack": 46,
"armor": 23,
"magic_resistance": 17,
Expand Down
2 changes: 1 addition & 1 deletion data/cyclops.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cyclops",
"image": "cyclops.gif",
"level": 20,
"health": 105,
"health": 210,
"attack": 40,
"armor": 20,
"magic_resistance": 15,
Expand Down
2 changes: 1 addition & 1 deletion data/demonskeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Demon Skeleton",
"image": "demonskeleton.gif",
"level": 19,
"health": 100,
"health": 250,
"attack": 38,
"armor": 19,
"magic_resistance": 15,
Expand Down
2 changes: 1 addition & 1 deletion data/goblin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Goblin",
"image": "goblin.gif",
"level": 9,
"health": 50,
"health": 80,
"attack": 18,
"armor": 9,
"magic_resistance": 5,
Expand Down
2 changes: 1 addition & 1 deletion data/lordminotaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Lord Minotaur",
"image": "lordminotaur.gif",
"level": 21,
"health": 110,
"health": 220,
"attack": 42,
"armor": 21,
"magic_resistance": 16,
Expand Down
2 changes: 1 addition & 1 deletion data/noblelion.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Lion",
"image": "noblelion.gif",
"level": 11,
"health": 60,
"health": 120,
"attack": 22,
"armor": 11,
"magic_resistance": 6,
Expand Down
2 changes: 1 addition & 1 deletion data/ogre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Ogre",
"image": "ogre.gif",
"level": 14,
"health": 75,
"health": 130,
"attack": 28,
"armor": 14,
"magic_resistance": 8,
Expand Down
2 changes: 1 addition & 1 deletion data/ogresavage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Ogre Savage",
"image": "ogresavage.gif",
"level": 15,
"health": 80,
"health": 160,
"attack": 30,
"armor": 15,
"magic_resistance": 8,
Expand Down
2 changes: 1 addition & 1 deletion data/ogreshaman.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Ogre Shaman",
"image": "ogreshaman.gif",
"level": 16,
"health": 85,
"health": 170,
"attack": 32,
"armor": 16,
"magic_resistance": 9,
Expand Down
2 changes: 1 addition & 1 deletion data/orc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Orc",
"image": "orc.gif",
"level": 10,
"health": 55,
"health": 90,
"attack": 20,
"armor": 10,
"magic_resistance": 5,
Expand Down
2 changes: 1 addition & 1 deletion data/orcberserker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Orc Berserker",
"image": "orcberserker.gif",
"level": 13,
"health": 70,
"health": 120,
"attack": 26,
"armor": 13,
"magic_resistance": 7,
Expand Down
2 changes: 1 addition & 1 deletion data/skeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Skeleton",
"image": "skeleton.gif",
"level": 12,
"health": 65,
"health": 100,
"attack": 24,
"armor": 12,
"magic_resistance": 6,
Expand Down
2 changes: 1 addition & 1 deletion data/snake.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Snake",
"image": "snake.gif",
"level": 3,
"health": 20,
"health": 25,
"attack": 6,
"armor": 3,
"magic_resistance": 1,
Expand Down
2 changes: 1 addition & 1 deletion data/tarantula.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Tarantula",
"image": "tarantula.gif",
"level": 17,
"health": 90,
"health": 110,
"attack": 34,
"armor": 17,
"magic_resistance": 10,
Expand Down
2 changes: 1 addition & 1 deletion data/tiger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Tiger",
"image": "kitty.gif",
"level": 6,
"health": 35,
"health": 70,
"attack": 12,
"armor": 6,
"magic_resistance": 2,
Expand Down
2 changes: 1 addition & 1 deletion data/toad.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Toad",
"image": "toad.gif",
"level": 2,
"health": 15,
"health": 20,
"attack": 4,
"armor": 2,
"magic_resistance": 0,
Expand Down
2 changes: 1 addition & 1 deletion data/wereboar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Wereboar",
"image": "wereboar.gif",
"level": 22,
"health": 115,
"health": 200,
"attack": 44,
"armor": 22,
"magic_resistance": 17,
Expand Down
2 changes: 1 addition & 1 deletion data/wilddog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Wild Dog",
"image": "dog.gif",
"level": 4,
"health": 25,
"health": 50,
"attack": 8,
"armor": 4,
"magic_resistance": 1,
Expand Down
2 changes: 1 addition & 1 deletion data/wildorcdwarf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Wild Orc Dwarf",
"image": "dworc.gif",
"level": 8,
"health": 45,
"health": 90,
"attack": 16,
"armor": 8,
"magic_resistance": 8,
Expand Down

0 comments on commit afb3f41

Please sign in to comment.