mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes some outfit and trainer bugs
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#==============================================================================#
|
||||
module Settings
|
||||
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
|
||||
GAME_VERSION = '6.4.0'
|
||||
GAME_VERSION_NUMBER = "6.4.0"
|
||||
GAME_VERSION = '6.4.1'
|
||||
GAME_VERSION_NUMBER = "6.4.1"
|
||||
LATEST_GAME_RELEASE = "6.4"
|
||||
|
||||
POKERADAR_LIGHT_ANIMATION_RED_ID = 17
|
||||
|
||||
@@ -21,7 +21,7 @@ CLOTHES_GHOST = "temp"
|
||||
CLOTHES_STEEL_M = "steelworkerM"
|
||||
CLOTHES_STEEL_F = "steelworkerF"
|
||||
|
||||
CLOTHES_FIRE = "firefigther"
|
||||
CLOTHES_FIRE = "fire"
|
||||
|
||||
CLOTHES_WATER = "waterdress"
|
||||
|
||||
@@ -31,7 +31,7 @@ CLOTHES_ELECTRIC = "urbanelectric"
|
||||
|
||||
CLOTHES_PSYCHIC = "temp"
|
||||
|
||||
CLOTHES_ICE = "temp"
|
||||
CLOTHES_ICE = "iceoutfit"
|
||||
|
||||
CLOTHES_DRAGON = "dragonconqueror"
|
||||
|
||||
|
||||
@@ -16,14 +16,11 @@ module Settings
|
||||
|
||||
# CUSTOM SPRITES
|
||||
AUTOGEN_SPRITES_REPO_URL = ""
|
||||
|
||||
CUSTOM_SPRITES_REPO_URL = "https://bitbucket.org/infinitefusionsprites/customsprites/raw/main/CustomBattlers/"
|
||||
CUSTOM_SPRITES_NEW_URL = "https://infinitefusion.net/CustomBattlers/"
|
||||
|
||||
CUSTOM_SPRITES_REPO_URL = ""
|
||||
CUSTOM_SPRITES_NEW_URL = ""
|
||||
BASE_POKEMON_SPRITES_REPO_URL = ""
|
||||
|
||||
BASE_POKEMON_ALT_SPRITES_REPO_URL = "https://bitbucket.org/infinitefusionsprites/customsprites/raw/main/Other/BaseSprites/"
|
||||
BASE_POKEMON_ALT_SPRITES_NEW_URL = "https://infinitefusion.net/Other/BaseSprites/"
|
||||
BASE_POKEMON_ALT_SPRITES_REPO_URL = ""
|
||||
BASE_POKEMON_ALT_SPRITES_NEW_URL = ""
|
||||
|
||||
BASE_POKEMON_SPRITESHEET_URL = "https://infinitefusion.net/spritesheets/spritesheets_base/"
|
||||
CUSTOM_FUSIONS_SPRITESHEET_URL = "https://infinitefusion.net/spritesheets/spritesheets_custom/"
|
||||
|
||||
Reference in New Issue
Block a user