Fixed XP Buff 50% skill.
Contributed by SmiDmi.
This commit is contained in:
		| @@ -14,8 +14,8 @@ | ||||
| 		<set name="is_freightable" val="true" /> | ||||
| 		<set name="etcitem_type" val="POTION" /> | ||||
| 		<set name="is_stackable" val="true" /> | ||||
| 		<set name="time" val="60" /> | ||||
| 		<set name="handler" val="ItemSkills" /> | ||||
| 		<set name="immediate_effect" val="true" /> | ||||
| 		<skills> | ||||
| 			<skill id="9828" level="1" /> <!-- XP Buff 50% (1-hour) --> | ||||
| 		</skills> | ||||
|   | ||||
| @@ -145,9 +145,31 @@ | ||||
| 		<!-- Obtained XP + 50%. --> | ||||
| 		<icon>icon.etc_dragons_blood_i03</icon> | ||||
| 		<itemConsumeId>36400</itemConsumeId> | ||||
| 		<itemConsumeCount>1</itemConsumeCount> | ||||
| 		<operateType>A2</operateType> | ||||
| 		<abnormalType>VOTE</abnormalType> | ||||
| 		<basicProperty>NONE</basicProperty> | ||||
| 		<magicCriticalRate>5</magicCriticalRate> | ||||
| 		<specialLevel>-1</specialLevel> | ||||
| 		<abnormalLvl>1</abnormalLvl> | ||||
| 		<abnormalTime>3600</abnormalTime> | ||||
| 		<irreplacableBuff>true</irreplacableBuff> | ||||
| 		<isMagic>4</isMagic> | ||||
| 		<staticReuse>true</staticReuse> | ||||
| 		<abnormalVisualEffect>VP_KEEP</abnormalVisualEffect> | ||||
| 		<targetType>SELF</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<conditions> | ||||
| 			<condition name="OpCheckAbnormal"> | ||||
| 				<type>VOTE</type> | ||||
| 				<level>1</level> | ||||
| 				<hasAbnormal>false</hasAbnormal> | ||||
| 			</condition> | ||||
| 		</conditions> | ||||
| 		<effects> | ||||
| 			<effect name="ExpModify"> | ||||
| 				<amount>50</amount> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| 	<skill id="9829" toLevel="1" name="Rare Accessory Pack (Permanent)"> | ||||
| 		<!-- Rare accessory pack. --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment