Files
escape-from-funcraft-client/config/battleroyale/game/stats/example_battleroyale.json
T
2026-07-23 16:35:06 +05:00

58 lines
1.8 KiB
JSON

[
{
"id": 0,
"name": "BattleRoyale scoreboard (Result-oriented)",
"color": "#FFFFFFAA",
"scoreboard": {
"recordScoreboard": true,
"resetScoreboardAtStart": false,
"mcMaxHealth": 20,
"damageMultiplier": 5.0,
"ratioBase": 1000.0,
"syncGameInfoToObjective": true,
"gameInfoObjectiveName": "cbr_gameInfo",
"gameInfoObjective": {
"playerTotal": "Total",
"alive": "Alive",
"gameTime": "GameTime"
},
"scoreboardCycleInterval": 60,
"cycleObjectiveName": [
"cbr_knock",
"cbr_kill",
"cbr_kd",
"cbr_winRate"
],
"mainObjective": {
"player_to_player_damage": "cbr_hurt",
"other_to_player_damage": "cbr_otherHurt",
"player_damage_by_player": "cbr_damage",
"player_damage_by_other": "cbr_otherDamage",
"player_knock_player": "cbr_knock",
"other_knock_player": "cbr_otherKnock",
"player_down_by_player": "cbr_down",
"player_down_by_other": "cbr_otherDown",
"player_revive": "cbr_revive",
"player_kill_player": "cbr_kill",
"other_kill_player": "cbr_otherKill",
"player_death_by_player": "cbr_death",
"player_death_by_other": "cbr_otherDeath",
"player_win": "cbr_win",
"player_lose": "cbr_lose"
},
"secondObjective": {
"player_attack_rate": "cbr_attackRate",
"player_kd": "cbr_kd",
"player_game_total": "cbr_gameTotal",
"player_win_rate": "cbr_winRate"
},
"specialObjective": {
"enableJourneyStats": true,
"journeyStatsDelay": 600,
"player_journey": "cbr_journey"
},
"listObjectiveAfterGame": "cbr_winRate",
"sidebarObjectiveAfterGame": "cbr_journey"
}
}
]