Guest User

MoreCars Events

a guest
Apr 26th, 2020
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.56 KB | None | 0 0
  1.    
  2.     <!-- Use these to replace Vanilla vehicles -->
  3.    
  4.    <event name="VehicleOffroadHatchback">
  5.         <nominal>35</nominal>
  6.         <min>21</min>
  7.         <max>35</max>
  8.         <lifetime>300</lifetime>
  9.         <restock>0</restock>
  10.         <saferadius>500</saferadius>
  11.         <distanceradius>500</distanceradius>
  12.         <cleanupradius>200</cleanupradius>
  13.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  14.         <position>fixed</position>
  15.         <limit>mixed</limit>
  16.         <active>1</active>
  17.         <children>
  18.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback"/>
  19.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_Blue"/>
  20.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_White"/>
  21.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_wineblue"/>
  22.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_wineblue_rust"/>
  23.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_5000ca"/>
  24.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_5000ca_rust"/>
  25.         </children>
  26.     </event>
  27.     <event name="VehicleHatchback02">
  28.         <nominal>65</nominal>
  29.         <min>39</min>
  30.         <max>65</max>
  31.         <lifetime>300</lifetime>
  32.         <restock>0</restock>
  33.         <saferadius>500</saferadius>
  34.         <distanceradius>500</distanceradius>
  35.         <cleanupradius>200</cleanupradius>
  36.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  37.         <position>fixed</position>
  38.         <limit>mixed</limit>
  39.         <active>1</active>
  40.         <children>
  41.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02"/>
  42.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_Black"/>
  43.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_Blue"/>
  44.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_cat"/>
  45.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_Pizzapresto"/>
  46.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_rustbeige"/>
  47.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_stripes1"/>
  48.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_stripes1 _rust"/>
  49.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_purplesmoke"/>
  50.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_icegem"/>
  51.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_purplebomb"/>
  52.         </children>
  53.     </event>
  54.     <event name="VehicleSedan02">
  55.         <nominal>20</nominal>
  56.         <min>12</min>
  57.         <max>20</max>
  58.         <lifetime>300</lifetime>
  59.         <restock>0</restock>
  60.         <saferadius>500</saferadius>
  61.         <distanceradius>500</distanceradius>
  62.         <cleanupradius>200</cleanupradius>
  63.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  64.         <position>fixed</position>
  65.         <limit>mixed</limit>
  66.         <active>1</active>
  67.         <children>
  68.             <child lootmax="0" lootmin="0" max="5" min="3" type="Sedan_02"/>
  69.             <child lootmax="0" lootmin="0" max="5" min="3" type="Sedan_02_Grey"/>
  70.             <child lootmax="0" lootmin="0" max="5" min="3" type="Sedan_02_Red"/>
  71.             <child lootmax="0" lootmin="0" max="5" min="3" type="Sedan_02_peacebird"/>
  72.         </children>
  73.     </event>
  74.    
  75.    
  76.    
  77.     <!-- DCM Vehicles -->
  78.    
  79.     <event name="VehicleOffroadHatchback_chernarusarmy">
  80.         <nominal>8</nominal>
  81.         <min>3</min>
  82.         <max>13</max>
  83.         <lifetime>300</lifetime>
  84.         <restock>0</restock>
  85.         <saferadius>500</saferadius>
  86.         <distanceradius>500</distanceradius>
  87.         <cleanupradius>200</cleanupradius>
  88.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  89.         <position>fixed</position>
  90.         <limit>mixed</limit>
  91.         <active>1</active>
  92.         <children>
  93.             <child lootmax="0" lootmin="0" max="13" min="3" type="OffroadHatchback_chernarusarmy"/>
  94.         </children>
  95.     </event>
  96.     <event name="VehicleOffroadHatchback_chernarusarmy_rust">
  97.         <nominal>5</nominal>
  98.         <min>2</min>
  99.         <max>15</max>
  100.         <lifetime>300</lifetime>
  101.         <restock>0</restock>
  102.         <saferadius>500</saferadius>
  103.         <distanceradius>500</distanceradius>
  104.         <cleanupradius>200</cleanupradius>
  105.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  106.         <position>fixed</position>
  107.         <limit>mixed</limit>
  108.         <active>1</active>
  109.         <children>
  110.                 <child lootmax="0" lootmin="0" max="15" min="2" type="OffroadHatchback_chernarusarmy_rust"/>
  111.             </children>
  112.     </event>
  113.     <event name="VehicleOffroadHatchback_PoliceRus">
  114.         <nominal>12</nominal>
  115.         <min>5</min>
  116.         <max>19</max>
  117.         <lifetime>300</lifetime>
  118.         <restock>0</restock>
  119.         <saferadius>500</saferadius>
  120.         <distanceradius>500</distanceradius>
  121.         <cleanupradius>200</cleanupradius>
  122.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  123.         <position>fixed</position>
  124.         <limit>mixed</limit>
  125.         <active>1</active>
  126.         <children>
  127.             <child lootmax="0" lootmin="0" max="19" min="5" type="OffroadHatchback_PoliceRus"/>
  128.         </children>
  129.     </event>
  130.     <event name="VehicleOffroadHatchback_Firefighter">
  131.         <nominal>4</nominal>
  132.         <min>3</min>
  133.         <max>6</max>
  134.         <lifetime>300</lifetime>
  135.         <restock>0</restock>
  136.         <saferadius>500</saferadius>
  137.         <distanceradius>500</distanceradius>
  138.         <cleanupradius>200</cleanupradius>
  139.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  140.         <position>fixed</position>
  141.         <limit>mixed</limit>
  142.         <active>1</active>
  143.         <children>
  144.             <child lootmax="0" lootmin="0" max="6" min="3" type="OffroadHatchback_Firefighter"/>
  145.         </children>
  146.     </event>
  147.     <event name="VehicleOffroadHatchback_Cab">
  148.         <nominal>4</nominal>
  149.         <min>3</min>
  150.         <max>5</max>
  151.         <lifetime>300</lifetime>
  152.         <restock>0</restock>
  153.         <saferadius>500</saferadius>
  154.         <distanceradius>500</distanceradius>
  155.         <cleanupradius>200</cleanupradius>
  156.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  157.         <position>fixed</position>
  158.         <limit>mixed</limit>
  159.         <active>1</active>
  160.         <children> 
  161.             <child lootmax="0" lootmin="0" max="5" min="3" type="OffroadHatchback_Cab"/>
  162.         </children>
  163.     </event>
  164.     <event name="VehicleHatchback02_Cab">
  165.         <nominal>8</nominal>
  166.         <min>6</min>
  167.         <max>11</max>
  168.         <lifetime>300</lifetime>
  169.         <restock>0</restock>
  170.         <saferadius>500</saferadius>
  171.         <distanceradius>500</distanceradius>
  172.         <cleanupradius>200</cleanupradius>
  173.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  174.         <position>fixed</position>
  175.         <limit>mixed</limit>
  176.         <active>1</active>
  177.         <children>
  178.             <child lootmax="0" lootmin="0" max="6" min="3" type="Hatchback_02_Cab"/>
  179.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_Cab_rust"/>
  180.         </children>
  181.     </event>
  182.     <event name="VehicleHatchback02_mtconstruction">
  183.         <nominal>4</nominal>
  184.         <min>3</min>
  185.         <max>5</max>
  186.         <lifetime>300</lifetime>
  187.         <restock>0</restock>
  188.         <saferadius>500</saferadius>
  189.         <distanceradius>500</distanceradius>
  190.         <cleanupradius>200</cleanupradius>
  191.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  192.         <position>fixed</position>
  193.         <limit>mixed</limit>
  194.         <active>1</active>
  195.         <children>
  196.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_mtconstruction"/>
  197.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_mtconstruction_rust"/>
  198.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_fat"/>
  199.             <child lootmax="0" lootmin="0" max="5" min="3" type="Hatchback_02_fat_rust"/>
  200.         </children>
  201.     </event>
  202.     <event name="VehicleSedan02_Medic01">
  203.         <nominal>6</nominal>
  204.         <min>3</min>
  205.         <max>6</max>
  206.         <lifetime>300</lifetime>
  207.         <restock>0</restock>
  208.         <saferadius>500</saferadius>
  209.         <distanceradius>500</distanceradius>
  210.         <cleanupradius>200</cleanupradius>
  211.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  212.         <position>fixed</position>
  213.         <limit>mixed</limit>
  214.         <active>1</active>
  215.         <children>
  216.             <child lootmax="0" lootmin="0" max="6" min="3" type="Sedan_02_Medic01"/>
  217.         </children>
  218.     </event>       
  219. </events>
Add Comment
Please, Sign In to add comment