-
Notifications
You must be signed in to change notification settings - Fork 0
Story Paralogue
Pival edited this page Jul 17, 2021
·
8 revisions
A module use to create Story and Paralogue map pages.
StoryMap(mapId, StageScenario, index, notif)
| Parameter | Type | Default |
|---|---|---|
| mapId | String | |
| StageScenario | StageScenario object | None |
| index | Integer | None |
| notif | String | "" |
Return: String
ParalogueMap(mapId, StageScenario, index, notif)
| Parameter | Type | Default |
|---|---|---|
| mapId | String | |
| StageScenario | StageScenario object | None |
| index | Integer | None |
| notif | String | "" |
Return: String
StoryGroup(groupId)
| Parameter | Type |
|---|---|
| groupId | String |
Return: Dict (String, String)
ParalogueGroup(groupId)
| Parameter | Type |
|---|---|
| groupId | String |
Return: Dict (String, String)
python3 StoryParalogue.py [mapId | groupId]... StoryMapInfobox(stage, field, mapId, index)
| Parameter | Type |
|---|---|
| stage | StageScenario object |
| field | SRPGMap.field object |
| mapId | String |
| index | Integer |
Return: String
StoryUnitData(SRPGMap, StageEvent, index)
| Parameter | Type |
|---|---|
| SRPGMap | SRPGMap object |
| StageEvent | StageScenario object |
| index | Integer |
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