Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <SpawnGroups>
  4.  
  5. <SpawnGroup>
  6. <Id>
  7. <TypeId>SpawnGroupDefinition</TypeId>
  8. <SubtypeId>test2</SubtypeId>
  9. </Id>
  10. <Description>
  11.  
  12. [Modular Encounters SpawnGroup]
  13. [AtmosphericCargoShip:true]
  14. [FactionOwner:SPRT]
  15.  
  16. </Description>
  17. <Icon>Textures\GUI\Icons\Fake.dds</Icon>
  18. <Frequency>2.0</Frequency>
  19. <IsPirate>true</IsPirate>
  20. <Prefabs>
  21. <Prefab SubtypeId="test2">
  22. <Position>
  23. <X>0.0</X>
  24. <Y>0.0</Y>
  25. <Z>0.0</Z>
  26. </Position>
  27. <BeaconText>test beacon</BeaconText>
  28. <Speed>20.0</Speed>
  29. </Prefab>
  30. </Prefabs>
  31. </SpawnGroup>
  32.  
  33. </SpawnGroups>
  34. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement