[common] add tank weapon array

This commit is contained in:
2019-08-12 22:02:28 +03:00
parent 46f2abab05
commit 314f5a480c
11 changed files with 65 additions and 48 deletions

View File

@@ -61,90 +61,83 @@ tanks:
width: 36
height: 36
speed: 2.5
bullet:
<<: *bullet
speed: 8.0
bullets: 1
skin: pa
weapons:
- bullet: {<<: *bullet, speed: 8.0}
count: 1
- type: human1
upgrade: human2
width: 40
height: 36
speed: 3.0
bullet:
<<: *bullet
speed: 8.5
bullets: 1
skin: pb
weapons:
- bullet: {<<: *bullet, speed: 8.5}
count: 1
- type: human2
upgrade: human3
width: 40
height: 36
speed: 3.0
bullet:
<<: *bullet
speed: 9.0
bullets: 2
skin: pc
weapons:
- bullet: {<<: *bullet, speed: 9.0}
count: 2
- type: human3
downgrade: human2
width: 42
height: 38
speed: 2.9
bullet:
<<: *bullet
speed: 9.0
piercing: 3
bullets: 2
skin: pd
weapons:
- bullet: {<<: *bullet, speed: 9.0, piercing: 3}
count: 2
- type: bot0
width: 38
height: 36
speed: 2.0
bullet:
<<: *bullet
speed: 7.0
bullets: 1
score: 100
skin: ba
weapons:
- bullet: {<<: *bullet, speed: 7.0}
count: 1
- type: bot1
width: 40
height: 36
speed: 4.0
bullet:
<<: *bullet
speed: 7.0
bullets: 1
score: 200
skin: bb
weapons:
- bullet: {<<: *bullet, speed: 7.0}
count: 1
- type: bot2
width: 38
height: 36
speed: 2.0
bullet:
<<: *bullet
speed: 9.0
bullets: 1
score: 300
skin: bc
weapons:
- bullet: {<<: *bullet, speed: 9.0}
count: 1
- type: bot3
width: 40
height: 36
speed: 1.8
bullet:
<<: *bullet
speed: 8.0
bullets: 1
score: 400
hits: 3
skin: bd
weapons:
- bullet: {<<: *bullet, speed: 8.0}
count: 1
bonuses:
- {score: 500, factory: freeze.team, type: clock, duration: 10}