123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <Nini>
- <!--
- In Keys,
- name is the name of the item.
- description is the description of the item.
- assetID is the ID of the asset data that is referenced by the item.
- folderID is the ID of the folder containing this item.
- inventoryID is the ID for the item. It must be unique.
- assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse
- inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse
- flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse.
- -->
- <Section Name="Hair">
- <Key Name="inventoryID" Value="d342e6c1-b9d2-11dc-95ff-0800200c9a66" />
- <Key Name="assetID" Value="d342e6c0-b9d2-11dc-95ff-0800200c9a66" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Hair" />
- <Key Name="name" Value="Hair" />
- <Key Name="assetType" Value="13" />
- <Key Name="inventoryType" Value="18" />
- <Key Name="flags" Value="2" />
- </Section>
-
- <Section Name="Skin">
- <Key Name="inventoryID" Value="77c41e39-38f9-f75a-024e-585989bfabc9" />
- <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Skin" />
- <Key Name="name" Value="Skin" />
- <Key Name="assetType" Value="13" />
- <Key Name="inventoryType" Value="18" />
- <Key Name="flags" Value="1" />
- </Section>
-
- <!--
- <Section Name="Jim Skin">
- <Key Name="inventoryID" Value="5c86b031-b9cc-11dc-95ff-0800200c9a66" />
- <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbc" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Jim Skin" />
- <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">
- <Key Name="inventoryID" Value="5c86b032-b9cc-11dc-95ff-0800200c9a66" />
- <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbd" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Little Goblin Skin" />
- <Key Name="name" Value="Little Goblin Skin" />
- <Key Name="assetType" Value="13" />
- <Key Name="inventoryType" Value="13" />
- <Key Name="flags" Value="1" />
- </Section>
- -->
- <Section Name="Shape">
- <Key Name="inventoryID" Value="66c41e39-38f9-f75a-024e-585989bfaba9" />
- <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Shape" />
- <Key Name="name" Value="Shape" />
- <Key Name="assetType" Value="13" />
- <Key Name="inventoryType" Value="18" />
- <Key Name="flags" Value="0" />
- </Section>
- <Section Name="Eyes">
- <Key Name="inventoryID" Value="cdc31054-eed8-4021-994f-4e0c6e861b50" />
- <Key Name="assetID" Value="4bb6fa4d-1cd2-498a-a84c-95c1a0e745a7" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Default Eyes" />
- <Key Name="name" Value="Default Eyes" />
- <Key Name="assetType" Value="13" />
- <Key Name="inventoryType" Value="18" />
- <Key Name="flags" Value="3" />
- </Section>
-
- <!--
- <Section Name="Jim Shape">
- <Key Name="inventoryID" Value="5c86b034-b9cc-11dc-95ff-0800200c9a66" />
- <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab74" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Jim Shape" />
- <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">
- <Key Name="inventoryID" Value="5c86b035-b9cc-11dc-95ff-0800200c9a66" />
- <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab75" />
- <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/>
- <Key Name="description" Value="Little Goblin Shape" />
- <Key Name="name" Value="Little Goblin Shape" />
- <Key Name="assetType" Value="13" />
- <Key Name="inventoryType" Value="13" />
- <Key Name="flags" Value="0" />
- </Section>
- -->
- </Nini>
|