24.3 placement ruleset.

512/576/1040 grid/zone/siege
This commit is contained in:
2022-06-05 16:56:01 -04:00
parent 59cebf9e9b
commit 168a4f2a17
2 changed files with 242 additions and 159 deletions
+3 -3
View File
@@ -2416,9 +2416,9 @@ public class Enum {
public enum CityBoundsType {
GRID(576),
ZONE(640),
SIEGE(814);
GRID(512),
ZONE(576),
SIEGE(1040);
public final float extents;