Skip to content

Commit

Permalink
add snipers
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Aug 20, 2023
1 parent 2077921 commit 8941a4b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mods/STP/modules/PriorityMapper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local postfixToCategory = {
-- land
["l0111"] = Make("MMLs",
"{categories.LAND * categories.MOBILE * categories.SILO * categories.TECH3, categories.LAND * categories.MOBILE * categories.SILO * categories.TECH2}"),
[""] = Make("", ""),

--naval
["s0103"] = Make("Frigates", ToCategory "FRIGATE"),
Expand All @@ -44,13 +45,18 @@ postfixToCategory['l0309'] = postfixToCategory["l0105"] -- t3 engineers
postfixToCategory['a0305'] = postfixToCategory["a0203"] -- t3 gunships


local snipers = Make("Snipers", "{categories.XSL0305 + categories.XAL0305}")

local specialToCategory =
{
["xea0306"] = postfixToCategory['a0107'], -- t3 uef transport
["xel0209"] = postfixToCategory["l0105"], -- sparky
["xaa0306"] = postfixToCategory["a0204"], -- t3 torp bomber
["xra0105"] = postfixToCategory["a0203"], -- t1 cybran gunship
["xel0306"] = postfixToCategory["l0111"], -- spearhead
["xel0306"] = postfixToCategory["l0111"], -- spearhead,
["xsl0305"] = snipers, -- sera sniper,
["xal0305"] = snipers, -- aeon sniper,

}


Expand Down

0 comments on commit 8941a4b

Please sign in to comment.