[common] update level config, spawns points
This commit is contained in:
@@ -9,89 +9,34 @@ map:
|
||||
gridHeight: 26
|
||||
|
||||
bricks:
|
||||
# border
|
||||
- type: -1
|
||||
layer: 2
|
||||
armor: -1
|
||||
# none
|
||||
- type: 0
|
||||
layer: 0
|
||||
armor: 0
|
||||
# ace
|
||||
- type: 1
|
||||
layer: 0
|
||||
armor: 0
|
||||
# bush
|
||||
- type: 2
|
||||
layer: 3
|
||||
armor: 0
|
||||
# water
|
||||
- type: 3
|
||||
layer: 1
|
||||
armor: 0
|
||||
# armor
|
||||
- type: 4
|
||||
layer: 2
|
||||
armor: 2
|
||||
# brick
|
||||
- type: 5
|
||||
layer: 2
|
||||
armor: 1
|
||||
- {type: -1, layer: 2, armor: -1} # border
|
||||
- {type: 0, layer: 0, armor: 0} # none
|
||||
- {type: 1, layer: 0, armor: 0} # ace
|
||||
- {type: 2, layer: 3, armor: 0} # bush
|
||||
- {type: 3, layer: 1, armor: 0} # water
|
||||
- {type: 4, layer: 2, armor: 2} # armor
|
||||
- {type: 5, layer: 2, armor: 1} # brick
|
||||
|
||||
teams:
|
||||
- id: human
|
||||
spawnInterval: 0
|
||||
tanks:
|
||||
- group: human
|
||||
type: 0
|
||||
rate: 1
|
||||
points:
|
||||
- type: eagle
|
||||
index: -1
|
||||
x: 12
|
||||
y: 24
|
||||
direction: right
|
||||
- type: tank
|
||||
index: 0
|
||||
x: 8
|
||||
y: 24
|
||||
direction: top
|
||||
- type: tank
|
||||
index: 1
|
||||
x: 16
|
||||
y: 24
|
||||
direction: top
|
||||
- {group: human, type: 0, rate: 1}
|
||||
- id: bot
|
||||
spawnInterval: 3000
|
||||
tanks:
|
||||
- group: bot
|
||||
type: 0
|
||||
rate: 0.5
|
||||
- group: bot
|
||||
type: 1
|
||||
rate: 0.5
|
||||
- group: bot
|
||||
type: 2
|
||||
rate: 0.5
|
||||
- group: bot
|
||||
type: 3
|
||||
rate: 0.5
|
||||
points:
|
||||
- type: tank
|
||||
index: -1
|
||||
x: 0
|
||||
y: 0
|
||||
direction: bottom
|
||||
- type: tank
|
||||
index: -1
|
||||
x: 12
|
||||
y: 0
|
||||
direction: bottom
|
||||
- type: tank
|
||||
index: -1
|
||||
x: 24
|
||||
y: 0
|
||||
direction: bottom
|
||||
- {group: bot, type: 0, rate: 0.5}
|
||||
- {group: bot, type: 1, rate: 0.5}
|
||||
- {group: bot, type: 2, rate: 0.5}
|
||||
- {group: bot, type: 3, rate: 0.5}
|
||||
|
||||
points:
|
||||
- {team: human, type: eagle, index: -1, direction: right, x: 12, y: 24}
|
||||
- {team: human, type: tank, index: 0, direction: top, x: 8, y: 24}
|
||||
- {team: human, type: tank, index: 1, direction: top, x: 16, y: 24}
|
||||
- {team: bot, type: tank, index: -1, direction: bottom, x: 0, y: 0}
|
||||
- {team: bot, type: tank, index: -1, direction: bottom, x: 12, y: 0}
|
||||
- {team: bot, type: tank, index: -1, direction: bottom, x: 24, y: 0}
|
||||
|
||||
bullet: &bullet
|
||||
width: 12
|
||||
|
||||
Reference in New Issue
Block a user