Addition of Mount Glory of Champion, Mount White Wing and Mount Shining Lady.

This commit is contained in:
MobiusDevelopment 2020-12-18 23:45:02 +00:00
parent 71eb4e942d
commit 48f151b160
2 changed files with 69 additions and 6 deletions

View File

@ -971,6 +971,10 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="40095" level="1" /> <!-- Spellbook: Mount Glory of Champion -->
</skills>
</item>
<item id="93060" name="Spellbook: Mount White Wing" type="EtcItem">
<!-- Double-click to learn how to ride White Wing.\n\n<Classes>\nAll classes\n\n<Skill effect>\nAllows to mount White Wing. -->
@ -982,6 +986,10 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="40096" level="1" /> <!-- Spellbook: Mount White Wing -->
</skills>
</item>
<item id="93061" name="Spellbook: Mount Shining Lady" type="EtcItem">
<!-- Double-click to learn how to ride Shining Lady. Shining Lady can use Silent Ride.\n\n<Classes>\nAll classes\n\n<Skill effect>\nAllows to mount Shining Lady. -->
@ -993,6 +1001,10 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="ItemSkills" />
<skills>
<skill id="40097" level="1" /> <!-- Spellbook: Mount Shining Lady -->
</skills>
</item>
<item id="93062" name="Hat of Glory" type="Armor">
<!-- A plumed hat with wide flaps. STR/ INT+1, HP +300. Uses 2 hair accessory slots. -->

View File

@ -710,19 +710,70 @@
</effects>
</skill>
<skill id="40095" toLevel="1" name="Spellbook: Mount Glory of Champion">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
<icon>icon.skill0000</icon>
<hitTime>1500</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>93059</itemConsumeId> <!-- Spellbook: Mount Glory of Champion -->
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpSkill">
<skillId>54200</skillId> <!-- Mount Glory of Champion -->
<skillLevel>1</skillLevel>
<hasLearned>false</hasLearned>
</condition>
</conditions>
<effects>
<effect name="SetSkill">
<skillId>54200</skillId> <!-- Mount Glory of Champion -->
<skillLevel>1</skillLevel>
</effect>
</effects>
</skill>
<skill id="40096" toLevel="1" name="Spellbook: Mount White Wing">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
<icon>icon.skill0000</icon>
<hitTime>1500</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>93060</itemConsumeId> <!-- Spellbook: Mount White Wing -->
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpSkill">
<skillId>54201</skillId> <!-- Mount White Wing -->
<skillLevel>1</skillLevel>
<hasLearned>false</hasLearned>
</condition>
</conditions>
<effects>
<effect name="SetSkill">
<skillId>54201</skillId> <!-- Mount White Wing -->
<skillLevel>1</skillLevel>
</effect>
</effects>
</skill>
<skill id="40097" toLevel="1" name="Spellbook: Mount Shining Lady">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
<icon>icon.skill0000</icon>
<hitTime>1500</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>93061</itemConsumeId> <!-- Spellbook: Mount Shining Lady -->
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpSkill">
<skillId>54202</skillId> <!-- Mount Shining Lady -->
<skillLevel>1</skillLevel>
<hasLearned>false</hasLearned>
</condition>
</conditions>
<effects>
<effect name="SetSkill">
<skillId>54202</skillId> <!-- Mount Shining Lady -->
<skillLevel>1</skillLevel>
</effect>
</effects>
</skill>
<skill id="40098" toLevel="1" name="Sayha's Grace">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->