diff options
Diffstat (limited to 'bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml')
-rw-r--r-- | bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml new file mode 100644 index 0000000..9faafc2 --- /dev/null +++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | |||
@@ -0,0 +1,109 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | In Keys, | ||
5 | name is the name of the item. | ||
6 | description is the description of the item. | ||
7 | assetID is the ID of the asset data that is referenced by the item. | ||
8 | folderID is the ID of the folder containing this item. | ||
9 | inventoryID is the ID for the item. It must be unique. | ||
10 | assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse | ||
11 | inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse | ||
12 | flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse. | ||
13 | --> | ||
14 | |||
15 | <!-- | ||
16 | <Section Name="Example Library Item"> | ||
17 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
18 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
19 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
20 | <Key Name="description" Value="Example Library Item" /> | ||
21 | <Key Name="name" Value="Example Library Item" /> | ||
22 | <Key Name="assetType" Value="7" /> | ||
23 | <Key Name="inventoryType" Value="7" /> | ||
24 | <Key Name="flags" Value="0" /> | ||
25 | </Section> | ||
26 | --> | ||
27 | <!-- | ||
28 | <Section Name="Hair"> | ||
29 | <Key Name="inventoryID" Value="d342e6c1-b9d2-11dc-95ff-0800200c9a66" /> | ||
30 | <Key Name="assetID" Value="d342e6c0-b9d2-11dc-95ff-0800200c9a66" /> | ||
31 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
32 | <Key Name="description" Value="Hair" /> | ||
33 | <Key Name="name" Value="Hair" /> | ||
34 | <Key Name="assetType" Value="13" /> | ||
35 | <Key Name="inventoryType" Value="18" /> | ||
36 | <Key Name="flags" Value="2" /> | ||
37 | </Section> | ||
38 | |||
39 | <Section Name="Skin"> | ||
40 | <Key Name="inventoryID" Value="5c86b030-b9cc-11dc-95ff-0800200c9a66" /> | ||
41 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb" /> | ||
42 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
43 | <Key Name="description" Value="Skin" /> | ||
44 | <Key Name="name" Value="Skin" /> | ||
45 | <Key Name="assetType" Value="13" /> | ||
46 | <Key Name="inventoryType" Value="18" /> | ||
47 | <Key Name="flags" Value="1" /> | ||
48 | </Section> | ||
49 | --> | ||
50 | <!-- | ||
51 | <Section Name="Jim Skin"> | ||
52 | <Key Name="inventoryID" Value="5c86b031-b9cc-11dc-95ff-0800200c9a66" /> | ||
53 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbc" /> | ||
54 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
55 | <Key Name="description" Value="Jim Skin" /> | ||
56 | <Key Name="name" Value="Jim Skin" /> | ||
57 | <Key Name="assetType" Value="13" /> | ||
58 | <Key Name="inventoryType" Value="13" /> | ||
59 | <Key Name="flags" Value="1" /> | ||
60 | </Section> | ||
61 | |||
62 | <Section Name="Little Goblin Skin"> | ||
63 | <Key Name="inventoryID" Value="5c86b032-b9cc-11dc-95ff-0800200c9a66" /> | ||
64 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbd" /> | ||
65 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
66 | <Key Name="description" Value="Little Goblin Skin" /> | ||
67 | <Key Name="name" Value="Little Goblin Skin" /> | ||
68 | <Key Name="assetType" Value="13" /> | ||
69 | <Key Name="inventoryType" Value="13" /> | ||
70 | <Key Name="flags" Value="1" /> | ||
71 | </Section> | ||
72 | --> | ||
73 | <!-- | ||
74 | <Section Name="Shape"> | ||
75 | <Key Name="inventoryID" Value="5c86b033-b9cc-11dc-95ff-0800200c9a66" /> | ||
76 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73" /> | ||
77 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
78 | <Key Name="description" Value="Shape" /> | ||
79 | <Key Name="name" Value="Shape" /> | ||
80 | <Key Name="assetType" Value="13" /> | ||
81 | <Key Name="inventoryType" Value="18" /> | ||
82 | <Key Name="flags" Value="0" /> | ||
83 | </Section> | ||
84 | --> | ||
85 | <!-- | ||
86 | <Section Name="Jim Shape"> | ||
87 | <Key Name="inventoryID" Value="5c86b034-b9cc-11dc-95ff-0800200c9a66" /> | ||
88 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab74" /> | ||
89 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
90 | <Key Name="description" Value="Jim Shape" /> | ||
91 | <Key Name="name" Value="Jim Shape" /> | ||
92 | <Key Name="assetType" Value="13" /> | ||
93 | <Key Name="inventoryType" Value="13" /> | ||
94 | <Key Name="flags" Value="0" /> | ||
95 | </Section> | ||
96 | |||
97 | <Section Name="Little Goblin Shape"> | ||
98 | <Key Name="inventoryID" Value="5c86b035-b9cc-11dc-95ff-0800200c9a66" /> | ||
99 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab75" /> | ||
100 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
101 | <Key Name="description" Value="Little Goblin Shape" /> | ||
102 | <Key Name="name" Value="Little Goblin Shape" /> | ||
103 | <Key Name="assetType" Value="13" /> | ||
104 | <Key Name="inventoryType" Value="13" /> | ||
105 | <Key Name="flags" Value="0" /> | ||
106 | </Section> | ||
107 | --> | ||
108 | |||
109 | </Nini> | ||