[common] added Bonus entity

This commit is contained in:
2018-02-09 16:57:33 +03:00
parent 5c57454998
commit 41c5610f9a
22 changed files with 182 additions and 40 deletions

View File

@@ -24,10 +24,10 @@ teams:
- id: bot
spawnInterval: 3000
tanks:
- {type: bot0, rate: 0.5}
- {type: bot1, rate: 0.5}
- {type: bot2, rate: 0.5}
- {type: bot3, rate: 0.5}
- {type: bot0, rate: 0.25, bonus: 1}
- {type: bot1, rate: 0.25, bonus: 1}
- {type: bot2, rate: 0.25, bonus: 1}
- {type: bot3, rate: 0.25, bonus: 1}
points:
- {team: human, type: eagle, index: -1, direction: right, x: 12, y: 24}
@@ -45,6 +45,7 @@ bullet: &bullet
tanks:
- type: human0
upgrade: human1
width: 36
height: 36
speed: 2.5
@@ -55,6 +56,7 @@ tanks:
skin: pa
- type: human1
upgrade: human2
width: 40
height: 36
speed: 3.0
@@ -65,6 +67,7 @@ tanks:
skin: pb
- type: human2
upgrade: human3
width: 40
height: 36
speed: 3.0
@@ -75,6 +78,7 @@ tanks:
skin: pc
- type: human3
upgrade: human3
width: 42
height: 38
speed: 2.9
@@ -130,3 +134,11 @@ tanks:
score: 400
hits: 3
skin: bd
bonuses:
- {type: clock}
- {type: grenade}
- {type: helmet}
- {type: life}
- {type: shovel}
- {type: star}

View File

@@ -70,3 +70,11 @@ tanks:
speed: 7.0
bullets: 1
skin: bb
bonuses:
- {type: clock}
- {type: grenade}
- {type: helmet}
- {type: life}
- {type: shovel}
- {type: star}

View File

Before

Width:  |  Height:  |  Size: 450 B

After

Width:  |  Height:  |  Size: 450 B

View File

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

View File

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

View File

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 541 B

View File

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 455 B

View File

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B