cobblemon-campaign/config/medal.json

24 lines
No EOL
394 B
JSON

{
"cobblemon": {
"battleVictory": {
"enabled": true,
"duration": 61,
"delay": 0
},
"battleLost": {
"enabled": true,
"duration": 61,
"delay": 0
},
"evolutionComplete": {
"enabled": true,
"duration": 61,
"delay": 0
},
"entityCaught": {
"enabled": true,
"duration": 50,
"delay": 5000
}
}
}