Advertisement
UZiami

Untitled

Sep 23rd, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.80 KB | None | 0 0
  1. <SoftwareType>
  2.     <Name>Test Software</Name>
  3.     <Category>Testing</Category>
  4.     <Description>This is part of a test mod. If you develop a perfect version, 50% of the population will want it, but 10% might randomly not want it.</Description>
  5.     <Random>0.1</Random>
  6.     <Categories>
  7.         <Category Name="Test category">
  8.             <Description>This is a test category</Description>
  9.             <Popularity>0.5</Popularity>
  10.             <Retention>0.5</Retention>
  11.             <TimeScale>1</TimeScale>
  12.             <Iterative>0.75</Iterative>
  13.             <NameGenerator>testgen</NameGenerator>
  14.         </Category>
  15.     </Categories>
  16.     <OSSpecific>TRUE</OSSpecific>
  17.     <OneClient>FALSE</OneClient>
  18.     <InHouse>FALSE</InHouse>
  19.     <Features>
  20.         <Feature Forced="TRUE">
  21.             <Name>Test feat 1</Name>
  22.             <Description>This feature will always be selected unless superseded by a feature with this as "From".</Description>
  23.             <DevTime>2</DevTime>
  24.             <Innovation>0</Innovation>
  25.             <Usability>1</Usability>
  26.             <Stability>1</Stability>
  27.             <CodeArt>1</CodeArt>
  28.         </Feature>
  29.         <Feature From="Test feat 1">
  30.             <Name>Test feat 2</Name>
  31.             <Description>This feature takes 6 months to make and has 4/6 Usability.</Description>
  32.             <DevTime>6</DevTime>
  33.             <Innovation>1</Innovation>
  34.             <Usability>4</Usability>
  35.             <Stability>1</Stability>
  36.             <CodeArt>1</CodeArt>
  37.             <Dependency Software="Visual Tool">Image viewing</Dependency>
  38.         </Feature>
  39.         <Feature>
  40.             <Name>Test feat 3</Name>
  41.             <Description>This feature takes just as many artists as programmers and offers no stability.</Description>
  42.             <DevTime>5</DevTime>
  43.             <Innovation>1</Innovation>
  44.             <Usability>1</Usability>
  45.             <Stability>0</Stability>
  46.             <CodeArt>0.5</CodeArt>
  47.             <Dependency Software="Test Software">Test feat 2</Dependency>
  48.             <SoftwareCategory Category="Test category">1983</SoftwareCategory>
  49.         </Feature>
  50.     </Features>
  51. </SoftwareType>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement