Guest User

Rationale

a guest
Jan 3rd, 2022
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/faction.xsd">
  3.    
  4.     <factions>
  5.         <faction id="1" name="Good" color="39E01B" homeId="3" baseDisplayId="42229" />
  6.         <faction id="2" name="Evil" color="103E99" homeId="1" baseDisplayId="42230" />
  7.     </factions>
  8.        
  9.     <!-- Faction Fortresses -->
  10.     <fortresses>
  11.         <fort id="1" name="Southern" x="47301" y="50933" z="-2998">
  12.             <spawns faction="1">
  13.                 <spawn id="42231" repeat="20" />
  14.                 <spawn id="42232" repeat="20" />
  15.             </spawns>
  16.             <spawns faction="2">
  17.                 <spawn id="22725" repeat="2" />
  18.                 <spawn id="18190" repeat="3" />
  19.             </spawns>
  20.         </fort>
  21.     </fortresses>
  22.    
  23. </list>
Advertisement
Add Comment
Please, Sign In to add comment