Addition of item Life Stone Pack (90035).
Contributed by gruccia.
This commit is contained in:
		| @@ -338,10 +338,15 @@ | ||||
| 	<item id="90035" name="Life Stone Pack" type="EtcItem"> | ||||
| 		<!-- Double-click to receive one of the following items: High/Medium/Average Quality Life Stone. --> | ||||
| 		<set name="icon" val="icon.event_hero_treasure_box_i00" /> | ||||
| 		<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" /> | ||||
| 		<set name="default_action" val="CAPSULE" /> | ||||
| 		<set name="material" val="PAPER" /> | ||||
| 		<set name="immediate_effect" val="true" /> | ||||
| 		<set name="is_sellable" val="false" /> | ||||
| 		<set name="is_stackable" val="true" /> | ||||
| 		<set name="handler" val="ItemSkills" /> | ||||
| 		<skills> | ||||
| 			<skill id="39203" level="1" /> <!-- Life Stone Pack --> | ||||
| 		</skills> | ||||
| 	</item> | ||||
| 	<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor"> | ||||
| 		<!-- PvP Damage +3%, P./M. Critical Damage +20, Skill Power +2%, P./M. Accuracy +1. Duration: 30-day. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. --> | ||||
|   | ||||
| @@ -12,7 +12,34 @@ | ||||
| 		<operateType>A1</operateType> | ||||
| 	</skill> | ||||
| 	<skill id="39203" toLevel="1" name="Life Stone Pack"> | ||||
| 		<isMagic>2</isMagic> <!-- Static Skill --> | ||||
| 		<itemConsumeCount>1</itemConsumeCount> | ||||
| 		<itemConsumeId>90035</itemConsumeId> | ||||
| 		<magicLvl>1</magicLvl> | ||||
| 		<operateType>A1</operateType> | ||||
| 		<targetType>SELF</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<conditions> | ||||
| 			<condition name="OpEncumbered"> | ||||
| 				<weightPercent>20</weightPercent> | ||||
| 				<slotsPercent>10</slotsPercent> | ||||
| 			</condition> | ||||
| 		</conditions> | ||||
| 		<effects> | ||||
| 			<effect name="RestorationRandom"> | ||||
| 				<items> | ||||
| 					<item chance="70"> | ||||
| 						<item id="90012" count="1" /> <!-- common --> | ||||
| 					</item> | ||||
| 					<item chance="20"> | ||||
| 						<item id="90013" count="1" /> <!-- mid --> | ||||
| 					</item> | ||||
| 					<item chance="10"> | ||||
| 						<item id="90014" count="1" /> <!-- high --> | ||||
| 					</item> | ||||
| 				</items> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| 	<skill id="39204" toLevel="1" name="Dimensional Blessing"> | ||||
| 		<!-- Gives 3,700,000 XP/ 1,110,000 SP. --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev