Rizline:AssetList: Difference between revisions

Line 32: Line 32:
       }}
       }}
     }}
     }}
     {{DataStructureField|illustrations|array|List of all illustrations.|
     {{DataStructureField|illustrations|array|List of all [[Rizline:illustrations|illustrations]].|
       {{DataStructureField||object|An illustration.|
       {{DataStructureField||object|An illustration.|
         {{DataStructureField|id|string|Named ID of the song, in the format of <code>illustration.NoSpacesTitle.NoSpacesArtist.0</code> (for example <code>illustration.PastelLines.RekuMochizuki.0</code>). Usually the same as a level's <code>id</code> field, but with <code>illustration.</code> at the beginning. This field is most likely referenced by the level's <code>illustrationId</code> field.}}
         {{DataStructureField|id|string|Named ID of the illustration, in the format of <code>illustration.NoSpacesSongTitle.NoSpacesSongArtist.0</code> (for example <code>illustration.PastelLines.RekuMochizuki.0</code>). Usually the same as a level's <code>id</code> field, but with <code>illustration.</code> at the beginning. This field is most likely referenced by the level's <code>illustrationId</code> field.}}
         {{DataStructureField|artist|string|Artist of the illustration (for example <code>山山奇</code>).}}
         {{DataStructureField|artist|string|Artist of the illustration (for example <code>山山奇</code>).}}
      }}
    }}
    {{DataStructureField|altIllustrationInfos|array|List of all [[Rizline:alt illustration|alt illustration]]s.|
      {{DataStructureField||object|An alt illustration.|
        {{DataStructureField|id|string|Named ID of the alt illustration, in the format <code>altIllustration.IllustrationName.0</code>, where <code>IllustrationName</code> is either the song ID (for example <code>altIllustration.MilK.morimoriatsushi.0.0</code>), or just a unique illustration name (for example <code>altIllustration.MuseDashCollab.0</code>).}}
        {{DataStructureField|artist|string|Artist of the illustration (for example <code>山山奇</code>).}}
        {{DataStructureField|name|string|Either the song name (for example <code>MilK</code>), or a separate illustration name (for example <code>Muse Dash</code>).}}
       }}
       }}
     }}
     }}