Ramona door for Superion fortress.

Contributed by gigilo1968.
This commit is contained in:
MobiusDev
2017-04-14 15:44:53 +00:00
parent e2b465cdfd
commit 5c54907d0b
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="18604" toLevel="1" name="Key Card to the Controller Room info">
<!-- A key card that is necessary in order to enter the room containing the controller -->
<effectPoint>-1</effectPoint>
<hitTime>500</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>47126</itemConsumeId> <!-- Key Card to the Controller Room" -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<reuseDelay>3000</reuseDelay>
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<magicCriticalRate>5</magicCriticalRate>
<effectRange>400</effectRange>
<castRange>40</castRange>
<targetType>DOOR_TREASURE</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpUnlock" />
<condition name="OpTargetDoor">
<doorIds>
<item>22230711</item>
</doorIds>
</condition>
</conditions>
<effects>
<effect name="OpenDoor">
<chance>100</chance>
<isItem>true</isItem>
</effect>
</effects>
</skill>
</list>