Skip to content

Features FF2 Gau Improvements

Albeoris edited this page Aug 5, 2022 · 1 revision

Improves the experience of playing the character Gau, making it more convenient and understandable to use.

Configuration

Some features are turned off by default. To change them you need to edit the configuration file.

[Battle.Gau]

## Replace empty descriptions of rage abilities with ones generated based on data from game resources.
# Setting type: Boolean
# Default value: true
GenerateRageAbilityDescription = true

## Rage abilities sort order.
# Setting type: AbilityOrder
# Default value: Alphabetical
# Acceptable values: Default, Alphabetical
RageAbilitiesSortOrder = Alphabetical

## Colorize Leap, in battle with unexplored opponents.
# Setting type: Boolean
# Default value: true
ColorizeLeapCommand = true

## The color of the Leap command in battle with unexplored opponents.
# Setting type: Color
# Default value: cyan
# Acceptable values: #RRGGBBAA, None, black, blue, clear, cyan, gray, green, magenta, red, white, yellow
LeapCommandSensibleColor = cyan

## The color of the Leap command in battle when all abilities are learned.
# Setting type: Color
# Default value: gray
# Acceptable values: #RRGGBBAA, None, black, blue, clear, cyan, gray, green, magenta, red, white, yellow
LeapCommandSenselessColor = gray

## Display unacquired rage abilities.
# Setting type: Boolean
# Default value: false
DisplayUnacquiredRageAbilities = false

## Color of unacquired rage abilities.
# Setting type: Color
# Default value: #FF000064
# Acceptable values: #RRGGBBAA, None, black, blue, clear, cyan, gray, green, magenta, red, white, yellow
UnacquiredRageAbilitiesColor = #FF000064
Clone this wiki locally