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,30 @@
<StrSheet_NotifyMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_NotifyMessage StrSheet_NotifyMessage.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_NotifyMessage">
<String id="1" string="퀘스트 수락" />
<String id="2" string="퀘스트 완료" />
<String id="3" string="수집{Message}" />
<String id="4" string="고대유물의 무기" />
<String id="5" string="수집 완료{Message}" />
<String id="6" string="제작 승급 달성" />
<String id="7" string="{Message}" />
<String id="8" string="발키온 연합 지령서" />
<String id="9" string="수행 완료" />
<String id="10" string="보상 확인" />
<String id="11" string="미션 수행 완료" />
<String id="12" string="{Message}" />
<String id="13" string="길드임무 시작" />
<String id="14" string="{Message} 길드임무를 수락 했습니다." />
<String id="15" string="길드임무 취소" />
<String id="16" string="{Message} 길드임무를 취소 했습니다." />
<String id="17" string="길드임무 완료" />
<String id="18" string="{Message} 길드임무를 완료 했습니다." />
<String id="19" string="길드임무 실패" />
<String id="20" string="{Message} 길드임무를 실패 했습니다." />
<String id="21" string="[긴급]길드임무 등장" />
<String id="22" string="[긴급]길드임무 몬스터 등장" />
<String id="23" string="&lt;font color = '#fcb7ff'&gt;{Message}&lt;/font&gt; {가} &lt;font color = '#fcb7ff'&gt;등장&lt;/font&gt; 했습니다." />
<String id="24" string="[긴급]길드임무 몬스터 도망" />
<String id="25" string="&lt;font color = '#fcb7ff'&gt;{Message}&lt;/font&gt; {가} &lt;font color = '#fcb7ff'&gt;도망&lt;/font&gt; 쳤습니다." />
<String id="26" string="[긴급]길드임무 몬스터 처치" />
<String id="27" string="&lt;font color = '#b967ff'&gt;{Message}&lt;/font&gt; {가} 처치되었습니다." />
<String id="28" string="길드대전" />
</StrSheet_NotifyMessage>
@@ -0,0 +1,22 @@
<!-- 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/StrSheet_NotifyMessage"
targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_NotifyMessage"
xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd"
elementFormDefault="qualified">
<xsd:complexType name="StrSheet_NotifyMessage">
<xsd:sequence>
<xsd:element name="String" type="StrSheet_NotifyMessage_String" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="StrSheet_NotifyMessage_String">
<xsd:attribute name="id" type="xsd:int" use="required" />
<xsd:attribute name="string" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:element name="StrSheet_NotifyMessage" type="StrSheet_NotifyMessage" />
</xsd:schema>