Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
+25 -7
View File
@@ -1,11 +1,25 @@
module Settings
LATEST_GAME_RELEASE = "6.6.1"
LATEST_GAME_RELEASE = "6.7.2"
SHINY_POKEMON_CHANCE = 16
SNOW_DAY = false
MEW_OW_ENCOUNTER_CHANCE = 0
STARTUP_MESSAGES = "Pokémon Infinite Fusion 2 is now available! Download it from the game's Discord!" #Legacy starting PIF1 6.8
STARTUP_MESSAGES_KANTO = "Pokémon Infinite Fusion 2 is now available! Download it from the game's Discord!"
STARTUP_MESSAGES_HOENN = ""
MAIN_MENU_LINKS = {
"Discord" => "https://discord.com/invite/infinitefusion",
"FAQ" => "https://hackmd.io/@PIF-Staff/PIF-Hoenn-FAQ/",
"Wiki" => "https://infinitefusion.fandom.com/",
}
FEEDBACK_FORM_URL = "https://forms.gle/1svTMSUMf7ebHdZq7"
DISCORD_URL = "https://discord.com/invite/infinitefusion"
WIKI_URL = "https://infinitefusion.fandom.com/"
STARTUP_MESSAGES = ""
CREDITS_FILE_URL = "https://infinitefusion.net/customsprites/Sprite_Credits.csv"
@@ -34,7 +48,8 @@ module Settings
CUSTOM_FUSIONS_SPRITESHEET_TRUE_SIZE_URL = "https://infinitefusion.net/customsprites/spritesheets/spritesheets_custom/"
TRANSFER_BOX_DISCLAIMER_MESSAGE = "\\C[2]The Transfer Box is not yet available in Infinite Fusion 1, it is planned for a future update. It can still be used to transfer Pokémon between Hoenn savefiles in the meantime."
CUSTOMSPRITES_RATE_MAX_NB_REQUESTS = 15 #Nb. requests allowed in each time window
CUSTOMSPRITES_ENTRIES_RATE_TIME_WINDOW = 60 # In seconds
MAX_NB_SPRITES_TO_DOWNLOAD_AT_ONCE =5
@@ -47,8 +62,11 @@ module Settings
AI_ENTRIES_RATE_LOG_FILE = 'Data/pokedex/rate_limit.log' # Path to the log file
#Spritepack
NEWEST_SPRITEPACK_MONTH = 9
NEWEST_SPRITEPACK_YEAR = 2025
NEWEST_SPRITEPACK_MONTH = 6
NEWEST_SPRITEPACK_YEAR = 2026
end
module MysteryGift
URL = "https://download.infinitefusion.net/mystery_gift/MysteryGiftPublic.json"
PRIVATE_URL = "https://download.infinitefusion.net/mystery_gift/MysteryGiftsPrivate/"
end