Filesystem/romfs/Stage/MapAnalysisInfo: Difference between revisions
(Created the MapAnalysisInfo page, and documented most of the properties.) |
m (Fixed formatting issue in parameter description.) |
||
Line 2: | Line 2: | ||
== Parameters == | == Parameters == | ||
The MapAnalysisInfo files consist of only the Main Properties. | The <code>MapAnalysisInfo</code> files consist of only the Main Properties. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Main Properties | |+Main Properties |
Revision as of 17:49, 19 November 2023
The MapAnalysisInfo
contains all the files that decide a course's: wonder seed count, ending type, ten coins, and if the "Add ! Blocks" badge works. It shares the same naming scheme as the BancMapUnit
.
Parameters
The MapAnalysisInfo
files consist of only the Main Properties.
Parameter | Type | Information | Example Data |
---|---|---|---|
BadgeId | String | Decides whether the course can give a badge or not. (Not certain, only on courses that give badges) | Defaults to Invalid .
Usually formatted as |
FinishWonderFlowerNum | Int32 | Decides the amount of wonder seeds from wonder flowers. | Defaults to 0 .
Example: |
IsExistBigTenLuckyCoin | Boolean | Decides whether the course has purple ten coins or not. | Defaults to False .
Examples: |
IsExistBlockSurprise | Boolean | Decides whether the course has "Add ! Blocks" badge functionality. | Defaults to False .
Examples: |
IsExistGoalPole | Boolean | Decides whether the course has a goal pole ending. | Defaults to False .
Examples: |
IsExistTreasureChest | Boolean | Decides whether the course has a treasure chest ending. | Defaults to False .
Examples: |
IsExistWonderFinishFlower | Boolean | Decides whether the course has a wonder flower. | Defaults to False .
Examples: |
IsUnlimitedBadge | Boolean | Defaults to False .
Examples: | |
WonderFlowerNum | Int32 | Decides the amount of wonder seeds the course has. | Example: 2 .
|
Folders
- None
Files
Filename | Format | Information |
---|---|---|