Slash-The-Hordes/assets/Data/GameSettings.json

24 lines
394 B
JSON
Raw Normal View History

2022-11-24 15:51:10 +00:00
{
"playerSettings": {
2022-11-25 11:00:09 +00:00
"defaultHP": 50,
2022-11-24 15:51:10 +00:00
"requiredXP": [
2022-11-25 11:00:09 +00:00
5,
5,
5,
10,
10,
10,
20,
20,
20,
20
2022-11-24 15:51:10 +00:00
],
2022-11-25 11:00:09 +00:00
"collisionDelay": 0.5,
2022-11-24 15:51:10 +00:00
"testSettings": {
"test": 0
}
},
"weaponSettings": {
2022-11-25 11:00:09 +00:00
"strikeDelay": 2
2022-11-24 15:51:10 +00:00
}
}