- 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
28 lines
1005 B
HTML
28 lines
1005 B
HTML
<h2 style="margin:0 0 .5rem 0">What it does</h2>
|
||
<p>
|
||
Scans stored encounters and rewrites any identifier that is a <b>character name</b> to the correct
|
||
<b>account</b> for that pirate. Keeps data consistent for threat calculations.
|
||
</p>
|
||
|
||
<hr>
|
||
|
||
<h2 style="margin:.75rem 0 .5rem">How matching works</h2>
|
||
<ul>
|
||
<li>If the encounter already uses an account (<code>#</code> + five digits), it’s counted as “already accounts”.</li>
|
||
<li>If the character name maps to exactly one pirate, it’s updated to that pirate’s account.</li>
|
||
<li>If there’s no pirate with that name, it’s counted as “not found”.</li>
|
||
<li>If multiple pirates share the same nickname, it’s “ambiguous” and skipped.</li>
|
||
</ul>
|
||
|
||
<hr>
|
||
|
||
<h2 style="margin:.75rem 0 .5rem">Result</h2>
|
||
<ul>
|
||
<li>Replies with a compact summary (updated / already / ambiguous / not found).</li>
|
||
<li>Refreshes the public pirate list afterwards.</li>
|
||
</ul>
|
||
|
||
<p style="margin-top:.6rem"><small>
|
||
<b>Moderator-only.</b>
|
||
</small></p>
|