Ramona door for Superion fortress.
Contributed by gigilo1968.
This commit is contained in:
parent
e2b465cdfd
commit
5c54907d0b
12
L2J_Mobius_Helios/dist/game/data/DoorData.xml
vendored
12
L2J_Mobius_Helios/dist/game/data/DoorData.xml
vendored
@ -18283,4 +18283,16 @@
|
||||
<status showHp="false" />
|
||||
<openStatus default="close" />
|
||||
</door>
|
||||
<door id="22230711" name="Superion_Du_S.superion_boss_door">
|
||||
<nodes nodeZ="-9870">
|
||||
<node x="78010" y="176317" />
|
||||
<node x="78010" y="176317" />
|
||||
<node x="78010" y="176317" />
|
||||
<node x="78010" y="176317" />
|
||||
</nodes>
|
||||
<location x="78010" y="176317" z="-9866" height="150" />
|
||||
<stats basePDef="1" baseMDef="1" baseHpMax="1" />
|
||||
<status showHp="false" />
|
||||
<openStatus openMethod="BY_ITEM" default="close" />
|
||||
</door>
|
||||
</list>
|
@ -188,9 +188,16 @@
|
||||
<!-- This key card is necessary to access the room containing the MP Controller, where Queen Ramona is. -->
|
||||
<set name="icon" val="icon.sp_control_room_key_card" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="weight" val="25" />
|
||||
<set name="material" val="STEEL" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="18604" level="1" /> <!-- Key Card to the Controller Room -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="47127" name="Giants Deterioration Protection Potion" type="EtcItem">
|
||||
<!-- When used in the Giant Emperor Helios Warzone, the damage received from the Enuma Elish - Red Lightning Spear' skill used by Helios is reduced for 5 seconds. -->
|
||||
|
34
L2J_Mobius_Helios/dist/game/data/stats/skills/18600-18699.xml
vendored
Normal file
34
L2J_Mobius_Helios/dist/game/data/stats/skills/18600-18699.xml
vendored
Normal 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>
|
Loading…
Reference in New Issue
Block a user