[common] added Type bundle

This commit is contained in:
2018-02-09 10:59:25 +03:00
parent a7effef412
commit 5c57454998
25 changed files with 214 additions and 228 deletions

View File

@@ -19,8 +19,8 @@ bricks:
team_tanks: &team_tanks
tanks:
- {group: any, type: 0, rate: 0.5}
- {group: any, type: 1, rate: 0.5}
- {type: slow, rate: 0.5}
- {type: fast, rate: 0.5}
teams:
- <<: *team_tanks
@@ -51,23 +51,22 @@ bullet: &bullet
piercing: 1
tanks:
any:
- type: 0
width: 38
height: 36
speed: 2.0
bullet:
<<: *bullet
speed: 10.0
bullets: 1
skin: bc
- type: slow
width: 38
height: 36
speed: 2.0
bullet:
<<: *bullet
speed: 10.0
bullets: 1
skin: bc
- type: 1
width: 40
height: 36
speed: 4.0
bullet:
<<: *bullet
speed: 7.0
bullets: 1
skin: bb
- type: fast
width: 40
height: 36
speed: 4.0
bullet:
<<: *bullet
speed: 7.0
bullets: 1
skin: bb