ClothingAssetSet.xml 569 B

12345678910111213141516
  1. <Nini>
  2. <Section Name="Shirt">
  3. <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/>
  4. <Key Name="name" Value="Shirt"/>
  5. <Key Name="assetType" Value="5" />
  6. <Key Name="inventoryType" Value="18" />
  7. <Key Name="fileName" Value="newshirt.dat"/>
  8. </Section>
  9. <Section Name="Pants">
  10. <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120"/>
  11. <Key Name="name" Value="Pants"/>
  12. <Key Name="assetType" Value="5" />
  13. <Key Name="inventoryType" Value="18" />
  14. <Key Name="fileName" Value="newpants.dat"/>
  15. </Section>
  16. </Nini>