first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,106 @@
{
"friendshipTiers": [
{
"name": "COMMON",
"increaseAmount": 5
},
{
"name": "UNCOMMON",
"increaseAmount": 10
},
{
"name": "RARE",
"increaseAmount": 20
},
{
"name": "EPIC",
"increaseAmount": 40
},
{
"name": "LEGENDARY",
"increaseAmount": 80
},
{
"name": "MAX",
"increaseAmount": 255
}
],
"EVTiers": [
{
"name": "COMMON",
"increaseAmount": 10
},
{
"name": "UNCOMMON",
"increaseAmount": 20
},
{
"name": "RARE",
"increaseAmount": 40
},
{
"name": "EPIC",
"increaseAmount": 70
},
{
"name": "LEGENDARY",
"increaseAmount": 120
},
{
"name": "MAX",
"increaseAmount": 252
}
],
"IVTiers": [
{
"name": "COMMON",
"increaseAmount": 1
},
{
"name": "UNCOMMON",
"increaseAmount": 2
},
{
"name": "RARE",
"increaseAmount": 4
},
{
"name": "EPIC",
"increaseAmount": 6
},
{
"name": "LEGENDARY",
"increaseAmount": 10
},
{
"name": "MAX",
"increaseAmount": 31
}
],
"LVLTiers": [
{
"name": "COMMON",
"increaseAmount": 1
},
{
"name": "UNCOMMON",
"increaseAmount": 5
},
{
"name": "RARE",
"increaseAmount": 10
},
{
"name": "EPIC",
"increaseAmount": 15
},
{
"name": "LEGENDARY",
"increaseAmount": 25
},
{
"name": "MAX",
"increaseAmount": 100
}
]
}

View File

@ -0,0 +1,6 @@
#Cobblemizer Configuration
#Mon Dec 23 20:39:37 PST 2024
FriendshipTiers=COMMON\:5, UNCOMMON\:10, RARE\:20, EPIC\:40, LEGENDARY\:80, MAX\:255
IVTiers=COMMON\:1, UNCOMMON\:2, RARE\:4, EPIC\:6, LEGENDARY\:10, MAX\:31
LVLTiers=COMMON\:1, UNCOMMON\:5, RARE\:10, EPIC\:15, LEGENDARY\:25, MAX\:100
EVTiers=COMMON\:10, UNCOMMON\:20, RARE\:40, EPIC\:70, LEGENDARY\:120, MAX\:252