witchHut.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "witchHut" : {
  3. "index" :113,
  4. "handler" : "configurable",
  5. "base" : {
  6. "sounds" : {
  7. "visit" : ["GAZEBO"]
  8. }
  9. },
  10. "types" : {
  11. "witchHut" : {
  12. "index" : 0,
  13. "aiValue" : 1500,
  14. "rmg" : {
  15. "zoneLimit" : 3,
  16. "value" : 1500,
  17. "rarity" : 80
  18. },
  19. "compatibilityIdentifiers" : [ "object" ],
  20. "visitMode" : "limiter",
  21. "visitedTooltip" : 354,
  22. "description" : "@core.xtrainfo.12",
  23. "showScoutedPreview" : true,
  24. "variables" : {
  25. "secondarySkill" : {
  26. "gainedSkill" : { // Note: this variable name is used by engine for H3M loading and by AI
  27. "noneOf" : [
  28. "leadership",
  29. "necromancy"
  30. ]
  31. }
  32. }
  33. },
  34. "visitLimiter" : {
  35. "secondary" : {
  36. "@gainedSkill" : 1
  37. }
  38. },
  39. "rewards" : [
  40. {
  41. "limiter" : {
  42. "canLearnSkills" : true,
  43. "noneOf" : [
  44. {
  45. "secondary" : {
  46. "@gainedSkill" : 1
  47. }
  48. }
  49. ]
  50. },
  51. "description" : 355,
  52. "secondary" : {
  53. "@gainedSkill" : 1
  54. },
  55. "message" : 171 // Witch teaches you skill
  56. }
  57. ],
  58. "onVisitedMessage" : 172, // You already known this skill
  59. "onEmptyMessage" : 173 // You know too much (no free slots)
  60. }
  61. }
  62. }
  63. }