- Doc site UI improvements and fixes
  - Added Discord widget
  - Fixed some styling issues
  - Added command docs briefs and details
    - Briefs are shown in the right-hand panel
    - Details can be shown by clicking `Open full details`
  - Added ShaiWatchers' logo as the site favicon
  - Moved HTML template to static file for responsiveness improvements
		
	
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h2 style="margin:0 0 .5rem 0">Quick usage — <code>/encounter</code></h2>
 | 
						||
 | 
						||
<p>Log a pirate encounter so threat scores stay fresh. Takes ~10 seconds.</p>
 | 
						||
 | 
						||
<ul>
 | 
						||
  <li><b>Pirate</b> — account (<code>Name#12345</code>) or exact character name.<br>
 | 
						||
      <small>Account is best. Character name must be unambiguous.</small></li>
 | 
						||
  <li><b>Group size</b> — integer ≥ 1 (how many pirates in that group, including them).</li>
 | 
						||
  <li><b>Kills</b> — integer ≥ 0 (0 if none/unknown).</li>
 | 
						||
  <li><b>Destructive?</b> — yes/no (e.g., base or ornithopter destroyed).</li>
 | 
						||
  <li><b>Perceived Skill</b> — 0–5 (0 = unknown).</li>
 | 
						||
</ul>
 | 
						||
 | 
						||
<p><b>Rate limit:</b> you can report the <i>same</i> pirate once every <b>10 minutes</b>.</p>
 | 
						||
 | 
						||
<div style="margin-top:.75rem">
 | 
						||
  <div class="usage">/encounter MuadDib#12345 · group 3 · kills 1 · destructive yes · skill 4</div>
 | 
						||
  <div class="usage" style="margin-top:.4rem">/encounter SandStalker · group 5 · kills 0 · destructive no · skill 2</div>
 | 
						||
</div>
 | 
						||
 | 
						||
<p style="margin-top:.75rem"><small>After you submit, you’ll get a private “Encounter recorded” message and the pirate list updates shortly after.</small></p>
 |