Skip to content

Commit

Permalink
Add deaths statistic and leaderboard to Dodgeball
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 14, 2024
1 parent 515633f commit 823d261
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/lt/behaviors/dodgeball/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@
"drop_inventory": false,
"respawn_action": "lt:qottott/respawn"
},
{
"type": "ltminigames:on_death",
"killed_action": {
"type": "ltminigames:increase_statistic",
"statistic": "deaths",
"amount": 1
}
},
{
"type": "ltminigames:points_sidebar",
"statistic": "deaths",
"order": "min",
"count": 5,
"title": {"translate": "lt.minigame.dodgeball", "color": "light_purple", "bold": true},
"header": [
]
},
{
"type": "ltminigames:game_end_effects",
"podium": {
Expand Down

0 comments on commit 823d261

Please sign in to comment.