mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
ab1445f1c2
- The boats velocity is being read from the config file - The event text is now being printed when the leg starts #fix Tags: #story[7] #implement
13 lines
433 B
JSON
13 lines
433 B
JSON
{
|
|
"race-name": "AC35",
|
|
"time-scale": 100,
|
|
"race-size": 2,
|
|
"teams": [
|
|
{"team-name": "Oracle Team USA", "velocity": 20.9},
|
|
{"team-name": "Artemis Racing", "velocity": 18.3},
|
|
{"team-name": "Emirates Team New Zealand", "velocity": 21.5},
|
|
{"team-name": "Groupama Team France","velocity": 19.9},
|
|
{"team-name": "Land Rover BAR", "velocity": 17.6},
|
|
{"team-name": "SoftBank Team Japan", "velocity": 16.6}
|
|
]
|
|
} |