作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: fabric
标签: game-mechanics

Choose days of the week to increase shiny odds for either all Pokémon or specific Pokémon, giving your server events similar to Community Days in Pokémon GO.
Cobblemon - Modrinth / Curseforge
Fabric Language Kotlin (for Fabric servers) - Modrinth / Curseforge
Place the .jar file in your /mods folder, and restart the server.
The configuration has 5 customisable options
Example Config
[
{
"species": ["Pikachu", "Bulbasaur", "Charmander", "Squirtle"],
"labels": ["legendary", "mythical"],
"types": ["normal"],
"days": ["Saturday", "Sunday"],
"multiplier": 5.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen1"],
"types": ["water"],
"days": ["Monday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen2"],
"types": ["fire"],
"days": ["Tuesday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen3"],
"types": ["grass"],
"days": ["Wednesday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen4"],
"types": ["psychic"],
"days": ["Thursday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen5"],
"types": ["steel"],
"days": ["Friday"],
"multiplier": 2.0,
"broadcastInterval": 300
}
]
The config above would work as follows
Saturday and Sunday - Pikachu, Bulbasaur, Charmander, Squirtle, Normal-type, legendary and mythical Pokemon have 5x shiny rates
Monday - All Gen 1 & Water-type Pokemon have 2x shiny rates
Tuesday - All Gen 2 & Fire-type Pokemon have 2x shiny rates
Wednesday - All Gen 3 & Grass-type Pokemon have 2x shiny rates
Thursday - All Gen 4 & Psychic-type Pokemon have 2x shiny rates
Friday - All Gen 5 & Steel-type Pokemon have 2x shiny rates
Created by Shadymitsu and ChatGPT
请登录后举报
暂无评论,抢个沙发吧~