Addition of some missing Appearance Stones.
Contributed by crystalgarden.
This commit is contained in:
parent
32e868d66d
commit
8870a45e88
@ -495,4 +495,79 @@
|
||||
<appearance_stone id="37914" targetType="WEAPON" type="FIXED" visualId="37917" weaponType="DUALDAGGER" />
|
||||
<!-- Scarecrow Sword Appearance Stone: One-handed Magic Sword -->
|
||||
<appearance_stone id="37915" targetType="WEAPON" type="FIXED" visualId="37918" weaponType="SWORD" magicType="MAGICAL" />
|
||||
|
||||
<!-- Tuiti Appearance Stone -->
|
||||
<appearance_stone id="46573" targetType="ARMOR" type="FIXED" visualId="46538">
|
||||
<bodyPart>chest</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46574" targetType="ARMOR" type="FIXED" visualId="46539">
|
||||
<bodyPart>legs</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46575" targetType="ARMOR" type="FIXED" visualId="46540">
|
||||
<bodyPart>gloves</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46576" targetType="ARMOR" type="FIXED" visualId="46541">
|
||||
<bodyPart>feet</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Kelbim Appearance Stone -->
|
||||
<appearance_stone id="46578" targetType="ARMOR" type="FIXED" visualId="46543">
|
||||
<bodyPart>chest</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46579" targetType="ARMOR" type="FIXED" visualId="46544">
|
||||
<bodyPart>legs</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46580" targetType="ARMOR" type="FIXED" visualId="46545">
|
||||
<bodyPart>gloves</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46581" targetType="ARMOR" type="FIXED" visualId="46546">
|
||||
<bodyPart>feet</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Freya Appearance Stone -->
|
||||
<appearance_stone id="46583" targetType="ARMOR" type="FIXED" visualId="46548">
|
||||
<bodyPart>chest</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46584" targetType="ARMOR" type="FIXED" visualId="46549">
|
||||
<bodyPart>legs</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46585" targetType="ARMOR" type="FIXED" visualId="46550">
|
||||
<bodyPart>gloves</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="46586" targetType="ARMOR" type="FIXED" visualId="46551">
|
||||
<bodyPart>feet</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!--Lineage II Baseball Uniform Appearance Stone -->
|
||||
<appearance_stone id="26332" targetType="ARMOR" type="FIXED" visualId="26326">
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="26333" targetType="ACCESSORY" type="FIXED" visualId="26327">
|
||||
<bodyPart>hair</bodyPart>
|
||||
<bodyPart>hair2</bodyPart>
|
||||
<bodyPart>hairall</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!--School Uniform A -->
|
||||
<appearance_stone id="26334" targetType="ARMOR" type="FIXED" visualId="26328">
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="26335" targetType="ACCESSORY" type="FIXED" visualId="26329">
|
||||
<bodyPart>hair</bodyPart>
|
||||
<bodyPart>hair2</bodyPart>
|
||||
<bodyPart>hairall</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!--School Uniform B -->
|
||||
<appearance_stone id="26336" targetType="ARMOR" type="FIXED" visualId="26330">
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
<appearance_stone id="26337" targetType="ACCESSORY" type="FIXED" visualId="26331">
|
||||
<bodyPart>hair</bodyPart>
|
||||
<bodyPart>hair2</bodyPart>
|
||||
<bodyPart>hairall</bodyPart>
|
||||
</appearance_stone>
|
||||
</list>
|
||||
|
@ -334,6 +334,7 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="etcitem_type" val="SCROLL" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="26333" name="Lineage II Baseball Cap Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of a hair accessory to that of the Lineage II Baseball Cap. Can only be used on hair accessories that use 2 slots. -->
|
||||
@ -343,6 +344,7 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_HAIRACC_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="26334" name="School Uniform A Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of the entire armor into that of the School Uniform A. Can be used as a top or a one piece. It changes everything, making the appearance of all armor into that of the School Uniform A. Appearance is restored through the use of a Restoration Stone. -->
|
||||
@ -352,6 +354,7 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="etcitem_type" val="SCROLL" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="26335" name="School Uniform Hair A Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of a hair accessory to that of the School Uniform Hair A. Can only be used on hair accessories that use 2 slots. -->
|
||||
@ -361,6 +364,7 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_HAIRACC_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="26336" name="School Uniform B Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of the entire armor into that of the School Uniform B. Can be used as a top or a one piece. It changes everything, making the appearance of all armor into that of the School Uniform B. Appearance is restored through the use of a Restoration Stone. -->
|
||||
@ -370,6 +374,7 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="etcitem_type" val="SCROLL" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="26337" name="School Uniform Hair B Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of a hair accessory to that of the School Uniform Hair B. Can only be used on hair accessories that use 2 slots. -->
|
||||
@ -379,6 +384,7 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_HAIRACC_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="26338" name="Talisman - Abundance Lv. 1 (High-grade)" type="Armor">
|
||||
<!-- Max HP/MP/CP + 510, P. Def. + 971, M. Def. + 552, P. Evasion/M. Evasion + 7, Attribute Resistance + 15, Debuff Resistance + 15%, Received P. Critical Damage - 15%, PVP Damage - 15% when equipped. Can use the Power of Abundance skill. (P. Atk. + 15%, M. Atk. + 15%, Skill Power + 15%, Skill Critical Rate + 15%. Duration 1 minute. Cooldown 10 minutes.). Note: Effect for the Talisman of Abundance does not stack even when 2 or more are equipped. -->
|
||||
|
@ -732,6 +732,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46573" name="Tauti's Breastplate Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of breastplates into Tauti's Breastplate. Changed items cannot be equipped by Ertheia. -->
|
||||
@ -740,6 +741,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46574" name="Tauti's Gaiters Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of gaiters into Tauti's Gaiters. Changed items cannot be equipped by Ertheia. -->
|
||||
@ -748,6 +750,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46575" name="Tauti's Gauntlets Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of gauntlets into Tauti's Gauntlets. Changed items cannot be equipped by Ertheia. -->
|
||||
@ -756,6 +759,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46576" name="Tauti's Boots Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of boots into Tauti's Boots. Changed items cannot be equipped by Ertheia. -->
|
||||
@ -764,6 +768,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46577" name="Kelbim's Leather Helmet Appearance Stone" additionalName="Not In Use" type="EtcItem">
|
||||
<!-- Can change the appearance of leather helmets into Kelbim's Leather Helmet. -->
|
||||
@ -772,6 +777,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46578" name="Kelbim's Leather Armor Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of leather armor into Kelbim's Leather Armor. -->
|
||||
@ -780,6 +786,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46579" name="Kelbim's Leather Leggings Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of leather leggings into Kelbim's Leather Leggings. -->
|
||||
@ -788,6 +795,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46580" name="Kelbim's Leather Gloves Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of leather gloves into Kelbim's Leather Gloves. -->
|
||||
@ -796,6 +804,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46581" name="Kelbim's Leather Boots Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of leather boots into Kelbim's Leather Boots. -->
|
||||
@ -804,6 +813,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46582" name="Freya's Circlet Appearance Stone" additionalName="Not In Use" type="EtcItem">
|
||||
<!-- Can change the appearance of circlets into Freya's Circlet. -->
|
||||
@ -812,6 +822,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46583" name="Freya's Tunic Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of tunics into Freya's Tunic. -->
|
||||
@ -820,6 +831,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46584" name="Freya's Stockings Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of stockings into Freya's Stockings. -->
|
||||
@ -828,6 +840,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46585" name="Freya's Gloves Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of gloves into Freya's Gloves. -->
|
||||
@ -836,6 +849,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46586" name="Freya's Shoes Appearance Stone" type="EtcItem">
|
||||
<!-- Can change the appearance of shoes into Freya's Shoes. -->
|
||||
@ -844,6 +858,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="Appearance" />
|
||||
</item>
|
||||
<item id="46587" name="Mystic Armor Piece" type="EtcItem">
|
||||
<!-- Go to Settlen to exchange for a Tauti/Kelbim/Freya Outfit Appearance Stone. -->
|
||||
|
Loading…
Reference in New Issue
Block a user