Advertisement
Guest User

cfgspawnabletypes.xml

a guest
Dec 31st, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2.  
  3. <spawnabletypes>
  4. <!-- Aliens Loot -->
  5. <type name="geb_GreenAlien">
  6. <cargo preset="mixAlien" />
  7. <attachments chance="0.05">
  8. <item name="geb_FoilHat" chance="0.25" />
  9. <item name="geb_PlasmaRifle" chance="0.01" />
  10. <item name="geb_PlasmaCartridge" chance="0.02" />
  11. <item name="Diatium_Power_Cell" chance="0.02" />
  12. <item name="BeskarSpear" chance="0.04" />
  13. <item name="Luke_Skywalker_Lightsaber_Retracted" chance="0.03" />
  14. <item name="Luke_Skywalker_Lightsaber" chance="0.04" />
  15. <item name="Rey_Skywalker_Lightsaber_Retracted" chance="0.03" />
  16. <item name="Rey_Skywalker_Lightsaber" chance="0.04" />
  17. <item name="Obi_Wan_Lightsaber_Retracted" chance="0.03" />
  18. <item name="Obi_Wan_Lightsaber" chance="0.04" />
  19. <item name="Mace_Windu_Lightsaber_Retracted" chance="0.03" />
  20. <item name="Mace_Windu_Lightsaber" chance="0.04" />
  21. <item name="Ahsoka_Tano_Lightsaber_Retracted" chance="0.03" />
  22. <item name="Ahsoka_Tano_Lightsaber" chance="0.04" />
  23. <item name="Sith_Lightsaber_Retracted" chance="0.03" />
  24. <item name="Sith_Lightsaber" chance="0.04" />
  25. <item name="Count_Dooku_Lightsaber" chance="0.04" />
  26. <item name="Count_Dooku_Lightsaber_Retracted" chance="0.03" />
  27. <item name="Darksaber_Retracted" chance="0.03" />
  28. <item name="Darksaber" chance="0.04" />
  29. <item name="OVERKILL_Luke_Skywalker_Lightsaber_Retracted" chance="0.01" />
  30. <item name="OVERKILL_Luke_Skywalker_Lightsaber" chance="0.02" />
  31. <item name="OVERKILL_Rey_Skywalker_Lightsaber_Retracted" chance="0.01" />
  32. <item name="OVERKILL_Rey_Skywalker_Lightsaber" chance="0.02" />
  33. <item name="OVERKILL_Obi_Wan_Lightsaber_Retracted" chance="0.01" />
  34. <item name="OVERKILL_Obi_Wan_Lightsaber" chance="0.02" />
  35. <item name="OVERKILL_Mace_Windu_Lightsaber_Retracted" chance="0.01" />
  36. <item name="OVERKILL_Mace_Windu_Lightsaber" chance="0.02" />
  37. <item name="OVERKILL_Ahsoka_Tano_Lightsaber_Retracted" chance="0.01" />
  38. <item name="OVERKILL_Ahsoka_Tano_Lightsaber" chance="0.02" />
  39. <item name="OVERKILL_Sith_Lightsaber_Retracted" chance="0.01" />
  40. <item name="OVERKILL_Sith_Lightsaber" chance="0.02" />
  41. <item name="OVERKILL_Count_Dooku_Lightsaber" chance="0.02" />
  42. <item name="OVERKILL_Count_Dooku_Lightsaber_Retracted" chance="0.01" />
  43. <item name="OVERKILL_Darksaber_Retracted" chance="0.02" />
  44. <item name="OVERKILL_Darksaber" chance="0.02" />
  45. <item name="StormtrooperHelmet" chance="0.05" />
  46. <item name="MandalorianHelmet" chance="0.05" />
  47. <item name="Cloak_tan" chance="0.05" />
  48. <item name="Cloak_brown" chance="0.05" />
  49. <item name="Cloak_black" chance="0.05" />
  50. <item name="Cloak_white" chance="0.05" />
  51. <item name="BabyYoda_Plush" chance="0.10" />
  52. <item name="RP_Alienmask" chance="0.05" />
  53. </attachments>
  54. </type>
  55. <!-- Christmas -->
  56. <type name="GiftBox_Small_1">
  57. <cargo preset="mixChristmasTree" />
  58. </type>
  59. <type name="GiftBox_Small_2">
  60. <cargo preset="mixChristmasTree" />
  61. </type>
  62. <type name="GiftBox_Small_3">
  63. <cargo preset="mixChristmasTree" />
  64. </type>
  65. <type name="GiftBox_Small_4">
  66. <cargo preset="mixChristmasTree" />
  67. </type>
  68. <type name="GiftBox_Medium_1">
  69. <cargo preset="mixChristmasTree" />
  70. </type>
  71. <type name="GiftBox_Medium_2">
  72. <cargo preset="mixChristmasTree" />
  73. </type>
  74. <type name="GiftBox_Medium_3">
  75. <cargo preset="mixChristmasTree" />
  76. </type>
  77. <type name="GiftBox_Medium_4">
  78. <cargo preset="mixChristmasTree" />
  79. </type>
  80. <type name="GiftBox_Large_1">
  81. <cargo preset="mixChristmasTree" />
  82. </type>
  83. <type name="GiftBox_Large_2">
  84. <cargo preset="mixChristmasTree" />
  85. </type>
  86. <type name="GiftBox_Large_3">
  87. <cargo preset="mixChristmasTree" />
  88. </type>
  89. <type name="GiftBox_Large_4">
  90. <cargo preset="mixChristmasTree" />
  91. </type>
  92. </spawnabletypes>
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement