Skill Servitor Link and Servitor Rage additions.
Contributed by nasseka.
This commit is contained in:
		| @@ -588,26 +588,37 @@ | ||||
| 			<effect name="CubicMastery"> | ||||
| 				<amount>3</amount> | ||||
| 			</effect> | ||||
| 			<effect name="TriggerSkillBySkillAttack"> | ||||
| 			<effect name="TriggerSkillBySkill"> | ||||
| 				<skillId>11351</skillId> <!-- Link of Loyalty --> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 				<skillLevelScaleTo>5</skillLevelScaleTo> | ||||
| 				<attackSkillId>11350</attackSkillId> <!-- Arcane Rage --> | ||||
| 				<castSkillId>11259</castSkillId> <!-- Mark of Weakness --> | ||||
| 				<targetType>SUMMON</targetType> | ||||
| 				<replace>false</replace> | ||||
| 			</effect> | ||||
| 			<effect name="TriggerSkillBySkillAttack"> | ||||
| 				<skillId>11354</skillId> <!-- Elemental Link --> | ||||
| 			<effect name="TriggerSkillBySkill"> | ||||
| 				<skillId>11351</skillId> <!-- Link of Loyalty --> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 				<skillLevelScaleTo>5</skillLevelScaleTo> | ||||
| 				<attackSkillId>11353</attackSkillId> <!-- Elemental Rage --> | ||||
| 				<castSkillId>11260</castSkillId> <!-- Mark of Void --> | ||||
| 				<targetType>SUMMON</targetType> | ||||
| 				<replace>false</replace> | ||||
| 			</effect> | ||||
| 			<effect name="TriggerSkillBySkillAttack"> | ||||
| 				<skillId>11357</skillId> <!-- Spectral Link --> | ||||
| 			<effect name="TriggerSkillBySkill"> | ||||
| 				<skillId>11351</skillId> <!-- Link of Loyalty --> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 				<skillLevelScaleTo>5</skillLevelScaleTo> | ||||
| 				<attackSkillId>11356</attackSkillId> <!-- Spectral Rage --> | ||||
| 				<castSkillId>11261</castSkillId> <!-- Mark of Plague --> | ||||
| 				<targetType>SUMMON</targetType> | ||||
| 				<replace>false</replace> | ||||
| 			</effect> | ||||
| 			<effect name="TriggerSkillBySkill"> | ||||
| 				<skillId>11351</skillId> <!-- Link of Loyalty --> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 				<skillLevelScaleTo>5</skillLevelScaleTo> | ||||
| 				<castSkillId>11262</castSkillId> <!-- Mark of Trick --> | ||||
| 				<targetType>SUMMON</targetType> | ||||
| 				<replace>false</replace> | ||||
| 			</effect> | ||||
| 			<effect name="StatUp"> | ||||
| 				<amount>2</amount> | ||||
|   | ||||
| @@ -2213,6 +2213,14 @@ | ||||
| 				</amount> | ||||
| 				<mode>PER</mode> | ||||
| 			</effect> | ||||
| 			<effect name="TriggerSkillByAttack" fromLevel="5" toLevel="5"> | ||||
| 				<chance>7</chance> | ||||
| 				<targetType>ENEMY</targetType> | ||||
| 				<allowSkillAttack>false</allowSkillAttack> | ||||
| 				<allowNormalAttack>true</allowNormalAttack> | ||||
| 				<skillId>30531</skillId> <!-- Servitor Rage --> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| 	<skill id="11352" toLevel="4" name="Arcane Ability"> | ||||
|   | ||||
| @@ -1751,14 +1751,28 @@ | ||||
| 	<skill id="30531" toLevel="1" name="Servitor's Rage"> | ||||
| 		<!-- Critical Damage Received increases by 30% for 5 sec. due to the rage of Servitor. --> | ||||
| 		<icon>icon.skill11351</icon> | ||||
| 		<operateType>A1</operateType> | ||||
| 		<operateType>A2</operateType> | ||||
| 		<isMagic>4</isMagic> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<castRange>1100</castRange> | ||||
| 		<castRange>800</castRange> | ||||
| 		<hitTime>500</hitTime> | ||||
| 		<coolTime>100</coolTime> | ||||
| 		<reuseDelay>3000</reuseDelay> | ||||
| 		<effectPoint>-671</effectPoint> | ||||
| 		<basicProperty>PHYSICAL</basicProperty> | ||||
| 		<lvlBonusRate>30</lvlBonusRate> | ||||
| 		<targetType>ENEMY_ONLY</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<abnormalTime>5</abnormalTime> | ||||
| 		<abnormalType>T_CRT_RATE_UP</abnormalType> | ||||
| 		<reuseDelay>3000</reuseDelay> | ||||
| 		<abnormalLevel>1</abnormalLevel> | ||||
| 		<effects> | ||||
| 			<effect name="DefenceCriticalDamage"> | ||||
| 				<amount>30</amount> | ||||
| 				<mode>PER</mode> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| 	<skill id="30532" toLevel="3" name="Inside Position"> | ||||
| 		<!-- P. Critical Rate +$s1, P. Skill Critical Rate +$s2, P. Atk. +$s3. --> | ||||
|   | ||||
| @@ -1955,6 +1955,7 @@ | ||||
| 															</xs:element> | ||||
| 															<xs:element name="allowNormalAttack" type="xs:boolean" /> | ||||
| 															<xs:element name="saveHp" type="xs:unsignedByte" /> | ||||
| 															<xs:element name="replace" type="xs:boolean" /> | ||||
| 															<xs:element name="summonPoints" type="xs:unsignedByte" /> | ||||
| 															<xs:element name="abnormalType" type="xs:string" /> | ||||
| 															<xs:element name="CRITICAL_DAMAGE" type="xs:unsignedByte" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment