Fix Abnormality Schema

Add missing atribute
This commit is contained in:
2025-03-17 20:24:15 -05:00
parent eaf4c646b1
commit bf701a3674
2 changed files with 2 additions and 2 deletions

View File

@@ -4878,7 +4878,7 @@
<Abnormal id="757022" bySkillCategory="0" infinity="false" isBuff="true" isHideOnRefresh="false" isShow="True" kind="6402" level="99" notCareDeath="false" priority="8" property="4" time="25000">
<AbnormalityEffect type="18" value="0.001" method="3" tickInterval="0" />
</Abnormal>
<Abnormal id="757029" bySkillCategory="0" isBuff="false" isHideOnRefresh="false" isShow="True" kind="28903" level="7" notCareDeath="false" priority="8" property="3" time="10000">
<Abnormal id="757029" bySkillCategory="0" infinity="true" isBuff="false" isHideOnRefresh="false" isShow="True" kind="28903" level="7" notCareDeath="false" priority="8" property="3" time="10000">
<AbnormalityEffect type="51" value="-0.03" effectId="50378" effectPart="FXBottom" method="3" tickInterval="2" />
</Abnormal>
<Abnormal id="757042" bySkillCategory="0" infinity="false" isBuff="true" isHideOnRefresh="false" isShow="True" kind="6450" level="98" notCareDeath="false" priority="8" property="4" time="600000">

View File

@@ -8,7 +8,7 @@
<xsd:sequence>
<xsd:element name="AbnormalityEffect" type="Abnormality_Abnormal_AbnormalityEffect" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="bySkillCategory" type="xsd:int" />
<xsd:attribute name="bySkillCategory" type="xsd:string" />
<xsd:attribute name="id" type="xsd:int" use="required" />
<xsd:attribute name="infinity" type="xsd:boolean" use="required" />
<xsd:attribute name="isBuff" type="xsd:boolean" use="required" />