-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Work on #52 - Update some German unit links/locks - Change chit style - Anzio, St. Gloriana, and Saunders scenarios
- Loading branch information
layagyasz
committed
Jun 15, 2018
1 parent
cba4e2a
commit bdcaddf
Showing
22 changed files
with
486 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ public enum OddsCalculationFactor | |
OVERRUN, | ||
ARMORED_STACK, | ||
UNARMORED_STACK, | ||
FORT, | ||
DISRUPTED, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
scenario:_ { | ||
string:name { Anzio } | ||
byte[]:deployment-order { 0 1 } | ||
byte[]:turn-order { 0 1 } | ||
byte:turns { 16 } | ||
bool:fog-of-war { true } | ||
!environment:environment { environments.summer-grassland } | ||
random-map-configuration:map-configuration { | ||
int:width { 31 } | ||
int:height { 33 } | ||
!match-setting:match-setting { match-settings.italy-summer } | ||
} | ||
army-configuration[]:army-configurations { | ||
army-configuration:ooarai { | ||
!faction:faction { factions.japanese } | ||
byte:team { 1 } | ||
victory-condition:victory-condition { | ||
var<>:objectives { | ||
temporal-objective:flag-tank-destroyed { | ||
trigger-objective:objective { | ||
int:threshold { 1 } | ||
units-matched-objective:objective { | ||
bool:friendly { false } | ||
unit-matches-all:matcher { | ||
unit-has-status:_ { | ||
unit-status:status { destroyed } | ||
} | ||
unit-has-configuration:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.pesante-40 } | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
objective-success-trigger[]:triggers { | ||
objective-success-trigger:_ { | ||
objective-success-level:success-level { victory } | ||
int:threshold { 16 } | ||
bool:invert { true } | ||
!var:objective { objectives.flag-tank-destroyed } | ||
} | ||
} | ||
} | ||
var[]:deployment-configurations { | ||
convoy-deployment-configuration:_ { | ||
tile-on-edge:matcher { | ||
direction:edge { west } | ||
} | ||
unit-group:unit-group { | ||
string:name { Ooarai } | ||
unit-count[]:unit-counts { | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.pzkw-iv-d } | ||
int:count { 1 } | ||
} | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.stug-iii-g } | ||
int:count { 1 } | ||
} | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.pzkw-38_t } | ||
int:count { 1 } | ||
} | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.m-3-lee } | ||
int:count { 1 } | ||
} | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.otsu } | ||
int:count { 1 } | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
army-configuration:anzio { | ||
!faction:faction { factions.italian } | ||
byte:team { 2 } | ||
victory-condition:victory-condition { | ||
var<>:objectives { | ||
temporal-objective:flag-tank-destroyed { | ||
trigger-objective:objective { | ||
int:threshold { 1 } | ||
units-matched-objective:objective { | ||
bool:friendly { false } | ||
unit-matches-all:matcher { | ||
unit-has-status:_ { | ||
unit-status:status { destroyed } | ||
} | ||
unit-has-configuration:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.pzkw-38_t } | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
objective-success-trigger[]:triggers { | ||
objective-success-trigger:_ { | ||
objective-success-level:success-level { victory } | ||
int:threshold { 16 } | ||
bool:invert { true } | ||
!var:objective { objectives.flag-tank-destroyed } | ||
} | ||
} | ||
} | ||
var[]:deployment-configurations { | ||
convoy-deployment-configuration:_ { | ||
tile-on-edge:matcher { | ||
direction:edge { east } | ||
} | ||
unit-group:unit-group { | ||
string:name { Anzio } | ||
unit-count[]:unit-counts { | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.pesante-40 } | ||
int:count { 1 } | ||
} | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.semovente-75_18 } | ||
int:count { 3 } | ||
} | ||
unit-count:_ { | ||
!unit-configuration:unit-configuration { unit-configurations.leggero-3 } | ||
int:count { 6 } | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.