Appearance stone additions.
Contributed by NightBR.
This commit is contained in:
parent
51b98f1a1c
commit
2bf84af876
@ -4058,18 +4058,48 @@
|
||||
<bodyPart>hairall</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- White Knight Outfit -->
|
||||
<appearance_stone id="48023" targetType="ARMOR" type="FIXED" visualId="48016"> <!-- White Knight Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Healer Outfit Outfit -->
|
||||
<appearance_stone id="48024" targetType="ARMOR" type="FIXED" visualId="48017"> <!-- Healer Outfit Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Chevalier Outfit -->
|
||||
<appearance_stone id="48025" targetType="ARMOR" type="FIXED" visualId="48018"> <!-- Chevalier Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Kat the Cat Outfit -->
|
||||
<appearance_stone id="48026" targetType="ARMOR" type="FIXED" visualId="48019"> <!-- Kat the Cat Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Barbarian Wolf -->
|
||||
<appearance_stone id="48027" targetType="ARMOR" type="FIXED" visualId="48020"> <!-- Barbarian Wolf Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Valkyrie Outfit -->
|
||||
<appearance_stone id="48028" targetType="ARMOR" type="FIXED" visualId="48021"> <!-- Valkyrie Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
|
||||
<!-- Teddy Bear Outfit -->
|
||||
<appearance_stone id="48029" targetType="ARMOR" type="FIXED" visualId="48022"> <!-- Freya's Charisma Teddy Bear Outfit Potion -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- School Uniform A -->
|
||||
<appearance_stone id="26334" targetType="ARMOR" type="FIXED" visualId="26328"> <!-- School Uniform A Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
|
@ -236,6 +236,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48024" name="Healer Outfit Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Healer costume. Makes entire armor look like the Healer costume. -->
|
||||
@ -244,6 +247,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48025" name="Chevalier Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Chevalier costume. Makes entire armor look like the Chevalier costume. -->
|
||||
@ -263,6 +269,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48027" name="Barbarian Wolf Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Barbarian Wolf costume. Makes entire armor look like the Barbarian Wolf costume. -->
|
||||
@ -271,6 +280,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48028" name="Valkyrie Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Valkyrie costume. Makes entire armor look like the Valkyrie costume. -->
|
||||
@ -290,6 +302,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48030" name="Faction Amity Token" type="EtcItem">
|
||||
<!-- Token that strengthens the amity with a faction. Use it at the completion of a faction quest to gain extra quest XP and Amity Points. However, no further rewards will be gained if the quest rewards do not include XP or Amity Points. -->
|
||||
|
@ -4058,18 +4058,48 @@
|
||||
<bodyPart>hairall</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- White Knight Outfit -->
|
||||
<appearance_stone id="48023" targetType="ARMOR" type="FIXED" visualId="48016"> <!-- White Knight Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Healer Outfit Outfit -->
|
||||
<appearance_stone id="48024" targetType="ARMOR" type="FIXED" visualId="48017"> <!-- Healer Outfit Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Chevalier Outfit -->
|
||||
<appearance_stone id="48025" targetType="ARMOR" type="FIXED" visualId="48018"> <!-- Chevalier Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Kat the Cat Outfit -->
|
||||
<appearance_stone id="48026" targetType="ARMOR" type="FIXED" visualId="48019"> <!-- Kat the Cat Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Barbarian Wolf -->
|
||||
<appearance_stone id="48027" targetType="ARMOR" type="FIXED" visualId="48020"> <!-- Barbarian Wolf Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Valkyrie Outfit -->
|
||||
<appearance_stone id="48028" targetType="ARMOR" type="FIXED" visualId="48021"> <!-- Valkyrie Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
|
||||
<!-- Teddy Bear Outfit -->
|
||||
<appearance_stone id="48029" targetType="ARMOR" type="FIXED" visualId="48022"> <!-- Freya's Charisma Teddy Bear Outfit Potion -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- School Uniform A -->
|
||||
<appearance_stone id="26334" targetType="ARMOR" type="FIXED" visualId="26328"> <!-- School Uniform A Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
|
@ -236,6 +236,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48024" name="Healer Outfit Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Healer costume. Makes entire armor look like the Healer costume. -->
|
||||
@ -244,6 +247,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48025" name="Chevalier Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Chevalier costume. Makes entire armor look like the Chevalier costume. -->
|
||||
@ -263,6 +269,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48027" name="Barbarian Wolf Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Barbarian Wolf costume. Makes entire armor look like the Barbarian Wolf costume. -->
|
||||
@ -271,6 +280,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48028" name="Valkyrie Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Valkyrie costume. Makes entire armor look like the Valkyrie costume. -->
|
||||
@ -290,6 +302,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48030" name="Faction Amity Token" type="EtcItem">
|
||||
<!-- Token that strengthens the amity with a faction. Use it at the completion of a faction quest to gain extra quest XP and Amity Points. However, no further rewards will be gained if the quest rewards do not include XP or Amity Points. -->
|
||||
|
@ -4058,18 +4058,48 @@
|
||||
<bodyPart>hairall</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- White Knight Outfit -->
|
||||
<appearance_stone id="48023" targetType="ARMOR" type="FIXED" visualId="48016"> <!-- White Knight Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Healer Outfit Outfit -->
|
||||
<appearance_stone id="48024" targetType="ARMOR" type="FIXED" visualId="48017"> <!-- Healer Outfit Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Chevalier Outfit -->
|
||||
<appearance_stone id="48025" targetType="ARMOR" type="FIXED" visualId="48018"> <!-- Chevalier Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Kat the Cat Outfit -->
|
||||
<appearance_stone id="48026" targetType="ARMOR" type="FIXED" visualId="48019"> <!-- Kat the Cat Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Barbarian Wolf -->
|
||||
<appearance_stone id="48027" targetType="ARMOR" type="FIXED" visualId="48020"> <!-- Barbarian Wolf Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- Valkyrie Outfit -->
|
||||
<appearance_stone id="48028" targetType="ARMOR" type="FIXED" visualId="48021"> <!-- Valkyrie Outfit Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
|
||||
<!-- Teddy Bear Outfit -->
|
||||
<appearance_stone id="48029" targetType="ARMOR" type="FIXED" visualId="48022"> <!-- Freya's Charisma Teddy Bear Outfit Potion -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
<bodyPart>fullarmor</bodyPart>
|
||||
</appearance_stone>
|
||||
|
||||
<!-- School Uniform A -->
|
||||
<appearance_stone id="26334" targetType="ARMOR" type="FIXED" visualId="26328"> <!-- School Uniform A Appearance Stone -->
|
||||
<bodyPart>chest</bodyPart>
|
||||
|
@ -236,6 +236,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48024" name="Healer Outfit Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Healer costume. Makes entire armor look like the Healer costume. -->
|
||||
@ -244,6 +247,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48025" name="Chevalier Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Chevalier costume. Makes entire armor look like the Chevalier costume. -->
|
||||
@ -263,6 +269,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48027" name="Barbarian Wolf Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Barbarian Wolf costume. Makes entire armor look like the Barbarian Wolf costume. -->
|
||||
@ -271,6 +280,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48028" name="Valkyrie Costume Appearance Stone" type="EtcItem">
|
||||
<!-- Changes the appearance of upper or full-body armor to that of a Valkyrie costume. Makes entire armor look like the Valkyrie costume. -->
|
||||
@ -290,6 +302,9 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="SHAPE_SHIFTING_AM_FIXED" />
|
||||
<set name="handler" val="Appearance" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
</item>
|
||||
<item id="48030" name="Faction Amity Token" type="EtcItem">
|
||||
<!-- Token that strengthens the amity with a faction. Use it at the completion of a faction quest to gain extra quest XP and Faction Points. However, no further rewards will be gained if the quest rewards do not include XP or Faction Points. -->
|
||||
|
Loading…
Reference in New Issue
Block a user