Skip to content

Commit

Permalink
New map
Browse files Browse the repository at this point in the history
  • Loading branch information
ellieisjelly committed Jan 8, 2024
1 parent 67bc001 commit ba454f4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/main/resources/data/sabotage/games/village.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"type": "sabotage:sabotage",
"map": "sabotage:village",
"countdown_time": 5,
"grace_period": 15,
"time_limit": 1200,
"end_delay": 10,
"chest_count": 50,
"innocent": {
"innocent_karma_penalty": 20,
"detective_karma_penalty": 100,
"saboteur_karma_award": 20
},
"detective": {
"innocent_karma_penalty": 20,
"detective_karma_penalty": 100,
"saboteur_karma_award": 100
},
"saboteur": {
"innocent_karma_award": 20,
"detective_karma_award": 100,
"saboteur_karma_penalty": 20
},
"players": {
"min": 1,
"max": 64,
"threshold": 6
}
}
Binary file not shown.

0 comments on commit ba454f4

Please sign in to comment.