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,3 @@
{
"groups": {}
}

View File

@ -0,0 +1,3 @@
{
"cooldownTicks": 72000
}

View File

@ -0,0 +1,6 @@
{
"blueMoonShinyMultiplier": 1.4,
"bloodMoonIVsMultiplier": 2.0,
"harvestMoonExpShareMultiplier": 2.0,
"auroraMoonRarePokemonSpawnMultiplier": 2.0
}

View File

@ -0,0 +1,3 @@
{
"groups": {}
}

View File

@ -0,0 +1,3 @@
{
"groups": {}
}

3
config/academy/npc.json Normal file
View File

@ -0,0 +1,3 @@
{
"partnerNpcName": "Professor Bond"
}

View File

@ -0,0 +1,100 @@
{
"spawnProtectionDistance": 10.0,
"distanceToLevel": {
"0.0": {
"type": "uniform",
"min": 0,
"max": 10
},
"200.0": {
"type": "uniform",
"min": 0,
"max": 15
},
"400.0": {
"type": "uniform",
"min": 0,
"max": 20
},
"600.0": {
"type": "uniform",
"min": 0,
"max": 25
},
"800.0": {
"type": "uniform",
"min": 0,
"max": 30
},
"1000.0": {
"type": "uniform",
"min": 0,
"max": 35
},
"1200.0": {
"type": "uniform",
"min": 0,
"max": 40
},
"1400.0": {
"type": "uniform",
"min": 0,
"max": 45
},
"1600.0": {
"type": "uniform",
"min": 0,
"max": 50
},
"1800.0": {
"type": "uniform",
"min": 0,
"max": 55
},
"2000.0": {
"type": "uniform",
"min": 0,
"max": 60
},
"2200.0": {
"type": "uniform",
"min": 0,
"max": 65
},
"2400.0": {
"type": "uniform",
"min": 0,
"max": 70
},
"2600.0": {
"type": "uniform",
"min": 0,
"max": 75
},
"2800.0": {
"type": "uniform",
"min": 0,
"max": 80
},
"3000.0": {
"type": "uniform",
"min": 0,
"max": 85
},
"3200.0": {
"type": "uniform",
"min": 0,
"max": 90
},
"3400.0": {
"type": "uniform",
"min": 0,
"max": 95
},
"3600.0": {
"type": "uniform",
"min": 0,
"max": 100
}
}
}

View File

@ -0,0 +1,51 @@
{
"seed": -4534904328483650727,
"structure": "academy:safari_spawn",
"placementOffset": [
-431,
87,
-303
],
"spawnPositionRelative": [
109,
15,
67
],
"spawnYaw": -90.0,
"spawnPitch": 0.0,
"playerDuration": 36000,
"providedSafariBalls": 32,
"startEpoch": 25200000,
"restartDelay": 86400000,
"paused": false,
"tickets": {
"base": {
"name": "Safari Ticket",
"color": 16777215,
"model": "academy:safari_ticket/base#inventory",
"time": {
"type": "constant",
"count": 12000
}
},
"great": {
"name": "Great Safari Ticket",
"color": 11287604,
"model": "academy:safari_ticket/great#inventory",
"time": {
"type": "constant",
"count": 30000
}
},
"golden": {
"name": "Golden Safari Ticket",
"color": 13927452,
"model": "academy:safari_ticket/golden#inventory",
"time": {
"type": "uniform",
"min": 48000,
"max": 72000
}
}
}
}

View File

@ -0,0 +1,5 @@
{
"timeInterval": 2400,
"mode": "RAFFLE_ENABLED",
"selectionCooldown": 2
}

View File

@ -0,0 +1,3 @@
{
"groups": {}
}

View File

@ -0,0 +1,3 @@
{
"entries": {}
}