Fixed Grand Soul Cry and Chaos Symphony.
Contributed by gamelike85.
This commit is contained in:
		| @@ -3310,8 +3310,9 @@ | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 		<endEffects> | ||||
| 			<effect name="Confuse" abnormalTime="3"> | ||||
| 				<chance>100</chance> | ||||
| 			<effect name="CallSkill"> | ||||
| 				<skillId>19504</skillId> <!-- Tempted --> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</endEffects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -1854,6 +1854,13 @@ | ||||
| 				<amount>5</amount> | ||||
| 				<mode>PER</mode> | ||||
| 			</effect> | ||||
| 			<effect name="TriggerSkillBySkillAttack"> | ||||
| 				<skillId>19440</skillId> <!-- Divine Strike --> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 				<attackSkillId>19448</attackSkillId> <!--  Rampageous Beat --> | ||||
| 				<chance>80</chance> | ||||
| 				<targetType>ENEMY</targetType> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| 	<skill id="19442" toLevel="3" name="Single Note"> | ||||
|   | ||||
| @@ -83,10 +83,23 @@ | ||||
| 	<skill id="19504" toLevel="1" name="Tempted"> | ||||
| 		<!-- Seduction by the Chaos Symphony for 3 sec. --> | ||||
| 		<icon>icon.skill11533</icon> | ||||
| 		<operateType>A1</operateType> | ||||
| 		<operateType>A2</operateType> | ||||
| 		<isMagic>1</isMagic> <!-- Magic Skill --> | ||||
| 		<isDebuff>true</isDebuff> | ||||
| 		<effectPoint>-1371</effectPoint> | ||||
| 		<abnormalLvl>1</abnormalLvl> | ||||
| 		<abnormalTime>3</abnormalTime> | ||||
| 		<abnormalType>TURN_FLEE</abnormalType> | ||||
| 		<abnormalVisualEffect>PSY_POWER</abnormalVisualEffect> | ||||
| 		<activateRate>100</activateRate> | ||||
| 		<isTriggeredSkill>true</isTriggeredSkill> | ||||
| 		<trait>PSYCHIC</trait> | ||||
| 		<targetType>ENEMY</targetType> | ||||
| 		<affectScope>SINGLE</affectScope> | ||||
| 		<effects> | ||||
| 			<effect name="Compelling" /> | ||||
| 			<effect name="BlockControl" /> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| 	<skill id="19506" toLevel="1" name="Spectral Wound"> | ||||
| 		<!-- The Spectral Sword attacks the target with 100 Power added to P. Atk. --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment