1.4.0: Updated Profile

This commit is contained in:
2026-01-27 16:51:53 +08:00
parent 28dc02c0c4
commit 0be68a86f6
7 changed files with 342 additions and 81 deletions

Binary file not shown.

View File

@@ -98,6 +98,52 @@ CREATE TABLE IF NOT EXISTS dm_player_features (
side_kd_diff_ct_t REAL, -- CT KD - T KD
-- New Side Comparisons
side_rating_diff_ct_t REAL,
-- ==========================================
-- 6. Party Size Performance
-- ==========================================
party_1_win_rate REAL,
party_1_rating REAL,
party_1_adr REAL,
party_2_win_rate REAL,
party_2_rating REAL,
party_2_adr REAL,
party_3_win_rate REAL,
party_3_rating REAL,
party_3_adr REAL,
party_4_win_rate REAL,
party_4_rating REAL,
party_4_adr REAL,
party_5_win_rate REAL,
party_5_rating REAL,
party_5_adr REAL,
-- ==========================================
-- 7. Rating Distribution (Performance Tiers)
-- ==========================================
rating_dist_carry_rate REAL, -- > 1.5
rating_dist_normal_rate REAL, -- 1.0 - 1.5
rating_dist_sacrifice_rate REAL, -- 0.6 - 1.0
rating_dist_sleeping_rate REAL, -- < 0.6
-- ==========================================
-- 8. ELO Stratification (Performance vs ELO)
-- ==========================================
elo_lt1200_rating REAL,
elo_1200_1400_rating REAL,
elo_1400_1600_rating REAL,
elo_1600_1800_rating REAL,
elo_1800_2000_rating REAL,
elo_gt2000_rating REAL,
-- ==========================================
-- 9. More Side Stats (Restored)
-- ==========================================
side_kast_ct REAL,
side_kast_t REAL,
side_rws_ct REAL,