[common] bonuses implemented

This commit is contained in:
2018-02-15 17:11:41 +03:00
parent 032fa0c0ad
commit 1ae84cf5a8
14 changed files with 187 additions and 67 deletions

View File

@@ -31,15 +31,25 @@ player: &player
life: -1
control: bot
tanks:
- {type: slow, rate: 0.5}
- {type: fast, rate: 0.5}
- {type: slow, rate: 0.5, protect: 3, bonus: 0}
- {type: fast, rate: 0.5, protect: 3, bonus: 0}
human1: &human1
<<: *player
control: human
color: 0xf055a0
human2: &human2
<<: *player
control: human
color: 0xa055f0
presets:
- id: player1
teams:
- <<: *radiant
players:
- {<<: *player, index: 0, control: human, color: 0xf055a0}
- {<<: *human1, index: 0}
- {<<: *player, index: 1}
- {<<: *player, index: 2}
- {<<: *player, index: 3}
@@ -55,8 +65,8 @@ presets:
teams:
- <<: *radiant
players:
- {<<: *player, index: 0, control: human, color: 0xf055a0}
- {<<: *player, index: 1, control: human, color: 0xf055a0}
- {<<: *human1, index: 0}
- {<<: *human1, index: 1}
- {<<: *player, index: 2}
- {<<: *player, index: 3}
- {<<: *player, index: 4}
@@ -71,14 +81,14 @@ presets:
teams:
- <<: *radiant
players:
- {<<: *player, index: 0, control: human, color: 0xf055a0}
- {<<: *human1, index: 0}
- {<<: *player, index: 1}
- {<<: *player, index: 2}
- {<<: *player, index: 3}
- {<<: *player, index: 4}
- <<: *dire
players:
- {<<: *player, index: 0, control: human, color: 0xa055f0}
- {<<: *human2, index: 0}
- {<<: *player, index: 1}
- {<<: *player, index: 2}
- {<<: *player, index: 3}