[common] tanks spawn types
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
levels: 36
|
||||
game:
|
||||
levels: 36
|
||||
friendlyFire: false
|
||||
|
||||
map:
|
||||
cellWidth: 22
|
||||
@@ -39,6 +41,10 @@ bricks:
|
||||
teams:
|
||||
- id: human
|
||||
spawnInterval: 0
|
||||
tanks:
|
||||
- group: human
|
||||
type: 0
|
||||
rate: 1
|
||||
points:
|
||||
- type: eagle
|
||||
index: -1
|
||||
@@ -57,6 +63,19 @@ teams:
|
||||
direction: top
|
||||
- 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
|
||||
@@ -107,7 +126,7 @@ tanks:
|
||||
bullet:
|
||||
<<: *bullet
|
||||
speed: 9.0
|
||||
bullets: 3
|
||||
bullets: 2
|
||||
|
||||
- type: 3
|
||||
width: 42
|
||||
@@ -159,4 +178,4 @@ tanks:
|
||||
speed: 8.0
|
||||
bullets: 1
|
||||
score: 400
|
||||
hits: 4
|
||||
hits: 3
|
||||
|
||||
Reference in New Issue
Block a user