[common] bonuses implemented
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user