-
Notifications
You must be signed in to change notification settings - Fork 0
Global variables
A list of useful global varibales defined throughout files. This includes both user defined and automatically filled variables.
Global variables useful for a single file, such as Forging Bonds' unit's colors, are not described here, but can be found on their own page's description.
Moreover, globals described here may moved without prior noticed if it has been judged necessary.
Three user defined strings which must hold respectively the username of the user who will perform the actions, the name of the bot which will be used and its password.
Four user defined strings which must hold absolute path to the assets
folder holding respectively source files of the game's assets, original images of the game's assets, jsonified version of the game's assets and source files of the game's APK.
A string containing the path to the FeH Wiki's API.
Two strings equals to TODO:
and ERROR:
, which shall respectively be displayed on a yellow and red background on a terminal.
A list of string representing roman numbers, up to 10.
A list of string representing the differents FeH difficulties, in ascending order.
A string containing the format to use for time formatting.
Two strings containing the minimum time (epoch) and maximum time, formatted with TIME_FORMAT
An automatically defined object, holding for a given message's tag the corresponding string in english.
An automatically defined object, holding sound object indexed by their tag.
An automatically defined object, holding background music object indexed by map's tag.
An automatically defined object, holding weapon object indexed by their tag.
An automatically defined list of refined weapon's tag.
An automatically defined list, holding all skill object.
An automatically defined object, holding all accessories object indexed by their sprite.
An automatically defined object, holding all units object indexed by their english full name (name + title).
An automatically defined object, holding all units object indexed by their face name.
Two lists of strings, holding respectively regular items and Arena Assault's items.
A list of strings, hodling the color use by Shard and Badge.
A list of string, holding blessing elements.
Two lists of strings, holding respectively weapon and movment type.
An object with a mask as key and a string as value, corresponding to weapon category.
A list of lists of strings, representing the background musics play on Heroic Ordeals maps, depending on the hero's origin.
- Util
- Maps
- StoryParalogue.py
- TD.py (Tactics Drills)
- HO.py (Heroic Ordeal)
- DerivedMap.py
- HB.py (* Hero Battle)
- RD.py (Rival Domains)
- EventMap.py
- Events
- Others
- REUtil.py
- Reverse.py
- Events
- RevVG.py
- RevTT.py
- RevTB.py
- RevGC.py
- RevFB.py
- RevRS.py
- RevLL.py
- RevHoF.py
- RevMS.py
- RevFP.py
- RevPoL.py
- Others
- RevData.py
- RevMap.py
- RevQuests.py
- RevSound.py
- RevUnit.py