mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Add required wearable flags values to inventory body parts and clothing example xml
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<Key Name="name" Value="Example Library Item" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="flags" Value="0" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
@@ -20,6 +21,7 @@
|
||||
<Key Name="name" Value="Hair" />
|
||||
<Key Name="assetType" Value="13" />
|
||||
<Key Name="inventoryType" Value="18" />
|
||||
<Key Name="flags" Value="2" />
|
||||
</Section>
|
||||
|
||||
<Section Name="Skin">
|
||||
@@ -30,6 +32,7 @@
|
||||
<Key Name="name" Value="Skin" />
|
||||
<Key Name="assetType" Value="13" />
|
||||
<Key Name="inventoryType" Value="18" />
|
||||
<Key Name="flags" Value="1" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
@@ -41,6 +44,7 @@
|
||||
<Key Name="name" Value="Jim Skin" />
|
||||
<Key Name="assetType" Value="13" />
|
||||
<Key Name="inventoryType" Value="13" />
|
||||
<Key Name="flags" Value="1" />
|
||||
</Section>
|
||||
|
||||
<Section Name="Little Goblin Skin">
|
||||
@@ -51,6 +55,7 @@
|
||||
<Key Name="name" Value="Little Goblin Skin" />
|
||||
<Key Name="assetType" Value="13" />
|
||||
<Key Name="inventoryType" Value="13" />
|
||||
<Key Name="flags" Value="1" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
@@ -62,6 +67,7 @@
|
||||
<Key Name="name" Value="Shape" />
|
||||
<Key Name="assetType" Value="13" />
|
||||
<Key Name="inventoryType" Value="18" />
|
||||
<Key Name="flags" Value="0" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
@@ -73,6 +79,7 @@
|
||||
<Key Name="name" Value="Jim Shape" />
|
||||
<Key Name="assetType" Value="13" />
|
||||
<Key Name="inventoryType" Value="13" />
|
||||
<Key Name="flags" Value="0" />
|
||||
</Section>
|
||||
|
||||
<Section Name="Little Goblin Shape">
|
||||
@@ -83,6 +90,7 @@
|
||||
<Key Name="name" Value="Little Goblin Shape" />
|
||||
<Key Name="assetType" Value="13" />
|
||||
<Key Name="inventoryType" Value="13" />
|
||||
<Key Name="flags" Value="0" />
|
||||
</Section>
|
||||
-->
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<Key Name="name" Value="Example Library Item" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="flags" Value="0" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
@@ -20,6 +21,7 @@
|
||||
<Key Name="name" Value="Shirt" />
|
||||
<Key Name="assetType" Value="5" />
|
||||
<Key Name="inventoryType" Value="18" />
|
||||
<Key Name="flags" Value="4" />
|
||||
</Section>
|
||||
|
||||
<Section Name="Pants">
|
||||
@@ -30,6 +32,7 @@
|
||||
<Key Name="name" Value="Pants" />
|
||||
<Key Name="assetType" Value="5" />
|
||||
<Key Name="inventoryType" Value="18" />
|
||||
<Key Name="flags" Value="5" />
|
||||
</Section>
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user