Skip to content

Commit

Permalink
balancing map and fixing fleet svg
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjbrooks committed Feb 26, 2024
1 parent 22afe2d commit aa0e217
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 183 deletions.
30 changes: 15 additions & 15 deletions variants/beta/gatewaywest/bindata.go

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions variants/beta/gatewaywest/gatewaywest.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,6 @@ var GatewayWestVariant = common.Variant{
"per": godip.Neutral,
},
},
"mus": common.DominanceRule{
Nation: Ioway,
Dependencies: map[godip.Province]godip.Nation{
"gra": Ioway,
"nog": Ioway,
},
},
"pik": common.DominanceRule{
Nation: Illini,
Dependencies: map[godip.Province]godip.Nation{
Expand Down Expand Up @@ -217,7 +210,7 @@ func GatewayWestStart() (result *state.State, err error) {
"nis": godip.Unit{godip.Army, Otoe},
"gra": godip.Unit{godip.Army, Ioway},
"nog": godip.Unit{godip.Army, Ioway},
"cli": godip.Unit{godip.Army, Ioway},
"mus": godip.Unit{godip.Army, Ioway},
"way": godip.Unit{godip.Army, Quapaw},
"but": godip.Unit{godip.Army, Quapaw},
"bla": godip.Unit{godip.Army, Quapaw},
Expand Down Expand Up @@ -339,7 +332,7 @@ func GatewayWestGraph() *graph.Graph {
// Chariton
Prov("cha").Conn("mus", godip.Land).Conn("car", godip.Coast...).Conn("nwc", godip.Sea).Conn("noo", godip.Sea).Conn("ran", godip.Coast...).Conn("cui", godip.Land).Flag(godip.Coast...).
// Clinton
Prov("cli").Conn("nod", godip.Land).Conn("pla", godip.Land).Conn("cly", godip.Land).Conn("ray", godip.Land).Conn("gra", godip.Land).Conn("nog", godip.Land).Flag(godip.Land).SC(Ioway).
Prov("cli").Conn("nod", godip.Land).Conn("pla", godip.Land).Conn("cly", godip.Land).Conn("ray", godip.Land).Conn("gra", godip.Land).Conn("nog", godip.Land).Flag(godip.Land).
// Ray
Prov("ray").Conn("ric", godip.Coast...).Conn("gra", godip.Land).Conn("cli", godip.Land).Conn("cly", godip.Coast...).Conn("wes", godip.Sea).Flag(godip.Coast...).SC(godip.Neutral).
// North Grand
Expand Down Expand Up @@ -395,7 +388,7 @@ func GatewayWestGraph() *graph.Graph {
// St. Louis
Prov("stl").Conn("scp", godip.Sea).Conn("stc", godip.Land).Conn("sem", godip.Sea).Conn("bou", godip.Coast...).Conn("jef", godip.Coast...).Flag(godip.Coast...).SC(Illini).
// Musse
Prov("mus").Conn("gra", godip.Land).Conn("car", godip.Land).Conn("cha", godip.Land).Conn("cui", godip.Land).Flag(godip.Land).
Prov("mus").Conn("gra", godip.Land).Conn("car", godip.Land).Conn("cha", godip.Land).Conn("cui", godip.Land).Flag(godip.Land).SC(Ioway).
Done()
}

Expand Down
8 changes: 4 additions & 4 deletions variants/beta/gatewaywest/svg/fleet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aa0e217

Please sign in to comment.