release: 1.1.0

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-12-01 21:40:13 -03:00
commit fa7ded9294
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
342 changed files with 16046 additions and 0 deletions

24
config/medal.json Normal file
View file

@ -0,0 +1,24 @@
{
"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
}
}
}