shaiwatcher/assets/docs/commands/PirateReportCog.encounters_migrate_ids.details.html
Franz Rolfsvaag fdd336fe91 0.4.1.0.a1
- 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
2025-08-15 06:17:52 +02:00

28 lines
1005 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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), its counted as “already accounts”.</li>
<li>If the character name maps to exactly one pirate, its updated to that pirates account.</li>
<li>If theres no pirate with that name, its counted as “not found”.</li>
<li>If multiple pirates share the same nickname, its “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>