Rizline:StaticCardsInfoAsset.asset: Difference between revisions
Created page with "<code>StaticCardsInfoAsset.asset</code> is a YAML asset file that contains information about ''Rizline''<nowiki>'</nowiki>s Rizline:Static Rizcards. == File structure == {{DataStructure| {{DataStructureField|MonoBehaviour|object|| <li>(Unity data: m_*)</li> {{DataStructureField|staticCardsInfo|array|List of all Rizline:Static Rizcards.| {{DataStructureField||object|A Rizline:Static Rizcard.| {{DataStructureField|cardId|string|..." |
|||
Line 11: | Line 11: | ||
{{DataStructureField|cardName|string|Nickname of the Rizcard's owner (for example <code>Yoso</code>).}} | {{DataStructureField|cardName|string|Nickname of the Rizcard's owner (for example <code>Yoso</code>).}} | ||
{{DataStructureField|rizcard|object|Information about the Rizcard's appearance.| | {{DataStructureField|rizcard|object|Information about the Rizcard's appearance.| | ||
{{DataStructureField|avatarId|string|Named ID of the illustration used for the avatar (for example <code>illustration.JourneyToTheRainbows.Ardolf.0</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>illustration.PastelLines.RekuMochizuki.0</code>.}} | {{DataStructureField|avatarId|string|Named ID of the [[Rizline:illustration|illustration]] used for the avatar (for example <code>illustration.JourneyToTheRainbows.Ardolf.0</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>illustration.PastelLines.RekuMochizuki.0</code>.}} | ||
{{DataStructureField|avatarPos|object|Positioning of the avatar. For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>(0, 0, 0)</code>.| | {{DataStructureField|avatarPos|object|Positioning of the avatar. For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>(0, 0, 0)</code>.| | ||
{{DataStructureField|x|float|Horizontal position of the avatar, from 0 to 1 (for example <code>0.11581376</code>).}} | {{DataStructureField|x|float|Horizontal position of the avatar, from 0 to 1 (for example <code>0.11581376</code>).}} | ||
Line 19: | Line 19: | ||
{{DataStructureField|bioId1|string|Key of the first bio word to use (for example <code>bio.exbio00008.1</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>ach.[pastel_lines].title1</code>.}} | {{DataStructureField|bioId1|string|Key of the first bio word to use (for example <code>bio.exbio00008.1</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>ach.[pastel_lines].title1</code>.}} | ||
{{DataStructureField|bioId2|string|Key of the second bio word to use (for example <code>bio.exbio00019.2</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>ach.[pastel_lines].title2</code>.}} | {{DataStructureField|bioId2|string|Key of the second bio word to use (for example <code>bio.exbio00019.2</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>ach.[pastel_lines].title2</code>.}} | ||
{{DataStructureField|backgroundId|string|Named ID of the illustration used for the background of a Rizcard (for example | {{DataStructureField|backgroundId|string|Named ID of the [[Rizline:illustration|illustration]] used for the background of a Rizcard (for example <code>illustration.DBirth.Sakuzyo.0</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is always <code>illustration.PastelLines.RekuMochizuki.0</code>.}} | ||
{{DataStructureField|layoutId|string|Named ID of the [[Rizline:Rizcard Layout|Rizcard Layout]] used for the Rizcard (for example <code>layout.00005</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is in the format of <code>layout.StaticXXXXX</code> where <code>XXXXX</code> is a five-digit number (for example <code>layout.Static00001</code>).}} | {{DataStructureField|layoutId|string|Named ID of the [[Rizline:Rizcard Layout|Rizcard Layout]] used for the Rizcard (for example <code>layout.00005</code>). For [[Rizline:Character Rizcards|Character Rizcards]], this value is in the format of <code>layout.StaticXXXXX</code> where <code>XXXXX</code> is a five-digit number (for example <code>layout.Static00001</code>).}} | ||
{{DataStructureField|createTime|unknown|Unknown, always empty. {{verify}}}} | {{DataStructureField|createTime|unknown|Unknown, always empty. {{verify}}}} |