Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <config>
  3. <!-- snippet created by: Arkahr -->
  4.  
  5. <overrides>
  6. <disable_default_goblins enabled="1" file="ui_default_actors_monsters">
  7. <o1 path="actors.goblin_portal.enabled" value="0" />
  8. <o2 path="monsters.goblin.enabled" value="0" />
  9. </disable_default_goblins>
  10. </overrides>
  11.  
  12. <templates>
  13.  
  14. <goblin enabled="1" speech_text="" keywords="" extra_decorators="deco_fill/map_shape">
  15. <map_shape enabled="1" radius="8" ping_speed="0" shape="circle" color="180,255,255,255" stroke="0" />
  16. <deco_fill enabled="1" radius="4.5" ping_speed="0" shape="circle" color="180,0,120,0" stroke="0" />
  17. <!-- off screen label for chasing goblin -->
  18. <ground_label enabled="1" on_screen="0" off_screen="1" text="default">
  19. <!-- each goblin has its own label color -->
  20. <body enabled="1" color="255,255,255,255" stroke="0" />
  21. <!-- change font_size to get bigger/smaller labels -->
  22. <text font_family="tahoma" font_size="8" font_bold="1" font_color="255,0,0,0" font_shadow="0" />
  23. </ground_label>
  24. </goblin>
  25.  
  26. <blood_thief template="goblin">
  27. <deco_fill color="180,155,0,255" /> <!-- violet -->
  28. <map_shape color="180,196,107,255" /> <!-- lighter violet -->
  29. <ground_label>
  30. <body color="180,155,0,255" />
  31. </ground_label>
  32. </blood_thief>
  33.  
  34. <malevolent_tormentor template="goblin">
  35. <deco_fill color="180,255,0,0" /> <!-- red -->
  36. <map_shape color="180,255,87,87" /> <!-- lighter red -->
  37. <ground_label>
  38. <body color="180,255,0,0" />
  39. </ground_label>
  40. </malevolent_tormentor>
  41.  
  42. <odious_colector template="goblin">
  43. <deco_fill color="180,0,255,0" /> <!-- green -->
  44. <map_shape color="180,158,255,158" /> <!-- lighter green -->
  45. <ground_label>
  46. <body color="180,0,255,0" />
  47. </ground_label>
  48. </odious_colector>
  49.  
  50. <gem_hoarder template="goblin">
  51. <deco_fill color="50,255,255,255" /> <!-- opaque white -->
  52. <map_shape color="180,255,255,255" /> <!-- white -->
  53. <ground_label>
  54. <body color="180,255,255,255" />
  55. </ground_label>
  56. </gem_hoarder>
  57.  
  58. <treasure_goblin template="goblin">
  59. <deco_fill color="180,255,255,0" /> <!-- yellow -->
  60. <map_shape color="180,255,255,112" /> <!-- lighter yellow -->
  61. <ground_label>
  62. <body color="180,255,255,0" />
  63. </ground_label>
  64. </treasure_goblin>
  65.  
  66. <gelatinous_sire template="goblin">
  67. <deco_fill color="180,0,0,255" /> <!-- blue -->
  68. <map_shape color="180,0,128,255" /> <!-- lighter blue -->
  69. <ground_label>
  70. <body color="180,155,0,255" />
  71. </ground_label>
  72. </gelatinous_sire>
  73.  
  74. <gilded_baron template="goblin">
  75. <deco_fill color="180,184,134,11" /> <!-- gold -->
  76. <map_shape color="180,218,165,32" /> <!-- lighter gold -->
  77. <ground_label>
  78. <body color="180,155,0,255" />
  79. </ground_label>
  80. </gilded_baron>
  81.  
  82. <insufferable_miscreant template="goblin">
  83. <deco_fill color="180,128,128,128" /> <!-- gray -->
  84. <map_shape color="180,211,211,211" /> <!-- lighter gray -->
  85. <ground_label>
  86. <body color="180,155,0,255" />
  87. </ground_label>
  88. </insufferable_miscreant>
  89.  
  90. <rainbow_goblin template="goblin">
  91. <deco_fill color="180,255,192,203" /> <!-- pink -->
  92. <map_shape color="180,255,182,193" /> <!-- lighter pink -->
  93. <ground_label>
  94. <body color="180,155,0,255" />
  95. </ground_label>
  96. </rainbow_goblin>
  97.  
  98. <!-- extra goblin found in Vault -->
  99. <treasure_fiend template="goblin">
  100. <deco_fill color="180,255,163,15" /> <!-- orange -->
  101. <map_shape color="180,255,198,107" /> <!-- lighter orange -->
  102. <ground_label>
  103. <body color="180,255,163,15" />
  104. </ground_label>
  105. </treasure_fiend>
  106.  
  107. </templates>
  108.  
  109. <monsters>
  110.  
  111. <!-- goblins -->
  112. <goblin_blood_thief enabled="1" template="blood_thief" keywords="groups=Blood Thief" />
  113. <goblin_malevolent_tormentor enabled="1" template="malevolent_tormentor" keywords="groups=Malevolent Tormentor" />
  114. <goblin_odious_collector enabled="1" template="odious_collector" keywords="groups=Odious Collector" />
  115. <goblin_gem_hoarder enabled="1" template="gem_hoarder" keywords="groups=Gem Hoarder" />
  116. <goblin_treasure_goblin enabled="1" template="treasure_goblin" keywords="groups=Treasure Goblin" />
  117. <goblin_gelatinous_sire enabled="1" template="treasure_goblin" keywords="groups=Gelatinous Sire" />
  118. <goblin_gilded_baron enabled="1" template="treasure_goblin" keywords="groups=Gilded Baron" />
  119. <goblin_insufferable_miscreant enabled="1" template="treasure_goblin" keywords="groups=Insufferable Miscreant" />
  120. <goblin_rainbow_goblin enabled="1" template="treasure_goblin" keywords="groups=Rainbow Goblin" />
  121. <!-- extra goblin found in Vault -->
  122. <goblin_treasure_fiend enabled="1" template="treasure_fiend" keywords="groups=Treasure Fiend" />
  123.  
  124. </monsters>
  125.  
  126. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement