Hero Battle - pival13/FehWikiBot GitHub Wiki
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