Rizline:StaticCardsInfoAsset.asset
StaticCardsInfoAsset.asset
is a YAML asset file that contains information about Rizline's Static Rizcards.
File structure
edit- (root)
MonoBehaviour
(object)- (Unity data: m_*)
staticCardsInfo
(array) - List of all Static Rizcards.-
(object)
- A Static Rizcard.
cardId
(string) - Named ID of the Rizcard, in the format ofrizcard.no_spaces_name1
(for the Character Rizcards, for examplerizcard.yong_ge_card1
) orrizcard.staff.NoSpacesName.1
(for the Rizline:Charter Rizcards, for examplerizcard.staff.NerSAN.1
).cardName
(string) - Nickname of the Rizcard's owner (for exampleYoso
).rizcard
(object) - Information about the Rizcard's appearance.avatarId
(string) - Named ID of the illustration used for the avatar (for exampleillustration.JourneyToTheRainbows.Ardolf.0
). For Character Rizcards, this value is alwaysillustration.PastelLines.RekuMochizuki.0
.avatarPos
(object) - Positioning of the avatar. For Character Rizcards, this value is always(0, 0, 0)
.x
(float) - Horizontal position of the avatar, from 0 to 1 (for example0.11581376
).y
(float) - Vertical position of the avatar, from 0 to 1 (for example0.11581376
).z
(float) - Zoom of the avatar, from 1 [verify] to 3 (for example2.1462297
). Note that Rizcards without avatars may have this value set to0
.
bioId1
(string) - Key of the first bio word to use (for examplebio.exbio00008.1
). For Character Rizcards, this value is alwaysach.[pastel_lines].title1
.bioId2
(string) - Key of the second bio word to use (for examplebio.exbio00019.2
). For Character Rizcards, this value is alwaysach.[pastel_lines].title2
.backgroundId
(string) - Named ID of the illustration used for the background of a Rizcard (for exampleillustration.DBirth.Sakuzyo.0
). For Character Rizcards, this value is alwaysillustration.PastelLines.RekuMochizuki.0
.layoutId
(string) - Named ID of the Rizcard Layout used for the Rizcard (for examplelayout.00005
). For Character Rizcards, this value is in the format oflayout.StaticXXXXX
whereXXXXX
is a five-digit number (for examplelayout.Static00001
).createTime
(unknown) - Unknown, always empty. [verify]
-
(object)
- A Static Rizcard.