123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!--
- 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.
- -->
- <Nini>
- <Section Name="Default Daycycle">
- <Key Name="inventoryID" Value="25210112-000f-0000-0000-000100bba025" />
- <Key Name="assetID" Value="5646d39e-d3d7-6aff-ed71-30fc87d64a91" />
- <Key Name="folderID" Value="25200112-000f-0000-0000-000100bba025"/>
- <Key Name="description" Value="Default Daycycle with equal night and day durations" />
- <Key Name="name" Value="Default Daycycle" />
- <Key Name="assetType" Value="56" />
- <Key Name="inventoryType" Value="25" />
- <Key Name="flags" Value="2" />
- </Section>
-
- <Section Name="Default Daycycle(3/1)">
- <Key Name="inventoryID" Value="25210112-000f-0001-0000-000100bba125" />
- <Key Name="assetID" Value="5646d39e-d3d7-6aff-ed71-30fc87d64a92" />
- <Key Name="folderID" Value="25200112-000f-0000-0000-000100bba025"/>
- <Key Name="description" Value="Default Daycycle 3 to 1 day/night duration ratio" />
- <Key Name="name" Value="Default Daycycle(3/1)" />
- <Key Name="assetType" Value="56" />
- <Key Name="inventoryType" Value="25" />
- <Key Name="flags" Value="2" />
- </Section>
- <Section Name="Midday">
- <Key Name="inventoryID" Value="25210112-000f-0001-0000-000100bba225" />
- <Key Name="assetID" Value="6c83e853-e7f8-cad7-8ee6-5f31c453721c" />
- <Key Name="folderID" Value="25100112-000f-0000-0000-000100bba025"/>
- <Key Name="description" Value="Sky at noon" />
- <Key Name="name" Value="Midday" />
- <Key Name="assetType" Value="56" />
- <Key Name="inventoryType" Value="25" />
- <Key Name="flags" Value="0" />
- </Section>
- <Section Name="Midnight">
- <Key Name="inventoryID" Value="25210112-000f-0001-0000-000100bba325" />
- <Key Name="assetID" Value="8a01b97a-cb20-c1ea-ac63-f7ea84ad0090" />
- <Key Name="folderID" Value="25100112-000f-0000-0000-000100bba025"/>
- <Key Name="description" Value="Sky at midnight" />
- <Key Name="name" Value="Midnight" />
- <Key Name="assetType" Value="56" />
- <Key Name="inventoryType" Value="25" />
- <Key Name="flags" Value="0" />
- </Section>
- <Section Name="Sunrise">
- <Key Name="inventoryID" Value="25210112-000f-0001-0000-000100bba425" />
- <Key Name="assetID" Value="01e41537-ff51-2f1f-8ef7-17e4df760bfb" />
- <Key Name="folderID" Value="25100112-000f-0000-0000-000100bba025"/>
- <Key Name="description" Value="Sky at Sunrise" />
- <Key Name="name" Value="Sunrise" />
- <Key Name="assetType" Value="56" />
- <Key Name="inventoryType" Value="25" />
- <Key Name="flags" Value="0" />
- </Section>
- <Section Name="Sunset">
- <Key Name="inventoryID" Value="25210112-000f-0001-0000-000100bba525" />
- <Key Name="assetID" Value="084e26cd-a900-28e8-08d0-64a9de5c15e2" />
- <Key Name="folderID" Value="25100112-000f-0000-0000-000100bba025"/>
- <Key Name="description" Value="Sky at Sunset" />
- <Key Name="name" Value="Sunset" />
- <Key Name="assetType" Value="56" />
- <Key Name="inventoryType" Value="25" />
- <Key Name="flags" Value="0" />
- </Section>
- </Nini>
|