38 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8" ?>
 | |
| <Defs>
 | |
|   <ScenarioDef>
 | |
|     <defName>Paniel_testScenarios</defName>
 | |
|     <label>Paniel test</label>
 | |
|     <description>test</description>
 | |
|     <scenario>
 | |
|       <summary>test</summary>
 | |
|       <playerFaction>
 | |
|         <def>PlayerFaction</def>
 | |
|         <factionDef>Paniel_PlayerFaction</factionDef>
 | |
|       </playerFaction>
 | |
|       <parts>
 | |
| 
 | |
|         <!-- Config pages -->
 | |
|         <li Class="ScenPart_ConfigPage_ConfigureStartingPawns">
 | |
|           <def>ConfigPage_ConfigureStartingPawns</def>
 | |
|           <pawnCount>3</pawnCount>
 | |
|           <pawnChoiceCount>6</pawnChoiceCount>
 | |
|         </li>
 | |
| 
 | |
|         <!-- Player starting stuff spawn method-->
 | |
|         <li Class="ScenPart_PlayerPawnsArriveMethod">
 | |
|           <def>PlayerPawnsArriveMethod</def>
 | |
| 					<method>Standing</method>
 | |
|         </li>
 | |
| 
 | |
|         <!-- Game start dialog -->
 | |
|         <li Class="ScenPart_GameStartDialog">
 | |
|           <def>GameStartDialog</def>
 | |
|           <text>test</text>
 | |
|           <closeSound>GameStartSting</closeSound>
 | |
|         </li>
 | |
| 
 | |
|       </parts>
 | |
|     </scenario>
 | |
|   </ScenarioDef>
 | |
| </Defs> |