← All Games

DECLASSIFIED — Act V: Nuclear Liquidation

PATTERN LIBRARY — PHILLIPS / LEGAL EDITION
Act V consolidates all patterns from Acts II and IV and adds four new legal-statutory patterns anchored to 18 U.S.C. § 793(e) and 15 U.S.C. § 78u-1. Legal patterns describe structural rhetorical mechanisms — not findings of law.
// ── SHARE BUTTON ───────────────────────────────────────────────── function shareVerdict(claimText, verdict, annotation) { // v22.1: also works with no args by pulling from current state if (typeof claimText === 'undefined' || claimText === null) { try { var c = getClaim(); claimText = (c && (c.text || c.statement || c.claim)) || '(claim)'; verdict = (typeof S !== 'undefined' && S.verdict) || ''; annotation = (c && (c.annotation || c.truthNote)) || ''; } catch(e) { return; } } if (!claimText || !verdict) return; const short = claimText.length > 100 ? claimText.slice(0,97)+'...' : claimText; const ann = (annotation||'').length > 120 ? annotation.slice(0,117)+'...' : (annotation||''); const text = `DECLASSIFIED by Sean\n\nClaim: ${short}\nVerdict: ${verdict}\n\n${ann}\n\ndeclassifiedbysean.com`; if (navigator.share) { navigator.share({title:'DECLASSIFIED: '+verdict, text}).catch(()=>{}); } else if (navigator.clipboard) { navigator.clipboard.writeText(text).then(()=>{ const btn = document.querySelector('.share-verdict-btn'); if(btn){const orig=btn.textContent;btn.textContent='COPIED \u2713';setTimeout(()=>btn.textContent=orig,2000);} }).catch(()=>{}); } } // ── PERSISTENT PROGRESS REPORTER ───────────────────────────────── function reportActProgress(actId, score, total, correct) { try { const key = 'declassified_progress'; const data = JSON.parse(localStorage.getItem(key)||'{}'); data[actId] = {score, total, correct, ts: Date.now()}; localStorage.setItem(key, JSON.stringify(data)); } catch(e) {} }
PRE-GAME BRIEFING · INOCULATION PROTOCOL · VAN DER LINDEN (2022)
Before You Begin — Pattern Recognition Briefing
Know the techniques
before you see the claims.
Research shows 33.8% reduction in misinformation susceptibility when patterns are identified before exposure rather than after. The following patterns appear in this Act. Name them. They lose power when named.
Demonstrable Falsehood
Claim directly contradicted by verifiable record.
Selective Summary
Technically sourced but material context omitted.
Cherry Picking
One favorable data point, rest suppressed.
Scope Shift
Answering at different specificity than charged.