Skill isDebuff values are boolean.
This commit is contained in:
		| @@ -107,7 +107,7 @@ | ||||
| 		<effectPoint>-100</effectPoint> | ||||
| 		<activateRate>80</activateRate> | ||||
| 		<trait>HOLD</trait> | ||||
| 		<isDebuff>1</isDebuff> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<targetType>TARGET</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<effects> | ||||
| @@ -136,7 +136,7 @@ | ||||
| 		<hitCancelTime>0</hitCancelTime> | ||||
| 		<effectPoint>-100</effectPoint> | ||||
| 		<activateRate>80</activateRate> | ||||
| 		<isDebuff>1</isDebuff> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<targetType>TARGET</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<effects> | ||||
| @@ -174,7 +174,7 @@ | ||||
| 		<effectPoint>-100</effectPoint> | ||||
| 		<activateRate>100</activateRate> | ||||
| 		<trait>SHOCK</trait> | ||||
| 		<isDebuff>1</isDebuff> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<targetType>TARGET</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<effects> | ||||
| @@ -196,7 +196,7 @@ | ||||
| 		<affectRange>150</affectRange> | ||||
| 		<effectPoint>-100</effectPoint> | ||||
| 		<activateRate>100</activateRate> | ||||
| 		<isDebuff>1</isDebuff> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<targetType>TARGET</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 	</skill> | ||||
| @@ -221,7 +221,7 @@ | ||||
| 		<effectPoint>-100</effectPoint> | ||||
| 		<activateRate>100</activateRate> | ||||
| 		<trait>POISON</trait> | ||||
| 		<isDebuff>1</isDebuff> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<targetType>TARGET</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<effects> | ||||
| @@ -267,7 +267,7 @@ | ||||
| 		<operateType>A2</operateType> | ||||
| 		<basicProperty>NONE</basicProperty> | ||||
| 		<effectPoint>-100</effectPoint> | ||||
| 		<isDebuff>1</isDebuff> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<targetType>SELF</targetType> | ||||
| 		<effects> | ||||
|   | ||||
| @@ -2097,7 +2097,7 @@ | ||||
| 												<xs:complexType> | ||||
| 													<xs:simpleContent> | ||||
| 														<xs:extension base="xs:boolean"> | ||||
| 															<xs:attribute name="level" type="xs:unsignedByte" use="required" /> | ||||
| 															<xs:attribute name="level" type="xs:boolean" use="required" /> | ||||
| 														</xs:extension> | ||||
| 													</xs:simpleContent> | ||||
| 												</xs:complexType> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment