Loading Stats...
{{ getPositionName(profilePlayer.primaryPos) || 'Squad Member' }} / {{ getPositionName(profilePlayer.secondaryPos) }}
No game data logged yet.
{{ penrithAdjustmentDisplay(profilePlayer, year).summaryLine }}
{{ penrithAdjustmentDisplay(profilePlayer, year).footnote }}
| Year | Games | Tries | Goals | Points | |
|---|---|---|---|---|---|
| {{ currentAppYear }} (Current) | {{ getGamesPlayed(profilePlayer.id) }} | {{ profilePlayer.seasonTries || 0 }} | {{ profilePlayer.seasonGoals || 0 }} | {{ ((profilePlayer.seasonTries || 0) * 4) + ((profilePlayer.seasonGoals || 0) * 2) }} | |
| Legacy / Undated | {{ profilePlayer.historicalGames || 0 }} | {{ profilePlayer.historicalTries || 0 }} | {{ profilePlayer.historicalGoals || 0 }} | {{ profilePlayer.historicalPoints || (((profilePlayer.historicalTries||0)*4) + ((profilePlayer.historicalGoals||0)*2)) }} | |
| {{ year }} | {{ profilePlayer.yearlyStats[year].games || 0 }} | {{ profilePlayer.yearlyStats[year].tries || 0 }} | {{ profilePlayer.yearlyStats[year].goals || 0 }} | {{ profilePlayer.yearlyStats[year].points || (((profilePlayer.yearlyStats[year].tries||0)*4) + ((profilePlayer.yearlyStats[year].goals||0)*2)) }} |
| Rd | Opponent | Tkl | Run | Try |
|---|---|---|---|---|
| {{ log.round }} | {{ log.opponent }} | {{ log.tackles }} | {{ log.hitups }} | {{ log.tries }} |
{{ note.date }}
{{ note.text }}