Removed the unneeded direction parameter from catapults. No longer has to be included in the json file, won't cause crash.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"x_range": [21, 31],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 5,
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
@@ -83,7 +83,7 @@
|
||||
"x_range": [60, 70],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 5,
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
@@ -101,7 +101,7 @@
|
||||
"x_range": [71, 81],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 5,
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
@@ -143,7 +143,7 @@
|
||||
{
|
||||
"x_range": [101, 111],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"enemy_type": "witch",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
@@ -171,7 +171,7 @@
|
||||
"x_range": [140, 150],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 6,
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
@@ -219,7 +219,6 @@
|
||||
"x": 175,
|
||||
"y": 0,
|
||||
"type": "catapult",
|
||||
"direction": -1,
|
||||
"fire_interval": 4500,
|
||||
"range": 20
|
||||
},
|
||||
|
Reference in New Issue
Block a user