Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-03-26 05:47:06 +00:00
parent 1bf970d999
commit 303d4de63d
29 changed files with 1385 additions and 833 deletions
+57
View File
@@ -1792,6 +1792,12 @@ Think of it as the local population providing the intel. It's not totally realis
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CHIEF).AddLegion">CHIEF:AddLegion(Legion)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Add a LEGION to the chief's commander.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CHIEF).AddLegionRecruitMinRange">CHIEF:AddLegionRecruitMinRange(TargetCategory, MinRange)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Exclude legion recruitment that are below a minimum range to target based on the target category.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3896,6 +3902,57 @@ Think of it as the local population providing the intel. It's not totally realis
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CHIEF).AddLegionRecruitMinRange" ><strong>CHIEF:AddLegionRecruitMinRange(TargetCategory, MinRange)</strong></a></h2>
</div>
<p>Exclude legion recruitment that are below a minimum range to target based on the target category.</p>
<ul>
<li>Ex. Prevent intercepts from spawning too close to the target.</li>
</ul>
<div id= "#Functions##AddLegionRecruitMinRange" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>CHIEF</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>TargetCategory</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The target category.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>MinRange</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Minimum range in meters.</p>
</div>
</div>
</div>
</div>
</div>