This commit is contained in:
2024-07-18 22:48:21 -05:00
commit 9cc712f46d
25514 changed files with 20551518 additions and 0 deletions
+67
View File
@@ -0,0 +1,67 @@
<EnchantPopup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/EnchantPopup EnchantPopup.xsd" xmlns="https://vezel.dev/novadrop/dc/EnchantPopup">
<FixedString>
<String value="@enchant:100" key="masterpieceGuideComment" />
<String value="@enchant:101" key="optionResetComment" />
<String value="@enchant:102" key="cantMasterpieceGuideComment" />
<String value="@enchant:103" key="canOptionResetGuideComment" />
<String value=" " key="printBlankSpace" />
</FixedString>
<FixedValue>
<Float value="0.001" key="normalMasterpieceRate" />
</FixedValue>
<Popup id="1">
<ArrowGuideSlot>
<LeftSlot leftStringId="@enchant:6">
<Slot index="1" itemId="71" />
<Slot index="2" itemId="94000" />
</LeftSlot>
<RightSlot rightStringId="@enchant:7">
<Slot index="1" itemId="96587" />
</RightSlot>
</ArrowGuideSlot>
<Recommend recommendStringId="@enchant:16">
<Slot index="1" itemId="71" />
</Recommend>
<Title titleStringId="@enchant:1" footerStringId="@enchant:3" headerStringId="@enchant:2" />
</Popup>
<Popup id="2">
<ArrowGuideSlot>
<LeftSlot leftStringId="@enchant:6">
<Slot index="1" itemId="94001" />
</LeftSlot>
<RightSlot rightStringId="@enchant:7">
<Slot index="1" itemId="96587" />
</RightSlot>
</ArrowGuideSlot>
<Recommend recommendStringId="@enchant:16">
<Slot index="1" itemId="94001" />
</Recommend>
<Title titleStringId="@enchant:1" footerStringId="@enchant:4" headerStringId="@enchant:2" />
</Popup>
<Popup id="3">
<ItemSlot>
<Slot index="1" stringId="@enchant:12" itemId="70141" />
<Slot index="2" stringId="@enchant:13" itemId="70102" />
<Slot index="3" stringId="@enchant:14" itemId="149075" />
<Slot index="4" stringId="@enchant:15" itemId="447" />
</ItemSlot>
<Recommend recommendStringId="@enchant:4">
<Slot index="1" itemId="447" />
</Recommend>
<Title titleStringId="@enchant:10" footerStringId="@enchant:3" headerStringId="@enchant:11" />
</Popup>
<Popup id="4">
<ArrowGuideSlot>
<LeftSlot leftStringId="@enchant:8">
<Slot index="1" itemId="445" />
</LeftSlot>
<RightSlot rightStringId="@enchant:9">
<Slot index="1" itemId="96587" />
</RightSlot>
</ArrowGuideSlot>
<Recommend recommendStringId="@enchant:16">
<Slot index="1" itemId="445" />
</Recommend>
<Title titleStringId="@enchant:20" footerStringId="@enchant:3" headerStringId="@enchant:21" />
</Popup>
</EnchantPopup>
+120
View File
@@ -0,0 +1,120 @@
<!-- 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/EnchantPopup"
targetNamespace="https://vezel.dev/novadrop/dc/EnchantPopup"
xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd"
elementFormDefault="qualified">
<xsd:complexType name="EnchantPopup">
<xsd:sequence>
<xsd:element name="FixedString" type="EnchantPopup_FixedString" />
<xsd:element name="FixedValue" type="EnchantPopup_FixedValue" />
<xsd:element name="Popup" type="EnchantPopup_Popup" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EnchantPopup_FixedString">
<xsd:sequence>
<xsd:element name="String" type="EnchantPopup_FixedString_String" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EnchantPopup_FixedString_String">
<xsd:attribute name="key" type="xsd:string" use="required" />
<xsd:attribute name="value" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_FixedValue">
<xsd:sequence>
<xsd:element name="Float" type="EnchantPopup_FixedValue_Float" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EnchantPopup_FixedValue_Float">
<xsd:attribute name="key" type="xsd:string" use="required" />
<xsd:attribute name="value" type="xsd:float" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup">
<xsd:sequence>
<xsd:element name="ArrowGuideSlot" type="EnchantPopup_Popup_ArrowGuideSlot" minOccurs="0" />
<xsd:element name="ItemSlot" type="EnchantPopup_Popup_ItemSlot" minOccurs="0" />
<xsd:element name="Recommend" type="EnchantPopup_Popup_Recommend" />
<xsd:element name="Title" type="EnchantPopup_Popup_Title" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:int" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_ArrowGuideSlot">
<xsd:sequence>
<xsd:element name="LeftSlot" type="EnchantPopup_Popup_ArrowGuideSlot_LeftSlot" />
<xsd:element name="RightSlot" type="EnchantPopup_Popup_ArrowGuideSlot_RightSlot" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_ArrowGuideSlot_LeftSlot">
<xsd:sequence>
<xsd:element name="Slot" type="EnchantPopup_Popup_ArrowGuideSlot_LeftSlot_Slot" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="leftStringId" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_ArrowGuideSlot_LeftSlot_Slot"
dc:keys="index">
<xsd:attribute name="index" type="xsd:int" use="required" />
<xsd:attribute name="itemId" type="xsd:int" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_ArrowGuideSlot_RightSlot">
<xsd:sequence>
<xsd:element name="Slot" type="EnchantPopup_Popup_ArrowGuideSlot_RightSlot_Slot" />
</xsd:sequence>
<xsd:attribute name="rightStringId" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_ArrowGuideSlot_RightSlot_Slot"
dc:keys="index">
<xsd:attribute name="index" type="xsd:int" use="required" />
<xsd:attribute name="itemId" type="xsd:int" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_ItemSlot">
<xsd:sequence>
<xsd:element name="Slot" type="EnchantPopup_Popup_ItemSlot_Slot" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_ItemSlot_Slot"
dc:keys="index">
<xsd:attribute name="index" type="xsd:int" use="required" />
<xsd:attribute name="itemId" type="xsd:int" use="required" />
<xsd:attribute name="stringId" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_Recommend">
<xsd:sequence>
<xsd:element name="Slot" type="EnchantPopup_Popup_Recommend_Slot" />
</xsd:sequence>
<xsd:attribute name="recommendStringId" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_Recommend_Slot"
dc:keys="index">
<xsd:attribute name="index" type="xsd:int" use="required" />
<xsd:attribute name="itemId" type="xsd:int" use="required" />
</xsd:complexType>
<xsd:complexType name="EnchantPopup_Popup_Title">
<xsd:attribute name="footerStringId" type="xsd:string" use="required" />
<xsd:attribute name="headerStringId" type="xsd:string" use="required" />
<xsd:attribute name="titleStringId" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:element name="EnchantPopup" type="EnchantPopup" />
</xsd:schema>