-
Notifications
You must be signed in to change notification settings - Fork 0
Hero Battle
Pival edited this page Jul 17, 2021
·
8 revisions
A module use to create Grand, Bound, Legendary and Mythic Hero Battle map pages. Can be use to add a new revival or a Limited version as well.
GrandHeroBattle(mapId)
Parameter | Type |
---|---|
mapId | String |
Return: String
BoundHeroBattle(mapId)
Parameter | Type |
---|---|
mapId | String |
Return: Dict (String, String)
LegendaryHeroBattle(mapId)
Parameter | Type |
---|---|
mapId | String |
Return: String
LimitedHeroBattle(mapId)
Parameter | Type |
---|---|
mapId | String |
Return: Dict (String, String)
RevivalHeroBattle(mapId)
Parameter | Type |
---|---|
mapId | String |
Return: Dict (String, String)
python3 HB.py [mapId]...
getHeroWithName(name)
Parameter | Type |
---|---|
name | String |
Return: Person object
getBHBHero(mapId)
Parameter | Type |
---|---|
mapId | String |
Return: List (String)
HBMapInfobox(StageEvent, group, SRPGMap)
Parameter | Type | Default |
---|---|---|
StageEvent | StageEvent object | |
group | String | |
SRPGMap | SRPGMap object | None |
Return: String
HBUnitData(StageEvent, SRPGMap, hero)
Parameter | Type |
---|---|
StageEvent | StageEvent object |
SRPGMap | SRPGMap object |
hero | Person object / List (Person object) |
Return: String
LimitedHeroBattleTemplate(StageEvent)
Parameter | Type |
---|---|
StageEvent | StageEvent object |
Return: String
- 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