Skip to content

Commit

Permalink
5 new civilian base templates used in the UnitPlacer. (#417)
Browse files Browse the repository at this point in the history
* 5 new civilian base templates used in the UnitPlacer.

* Remove 2.7 mass structures.

* Updates to templates based on feedback from Sheikah, Stormlantern, IndexLibrorum
  • Loading branch information
clivepaterson authored Sep 15, 2024
1 parent 62a9ef7 commit 89241f0
Show file tree
Hide file tree
Showing 6 changed files with 1,580 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@ public class UnitPlacer {
};
public static final String[] Navy_Factory = {"ZAB9503", "ZEB9503", "ZRB9503", "ZSB9503"};
public static final String[] MEDIUM_ENEMY = {"/base_template/UEFMedium.lua", "/base_template/AeonMedium.lua"};
public static final String[] MEDIUM_RECLAIM = {"/base_template/CybranMediumReclaim.lua",
"/base_template/UEFMediumReclaim.lua"};
public static final String[] MEDIUM_RECLAIM = {
"/base_template/CybranMediumReclaim.lua",
"/base_template/UEFMediumReclaim.lua",
"/base_template/CybranBrick.lua",
"/base_template/CybranMantisBase.lua",
"/base_template/RadarAndPDBase.lua",
"/base_template/UEFPegenBase.lua",
"/base_template/UEFTitans.lua"
};
public static final int MAX_UNIT_COUNT = 800;
private final Random random;

Expand Down
Loading

0 comments on commit 89241f0

Please sign in to comment.