Filesystem/romfs/Stage/MapAnalysisInfo: Difference between revisions
m (Fixed formatting issue in parameter description.) |
m (Added position column to better show a parameters position.) |
||
Line 5: | Line 5: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Main Properties | |+Main Properties | ||
!Position | |||
!Parameter | !Parameter | ||
!Type | !Type | ||
Line 10: | Line 11: | ||
!Example Data | !Example Data | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|BadgeId | |BadgeId | ||
|String | |String | ||
Line 16: | Line 18: | ||
Usually formatted as <code>BadgeIdXX</code>. | Usually formatted as <code>BadgeIdXX</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|FinishWonderFlowerNum | |FinishWonderFlowerNum | ||
|Int32 | |Int32 | ||
Line 22: | Line 25: | ||
Example: <code>1</code>. | Example: <code>1</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|IsExistBigTenLuckyCoin | |IsExistBigTenLuckyCoin | ||
|Boolean | |Boolean | ||
Line 28: | Line 32: | ||
Examples: <code>True</code>, <code>False</code>. | Examples: <code>True</code>, <code>False</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|IsExistBlockSurprise | |IsExistBlockSurprise | ||
|Boolean | |Boolean | ||
Line 34: | Line 39: | ||
Examples: <code>True</code>, <code>False</code>. | Examples: <code>True</code>, <code>False</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|IsExistGoalPole | |IsExistGoalPole | ||
|Boolean | |Boolean | ||
Line 40: | Line 46: | ||
Examples: <code>True</code>, <code>False</code>. | Examples: <code>True</code>, <code>False</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|IsExistTreasureChest | |IsExistTreasureChest | ||
|Boolean | |Boolean | ||
Line 46: | Line 53: | ||
Examples: <code>True</code>, <code>False</code>. | Examples: <code>True</code>, <code>False</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|IsExistWonderFinishFlower | |IsExistWonderFinishFlower | ||
|Boolean | |Boolean | ||
Line 52: | Line 60: | ||
Examples: <code>True</code>, <code>False</code>. | Examples: <code>True</code>, <code>False</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|IsUnlimitedBadge | |IsUnlimitedBadge | ||
|Boolean | |Boolean | ||
Line 58: | Line 67: | ||
Examples: <code>True</code>, <code>False</code>. | Examples: <code>True</code>, <code>False</code>. | ||
|- | |- | ||
|MapAnalysisInfo/ | |||
|WonderFlowerNum | |WonderFlowerNum | ||
|Int32 | |Int32 |
Latest revision as of 18:11, 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[edit | edit source]
The MapAnalysisInfo
files consist of only the Main Properties.
Position | Parameter | Type | Information | Example Data |
---|---|---|---|---|
MapAnalysisInfo/ | 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 |
MapAnalysisInfo/ | FinishWonderFlowerNum | Int32 | Decides the amount of wonder seeds from wonder flowers. | Defaults to 0 .
Example: |
MapAnalysisInfo/ | IsExistBigTenLuckyCoin | Boolean | Decides whether the course has purple ten coins or not. | Defaults to False .
Examples: |
MapAnalysisInfo/ | IsExistBlockSurprise | Boolean | Decides whether the course has "Add ! Blocks" badge functionality. | Defaults to False .
Examples: |
MapAnalysisInfo/ | IsExistGoalPole | Boolean | Decides whether the course has a goal pole ending. | Defaults to False .
Examples: |
MapAnalysisInfo/ | IsExistTreasureChest | Boolean | Decides whether the course has a treasure chest ending. | Defaults to False .
Examples: |
MapAnalysisInfo/ | IsExistWonderFinishFlower | Boolean | Decides whether the course has a wonder flower. | Defaults to False .
Examples: |
MapAnalysisInfo/ | IsUnlimitedBadge | Boolean | Defaults to False .
Examples: | |
MapAnalysisInfo/ | WonderFlowerNum | Int32 | Decides the amount of wonder seeds the course has. | Example: 2 .
|
Folders[edit | edit source]
- None
Files[edit | edit source]
Filename | Format | Information |
---|---|---|