Skip to content

Commit

Permalink
add scouts
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Aug 28, 2023
1 parent 7eda4ef commit f14c416
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mods/STP/modules/PriorityMapper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ local mobileArty = Make("Mobile Artillery", "{categories.Mobile * categories.ART

local factory = Make("Factories", "FACTORY * STRUCTURE * TECH3, FACTORY * STRUCTURE * TECH2, FACTORY * STRUCTURE * TECH1")

local scouts = Make("Scouts", ToCategory "SCOUT")

local postfixToCategory = {
-- engineers
["l0001"] = Make("ACUs", ToCategory "COMMAND"),
Expand Down Expand Up @@ -88,14 +90,17 @@ local postfixToCategory = {
["a0203"] = gunships,
['a0305'] = gunships,
["a0102"] = Make("Interseptors", "{categories.AIR * categories.MOBILE * categories.ANTIAIR}"),
[""] = Make("", ""),

["a0101"] = scouts, -- air scout
["a0302"] = scouts, -- spy plane

-- land
["l0111"] = Make("MMLs",
"{categories.LAND * categories.MOBILE * categories.SILO * categories.TECH3, categories.LAND * categories.MOBILE * categories.SILO * categories.TECH2}"),
["l0205"] = mobileAntiAir,
["l0104"] = mobileAntiAir,
["l0304"] = mobileArty,
["l0101"] = scouts,



Expand Down

0 comments on commit f14c416

Please sign in to comment.