<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dennis Field &#8211; WalterFootball</title>
	<atom:link href="https://walterfootball.com/author/wfdevteam/feed" rel="self" type="application/rss+xml" />
	<link>https://walterfootball.com</link>
	<description>The most accurate NFL draft site in the world. NFL Football.  The draft, picks and fantasy.</description>
	<lastBuildDate>Fri, 19 Jun 2026 10:37:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://walterfootball.com/wp-content/uploads/2024/03/android-hd-192-150x150.png</url>
	<title>Dennis Field &#8211; WalterFootball</title>
	<link>https://walterfootball.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>2026 NBA Team Depth Chart: San Antonio Spurs</title>
		<link>https://walterfootball.com/nbateamdepthchartspurs2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20San%20Antonio%20Spurs</guid>

					<description><![CDATA[San Antonio Spurs Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>San Antonio Spurs</h3>
        <img decoding="async" src="/nba/spurs.gif"
             alt="San Antonio Spurs logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" selected>Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>V. Wembanyama</span>

                            <span>
                                · #1 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;13.7

                        · Group avg:
                        &#x2B;5.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        V. Wembanyama
                                    </div>

                                    <div class="player-meta">
                                        7-4

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    64
                                </td>

                                <td class="num">
                                    55
                                </td>

                              

                                <td class="num">
                                    29.2
                                </td>

                                <td class="num">
                                    1,866
                                </td>

                                <td class="num">
                                    &#x2B;17.57
                                </td>

                                <td class="num">
                                    -2.37
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;19.94
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;13.7
                                </td>

                                <td class="num">
                                        <span>
                                            #1 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Kornet
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    25
                                </td>

                              

                                <td class="num">
                                    21.0
                                </td>

                                <td class="num">
                                    1,430
                                </td>

                                <td class="num">
                                    &#x2B;3.62
                                </td>

                                <td class="num">
                                    &#x2B;12.63
                                </td>

                                <td class="num metric-negative">
                                    -9.00
                                </td>

                                <td class="num metric-negative">
                                    -1.4
                                </td>

                                <td class="num">
                                        <span>
                                            #43 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Olynyk
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    41
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    8.8
                                </td>

                                <td class="num">
                                    360
                                </td>

                                <td class="num">
                                    -6.00
                                </td>

                                <td class="num">
                                    &#x2B;15.26
                                </td>

                                <td class="num metric-negative">
                                    -21.25
                                </td>

                                <td class="num metric-negative">
                                    -4.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Plumlee
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    6
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    7.8
                                </td>

                                <td class="num">
                                    47
                                </td>

                                <td class="num">
                                    -15.33
                                </td>

                                <td class="num">
                                    &#x2B;10.36
                                </td>

                                <td class="num metric-negative">
                                    -25.68
                                </td>

                                <td class="num metric-negative">
                                    -5.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>Unranked</span>


                        · WF RAPM:
                        0.0

                        · Group avg:
                        -13.1
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-unranked">
                    Unranked
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Sochan
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    28
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    12.8
                                </td>

                                <td class="num">
                                    358
                                </td>

                                <td class="num">
                                    -10.33
                                </td>

                                <td class="num">
                                    &#x2B;10.61
                                </td>

                                <td class="num metric-negative">
                                    -20.94
                                </td>

                                <td class="num metric-negative">
                                    -9.7
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Biyombo
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    25
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    5.7
                                </td>

                                <td class="num">
                                    141
                                </td>

                                <td class="num">
                                    -35.99
                                </td>

                                <td class="num">
                                    &#x2B;20.27
                                </td>

                                <td class="num metric-negative">
                                    -56.26
                                </td>

                                <td class="num metric-negative">
                                    -22.6
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Minix
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-fringe">
                                        Fringe
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    3
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    2.8
                                </td>

                                <td class="num">
                                    8
                                </td>

                                <td class="num">
                                    &#x2B;75.48
                                </td>

                                <td class="num">
                                    &#x2B;9.19
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;66.29
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Champagnie</span>

                            <span>
                                · #5 / 37
                            </span>

                        · WF RAPM:
                        &#x2B;6.9

                        · Group avg:
                        &#x2B;3.8
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Champagnie
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    68
                                </td>

                              

                                <td class="num">
                                    27.6
                                </td>

                                <td class="num">
                                    2,266
                                </td>

                                <td class="num">
                                    &#x2B;11.92
                                </td>

                                <td class="num">
                                    &#x2B;3.37
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.55
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.9
                                </td>

                                <td class="num">
                                        <span>
                                            #5 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        H. Barnes
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    77
                                </td>

                                <td class="num">
                                    52
                                </td>

                              

                                <td class="num">
                                    25.8
                                </td>

                                <td class="num">
                                    1,986
                                </td>

                                <td class="num">
                                    &#x2B;7.66
                                </td>

                                <td class="num">
                                    &#x2B;7.56
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.09
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.2
                                </td>

                                <td class="num">
                                        <span>
                                            #18 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Umude
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-fringe">
                                        Fringe
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    2
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    3.3
                                </td>

                                <td class="num">
                                    7
                                </td>

                                <td class="num">
                                    -124.26
                                </td>

                                <td class="num">
                                    &#x2B;23.08
                                </td>

                                <td class="num metric-negative">
                                    -147.34
                                </td>

                                <td class="num metric-negative">
                                    -8.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>K. Johnson</span>

                            <span>
                                · #24 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;3.4

                        · Group avg:
                        &#x2B;0.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Castle
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    67
                                </td>

                              

                                <td class="num">
                                    30.0
                                </td>

                                <td class="num">
                                    2,038
                                </td>

                                <td class="num">
                                    &#x2B;10.84
                                </td>

                                <td class="num">
                                    &#x2B;6.10
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.74
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.5
                                </td>

                                <td class="num">
                                        <span>
                                            #45 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Johnson
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    23.3
                                </td>

                                <td class="num">
                                    1,911
                                </td>

                                <td class="num">
                                    &#x2B;8.46
                                </td>

                                <td class="num">
                                    &#x2B;8.12
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.35
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.4
                                </td>

                                <td class="num">
                                        <span>
                                            #24 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Bryant
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    71
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    11.5
                                </td>

                                <td class="num">
                                    818
                                </td>

                                <td class="num">
                                    &#x2B;1.00
                                </td>

                                <td class="num">
                                    &#x2B;11.63
                                </td>

                                <td class="num metric-negative">
                                    -10.63
                                </td>

                                <td class="num metric-negative">
                                    -4.1
                                </td>

                                <td class="num">
                                        <span>
                                            #71 / 84
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>D. Vassell</span>

                            <span>
                                · #7 / 70
                            </span>

                        · WF RAPM:
                        &#x2B;8.3

                        · Group avg:
                        &#x2B;7.3
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Vassell
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    67
                                </td>

                                <td class="num">
                                    65
                                </td>

                              

                                <td class="num">
                                    30.5
                                </td>

                                <td class="num">
                                    2,044
                                </td>

                                <td class="num">
                                    &#x2B;11.72
                                </td>

                                <td class="num">
                                    &#x2B;3.57
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.14
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.3
                                </td>

                                <td class="num">
                                        <span>
                                            #7 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Waters III
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    40
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    7.1
                                </td>

                                <td class="num">
                                    285
                                </td>

                                <td class="num">
                                    -2.02
                                </td>

                                <td class="num">
                                    &#x2B;11.42
                                </td>

                                <td class="num metric-negative">
                                    -13.44
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        H. Ingram
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-fringe">
                                        Fringe
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    7
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    3.7
                                </td>

                                <td class="num">
                                    26
                                </td>

                                <td class="num">
                                    -11.03
                                </td>

                                <td class="num">
                                    &#x2B;16.88
                                </td>

                                <td class="num metric-negative">
                                    -27.91
                                </td>

                                <td class="num metric-negative">
                                    -0.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>D. Harper</span>

                            <span>
                                · #20 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;4.2

                        · Group avg:
                        &#x2B;2.4
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Fox
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    72
                                </td>

                                <td class="num">
                                    72
                                </td>

                              

                                <td class="num">
                                    31.0
                                </td>

                                <td class="num">
                                    2,231
                                </td>

                                <td class="num">
                                    &#x2B;9.34
                                </td>

                                <td class="num">
                                    &#x2B;6.48
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.86
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.2
                                </td>

                                <td class="num">
                                        <span>
                                            #31 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Harper
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    69
                                </td>

                                <td class="num">
                                    4
                                </td>

                              

                                <td class="num">
                                    22.6
                                </td>

                                <td class="num">
                                    1,558
                                </td>

                                <td class="num">
                                    &#x2B;8.81
                                </td>

                                <td class="num">
                                    &#x2B;9.01
                                </td>

                                <td class="num metric-negative">
                                    -0.20
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.2
                                </td>

                                <td class="num">
                                        <span>
                                            #20 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. McLaughlin
                                    </div>

                                    <div class="player-meta">
                                        5-11

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    44
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    6.4
                                </td>

                                <td class="num">
                                    282
                                </td>

                                <td class="num">
                                    -11.93
                                </td>

                                <td class="num">
                                    &#x2B;16.48
                                </td>

                                <td class="num metric-negative">
                                    -28.41
                                </td>

                                <td class="num metric-negative">
                                    -9.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Jones Garcia
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    11
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    6.2
                                </td>

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    &#x2B;25.50
                                </td>

                                <td class="num">
                                    &#x2B;1.25
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;24.25
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;15.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartSpurs2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Denver Nuggets</title>
		<link>https://walterfootball.com/nbateamdepthchartnuggets2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Denver%20Nuggets</guid>

					<description><![CDATA[Denver Nuggets Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size roles...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Denver Nuggets</h3>
        <img decoding="async" src="/nba/nuggets.gif"
             alt="Denver Nuggets logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" selected>Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>N. Joki&#x107;</span>

                            <span>
                                · #3 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;10.9

                        · Group avg:
                        &#x2B;5.5
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Joki&#x107;
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    65
                                </td>

                                <td class="num">
                                    65
                                </td>

                              

                                <td class="num">
                                    34.8
                                </td>

                                <td class="num">
                                    2,265
                                </td>

                                <td class="num">
                                    &#x2B;11.30
                                </td>

                                <td class="num">
                                    -5.71
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;17.00
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;10.9
                                </td>

                                <td class="num">
                                        <span>
                                            #3 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Valan&#x10D;i&#x16B;nas
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    65
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    13.4
                                </td>

                                <td class="num">
                                    871
                                </td>

                                <td class="num">
                                    -2.48
                                </td>

                                <td class="num">
                                    &#x2B;9.81
                                </td>

                                <td class="num metric-negative">
                                    -12.29
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.1
                                </td>

                                <td class="num">
                                        <span>
                                            #36 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        Z. Nnaji
                                    </div>

                                    <div class="player-meta">
                                        6-10

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    52
                                </td>

                                <td class="num">
                                    4
                                </td>

                              

                                <td class="num">
                                    12.0
                                </td>

                                <td class="num">
                                    626
                                </td>

                                <td class="num">
                                    -6.90
                                </td>

                                <td class="num">
                                    &#x2B;11.74
                                </td>

                                <td class="num metric-negative">
                                    -18.64
                                </td>

                                <td class="num metric-negative">
                                    -4.9
                                </td>

                                <td class="num">
                                        <span>
                                            #54 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Holmes II
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    25
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    8.4
                                </td>

                                <td class="num">
                                    210
                                </td>

                                <td class="num">
                                    -3.89
                                </td>

                                <td class="num">
                                    &#x2B;6.12
                                </td>

                                <td class="num metric-negative">
                                    -10.02
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>A. Gordon</span>

                            <span>
                                · #6 / 37
                            </span>

                        · WF RAPM:
                        &#x2B;6.1

                        · Group avg:
                        &#x2B;4.7
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Johnson
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    54
                                </td>

                                <td class="num">
                                    54
                                </td>

                              

                                <td class="num">
                                    30.5
                                </td>

                                <td class="num">
                                    1,647
                                </td>

                                <td class="num">
                                    &#x2B;10.32
                                </td>

                                <td class="num">
                                    &#x2B;3.40
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.92
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.0
                                </td>

                                <td class="num">
                                        <span>
                                            #9 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        P. Watson
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    54
                                </td>

                                <td class="num">
                                    40
                                </td>

                              

                                <td class="num">
                                    29.6
                                </td>

                                <td class="num">
                                    1,598
                                </td>

                                <td class="num">
                                    &#x2B;6.19
                                </td>

                                <td class="num">
                                    &#x2B;2.86
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.33
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.2
                                </td>

                                <td class="num">
                                        <span>
                                            #10 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Gordon
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    36
                                </td>

                                <td class="num">
                                    33
                                </td>

                              

                                <td class="num">
                                    27.9
                                </td>

                                <td class="num">
                                    1,005
                                </td>

                                <td class="num">
                                    &#x2B;12.47
                                </td>

                                <td class="num">
                                    -2.26
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;14.73
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.1
                                </td>

                                <td class="num">
                                        <span>
                                            #6 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        H. Tyson
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    21
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    7.7
                                </td>

                                <td class="num">
                                    162
                                </td>

                                <td class="num">
                                    -5.63
                                </td>

                                <td class="num">
                                    &#x2B;7.90
                                </td>

                                <td class="num metric-negative">
                                    -13.53
                                </td>

                                <td class="num metric-negative">
                                    -1.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>T. Hardaway Jr.</span>

                            <span>
                                · #23 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;3.6

                        · Group avg:
                        &#x2B;1.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Jones
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    64
                                </td>

                                <td class="num">
                                    37
                                </td>

                              

                                <td class="num">
                                    22.1
                                </td>

                                <td class="num">
                                    1,417
                                </td>

                                <td class="num">
                                    &#x2B;1.42
                                </td>

                                <td class="num">
                                    &#x2B;8.21
                                </td>

                                <td class="num metric-negative">
                                    -6.79
                                </td>

                                <td class="num metric-negative">
                                    -0.1
                                </td>

                                <td class="num">
                                        <span>
                                            #47 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Braun
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    44
                                </td>

                                <td class="num">
                                    44
                                </td>

                              

                                <td class="num">
                                    31.8
                                </td>

                                <td class="num">
                                    1,399
                                </td>

                                <td class="num">
                                    &#x2B;9.88
                                </td>

                                <td class="num">
                                    &#x2B;0.58
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;9.30
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.3
                                </td>

                                <td class="num">
                                        <span>
                                            #28 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        T. Hardaway Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG/SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    80
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    26.6
                                </td>

                                <td class="num">
                                    2,127
                                </td>

                                <td class="num">
                                    &#x2B;3.97
                                </td>

                                <td class="num">
                                    &#x2B;6.42
                                </td>

                                <td class="num metric-negative">
                                    -2.44
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.6
                                </td>

                                <td class="num">
                                        <span>
                                            #23 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Strawther
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SG/SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    57
                                </td>

                                <td class="num">
                                    14
                                </td>

                              

                                <td class="num">
                                    15.1
                                </td>

                                <td class="num">
                                    861
                                </td>

                                <td class="num">
                                    &#x2B;1.39
                                </td>

                                <td class="num">
                                    &#x2B;7.61
                                </td>

                                <td class="num metric-negative">
                                    -6.22
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.8
                                </td>

                                <td class="num">
                                        <span>
                                            #40 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Roddy
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    5
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    14.6
                                </td>

                                <td class="num">
                                    73
                                </td>

                                <td class="num">
                                    &#x2B;2.63
                                </td>

                                <td class="num">
                                    &#x2B;10.35
                                </td>

                                <td class="num metric-negative">
                                    -7.72
                                </td>

                                <td class="num metric-negative">
                                    -3.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>Unranked</span>


                        · WF RAPM:
                        0.0

                        · Group avg:
                        0.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-unranked">
                    Unranked
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Jones
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    10
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    8.8
                                </td>

                                <td class="num">
                                    88
                                </td>

                                <td class="num">
                                    &#x2B;13.68
                                </td>

                                <td class="num">
                                    &#x2B;6.77
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.91
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.7
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Murray</span>

                            <span>
                                · #29 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;2.6

                        · Group avg:
                        -1.6
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Murray
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    75
                                </td>

                                <td class="num">
                                    75
                                </td>

                              

                                <td class="num">
                                    35.4
                                </td>

                                <td class="num">
                                    2,652
                                </td>

                                <td class="num">
                                    &#x2B;7.15
                                </td>

                                <td class="num">
                                    -0.19
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.34
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.6
                                </td>

                                <td class="num">
                                        <span>
                                            #29 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Brown
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · PG/SF/SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    4
                                </td>

                              

                                <td class="num">
                                    24.4
                                </td>

                                <td class="num">
                                    1,998
                                </td>

                                <td class="num">
                                    -1.15
                                </td>

                                <td class="num">
                                    &#x2B;11.35
                                </td>

                                <td class="num metric-negative">
                                    -12.50
                                </td>

                                <td class="num metric-negative">
                                    -8.0
                                </td>

                                <td class="num">
                                        <span>
                                            #78 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Pickett
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    50
                                </td>

                                <td class="num">
                                    18
                                </td>

                              

                                <td class="num">
                                    16.1
                                </td>

                                <td class="num">
                                    806
                                </td>

                                <td class="num">
                                    -0.71
                                </td>

                                <td class="num">
                                    &#x2B;9.46
                                </td>

                                <td class="num metric-negative">
                                    -10.17
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.2
                                </td>

                                <td class="num">
                                        <span>
                                            #39 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        T. Jones
                                    </div>

                                    <div class="player-meta">
                                        6-0

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    11
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    8.3
                                </td>

                                <td class="num">
                                    92
                                </td>

                                <td class="num">
                                    &#x2B;1.57
                                </td>

                                <td class="num">
                                    &#x2B;12.07
                                </td>

                                <td class="num metric-negative">
                                    -10.50
                                </td>

                                <td class="num metric-negative">
                                    -4.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Simpson
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    6
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    5.7
                                </td>

                                <td class="num">
                                    34
                                </td>

                                <td class="num">
                                    &#x2B;40.37
                                </td>

                                <td class="num">
                                    &#x2B;16.09
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;24.27
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartNuggets2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Minnesota Timberwolves</title>
		<link>https://walterfootball.com/nbateamdepthcharttimberwolves2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Minnesota%20Timberwolves</guid>

					<description><![CDATA[Minnesota Timberwolves Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size roles...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Minnesota Timberwolves</h3>
        <img decoding="async" src="/nba/twolves.gif"
             alt="Minnesota Timberwolves logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" selected>Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>R. Gobert</span>

                            <span>
                                · #14 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;5.1

                        · Group avg:
                        &#x2B;4.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Gobert
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    76
                                </td>

                                <td class="num">
                                    76
                                </td>

                              

                                <td class="num">
                                    31.3
                                </td>

                                <td class="num">
                                    2,380
                                </td>

                                <td class="num">
                                    &#x2B;5.16
                                </td>

                                <td class="num">
                                    &#x2B;0.67
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.49
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.1
                                </td>

                                <td class="num">
                                        <span>
                                            #14 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Beringer
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · PF/C</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    40
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    7.9
                                </td>

                                <td class="num">
                                    314
                                </td>

                                <td class="num">
                                    &#x2B;3.36
                                </td>

                                <td class="num">
                                    &#x2B;4.96
                                </td>

                                <td class="num metric-negative">
                                    -1.60
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Zikarsky
                                    </div>

                                    <div class="player-meta">
                                        7-3

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    5
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    7.3
                                </td>

                                <td class="num">
                                    36
                                </td>

                                <td class="num">
                                    &#x2B;9.21
                                </td>

                                <td class="num">
                                    -21.93
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;31.14
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>N. Reid</span>

                            <span>
                                · #18 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;3.4

                        · Group avg:
                        &#x2B;3.5
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Reid
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    77
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    26.1
                                </td>

                                <td class="num">
                                    2,007
                                </td>

                                <td class="num">
                                    &#x2B;3.49
                                </td>

                                <td class="num">
                                    &#x2B;3.20
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.29
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.4
                                </td>

                                <td class="num">
                                        <span>
                                            #18 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Miller
                                    </div>

                                    <div class="player-meta">
                                        6-10

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    19
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    5.0
                                </td>

                                <td class="num">
                                    95
                                </td>

                                <td class="num">
                                    -7.59
                                </td>

                                <td class="num">
                                    &#x2B;8.69
                                </td>

                                <td class="num metric-negative">
                                    -16.28
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        E. Freeman
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    4
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    9.3
                                </td>

                                <td class="num">
                                    37
                                </td>

                                <td class="num">
                                    &#x2B;34.83
                                </td>

                                <td class="num">
                                    &#x2B;1.24
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;33.59
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Randle</span>

                            <span>
                                · #8 / 37
                            </span>

                        · WF RAPM:
                        &#x2B;5.4

                        · Group avg:
                        &#x2B;2.3
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Randle
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF/C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    79
                                </td>

                                <td class="num">
                                    79
                                </td>

                              

                                <td class="num">
                                    33.0
                                </td>

                                <td class="num">
                                    2,610
                                </td>

                                <td class="num">
                                    &#x2B;4.27
                                </td>

                                <td class="num">
                                    &#x2B;1.80
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.47
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.4
                                </td>

                                <td class="num">
                                        <span>
                                            #8 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. McDaniels
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    73
                                </td>

                                <td class="num">
                                    73
                                </td>

                              

                                <td class="num">
                                    31.7
                                </td>

                                <td class="num">
                                    2,316
                                </td>

                                <td class="num">
                                    &#x2B;3.42
                                </td>

                                <td class="num">
                                    &#x2B;3.38
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.04
                                </td>

                                <td class="num metric-negative">
                                    -0.5
                                </td>

                                <td class="num">
                                        <span>
                                            #21 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Ingles
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF/PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    27
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    5.7
                                </td>

                                <td class="num">
                                    153
                                </td>

                                <td class="num">
                                    -3.77
                                </td>

                                <td class="num">
                                    &#x2B;1.51
                                </td>

                                <td class="num metric-negative">
                                    -5.28
                                </td>

                                <td class="num metric-negative">
                                    -7.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Clark</span>

                            <span>
                                · #33 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;1.9

                        · Group avg:
                        -1.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Clark
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    13.1
                                </td>

                                <td class="num">
                                    888
                                </td>

                                <td class="num">
                                    &#x2B;4.87
                                </td>

                                <td class="num">
                                    &#x2B;3.11
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.76
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.9
                                </td>

                                <td class="num">
                                        <span>
                                            #33 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        T. Shannon Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    43
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    12.5
                                </td>

                                <td class="num">
                                    538
                                </td>

                                <td class="num">
                                    -7.77
                                </td>

                                <td class="num">
                                    &#x2B;2.98
                                </td>

                                <td class="num metric-negative">
                                    -10.75
                                </td>

                                <td class="num metric-negative">
                                    -8.0
                                </td>

                                <td class="num">
                                        <span>
                                            #81 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Anderson
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF/PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    19
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    19.1
                                </td>

                                <td class="num">
                                    363
                                </td>

                                <td class="num">
                                    -0.13
                                </td>

                                <td class="num">
                                    &#x2B;1.65
                                </td>

                                <td class="num metric-negative">
                                    -1.78
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Phillips
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    13
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    7.2
                                </td>

                                <td class="num">
                                    94
                                </td>

                                <td class="num">
                                    -4.62
                                </td>

                                <td class="num">
                                    -7.51
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.89
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Juzang
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    21
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    4.2
                                </td>

                                <td class="num">
                                    88
                                </td>

                                <td class="num">
                                    -4.38
                                </td>

                                <td class="num">
                                    &#x2B;10.89
                                </td>

                                <td class="num metric-negative">
                                    -15.27
                                </td>

                                <td class="num metric-negative">
                                    -3.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>D. DiVincenzo</span>

                            <span>
                                · #10 / 70
                            </span>

                        · WF RAPM:
                        &#x2B;6.9

                        · Group avg:
                        &#x2B;4.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. DiVincenzo
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    82
                                </td>

                              

                                <td class="num">
                                    30.4
                                </td>

                                <td class="num">
                                    2,494
                                </td>

                                <td class="num">
                                    &#x2B;6.08
                                </td>

                                <td class="num">
                                    -1.35
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.43
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.9
                                </td>

                                <td class="num">
                                        <span>
                                            #10 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Dosunmu
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    24
                                </td>

                                <td class="num">
                                    9
                                </td>

                              

                                <td class="num">
                                    28.9
                                </td>

                                <td class="num">
                                    694
                                </td>

                                <td class="num">
                                    &#x2B;0.76
                                </td>

                                <td class="num">
                                    &#x2B;6.91
                                </td>

                                <td class="num metric-negative">
                                    -6.15
                                </td>

                                <td class="num metric-negative">
                                    -2.0
                                </td>

                                <td class="num">
                                        <span>
                                            #46 / 70
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>A. Edwards</span>

                            <span>
                                · #49 / 80
                            </span>

                        · WF RAPM:
                        -0.3

                        · Group avg:
                        -0.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Edwards
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    61
                                </td>

                                <td class="num">
                                    60
                                </td>

                              

                                <td class="num">
                                    35.0
                                </td>

                                <td class="num">
                                    2,137
                                </td>

                                <td class="num">
                                    &#x2B;3.30
                                </td>

                                <td class="num">
                                    &#x2B;0.71
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.59
                                </td>

                                <td class="num metric-negative">
                                    -0.3
                                </td>

                                <td class="num">
                                        <span>
                                            #49 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Hyland
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    71
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    16.6
                                </td>

                                <td class="num">
                                    1,177
                                </td>

                                <td class="num">
                                    &#x2B;5.22
                                </td>

                                <td class="num">
                                    &#x2B;2.83
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.39
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.0
                                </td>

                                <td class="num">
                                        <span>
                                            #34 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Conley
                                    </div>

                                    <div class="player-meta">
                                        6-1

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    54
                                </td>

                                <td class="num">
                                    15
                                </td>

                              

                                <td class="num">
                                    18.4
                                </td>

                                <td class="num">
                                    991
                                </td>

                                <td class="num">
                                    -0.15
                                </td>

                                <td class="num">
                                    &#x2B;8.29
                                </td>

                                <td class="num metric-negative">
                                    -8.44
                                </td>

                                <td class="num metric-negative">
                                    -4.2
                                </td>

                                <td class="num">
                                        <span>
                                            #69 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Dillingham
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    35
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    9.3
                                </td>

                                <td class="num">
                                    326
                                </td>

                                <td class="num">
                                    -6.48
                                </td>

                                <td class="num">
                                    &#x2B;9.04
                                </td>

                                <td class="num metric-negative">
                                    -15.52
                                </td>

                                <td class="num metric-negative">
                                    -4.6
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        Z. Pullin
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    5
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    8.5
                                </td>

                                <td class="num">
                                    43
                                </td>

                                <td class="num">
                                    &#x2B;7.89
                                </td>

                                <td class="num">
                                    &#x2B;12.40
                                </td>

                                <td class="num metric-negative">
                                    -4.51
                                </td>

                                <td class="num metric-negative">
                                    -0.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartTimberwolves2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Portland Trail Blazers</title>
		<link>https://walterfootball.com/nbateamdepthchartblazers2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Portland%20Trail%20Blazers</guid>

					<description><![CDATA[Portland Trail Blazers Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Portland Trail Blazers</h3>
        <img decoding="async" src="/nba/blazers.gif"
             alt="Portland Trail Blazers logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" selected>Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>D. Clingan</span>

                            <span>
                                · #22 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;3.6

                        · Group avg:
                        &#x2B;4.1
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Clingan
                                    </div>

                                    <div class="player-meta">
                                        7-2

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    77
                                </td>

                                <td class="num">
                                    77
                                </td>

                              

                                <td class="num">
                                    27.2
                                </td>

                                <td class="num">
                                    2,094
                                </td>

                                <td class="num">
                                    &#x2B;0.23
                                </td>

                                <td class="num">
                                    &#x2B;0.50
                                </td>

                                <td class="num metric-negative">
                                    -0.28
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.6
                                </td>

                                <td class="num">
                                        <span>
                                            #22 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Williams III
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    59
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    17.1
                                </td>

                                <td class="num">
                                    1,008
                                </td>

                                <td class="num">
                                    &#x2B;3.57
                                </td>

                                <td class="num">
                                    -2.87
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.44
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.1
                                </td>

                                <td class="num">
                                        <span>
                                            #6 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        Yang
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    43
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    7.0
                                </td>

                                <td class="num">
                                    300
                                </td>

                                <td class="num">
                                    -16.33
                                </td>

                                <td class="num">
                                    &#x2B;2.23
                                </td>

                                <td class="num metric-negative">
                                    -18.56
                                </td>

                                <td class="num metric-negative">
                                    -5.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>D. Avdija</span>

                            <span>
                                · #37 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;0.9

                        · Group avg:
                        &#x2B;0.6
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Avdija
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    66
                                </td>

                                <td class="num">
                                    66
                                </td>

                              

                                <td class="num">
                                    33.3
                                </td>

                                <td class="num">
                                    2,199
                                </td>

                                <td class="num">
                                    &#x2B;0.11
                                </td>

                                <td class="num">
                                    &#x2B;0.24
                                </td>

                                <td class="num metric-negative">
                                    -0.13
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.9
                                </td>

                                <td class="num">
                                        <span>
                                            #37 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        V. Krej&#x10D;&#xED;
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    19
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    19.2
                                </td>

                                <td class="num">
                                    364
                                </td>

                                <td class="num">
                                    &#x2B;1.98
                                </td>

                                <td class="num">
                                    -2.80
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.78
                                </td>

                                <td class="num metric-negative">
                                    -0.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Reath
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    32
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    8.1
                                </td>

                                <td class="num">
                                    258
                                </td>

                                <td class="num">
                                    -7.62
                                </td>

                                <td class="num">
                                    -1.53
                                </td>

                                <td class="num metric-negative">
                                    -6.09
                                </td>

                                <td class="num metric-negative">
                                    -0.2
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>K. Murray</span>

                            <span>
                                · #14 / 37
                            </span>

                        · WF RAPM:
                        &#x2B;2.4

                        · Group avg:
                        &#x2B;2.3
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Murray
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    57
                                </td>

                                <td class="num">
                                    15
                                </td>

                              

                                <td class="num">
                                    23.4
                                </td>

                                <td class="num">
                                    1,333
                                </td>

                                <td class="num">
                                    &#x2B;1.69
                                </td>

                                <td class="num">
                                    -2.47
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.16
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.4
                                </td>

                                <td class="num">
                                        <span>
                                            #14 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Kent
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    5
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    4.5
                                </td>

                                <td class="num">
                                    22
                                </td>

                                <td class="num">
                                    -4.27
                                </td>

                                <td class="num">
                                    &#x2B;15.67
                                </td>

                                <td class="num metric-negative">
                                    -19.94
                                </td>

                                <td class="num metric-negative">
                                    -0.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>T. Camara</span>

                            <span>
                                · #30 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;2.2

                        · Group avg:
                        -0.3
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        T. Camara
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    82
                                </td>

                              

                                <td class="num">
                                    33.3
                                </td>

                                <td class="num">
                                    2,731
                                </td>

                                <td class="num">
                                    &#x2B;0.95
                                </td>

                                <td class="num">
                                    -3.07
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.02
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.2
                                </td>

                                <td class="num">
                                        <span>
                                            #30 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Grant
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    57
                                </td>

                                <td class="num">
                                    38
                                </td>

                              

                                <td class="num">
                                    29.7
                                </td>

                                <td class="num">
                                    1,695
                                </td>

                                <td class="num">
                                    -0.62
                                </td>

                                <td class="num">
                                    -2.47
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.84
                                </td>

                                <td class="num metric-negative">
                                    -1.8
                                </td>

                                <td class="num">
                                        <span>
                                            #60 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Rupert
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    48
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    12.0
                                </td>

                                <td class="num">
                                    577
                                </td>

                                <td class="num">
                                    -10.39
                                </td>

                                <td class="num">
                                    &#x2B;1.27
                                </td>

                                <td class="num metric-negative">
                                    -11.67
                                </td>

                                <td class="num metric-negative">
                                    -8.1
                                </td>

                                <td class="num">
                                        <span>
                                            #82 / 84
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>S. Sharpe</span>

                            <span>
                                · #31 / 70
                            </span>

                        · WF RAPM:
                        &#x2B;1.1

                        · Group avg:
                        &#x2B;1.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Sharpe
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    50
                                </td>

                                <td class="num">
                                    42
                                </td>

                              

                                <td class="num">
                                    29.4
                                </td>

                                <td class="num">
                                    1,471
                                </td>

                                <td class="num">
                                    -1.76
                                </td>

                                <td class="num">
                                    -1.48
                                </td>

                                <td class="num metric-negative">
                                    -0.28
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.1
                                </td>

                                <td class="num">
                                        <span>
                                            #31 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Cissoko
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    75
                                </td>

                                <td class="num">
                                    26
                                </td>

                              

                                <td class="num">
                                    19.1
                                </td>

                                <td class="num">
                                    1,435
                                </td>

                                <td class="num">
                                    -1.91
                                </td>

                                <td class="num">
                                    &#x2B;1.01
                                </td>

                                <td class="num metric-negative">
                                    -2.92
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.3
                                </td>

                                <td class="num">
                                        <span>
                                            #37 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Thybulle
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG/SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    30
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    16.0
                                </td>

                                <td class="num">
                                    480
                                </td>

                                <td class="num">
                                    &#x2B;8.71
                                </td>

                                <td class="num">
                                    &#x2B;0.50
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.21
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.6
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Cooke
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    19
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    4.9
                                </td>

                                <td class="num">
                                    94
                                </td>

                                <td class="num">
                                    -30.24
                                </td>

                                <td class="num">
                                    -9.80
                                </td>

                                <td class="num metric-negative">
                                    -20.44
                                </td>

                                <td class="num metric-negative">
                                    -11.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Holiday</span>

                            <span>
                                · #9 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;7.5

                        · Group avg:
                        &#x2B;1.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Holiday
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    53
                                </td>

                                <td class="num">
                                    51
                                </td>

                              

                                <td class="num">
                                    29.4
                                </td>

                                <td class="num">
                                    1,560
                                </td>

                                <td class="num">
                                    &#x2B;5.78
                                </td>

                                <td class="num">
                                    -5.34
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;11.12
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.5
                                </td>

                                <td class="num">
                                        <span>
                                            #9 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Love
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    49
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    20.7
                                </td>

                                <td class="num">
                                    1,013
                                </td>

                                <td class="num">
                                    -6.40
                                </td>

                                <td class="num">
                                    &#x2B;1.46
                                </td>

                                <td class="num metric-negative">
                                    -7.86
                                </td>

                                <td class="num metric-negative">
                                    -2.0
                                </td>

                                <td class="num">
                                        <span>
                                            #57 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Henderson
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    30
                                </td>

                                <td class="num">
                                    10
                                </td>

                              

                                <td class="num">
                                    24.9
                                </td>

                                <td class="num">
                                    748
                                </td>

                                <td class="num">
                                    &#x2B;3.92
                                </td>

                                <td class="num">
                                    &#x2B;3.72
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.20
                                </td>

                                <td class="num metric-negative">
                                    -3.5
                                </td>

                                <td class="num">
                                        <span>
                                            #67 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Wesley
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    31
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    11.6
                                </td>

                                <td class="num">
                                    361
                                </td>

                                <td class="num">
                                    -9.18
                                </td>

                                <td class="num">
                                    &#x2B;8.22
                                </td>

                                <td class="num metric-negative">
                                    -17.40
                                </td>

                                <td class="num metric-negative">
                                    -8.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Youngblood
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    2
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    5.4
                                </td>

                                <td class="num">
                                    11
                                </td>

                                <td class="num">
                                    &#x2B;17.64
                                </td>

                                <td class="num">
                                    &#x2B;28.20
                                </td>

                                <td class="num metric-negative">
                                    -10.55
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe loading="lazy" id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartBlazers2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Oklahoma City Thunder</title>
		<link>https://walterfootball.com/nbateamdepthchartthunder2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Oklahoma%20City%20Thunder</guid>

					<description><![CDATA[Oklahoma City Thunder Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Oklahoma City Thunder</h3>
        <img decoding="async" src="/nba/thunder.gif"
             alt="Oklahoma City Thunder logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" selected>Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>C. Holmgren</span>

                            <span>
                                · #2 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;12.0

                        · Group avg:
                        &#x2B;8.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Holmgren
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    69
                                </td>

                                <td class="num">
                                    69
                                </td>

                              

                                <td class="num">
                                    28.9
                                </td>

                                <td class="num">
                                    1,997
                                </td>

                                <td class="num">
                                    &#x2B;16.27
                                </td>

                                <td class="num">
                                    &#x2B;7.40
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.87
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;12.0
                                </td>

                                <td class="num">
                                        <span>
                                            #2 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Carlson
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    42
                                </td>

                                <td class="num">
                                    4
                                </td>

                              

                                <td class="num">
                                    11.6
                                </td>

                                <td class="num">
                                    488
                                </td>

                                <td class="num">
                                    -2.56
                                </td>

                                <td class="num">
                                    &#x2B;17.58
                                </td>

                                <td class="num metric-negative">
                                    -20.13
                                </td>

                                <td class="num metric-negative">
                                    -3.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>I. Hartenstein</span>

                            <span>
                                · #11 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;5.8

                        · Group avg:
                        &#x2B;3.7
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        I. Hartenstein
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    47
                                </td>

                                <td class="num">
                                    46
                                </td>

                              

                                <td class="num">
                                    24.2
                                </td>

                                <td class="num">
                                    1,137
                                </td>

                                <td class="num">
                                    &#x2B;15.19
                                </td>

                                <td class="num">
                                    &#x2B;11.25
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.94
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.8
                                </td>

                                <td class="num">
                                        <span>
                                            #11 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Williams
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · F</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    65
                                </td>

                                <td class="num">
                                    11
                                </td>

                              

                                <td class="num">
                                    19.7
                                </td>

                                <td class="num">
                                    1,277
                                </td>

                                <td class="num">
                                    &#x2B;11.35
                                </td>

                                <td class="num">
                                    &#x2B;14.28
                                </td>

                                <td class="num metric-negative">
                                    -2.93
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.9
                                </td>

                                <td class="num">
                                        <span>
                                            #12 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Williams
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    56
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    15.3
                                </td>

                                <td class="num">
                                    855
                                </td>

                                <td class="num">
                                    &#x2B;3.59
                                </td>

                                <td class="num">
                                    &#x2B;13.00
                                </td>

                                <td class="num metric-negative">
                                    -9.41
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.3
                                </td>

                                <td class="num">
                                        <span>
                                            #19 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        O. Dieng
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    27
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    10.9
                                </td>

                                <td class="num">
                                    295
                                </td>

                                <td class="num">
                                    &#x2B;5.04
                                </td>

                                <td class="num">
                                    &#x2B;21.70
                                </td>

                                <td class="num metric-negative">
                                    -16.66
                                </td>

                                <td class="num metric-negative">
                                    -7.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>S. Gilgeous-Alexander</span>

                            <span>
                                · #1 / 37
                            </span>

                        · WF RAPM:
                        &#x2B;14.2

                        · Group avg:
                        &#x2B;13.8
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Gilgeous-Alexander
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    68
                                </td>

                              

                                <td class="num">
                                    33.2
                                </td>

                                <td class="num">
                                    2,259
                                </td>

                                <td class="num">
                                    &#x2B;16.55
                                </td>

                                <td class="num">
                                    &#x2B;5.40
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;11.15
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;14.2
                                </td>

                                <td class="num">
                                        <span>
                                            #1 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        P. Sandfort
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    4
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    15.8
                                </td>

                                <td class="num">
                                    63
                                </td>

                                <td class="num">
                                    -16.67
                                </td>

                                <td class="num">
                                    &#x2B;6.34
                                </td>

                                <td class="num metric-negative">
                                    -23.02
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Williams</span>

                            <span>
                                · #27 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;2.5

                        · Group avg:
                        &#x2B;0.1
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Williams
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · G</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    33
                                </td>

                                <td class="num">
                                    33
                                </td>

                              

                                <td class="num">
                                    28.4
                                </td>

                                <td class="num">
                                    936
                                </td>

                                <td class="num">
                                    &#x2B;12.26
                                </td>

                                <td class="num">
                                    &#x2B;13.16
                                </td>

                                <td class="num metric-negative">
                                    -0.90
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.5
                                </td>

                                <td class="num">
                                        <span>
                                            #27 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Wiggins
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    65
                                </td>

                                <td class="num">
                                    21
                                </td>

                              

                                <td class="num">
                                    21.8
                                </td>

                                <td class="num">
                                    1,414
                                </td>

                                <td class="num">
                                    &#x2B;6.04
                                </td>

                                <td class="num">
                                    &#x2B;13.62
                                </td>

                                <td class="num metric-negative">
                                    -7.58
                                </td>

                                <td class="num metric-negative">
                                    -1.9
                                </td>

                                <td class="num">
                                        <span>
                                            #61 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Caruso
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    56
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    18.2
                                </td>

                                <td class="num">
                                    1,020
                                </td>

                                <td class="num">
                                    &#x2B;18.91
                                </td>

                                <td class="num">
                                    &#x2B;11.09
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.82
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.0
                                </td>

                                <td class="num">
                                        <span>
                                            #5 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Topi&#x107;
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    10
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    16.0
                                </td>

                                <td class="num">
                                    160
                                </td>

                                <td class="num">
                                    -13.79
                                </td>

                                <td class="num">
                                    &#x2B;17.85
                                </td>

                                <td class="num metric-negative">
                                    -31.65
                                </td>

                                <td class="num metric-negative">
                                    -4.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Barnhizer
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    40
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    8.7
                                </td>

                                <td class="num">
                                    348
                                </td>

                                <td class="num">
                                    -14.49
                                </td>

                                <td class="num">
                                    &#x2B;14.80
                                </td>

                                <td class="num metric-negative">
                                    -29.29
                                </td>

                                <td class="num metric-negative">
                                    -16.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Boeheim
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-fringe">
                                        Fringe
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    4
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    3.8
                                </td>

                                <td class="num">
                                    15
                                </td>

                                <td class="num">
                                    &#x2B;9.60
                                </td>

                                <td class="num">
                                    &#x2B;4.88
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.72
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.7
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>A. Mitchell</span>

                            <span>
                                · #15 / 70
                            </span>

                        · WF RAPM:
                        &#x2B;4.7

                        · Group avg:
                        -0.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Dort
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SF/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    69
                                </td>

                                <td class="num">
                                    69
                                </td>

                              

                                <td class="num">
                                    26.8
                                </td>

                                <td class="num">
                                    1,848
                                </td>

                                <td class="num">
                                    &#x2B;8.31
                                </td>

                                <td class="num">
                                    &#x2B;10.99
                                </td>

                                <td class="num metric-negative">
                                    -2.68
                                </td>

                                <td class="num metric-negative">
                                    -5.9
                                </td>

                                <td class="num">
                                        <span>
                                            #67 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        I. Joe
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    71
                                </td>

                                <td class="num">
                                    9
                                </td>

                              

                                <td class="num">
                                    21.2
                                </td>

                                <td class="num">
                                    1,507
                                </td>

                                <td class="num">
                                    &#x2B;11.05
                                </td>

                                <td class="num">
                                    &#x2B;12.13
                                </td>

                                <td class="num metric-negative">
                                    -1.08
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.0
                                </td>

                                <td class="num">
                                        <span>
                                            #25 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Mitchell
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    57
                                </td>

                                <td class="num">
                                    16
                                </td>

                              

                                <td class="num">
                                    25.8
                                </td>

                                <td class="num">
                                    1,473
                                </td>

                                <td class="num">
                                    &#x2B;16.03
                                </td>

                                <td class="num">
                                    &#x2B;14.22
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.82
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.7
                                </td>

                                <td class="num">
                                        <span>
                                            #15 / 70
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>C. Wallace</span>

                            <span>
                                · #46 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;0.1

                        · Group avg:
                        &#x2B;0.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Wallace
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    77
                                </td>

                                <td class="num">
                                    58
                                </td>

                              

                                <td class="num">
                                    26.6
                                </td>

                                <td class="num">
                                    2,046
                                </td>

                                <td class="num">
                                    &#x2B;12.22
                                </td>

                                <td class="num">
                                    &#x2B;12.29
                                </td>

                                <td class="num metric-negative">
                                    -0.07
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.1
                                </td>

                                <td class="num">
                                        <span>
                                            #46 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. McCain
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · G</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    30
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    18.0
                                </td>

                                <td class="num">
                                    540
                                </td>

                                <td class="num">
                                    &#x2B;5.16
                                </td>

                                <td class="num">
                                    &#x2B;11.39
                                </td>

                                <td class="num metric-negative">
                                    -6.23
                                </td>

                                <td class="num metric-negative">
                                    -0.1
                                </td>

                                <td class="num">
                                        <span>
                                            #47 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Youngblood
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    32
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    5.4
                                </td>

                                <td class="num">
                                    174
                                </td>

                                <td class="num">
                                    -1.10
                                </td>

                                <td class="num">
                                    &#x2B;18.38
                                </td>

                                <td class="num metric-negative">
                                    -19.48
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe loading="lazy" id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartThunder2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Utah Jazz</title>
		<link>https://walterfootball.com/nbateamdepthchartjazz2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Utah%20Jazz</guid>

					<description><![CDATA[Utah Jazz Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size roles...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Utah Jazz</h3>
        <img decoding="async" src="/nba/jazz.gif"
             alt="Utah Jazz logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" selected>Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>L. Markkanen</span>

                            <span>
                                · #4 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;10.6

                        · Group avg:
                        &#x2B;9.4
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Markkanen
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    42
                                </td>

                                <td class="num">
                                    42
                                </td>

                              

                                <td class="num">
                                    34.3
                                </td>

                                <td class="num">
                                    1,443
                                </td>

                                <td class="num">
                                    -2.40
                                </td>

                                <td class="num">
                                    -10.67
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.27
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;10.6
                                </td>

                                <td class="num">
                                        <span>
                                            #4 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        W. Kessler
                                    </div>

                                    <div class="player-meta">
                                        7-2

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    5
                                </td>

                                <td class="num">
                                    5
                                </td>

                              

                                <td class="num">
                                    30.8
                                </td>

                                <td class="num">
                                    154
                                </td>

                                <td class="num">
                                    &#x2B;6.55
                                </td>

                                <td class="num">
                                    -11.07
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;17.62
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Bamba
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    2
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    19.0
                                </td>

                                <td class="num">
                                    38
                                </td>

                                <td class="num">
                                    -5.06
                                </td>

                                <td class="num">
                                    &#x2B;8.27
                                </td>

                                <td class="num metric-negative">
                                    -13.33
                                </td>

                                <td class="num metric-negative">
                                    -6.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>K. Filipowski</span>

                            <span>
                                · #4 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;7.7

                        · Group avg:
                        &#x2B;5.5
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Filipowski
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    77
                                </td>

                                <td class="num">
                                    41
                                </td>

                              

                                <td class="num">
                                    23.4
                                </td>

                                <td class="num">
                                    1,801
                                </td>

                                <td class="num">
                                    -7.01
                                </td>

                                <td class="num">
                                    -10.17
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.16
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.7
                                </td>

                                <td class="num">
                                        <span>
                                            #4 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Nurki&#x107;
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    41
                                </td>

                                <td class="num">
                                    36
                                </td>

                              

                                <td class="num">
                                    26.4
                                </td>

                                <td class="num">
                                    1,083
                                </td>

                                <td class="num">
                                    -7.76
                                </td>

                                <td class="num">
                                    -5.96
                                </td>

                                <td class="num metric-negative">
                                    -1.79
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.5
                                </td>

                                <td class="num">
                                        <span>
                                            #17 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Love
                                    </div>

                                    <div class="player-meta">
                                        6-10

                                            <span> · PF/C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    37
                                </td>

                                <td class="num">
                                    5
                                </td>

                              

                                <td class="num">
                                    16.6
                                </td>

                                <td class="num">
                                    613
                                </td>

                                <td class="num">
                                    -7.05
                                </td>

                                <td class="num">
                                    -11.90
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.85
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.8
                                </td>

                                <td class="num">
                                        <span>
                                            #22 / 57
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>A. Bailey</span>

                            <span>
                                · #33 / 37
                            </span>

                        · WF RAPM:
                        -5.8

                        · Group avg:
                        -2.4
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Bailey
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    72
                                </td>

                                <td class="num">
                                    61
                                </td>

                              

                                <td class="num">
                                    27.6
                                </td>

                                <td class="num">
                                    1,988
                                </td>

                                <td class="num">
                                    -10.77
                                </td>

                                <td class="num">
                                    -4.10
                                </td>

                                <td class="num metric-negative">
                                    -6.67
                                </td>

                                <td class="num metric-negative">
                                    -5.8
                                </td>

                                <td class="num">
                                        <span>
                                            #33 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Jackson Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-10

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    3
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    24.1
                                </td>

                                <td class="num">
                                    72
                                </td>

                                <td class="num">
                                    &#x2B;33.91
                                </td>

                                <td class="num">
                                    -14.70
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;48.62
                                </td>

                                <td class="num metric-negative">
                                    -0.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Anderson
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF/PF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    20
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    20.1
                                </td>

                                <td class="num">
                                    401
                                </td>

                                <td class="num">
                                    -9.45
                                </td>

                                <td class="num">
                                    -21.71
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;12.26
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Hinson
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    14
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    20.4
                                </td>

                                <td class="num">
                                    285
                                </td>

                                <td class="num">
                                    &#x2B;8.41
                                </td>

                                <td class="num">
                                    -11.67
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;20.08
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;9.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        T. Hendricks
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    33
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    14.9
                                </td>

                                <td class="num">
                                    492
                                </td>

                                <td class="num">
                                    -17.36
                                </td>

                                <td class="num">
                                    -6.65
                                </td>

                                <td class="num metric-negative">
                                    -10.71
                                </td>

                                <td class="num metric-negative">
                                    -3.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        O. Tshiebwe
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    27
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    16.6
                                </td>

                                <td class="num">
                                    448
                                </td>

                                <td class="num">
                                    -8.88
                                </td>

                                <td class="num">
                                    -11.55
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.67
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>S. Mykhailiuk</span>

                            <span>
                                · #18 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;5.0

                        · Group avg:
                        -1.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Williams
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    67
                                </td>

                                <td class="num">
                                    41
                                </td>

                              

                                <td class="num">
                                    24.3
                                </td>

                                <td class="num">
                                    1,631
                                </td>

                                <td class="num">
                                    -12.04
                                </td>

                                <td class="num">
                                    -5.16
                                </td>

                                <td class="num metric-negative">
                                    -6.88
                                </td>

                                <td class="num metric-negative">
                                    -4.7
                                </td>

                                <td class="num">
                                        <span>
                                            #72 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Mykhailiuk
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    50
                                </td>

                                <td class="num">
                                    41
                                </td>

                              

                                <td class="num">
                                    23.1
                                </td>

                                <td class="num">
                                    1,156
                                </td>

                                <td class="num">
                                    -2.78
                                </td>

                                <td class="num">
                                    -14.18
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;11.40
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.0
                                </td>

                                <td class="num">
                                        <span>
                                            #18 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Sensabaugh
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    75
                                </td>

                                <td class="num">
                                    22
                                </td>

                              

                                <td class="num">
                                    23.5
                                </td>

                                <td class="num">
                                    1,762
                                </td>

                                <td class="num">
                                    -10.13
                                </td>

                                <td class="num">
                                    -9.20
                                </td>

                                <td class="num metric-negative">
                                    -0.94
                                </td>

                                <td class="num metric-negative">
                                    -1.7
                                </td>

                                <td class="num">
                                        <span>
                                            #59 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Konchar
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG/SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    26
                                </td>

                                <td class="num">
                                    7
                                </td>

                              

                                <td class="num">
                                    26.2
                                </td>

                                <td class="num">
                                    680
                                </td>

                                <td class="num">
                                    -9.95
                                </td>

                                <td class="num">
                                    -9.13
                                </td>

                                <td class="num metric-negative">
                                    -0.82
                                </td>

                                <td class="num metric-negative">
                                    -1.5
                                </td>

                                <td class="num">
                                        <span>
                                            #58 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Garcia
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    5
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    33.8
                                </td>

                                <td class="num">
                                    169
                                </td>

                                <td class="num">
                                    -10.81
                                </td>

                                <td class="num">
                                    &#x2B;1.35
                                </td>

                                <td class="num metric-negative">
                                    -12.16
                                </td>

                                <td class="num metric-negative">
                                    -3.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>Unranked</span>


                        · WF RAPM:
                        0.0

                        · Group avg:
                        0.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-unranked">
                    Unranked
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Mbeng
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    15
                                </td>

                                <td class="num">
                                    5
                                </td>

                              

                                <td class="num">
                                    32.8
                                </td>

                                <td class="num">
                                    492
                                </td>

                                <td class="num">
                                    -14.34
                                </td>

                                <td class="num">
                                    -1.05
                                </td>

                                <td class="num metric-negative">
                                    -13.28
                                </td>

                                <td class="num metric-negative">
                                    -13.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>E. Harkless</span>

                            <span>
                                · #11 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;7.1

                        · Group avg:
                        -4.3
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. George
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    54
                                </td>

                                <td class="num">
                                    54
                                </td>

                              

                                <td class="num">
                                    33.1
                                </td>

                                <td class="num">
                                    1,786
                                </td>

                                <td class="num">
                                    -8.95
                                </td>

                                <td class="num">
                                    -7.35
                                </td>

                                <td class="num metric-negative">
                                    -1.60
                                </td>

                                <td class="num metric-negative">
                                    -4.9
                                </td>

                                <td class="num">
                                        <span>
                                            #73 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        I. Collier
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    59
                                </td>

                                <td class="num">
                                    19
                                </td>

                              

                                <td class="num">
                                    25.7
                                </td>

                                <td class="num">
                                    1,517
                                </td>

                                <td class="num">
                                    -13.99
                                </td>

                                <td class="num">
                                    -2.51
                                </td>

                                <td class="num metric-negative">
                                    -11.48
                                </td>

                                <td class="num metric-negative">
                                    -10.6
                                </td>

                                <td class="num">
                                        <span>
                                            #79 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        E. Harkless
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    26
                                </td>

                                <td class="num">
                                    9
                                </td>

                              

                                <td class="num">
                                    21.0
                                </td>

                                <td class="num">
                                    545
                                </td>

                                <td class="num">
                                    -2.91
                                </td>

                                <td class="num">
                                    -13.93
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;11.02
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.1
                                </td>

                                <td class="num">
                                        <span>
                                            #11 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Chandler
                                    </div>

                                    <div class="player-meta">
                                        6-0

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    11
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    32.3
                                </td>

                                <td class="num">
                                    355
                                </td>

                                <td class="num">
                                    -9.86
                                </td>

                                <td class="num">
                                    -19.73
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;9.86
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.2
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        H. Gray
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    1
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    24.8
                                </td>

                                <td class="num">
                                    25
                                </td>

                                <td class="num">
                                    -32.97
                                </td>

                                <td class="num">
                                    -14.45
                                </td>

                                <td class="num metric-negative">
                                    -18.52
                                </td>

                                <td class="num metric-negative">
                                    -3.7
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        W. Clayton Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    45
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    18.0
                                </td>

                                <td class="num">
                                    811
                                </td>

                                <td class="num">
                                    -6.92
                                </td>

                                <td class="num">
                                    -11.22
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.30
                                </td>

                                <td class="num metric-negative">
                                    -1.3
                                </td>

                                <td class="num">
                                        <span>
                                            #52 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        V. Williams Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG/PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    6
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    13.9
                                </td>

                                <td class="num">
                                    84
                                </td>

                                <td class="num">
                                    &#x2B;1.15
                                </td>

                                <td class="num">
                                    -4.22
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.37
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe loading="lazy" id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartJazz2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Golden State Warriors</title>
		<link>https://walterfootball.com/nbateamdepthchartwarriors2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Golden%20State%20Warriors</guid>

					<description><![CDATA[Golden State Warriors Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Golden State Warriors</h3>
        <img decoding="async" src="/nba/warriors.gif"
             alt="Golden State Warriors logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" selected>Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>Q. Post</span>

                            <span>
                                · #41 / 57
                            </span>

                        · WF RAPM:
                        -1.0

                        · Group avg:
                        -3.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        Q. Post
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    67
                                </td>

                                <td class="num">
                                    35
                                </td>

                              

                                <td class="num">
                                    17.3
                                </td>

                                <td class="num">
                                    1,159
                                </td>

                                <td class="num">
                                    &#x2B;1.66
                                </td>

                                <td class="num">
                                    -0.60
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.26
                                </td>

                                <td class="num metric-negative">
                                    -1.0
                                </td>

                                <td class="num">
                                        <span>
                                            #41 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Porzi&#x146;&#x123;is
                                    </div>

                                    <div class="player-meta">
                                        7-2

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    15
                                </td>

                                <td class="num">
                                    11
                                </td>

                              

                                <td class="num">
                                    23.7
                                </td>

                                <td class="num">
                                    356
                                </td>

                                <td class="num">
                                    0.00
                                </td>

                                <td class="num">
                                    -11.42
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;11.42
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.7
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Horford
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    45
                                </td>

                                <td class="num">
                                    13
                                </td>

                              

                                <td class="num">
                                    21.5
                                </td>

                                <td class="num">
                                    969
                                </td>

                                <td class="num">
                                    -1.34
                                </td>

                                <td class="num">
                                    &#x2B;3.85
                                </td>

                                <td class="num metric-negative">
                                    -5.18
                                </td>

                                <td class="num metric-negative">
                                    -3.0
                                </td>

                                <td class="num">
                                        <span>
                                            #49 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Bassey
                                    </div>

                                    <div class="player-meta">
                                        6-10

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    5
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    20.1
                                </td>

                                <td class="num">
                                    101
                                </td>

                                <td class="num">
                                    -15.26
                                </td>

                                <td class="num">
                                    &#x2B;3.10
                                </td>

                                <td class="num metric-negative">
                                    -18.36
                                </td>

                                <td class="num metric-negative">
                                    -11.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        T. Jackson-Davis
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    36
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    11.4
                                </td>

                                <td class="num">
                                    411
                                </td>

                                <td class="num">
                                    -5.72
                                </td>

                                <td class="num">
                                    &#x2B;6.63
                                </td>

                                <td class="num metric-negative">
                                    -12.36
                                </td>

                                <td class="num metric-negative">
                                    -10.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        O. Yurtseven
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    9
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    11.6
                                </td>

                                <td class="num">
                                    104
                                </td>

                                <td class="num">
                                    -10.16
                                </td>

                                <td class="num">
                                    -7.76
                                </td>

                                <td class="num metric-negative">
                                    -2.40
                                </td>

                                <td class="num metric-negative">
                                    -1.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>G. Santos</span>

                            <span>
                                · #8 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;6.3

                        · Group avg:
                        &#x2B;4.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Kuminga
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    20
                                </td>

                                <td class="num">
                                    13
                                </td>

                              

                                <td class="num">
                                    23.8
                                </td>

                                <td class="num">
                                    476
                                </td>

                                <td class="num">
                                    -1.61
                                </td>

                                <td class="num">
                                    -0.49
                                </td>

                                <td class="num metric-negative">
                                    -1.12
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.6
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        G. Santos
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    30
                                </td>

                              

                                <td class="num">
                                    20.5
                                </td>

                                <td class="num">
                                    1,395
                                </td>

                                <td class="num">
                                    &#x2B;1.41
                                </td>

                                <td class="num">
                                    -2.47
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.88
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.3
                                </td>

                                <td class="num">
                                        <span>
                                            #8 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Leons
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    25
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    11.1
                                </td>

                                <td class="num">
                                    276
                                </td>

                                <td class="num">
                                    -11.29
                                </td>

                                <td class="num">
                                    -5.24
                                </td>

                                <td class="num metric-negative">
                                    -6.04
                                </td>

                                <td class="num metric-negative">
                                    -7.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Butler III</span>

                            <span>
                                · #2 / 37
                            </span>

                        · WF RAPM:
                        &#x2B;13.4

                        · Group avg:
                        -0.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Green
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    68
                                </td>

                              

                                <td class="num">
                                    27.5
                                </td>

                                <td class="num">
                                    1,869
                                </td>

                                <td class="num">
                                    -2.95
                                </td>

                                <td class="num">
                                    &#x2B;2.23
                                </td>

                                <td class="num metric-negative">
                                    -5.18
                                </td>

                                <td class="num metric-negative">
                                    -8.8
                                </td>

                                <td class="num">
                                        <span>
                                            #37 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Butler III
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF/SG/PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    38
                                </td>

                                <td class="num">
                                    38
                                </td>

                              

                                <td class="num">
                                    31.1
                                </td>

                                <td class="num">
                                    1,182
                                </td>

                                <td class="num">
                                    &#x2B;7.72
                                </td>

                                <td class="num">
                                    -0.59
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.31
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;13.4
                                </td>

                                <td class="num">
                                        <span>
                                            #2 / 37
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>M. Moody</span>

                            <span>
                                · #9 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;6.4

                        · Group avg:
                        &#x2B;2.3
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Podziemski
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    43
                                </td>

                              

                                <td class="num">
                                    28.5
                                </td>

                                <td class="num">
                                    2,333
                                </td>

                                <td class="num">
                                    -0.53
                                </td>

                                <td class="num">
                                    -0.59
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.05
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.6
                                </td>

                                <td class="num">
                                        <span>
                                            #35 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Moody
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    60
                                </td>

                                <td class="num">
                                    49
                                </td>

                              

                                <td class="num">
                                    25.7
                                </td>

                                <td class="num">
                                    1,540
                                </td>

                                <td class="num">
                                    &#x2B;2.52
                                </td>

                                <td class="num">
                                    -0.50
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.02
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.4
                                </td>

                                <td class="num">
                                        <span>
                                            #9 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Hield
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG/SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    44
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    17.5
                                </td>

                                <td class="num">
                                    768
                                </td>

                                <td class="num">
                                    -5.62
                                </td>

                                <td class="num">
                                    &#x2B;5.57
                                </td>

                                <td class="num metric-negative">
                                    -11.19
                                </td>

                                <td class="num metric-negative">
                                    -1.2
                                </td>

                                <td class="num">
                                        <span>
                                            #54 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Williams
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    14
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    17.1
                                </td>

                                <td class="num">
                                    239
                                </td>

                                <td class="num">
                                    -16.66
                                </td>

                                <td class="num">
                                    -6.72
                                </td>

                                <td class="num metric-negative">
                                    -9.94
                                </td>

                                <td class="num metric-negative">
                                    -5.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>W. Richard</span>

                            <span>
                                · #52 / 70
                            </span>

                        · WF RAPM:
                        -2.6

                        · Group avg:
                        -2.6
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-glaring-hole">
                    Glaring Hole
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        W. Richard
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    69
                                </td>

                                <td class="num">
                                    21
                                </td>

                              

                                <td class="num">
                                    20.0
                                </td>

                                <td class="num">
                                    1,377
                                </td>

                                <td class="num">
                                    -3.10
                                </td>

                                <td class="num">
                                    &#x2B;2.90
                                </td>

                                <td class="num metric-negative">
                                    -6.00
                                </td>

                                <td class="num metric-negative">
                                    -2.6
                                </td>

                                <td class="num">
                                        <span>
                                            #52 / 70
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>S. Curry</span>

                            <span>
                                · #4 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;8.5

                        · Group avg:
                        &#x2B;4.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Curry
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    43
                                </td>

                                <td class="num">
                                    41
                                </td>

                              

                                <td class="num">
                                    30.9
                                </td>

                                <td class="num">
                                    1,329
                                </td>

                                <td class="num">
                                    &#x2B;3.11
                                </td>

                                <td class="num">
                                    &#x2B;5.41
                                </td>

                                <td class="num metric-negative">
                                    -2.30
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.5
                                </td>

                                <td class="num">
                                        <span>
                                            #4 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        P. Spencer
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    66
                                </td>

                                <td class="num">
                                    14
                                </td>

                              

                                <td class="num">
                                    18.6
                                </td>

                                <td class="num">
                                    1,229
                                </td>

                                <td class="num">
                                    -3.91
                                </td>

                                <td class="num">
                                    &#x2B;1.72
                                </td>

                                <td class="num metric-negative">
                                    -5.63
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.9
                                </td>

                                <td class="num">
                                        <span>
                                            #41 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Melton
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    49
                                </td>

                                <td class="num">
                                    24
                                </td>

                              

                                <td class="num">
                                    23.0
                                </td>

                                <td class="num">
                                    1,125
                                </td>

                                <td class="num">
                                    &#x2B;4.14
                                </td>

                                <td class="num">
                                    -3.84
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.98
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.1
                                </td>

                                <td class="num">
                                        <span>
                                            #5 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        G. Payton II
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · SG/PG/SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    73
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    15.6
                                </td>

                                <td class="num">
                                    1,142
                                </td>

                                <td class="num">
                                    -2.27
                                </td>

                                <td class="num">
                                    &#x2B;0.54
                                </td>

                                <td class="num metric-negative">
                                    -2.81
                                </td>

                                <td class="num metric-negative">
                                    -2.3
                                </td>

                                <td class="num">
                                        <span>
                                            #61 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Cryer
                                    </div>

                                    <div class="player-meta">
                                        6-1

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    18
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    16.2
                                </td>

                                <td class="num">
                                    292
                                </td>

                                <td class="num">
                                    &#x2B;0.82
                                </td>

                                <td class="num">
                                    -6.30
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.12
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.6
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Curry
                                    </div>

                                    <div class="player-meta">
                                        6-1

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    10
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    13.3
                                </td>

                                <td class="num">
                                    133
                                </td>

                                <td class="num">
                                    -0.72
                                </td>

                                <td class="num">
                                    -10.79
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;10.07
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe loading="lazy" id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartWarriors2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Los Angeles Clippers</title>
		<link>https://walterfootball.com/nbateamdepthchartclippers2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Los%20Angeles%20Clippers</guid>

					<description><![CDATA[Los Angeles Clippers Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Los Angeles Clippers</h3>
        <img decoding="async" src="/nba/clippers.gif"
             alt="Los Angeles Clippers logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" selected>Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>I. Zubac</span>

                            <span>
                                · #31 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;1.6

                        · Group avg:
                        &#x2B;0.7
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Lopez
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    75
                                </td>

                                <td class="num">
                                    40
                                </td>

                              

                                <td class="num">
                                    21.8
                                </td>

                                <td class="num">
                                    1,635
                                </td>

                                <td class="num">
                                    &#x2B;1.20
                                </td>

                                <td class="num">
                                    &#x2B;2.39
                                </td>

                                <td class="num metric-negative">
                                    -1.19
                                </td>

                                <td class="num metric-negative">
                                    -0.8
                                </td>

                                <td class="num">
                                        <span>
                                            #39 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        I. Zubac
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    43
                                </td>

                                <td class="num">
                                    42
                                </td>

                              

                                <td class="num">
                                    30.9
                                </td>

                                <td class="num">
                                    1,328
                                </td>

                                <td class="num">
                                    -0.36
                                </td>

                                <td class="num">
                                    -7.61
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.25
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.6
                                </td>

                                <td class="num">
                                        <span>
                                            #31 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        Y. Niederh&#xE4;user
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    41
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    10.3
                                </td>

                                <td class="num">
                                    424
                                </td>

                                <td class="num">
                                    &#x2B;4.53
                                </td>

                                <td class="num">
                                    &#x2B;0.37
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.16
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        P. Baldwin Jr.
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · F</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    2
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    6.1
                                </td>

                                <td class="num">
                                    12
                                </td>

                                <td class="num">
                                    &#x2B;7.85
                                </td>

                                <td class="num">
                                    &#x2B;4.01
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.84
                                </td>

                                <td class="num metric-negative">
                                    -5.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>K. Sanders</span>

                            <span>
                                · #35 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;1.2

                        · Group avg:
                        0.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Collins
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    69
                                </td>

                                <td class="num">
                                    56
                                </td>

                              

                                <td class="num">
                                    27.1
                                </td>

                                <td class="num">
                                    1,872
                                </td>

                                <td class="num">
                                    -0.56
                                </td>

                                <td class="num">
                                    -0.66
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.10
                                </td>

                                <td class="num metric-negative">
                                    -1.4
                                </td>

                                <td class="num">
                                        <span>
                                            #46 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Sanders
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    16
                                </td>

                              

                                <td class="num">
                                    19.9
                                </td>

                                <td class="num">
                                    1,353
                                </td>

                                <td class="num">
                                    &#x2B;0.60
                                </td>

                                <td class="num">
                                    &#x2B;3.19
                                </td>

                                <td class="num metric-negative">
                                    -2.59
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.2
                                </td>

                                <td class="num">
                                        <span>
                                            #35 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        I. Jackson
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    17
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    15.9
                                </td>

                                <td class="num">
                                    270
                                </td>

                                <td class="num">
                                    &#x2B;8.17
                                </td>

                                <td class="num">
                                    &#x2B;5.75
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.42
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.6
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Banton
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    2
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    4.8
                                </td>

                                <td class="num">
                                    10
                                </td>

                                <td class="num">
                                    &#x2B;9.91
                                </td>

                                <td class="num">
                                    &#x2B;5.56
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.35
                                </td>

                                <td class="num metric-negative">
                                    0.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>N. Batum</span>

                            <span>
                                · #19 / 37
                            </span>

                        · WF RAPM:
                        0.0

                        · Group avg:
                        0.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-average">
                    Average
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Batum
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF/PF/SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    74
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    17.5
                                </td>

                                <td class="num">
                                    1,295
                                </td>

                                <td class="num">
                                    -0.70
                                </td>

                                <td class="num">
                                    &#x2B;2.57
                                </td>

                                <td class="num metric-negative">
                                    -3.28
                                </td>

                                <td class="num metric-negative">
                                    0.0
                                </td>

                                <td class="num">
                                        <span>
                                            #19 / 37
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>K. Leonard</span>

                            <span>
                                · #1 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;14.6

                        · Group avg:
                        &#x2B;9.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Leonard
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    65
                                </td>

                                <td class="num">
                                    65
                                </td>

                              

                                <td class="num">
                                    32.1
                                </td>

                                <td class="num">
                                    2,085
                                </td>

                                <td class="num">
                                    &#x2B;7.94
                                </td>

                                <td class="num">
                                    -6.88
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;14.82
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;14.6
                                </td>

                                <td class="num">
                                        <span>
                                            #1 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Jones Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF/PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    50
                                </td>

                                <td class="num">
                                    45
                                </td>

                              

                                <td class="num">
                                    27.0
                                </td>

                                <td class="num">
                                    1,349
                                </td>

                                <td class="num">
                                    &#x2B;4.66
                                </td>

                                <td class="num">
                                    -2.34
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.00
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.1
                                </td>

                                <td class="num">
                                        <span>
                                            #17 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Brown
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    34
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    8.7
                                </td>

                                <td class="num">
                                    295
                                </td>

                                <td class="num">
                                    -14.50
                                </td>

                                <td class="num">
                                    -0.25
                                </td>

                                <td class="num metric-negative">
                                    -14.25
                                </td>

                                <td class="num metric-negative">
                                    -7.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Telfort
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    8
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    4.0
                                </td>

                                <td class="num">
                                    32
                                </td>

                                <td class="num">
                                    -10.49
                                </td>

                                <td class="num">
                                    -9.00
                                </td>

                                <td class="num metric-negative">
                                    -1.49
                                </td>

                                <td class="num metric-negative">
                                    -2.2
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Omier
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-fringe">
                                        Fringe
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    6
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    3.9
                                </td>

                                <td class="num">
                                    24
                                </td>

                                <td class="num">
                                    -50.70
                                </td>

                                <td class="num">
                                    &#x2B;19.79
                                </td>

                                <td class="num metric-negative">
                                    -70.50
                                </td>

                                <td class="num metric-negative">
                                    -11.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Harden</span>

                            <span>
                                · #30 / 70
                            </span>

                        · WF RAPM:
                        &#x2B;1.4

                        · Group avg:
                        &#x2B;0.1
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Harden
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    44
                                </td>

                                <td class="num">
                                    44
                                </td>

                              

                                <td class="num">
                                    35.4
                                </td>

                                <td class="num">
                                    1,559
                                </td>

                                <td class="num">
                                    &#x2B;0.52
                                </td>

                                <td class="num">
                                    -0.08
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.61
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.4
                                </td>

                                <td class="num">
                                        <span>
                                            #30 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Miller
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    60
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    22.1
                                </td>

                                <td class="num">
                                    1,325
                                </td>

                                <td class="num">
                                    -0.65
                                </td>

                                <td class="num">
                                    &#x2B;5.61
                                </td>

                                <td class="num metric-negative">
                                    -6.26
                                </td>

                                <td class="num metric-negative">
                                    -2.3
                                </td>

                                <td class="num">
                                        <span>
                                            #50 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Mathurin
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SF/SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    26
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    28.0
                                </td>

                                <td class="num">
                                    729
                                </td>

                                <td class="num">
                                    &#x2B;3.69
                                </td>

                                <td class="num">
                                    &#x2B;3.42
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.26
                                </td>

                                <td class="num metric-negative">
                                    -2.1
                                </td>

                                <td class="num">
                                        <span>
                                            #48 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Bogdanovi&#x107;
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    23
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    19.7
                                </td>

                                <td class="num">
                                    452
                                </td>

                                <td class="num">
                                    -4.57
                                </td>

                                <td class="num">
                                    -2.03
                                </td>

                                <td class="num metric-negative">
                                    -2.54
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Christie
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    55
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    8.7
                                </td>

                                <td class="num">
                                    480
                                </td>

                                <td class="num">
                                    -1.20
                                </td>

                                <td class="num">
                                    &#x2B;1.20
                                </td>

                                <td class="num metric-negative">
                                    -2.40
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.7
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>K. Dunn</span>

                            <span>
                                · #43 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;0.7

                        · Group avg:
                        -1.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Dunn
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    68
                                </td>

                              

                                <td class="num">
                                    27.2
                                </td>

                                <td class="num">
                                    2,228
                                </td>

                                <td class="num">
                                    &#x2B;1.08
                                </td>

                                <td class="num">
                                    &#x2B;1.19
                                </td>

                                <td class="num metric-negative">
                                    -0.12
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.7
                                </td>

                                <td class="num">
                                        <span>
                                            #43 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Garland
                                    </div>

                                    <div class="player-meta">
                                        6-1

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    19
                                </td>

                                <td class="num">
                                    17
                                </td>

                              

                                <td class="num">
                                    29.1
                                </td>

                                <td class="num">
                                    552
                                </td>

                                <td class="num">
                                    &#x2B;10.34
                                </td>

                                <td class="num">
                                    &#x2B;0.53
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;9.82
                                </td>

                                <td class="num metric-negative">
                                    -1.4
                                </td>

                                <td class="num">
                                        <span>
                                            #55 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. Beal
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    6
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    20.2
                                </td>

                                <td class="num">
                                    121
                                </td>

                                <td class="num">
                                    -9.13
                                </td>

                                <td class="num">
                                    &#x2B;1.72
                                </td>

                                <td class="num metric-negative">
                                    -10.85
                                </td>

                                <td class="num metric-negative">
                                    -8.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Paul
                                    </div>

                                    <div class="player-meta">
                                        6-0

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    16
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    14.2
                                </td>

                                <td class="num">
                                    228
                                </td>

                                <td class="num">
                                    -15.40
                                </td>

                                <td class="num">
                                    -3.29
                                </td>

                                <td class="num metric-negative">
                                    -12.11
                                </td>

                                <td class="num metric-negative">
                                    -10.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        T. Washington Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    16
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    5.5
                                </td>

                                <td class="num">
                                    88
                                </td>

                                <td class="num">
                                    -19.06
                                </td>

                                <td class="num">
                                    &#x2B;2.03
                                </td>

                                <td class="num metric-negative">
                                    -21.10
                                </td>

                                <td class="num metric-negative">
                                    -9.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        S. Pedulla
                                    </div>

                                    <div class="player-meta">
                                        6-1

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    7
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    4.4
                                </td>

                                <td class="num">
                                    31
                                </td>

                                <td class="num">
                                    -32.52
                                </td>

                                <td class="num">
                                    &#x2B;10.07
                                </td>

                                <td class="num metric-negative">
                                    -42.59
                                </td>

                                <td class="num metric-negative">
                                    -10.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Dennis
                                    </div>

                                    <div class="player-meta">
                                        6-1

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-fringe">
                                        Fringe
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    1
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    3.5
                                </td>

                                <td class="num">
                                    4
                                </td>

                                <td class="num">
                                    -54.29
                                </td>

                                <td class="num">
                                    -18.35
                                </td>

                                <td class="num metric-negative">
                                    -35.94
                                </td>

                                <td class="num metric-negative">
                                    -6.6
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe loading="lazy" id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartClippers2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Los Angeles Lakers</title>
		<link>https://walterfootball.com/nbateamdepthchartlakers2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Los%20Angeles%20Lakers</guid>

					<description><![CDATA[Los Angeles Lakers Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Los Angeles Lakers</h3>
        <img decoding="async" src="/nba/lakers.gif"
             alt="Los Angeles Lakers logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" selected>Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" >Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>J. Hayes</span>

                            <span>
                                · #48 / 57
                            </span>

                        · WF RAPM:
                        -2.7

                        · Group avg:
                        -3.8
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Ayton
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    72
                                </td>

                                <td class="num">
                                    72
                                </td>

                              

                                <td class="num">
                                    27.2
                                </td>

                                <td class="num">
                                    1,958
                                </td>

                                <td class="num">
                                    -0.02
                                </td>

                                <td class="num">
                                    &#x2B;3.99
                                </td>

                                <td class="num metric-negative">
                                    -4.02
                                </td>

                                <td class="num metric-negative">
                                    -5.8
                                </td>

                                <td class="num">
                                        <span>
                                            #56 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Hayes
                                    </div>

                                    <div class="player-meta">
                                        7-0

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    66
                                </td>

                                <td class="num">
                                    9
                                </td>

                              

                                <td class="num">
                                    18.3
                                </td>

                                <td class="num">
                                    1,207
                                </td>

                                <td class="num">
                                    &#x2B;2.55
                                </td>

                                <td class="num">
                                    &#x2B;0.39
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.16
                                </td>

                                <td class="num metric-negative">
                                    -2.7
                                </td>

                                <td class="num">
                                        <span>
                                            #48 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Kleber
                                    </div>

                                    <div class="player-meta">
                                        6-10

                                            <span> · PF/C</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    43
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    10.7
                                </td>

                                <td class="num">
                                    461
                                </td>

                                <td class="num">
                                    &#x2B;4.27
                                </td>

                                <td class="num">
                                    -3.74
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.01
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Koloko
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-fringe">
                                        Fringe
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    2
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    3.2
                                </td>

                                <td class="num">
                                    6
                                </td>

                                <td class="num">
                                    -98.27
                                </td>

                                <td class="num">
                                    &#x2B;9.10
                                </td>

                                <td class="num metric-negative">
                                    -107.37
                                </td>

                                <td class="num metric-negative">
                                    -0.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>L. James</span>

                            <span>
                                · #40 / 57
                            </span>

                        · WF RAPM:
                        0.0

                        · Group avg:
                        -0.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. James
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · SF/PF/PG/C/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    60
                                </td>

                                <td class="num">
                                    60
                                </td>

                              

                                <td class="num">
                                    33.2
                                </td>

                                <td class="num">
                                    1,989
                                </td>

                                <td class="num">
                                    &#x2B;2.41
                                </td>

                                <td class="num">
                                    &#x2B;3.70
                                </td>

                                <td class="num metric-negative">
                                    -1.28
                                </td>

                                <td class="num metric-positive">
                                    0.0
                                </td>

                                <td class="num">
                                        <span>
                                            #40 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Timme
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    27
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    8.7
                                </td>

                                <td class="num">
                                    235
                                </td>

                                <td class="num">
                                    -6.53
                                </td>

                                <td class="num">
                                    &#x2B;7.24
                                </td>

                                <td class="num metric-negative">
                                    -13.77
                                </td>

                                <td class="num metric-negative">
                                    -2.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>Unranked</span>


                        · WF RAPM:
                        0.0

                        · Group avg:
                        0.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-unranked">
                    Unranked
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Thiero
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF/PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    25
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    6.0
                                </td>

                                <td class="num">
                                    149
                                </td>

                                <td class="num">
                                    -11.28
                                </td>

                                <td class="num">
                                    &#x2B;3.61
                                </td>

                                <td class="num metric-negative">
                                    -14.89
                                </td>

                                <td class="num metric-negative">
                                    -5.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>L. Don&#x10D;i&#x107;</span>

                            <span>
                                · #6 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;6.6

                        · Group avg:
                        &#x2B;1.7
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Don&#x10D;i&#x107;
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    64
                                </td>

                                <td class="num">
                                    64
                                </td>

                              

                                <td class="num">
                                    35.8
                                </td>

                                <td class="num">
                                    2,289
                                </td>

                                <td class="num">
                                    &#x2B;3.98
                                </td>

                                <td class="num">
                                    -1.46
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;5.45
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.6
                                </td>

                                <td class="num">
                                        <span>
                                            #6 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. LaRavia
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    43
                                </td>

                              

                                <td class="num">
                                    25.1
                                </td>

                                <td class="num">
                                    2,061
                                </td>

                                <td class="num">
                                    &#x2B;0.56
                                </td>

                                <td class="num">
                                    &#x2B;3.06
                                </td>

                                <td class="num metric-negative">
                                    -2.51
                                </td>

                                <td class="num metric-negative">
                                    -0.2
                                </td>

                                <td class="num">
                                        <span>
                                            #48 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Hachimura
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    68
                                </td>

                                <td class="num">
                                    41
                                </td>

                              

                                <td class="num">
                                    28.3
                                </td>

                                <td class="num">
                                    1,926
                                </td>

                                <td class="num">
                                    &#x2B;2.19
                                </td>

                                <td class="num">
                                    &#x2B;2.68
                                </td>

                                <td class="num metric-negative">
                                    -0.49
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.0
                                </td>

                                <td class="num">
                                        <span>
                                            #39 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Vanderbilt
                                    </div>

                                    <div class="player-meta">
                                        6-8

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    65
                                </td>

                                <td class="num">
                                    3
                                </td>

                              

                                <td class="num">
                                    17.4
                                </td>

                                <td class="num">
                                    1,128
                                </td>

                                <td class="num">
                                    &#x2B;1.49
                                </td>

                                <td class="num">
                                    &#x2B;0.67
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.82
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.6
                                </td>

                                <td class="num">
                                        <span>
                                            #43 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Knecht
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    54
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    10.2
                                </td>

                                <td class="num">
                                    553
                                </td>

                                <td class="num">
                                    -6.77
                                </td>

                                <td class="num">
                                    &#x2B;4.12
                                </td>

                                <td class="num metric-negative">
                                    -10.89
                                </td>

                                <td class="num metric-negative">
                                    -7.0
                                </td>

                                <td class="num">
                                        <span>
                                            #78 / 84
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>A. Reaves</span>

                            <span>
                                · #9 / 70
                            </span>

                        · WF RAPM:
                        &#x2B;7.3

                        · Group avg:
                        &#x2B;6.0
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Reaves
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    51
                                </td>

                                <td class="num">
                                    45
                                </td>

                              

                                <td class="num">
                                    34.5
                                </td>

                                <td class="num">
                                    1,762
                                </td>

                                <td class="num">
                                    &#x2B;4.85
                                </td>

                                <td class="num">
                                    -1.53
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.38
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.3
                                </td>

                                <td class="num">
                                        <span>
                                            #9 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Bufkin
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    16
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    7.5
                                </td>

                                <td class="num">
                                    119
                                </td>

                                <td class="num">
                                    -27.32
                                </td>

                                <td class="num">
                                    &#x2B;9.62
                                </td>

                                <td class="num metric-negative">
                                    -36.94
                                </td>

                                <td class="num metric-negative">
                                    -11.8
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Ma&#xF1;on
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    9
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    5.1
                                </td>

                                <td class="num">
                                    46
                                </td>

                                <td class="num">
                                    &#x2B;2.08
                                </td>

                                <td class="num">
                                    -6.22
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;8.30
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>M. Smart</span>

                            <span>
                                · #1 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;11.7

                        · Group avg:
                        &#x2B;6.1
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Smart
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    62
                                </td>

                                <td class="num">
                                    54
                                </td>

                              

                                <td class="num">
                                    28.5
                                </td>

                                <td class="num">
                                    1,769
                                </td>

                                <td class="num">
                                    &#x2B;6.70
                                </td>

                                <td class="num">
                                    -2.93
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;9.63
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;11.7
                                </td>

                                <td class="num">
                                        <span>
                                            #1 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        L. Kennard
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    32
                                </td>

                                <td class="num">
                                    6
                                </td>

                              

                                <td class="num">
                                    23.0
                                </td>

                                <td class="num">
                                    737
                                </td>

                                <td class="num">
                                    &#x2B;2.28
                                </td>

                                <td class="num">
                                    &#x2B;5.91
                                </td>

                                <td class="num metric-negative">
                                    -3.63
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.0
                                </td>

                                <td class="num">
                                        <span>
                                            #36 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        G. Vincent
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    29
                                </td>

                                <td class="num">
                                    7
                                </td>

                              

                                <td class="num">
                                    19.3
                                </td>

                                <td class="num">
                                    559
                                </td>

                                <td class="num">
                                    0.00
                                </td>

                                <td class="num">
                                    &#x2B;1.50
                                </td>

                                <td class="num metric-negative">
                                    -1.50
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.2
                                </td>

                                <td class="num">
                                        <span>
                                            #32 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Smith Jr.
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    30
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    12.5
                                </td>

                                <td class="num">
                                    375
                                </td>

                                <td class="num">
                                    -1.28
                                </td>

                                <td class="num">
                                    -2.97
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.69
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.9
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        B. James
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    42
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    8.9
                                </td>

                                <td class="num">
                                    375
                                </td>

                                <td class="num">
                                    -6.01
                                </td>

                                <td class="num">
                                    &#x2B;1.76
                                </td>

                                <td class="num metric-negative">
                                    -7.76
                                </td>

                                <td class="num metric-negative">
                                    -3.5
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe loading="lazy" id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartLakers2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2026 NBA Team Depth Chart: Phoenix Suns</title>
		<link>https://walterfootball.com/nbateamdepthchartsuns2026.php</link>
		
		<dc:creator><![CDATA[Dennis Field]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:17 +0000</pubDate>
				<category><![CDATA[Draft]]></category>
		<guid isPermaLink="false">/2026%20NBA%20Team%20Depth%20Chart:%20Phoenix%20Suns</guid>

					<description><![CDATA[Phoenix Suns Team Depth Charts 76ers Blazers Bucks Bulls Cavaliers Celtics Clippers Grizzlies Hawks Heat Hornets Jazz Kings Knicks Lakers Magic Mavericks Nets Nuggets Pacers Pelicans Pistons Raptors Rockets Spurs Suns Thunder Timberwolves Warriors Wizards View Walt&#8217;s 2026 NBA Draft Build Your Own 2026 NBA Mock Draft Make Your NBA Mock Draft Functional size roles...]]></description>
										<content:encoded><![CDATA[
  

<style>
    .nba-report {
        max-width: 1280px;
        margin: 0 auto;
        padding: 24px;
    }

    .nba-report-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        margin-bottom: 18px;
    }

        .nba-report-header h1 {
            margin: 0;
        }

    .nba-report-subtitle,
    .player-meta {
        color: #666;
    }

    .nba-team-selector {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nba-team-selector select {
            min-width: 90px;
            padding: 7px 10px;
        }

    .nba-report-note {
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        background: #f7f7f7;
        border-radius: 6px;
        line-height: 1.45;
    }

    .nba-role-card {
        margin-bottom: 22px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .nba-role-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        background: #f1f3f5;
        border-bottom: 1px solid #d7d7d7;
    }

        .nba-role-card-header h2 {
            margin: 0 0 4px 0;
            font-size: 1.15rem;
        }

    .nba-role-summary {
        line-height: 1.4;
    }

    .nba-table-wrapper {
        overflow-x: auto;
    }

    .nba-depth-table {
        width: 100%;
        border-collapse: collapse;
    }

        .nba-depth-table th,
        .nba-depth-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #ececec;
            vertical-align: middle;
        }

        .nba-depth-table th {
            text-align: left;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .nba-depth-table .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

    .player-name {
        font-weight: 600;
    }

    .player-meta {
        margin-top: 2px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .rotation-badge {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: #e9ecef;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .rotation-starter {
        font-weight: 700;
    }

    .metric-positive {
        font-weight: 700;
    }

    .metric-negative {
        opacity: 0.85;
    }

    .role-tier-badge {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .role-tier-elite {
        background: #d1f7d6;
        color: #126b22;
    }

    .role-tier-solid {
        background: #e0f2ff;
        color: #075985;
    }

    .role-tier-average {
        background: #f1f3f5;
        color: #495057;
    }

    .role-tier-concern {
        background: #fff3bf;
        color: #8a6d00;
    }

    .role-tier-weakness {
        background: #ffe0b2;
        color: #9a4d00;
    }

    .role-tier-glaring-hole {
        background: #ffd6d6;
        color: #9b1c1c;
    }

    .role-tier-unranked {
        background: #e9ecef;
        color: #666;
    }

    @media (max-width: 700px) {
        .nba-report {
            padding: 12px;
        }

        .nba-report-header {
            align-items: stretch;
            flex-direction: column;
        }

        .nba-role-card-header {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    .nba-team-title {
        display: flex;
        align-items: left;
        gap: 14px;
    }

    .nba-team-logo {
        width: 58px;
        height: 58px;
        object-fit: contain;
        flex: 0 0 auto;
    }

    @media (max-width: 700px) {
        .nba-team-title {
            align-items: flex-start;
        }

        .nba-team-logo {
            width: 48px;
            height: 48px;
        }
    }

    .wf-reader-mock-card {
        border: 1px solid #d9d9d9;
        background: #f8f8f8;
        padding: 12px 14px;
        margin: 12px 0 18px 0;
        max-width: 640px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        border-radius: 6px;
    }

    .wf-reader-mock-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wf-reader-mock-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 9px;
    }

    .wf-reader-mock-button {
        display: inline-block;
        background: #1f4f82;
        color: #fff !important;
        padding: 7px 11px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
    }

        .wf-reader-mock-button:hover {
            background: #163b62;
            text-decoration: none;
        }
</style>

<script>
    function ddlTeamFilterChanged(ctl) {
        var teamVal = $(ctl).val();

        if (teamVal != "") {
            window.location = "/nbateamdepthchart" + teamVal + "2026.php";
        }
    }
</script>


<div class="nba-report">

    <div class="nba-report-header">

        <h3>Phoenix Suns</h3>
        <img decoding="async" src="/nba/suns.gif"
             alt="Phoenix Suns logo"
             class="nba-team-logo" />
                
      
       

        <select id="ddlTeamFilter" class="ddlNavMenu" style="font-size:18px;display:inline-block;" onchange="ddlTeamFilterChanged(this);">
            <option value="">Team Depth Charts</option>
                <option value="76ers" >76ers</option>
                <option value="blazers" >Blazers</option>
                <option value="bucks" >Bucks</option>
                <option value="bulls" >Bulls</option>
                <option value="cavaliers" >Cavaliers</option>
                <option value="celtics" >Celtics</option>
                <option value="clippers" >Clippers</option>
                <option value="grizzlies" >Grizzlies</option>
                <option value="hawks" >Hawks</option>
                <option value="heat" >Heat</option>
                <option value="hornets" >Hornets</option>
                <option value="jazz" >Jazz</option>
                <option value="kings" >Kings</option>
                <option value="knicks" >Knicks</option>
                <option value="lakers" >Lakers</option>
                <option value="magic" >Magic</option>
                <option value="mavericks" >Mavericks</option>
                <option value="nets" >Nets</option>
                <option value="nuggets" >Nuggets</option>
                <option value="pacers" >Pacers</option>
                <option value="pelicans" >Pelicans</option>
                <option value="pistons" >Pistons</option>
                <option value="raptors" >Raptors</option>
                <option value="rockets" >Rockets</option>
                <option value="spurs" >Spurs</option>
                <option value="suns" selected>Suns</option>
                <option value="thunder" >Thunder</option>
                <option value="timberwolves" >Timberwolves</option>
                <option value="warriors" >Warriors</option>
                <option value="wizards" >Wizards</option>
        </select>      
        
    </div>

    <div class="wf-reader-mock-card">
        <h3><a href="/nbadraft2026.php">View Walt&#8217;s 2026 NBA Draft</a></h3>

        <div class="wf-reader-mock-title">Build Your Own 2026 NBA Mock Draft</div>       
        <a class="wf-reader-mock-button" href="https://debacled.walterfootball.com/nbareadermocks/create">
            Make Your NBA Mock Draft
        </a>
    </div>



    <div class="nba-report-note">
        Functional size roles are inferred from each player’s height relative to the other four teammates
        in his five-man lineups. Listed positions are shown separately for traditional basketball context.
        A player’s functional size role does not necessarily indicate his offensive position or defensive matchup.
        On, Off, and Swing are raw team point differential per 48 minutes. WF RAPM is a first-pass adjusted
        plus-minus estimate that attempts to account for teammates and opponents.
    </div>

        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Center</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>O. Ighodaro</span>

                            <span>
                                · #9 / 57
                            </span>

                        · WF RAPM:
                        &#x2B;6.4

                        · Group avg:
                        &#x2B;4.4
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;2.0

                        · Starter avg:
                        &#x2B;3.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-solid">
                    Solid
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        M. Williams
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    60
                                </td>

                                <td class="num">
                                    55
                                </td>

                              

                                <td class="num">
                                    23.6
                                </td>

                                <td class="num">
                                    1,416
                                </td>

                                <td class="num">
                                    -1.76
                                </td>

                                <td class="num">
                                    &#x2B;2.27
                                </td>

                                <td class="num metric-negative">
                                    -4.03
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;4.0
                                </td>

                                <td class="num">
                                        <span>
                                            #17 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        O. Ighodaro
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    82
                                </td>

                                <td class="num">
                                    24
                                </td>

                              

                                <td class="num">
                                    22.1
                                </td>

                                <td class="num">
                                    1,808
                                </td>

                                <td class="num">
                                    &#x2B;4.78
                                </td>

                                <td class="num">
                                    -1.34
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.12
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.4
                                </td>

                                <td class="num">
                                        <span>
                                            #9 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Maluach
                                    </div>

                                    <div class="player-meta">
                                        7-1

                                            <span> · C</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    46
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    8.9
                                </td>

                                <td class="num">
                                    411
                                </td>

                                <td class="num">
                                    &#x2B;2.10
                                </td>

                                <td class="num">
                                    0.00
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.10
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.3
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Richards
                                    </div>

                                    <div class="player-meta">
                                        6-11

                                            <span> · C/PF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    28
                                </td>

                                <td class="num">
                                    2
                                </td>

                              

                                <td class="num">
                                    9.1
                                </td>

                                <td class="num">
                                    254
                                </td>

                                <td class="num">
                                    -10.22
                                </td>

                                <td class="num">
                                    &#x2B;3.37
                                </td>

                                <td class="num metric-negative">
                                    -13.60
                                </td>

                                <td class="num metric-negative">
                                    -3.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-1"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Big</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>D. Brooks</span>

                            <span>
                                · #50 / 57
                            </span>

                        · WF RAPM:
                        -2.8

                        · Group avg:
                        -1.2
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;1.9

                        · Starter avg:
                        &#x2B;2.2
                    </div>
                </div>

                <span class="role-tier-badge role-tier-weakness">
                    Weakness
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Brooks
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF/SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    56
                                </td>

                                <td class="num">
                                    56
                                </td>

                              

                                <td class="num">
                                    30.4
                                </td>

                                <td class="num">
                                    1,702
                                </td>

                                <td class="num">
                                    -0.85
                                </td>

                                <td class="num">
                                    &#x2B;2.36
                                </td>

                                <td class="num metric-negative">
                                    -3.21
                                </td>

                                <td class="num metric-negative">
                                    -2.8
                                </td>

                                <td class="num">
                                        <span>
                                            #50 / 57
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Fleming
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    55
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    12.2
                                </td>

                                <td class="num">
                                    673
                                </td>

                                <td class="num">
                                    &#x2B;6.63
                                </td>

                                <td class="num">
                                    -0.61
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.24
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.9
                                </td>

                                <td class="num">
                                        <span>
                                            #21 / 57
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-2"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Forward / Big Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>R. Dunn</span>

                            <span>
                                · #29 / 37
                            </span>

                        · WF RAPM:
                        -4.3

                        · Group avg:
                        -5.8
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.7

                        · Starter avg:
                        &#x2B;1.3
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. Dunn
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    70
                                </td>

                                <td class="num">
                                    16
                                </td>

                              

                                <td class="num">
                                    19.4
                                </td>

                                <td class="num">
                                    1,355
                                </td>

                                <td class="num">
                                    &#x2B;1.52
                                </td>

                                <td class="num">
                                    &#x2B;2.09
                                </td>

                                <td class="num metric-negative">
                                    -0.57
                                </td>

                                <td class="num metric-negative">
                                    -4.3
                                </td>

                                <td class="num">
                                        <span>
                                            #29 / 37
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Huntley
                                    </div>

                                    <div class="player-meta">
                                        6-9

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    4
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    10.1
                                </td>

                                <td class="num">
                                    40
                                </td>

                                <td class="num">
                                    &#x2B;17.82
                                </td>

                                <td class="num">
                                    &#x2B;11.72
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;6.11
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.0
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        N. Hayes-Davis
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    27
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    7.2
                                </td>

                                <td class="num">
                                    195
                                </td>

                                <td class="num">
                                    -17.95
                                </td>

                                <td class="num">
                                    &#x2B;5.77
                                </td>

                                <td class="num metric-negative">
                                    -23.72
                                </td>

                                <td class="num metric-negative">
                                    -18.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-3"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Wing / Forward</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>D. Booker</span>

                            <span>
                                · #3 / 84
                            </span>

                        · WF RAPM:
                        &#x2B;11.9

                        · Group avg:
                        &#x2B;1.1
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;1.8
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        R. O&#x27;Neale
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · SF</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    78
                                </td>

                                <td class="num">
                                    67
                                </td>

                              

                                <td class="num">
                                    28.4
                                </td>

                                <td class="num">
                                    2,213
                                </td>

                                <td class="num">
                                    -2.73
                                </td>

                                <td class="num">
                                    &#x2B;6.09
                                </td>

                                <td class="num metric-negative">
                                    -8.82
                                </td>

                                <td class="num metric-negative">
                                    -7.9
                                </td>

                                <td class="num">
                                        <span>
                                            #80 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        D. Booker
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG/PG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    64
                                </td>

                                <td class="num">
                                    64
                                </td>

                              

                                <td class="num">
                                    33.5
                                </td>

                                <td class="num">
                                    2,146
                                </td>

                                <td class="num">
                                    &#x2B;4.43
                                </td>

                                <td class="num">
                                    &#x2B;1.81
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.62
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;11.9
                                </td>

                                <td class="num">
                                        <span>
                                            #3 / 84
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        A. Coffey
                                    </div>

                                    <div class="player-meta">
                                        6-7

                                            <span> · SG/SF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    16
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    14.1
                                </td>

                                <td class="num">
                                    225
                                </td>

                                <td class="num">
                                    &#x2B;5.11
                                </td>

                                <td class="num">
                                    -5.22
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;10.33
                                </td>

                                <td class="num metric-negative">
                                    -3.2
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        H. Highsmith
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SF/PF</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    7
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    13.0
                                </td>

                                <td class="num">
                                    91
                                </td>

                                <td class="num">
                                    &#x2B;1.59
                                </td>

                                <td class="num">
                                    &#x2B;6.07
                                </td>

                                <td class="num metric-negative">
                                    -4.48
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        I. Livers
                                    </div>

                                    <div class="player-meta">
                                        6-6

                                            <span> · PF/SF</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    36
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    9.6
                                </td>

                                <td class="num">
                                    347
                                </td>

                                <td class="num">
                                    &#x2B;0.41
                                </td>

                                <td class="num">
                                    &#x2B;4.26
                                </td>

                                <td class="num metric-negative">
                                    -3.85
                                </td>

                                <td class="num metric-negative">
                                    -4.1
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-4"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Guard / Wing</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>G. Allen</span>

                            <span>
                                · #24 / 70
                            </span>

                        · WF RAPM:
                        &#x2B;2.2

                        · Group avg:
                        &#x2B;0.9
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.6

                        · Starter avg:
                        &#x2B;3.0
                    </div>
                </div>

                <span class="role-tier-badge role-tier-concern">
                    Concern
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        G. Allen
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    51
                                </td>

                                <td class="num">
                                    27
                                </td>

                              

                                <td class="num">
                                    28.8
                                </td>

                                <td class="num">
                                    1,467
                                </td>

                                <td class="num">
                                    &#x2B;0.36
                                </td>

                                <td class="num">
                                    -0.72
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.08
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.2
                                </td>

                                <td class="num">
                                        <span>
                                            #24 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Green
                                    </div>

                                    <div class="player-meta">
                                        6-4

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    32
                                </td>

                                <td class="num">
                                    27
                                </td>

                              

                                <td class="num">
                                    25.9
                                </td>

                                <td class="num">
                                    828
                                </td>

                                <td class="num">
                                    &#x2B;2.03
                                </td>

                                <td class="num">
                                    &#x2B;1.47
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;0.56
                                </td>

                                <td class="num metric-negative">
                                    -3.0
                                </td>

                                <td class="num">
                                        <span>
                                            #55 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Goodwin
                                    </div>

                                    <div class="player-meta">
                                        6-3

                                            <span> · PG/SG</span>
                                    <span class="rotation-badge rotation-core-rotation">
                                        Core Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    70
                                </td>

                                <td class="num">
                                    10
                                </td>

                              

                                <td class="num">
                                    22.5
                                </td>

                                <td class="num">
                                    1,572
                                </td>

                                <td class="num">
                                    &#x2B;3.18
                                </td>

                                <td class="num">
                                    &#x2B;0.48
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.70
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;1.9
                                </td>

                                <td class="num">
                                        <span>
                                            #26 / 70
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        K. Brea
                                    </div>

                                    <div class="player-meta">
                                        6-5

                                            <span> · SG</span>
                                    <span class="rotation-badge rotation-depth">
                                        Depth
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    12
                                </td>

                                <td class="num">
                                    0
                                </td>

                              

                                <td class="num">
                                    7.0
                                </td>

                                <td class="num">
                                    84
                                </td>

                                <td class="num">
                                    -2.86
                                </td>

                                <td class="num">
                                    -1.56
                                </td>

                                <td class="num metric-negative">
                                    -1.30
                                </td>

                                <td class="num metric-negative">
                                    -4.4
                                </td>

                                <td class="num">
                                        <span>&#8211;</span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-5"></div>
        <section class="nba-role-card">
            <div class="nba-role-card-header">
                <div class="nba-role-summary">
                    <h2>Functional Guard</h2>

                    <div class="nba-report-subtitle">
                        Top role player:
                            <span>C. Gillespie</span>

                            <span>
                                · #3 / 80
                            </span>

                        · WF RAPM:
                        &#x2B;9.0

                        · Group avg:
                        &#x2B;7.5
                    </div>

                    <div class="nba-report-subtitle">
                        League role avg:
                        &#x2B;0.9

                        · Starter avg:
                        &#x2B;2.6
                    </div>
                </div>

                <span class="role-tier-badge role-tier-elite">
                    Elite
                </span>
            </div>

            <div class="nba-table-wrapper">
                <table class="nba-depth-table">
                    <thead>
                        <tr>
                            <th>Player</th>
                          
                            <th class="num">G</th>
                            <th class="num">GS</th>
                         
                            <th class="num">MPG</th>
                            <th class="num">Min</th>
                            <th class="num">On</th>
                            <th class="num">Off</th>
                            <th class="num">Swing</th>
                            <th class="num">WF RAPM</th>
                            <th class="num">Role Rank</th>
                        </tr>
                    </thead>

                    <tbody>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        C. Gillespie
                                    </div>

                                    <div class="player-meta">
                                        6-1

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-starter">
                                        Starter
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    80
                                </td>

                                <td class="num">
                                    58
                                </td>

                              

                                <td class="num">
                                    28.5
                                </td>

                                <td class="num">
                                    2,282
                                </td>

                                <td class="num">
                                    &#x2B;4.02
                                </td>

                                <td class="num">
                                    -3.26
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;7.28
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;9.0
                                </td>

                                <td class="num">
                                        <span>
                                            #3 / 80
                                        </span>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div class="player-name">
                                        J. Bouyea
                                    </div>

                                    <div class="player-meta">
                                        6-2

                                            <span> · PG</span>
                                    <span class="rotation-badge rotation-rotation">
                                        Rotation
                                    </span>
                                       
                                    </div>
                                </td>

                              

                                <td class="num">
                                    46
                                </td>

                                <td class="num">
                                    1
                                </td>

                              

                                <td class="num">
                                    14.0
                                </td>

                                <td class="num">
                                    644
                                </td>

                                <td class="num">
                                    &#x2B;1.64
                                </td>

                                <td class="num">
                                    -1.77
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;3.41
                                </td>

                                <td class="num metric-positive">
                                    &#x2B;2.3
                                </td>

                                <td class="num">
                                        <span>
                                            #30 / 80
                                        </span>
                                </td>
                            </tr>
                    </tbody>
                </table>
            </div>
        </section>
        <div id="mtc-incontent-ad-6"></div>

</div>
<br />
 <div id="comments">
      <script type="text/javascript">
            window.addEventListener('message', function (e) {       
                if (e.origin === 'https://debacled.walterfootball.com' || e.origin === 'https://localhost:44379') {
                    const iframeHeight = e.data.height + 125;                
                    document.getElementById('ifrClassicComments').height = iframeHeight + "px";               
                }
            });
        </script>  
     <iframe loading="lazy" id="ifrClassicComments" src="https://debacled.walterfootball.com/commentboard/framedwp/nbateamdepthchartSuns2026" scrolling="no" onload="resizeIframe2(this);" height="450" width="100%" frameborder="0"></iframe>   
</div>

]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 35/89 objects using Disk
Page Caching using Disk: Enhanced 

Served from: walterfootball.com @ 2026-07-18 15:24:11 by W3 Total Cache
-->