This commit is contained in:
2024-07-18 22:48:21 -05:00
commit 9cc712f46d
25514 changed files with 20551518 additions and 0 deletions
@@ -0,0 +1,9 @@
<CacheAnimSoundData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/CacheAnimSoundData CacheAnimSoundData.xsd" xmlns="https://vezel.dev/novadrop/dc/CacheAnimSoundData">
<CacheAnimSound resource="ObjectSound_03.Object_Cue.Event_Egg_RewardbigCue" />
<CacheAnimSound resource="ObjectSound_03.Object_Cue.Event_Egg_RewardSmallCue" />
<CacheAnimSound resource="ObjectSound_03.Object_Cue.Event_Egg_RunCue" />
<CacheAnimSound resource="ObjectSound_02.Object_Cue.NPC_MovementStone_OnStartCue" />
<CacheAnimSound resource="ObjectSound_02.Object_Cue.NPC_MovementStone_OnLoopCue" />
<CacheAnimSound resource="ObjectSound_02.Object_Cue.NPC_MovementStone_OffStartCue" />
<CacheAnimSound resource="ObjectSound_02.Object_Cue.Object_WitchSeal_UpLoopCue" />
</CacheAnimSoundData>
+21
View File
@@ -0,0 +1,21 @@
<!-- SPDX-License-Identifier: 0BSD -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dc="https://vezel.dev/novadrop/dc"
xmlns="https://vezel.dev/novadrop/dc/CacheAnimSoundData"
targetNamespace="https://vezel.dev/novadrop/dc/CacheAnimSoundData"
xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd"
elementFormDefault="qualified">
<xsd:complexType name="CacheAnimSoundData">
<xsd:sequence>
<xsd:element name="CacheAnimSound" type="CacheAnimSoundData_CacheAnimSound" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CacheAnimSoundData_CacheAnimSound">
<xsd:attribute name="resource" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:element name="CacheAnimSoundData" type="CacheAnimSoundData" />
</xsd:schema>