quixadhal

example mob

Jul 5th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. #9806
  2. prisoner~
  3. A prisoner~
  4. A prisoner staggers away from you.
  5. ~
  6. This man has been badly beaten and looks as if he will not live long. He has
  7. hugh claw marks on his body and his clothes are torn and bloody.
  8. ~
  9. 128 0 1000 W 1
  10. 5 18 10 1d10+0 1d2+0
  11. -1 0 467 1
  12. 8 8 1
  13. The prisoner screams 'The ivory, it's a key I tell you, the cleric took it!'
  14. ~
  15. ~
  16.  
  17. Which translates as ----
  18.  
  19. Mob "A prisoner"[#9806] is known by the id string "prisoner"
  20. It belongs to zone "Slaadi Temple"[#98]
  21. It has a 35 byte long (room) description
  22. "A prisoner staggers away from you.
  23. "
  24. It has a 144 byte look-at description
  25. " This man has been badly beaten and looks as if he will not live long. He has
  26. hugh claw marks on his body and his clothes are torn and bloody.
  27. "
  28. It is a Really Holy Male human, standing 198cm tall and weighing 250lbs
  29. It has attained 5th Level in these classes: warrior
  30. It has 1d10+0 hp, 100 mana, and 100 move
  31. It has an AC of 10, and a THAC0 of 18
  32. It gets 1 attacks
  33. It has a Smiting attack for 1d2+0 damage
  34. It carries 0d0+0 gold and is worth 0d0+467 experience
  35. Its stats are: STR 0d0+14 / 0d0+0
  36. DEX 0d0+14
  37. CON 0d0+14
  38. INT 0d0+14
  39. WIS 0d0+14
  40. Its saving throws are: 15 15 15 15 15
  41. It loads in Standing, and has a default position of Standing
  42. It has the following ACT flags set: IsNPC Wimpy
  43. It makes a local sound
  44. "The prisoner screams 'The ivory, it's a key I tell you, the cleric took it!'
  45. "
  46.  
  47. ---- or the JSON output of newer code ----
  48.  
  49. "9806" : {
  50. "_data" : "#9806\nprisoner~\nA prisoner~\nA prisoner staggers away from you.\n~\n This man has been badly beaten and looks as if he will not live long. He has\nhugh claw marks on his body and his clothes are torn and bloody.\n~\n128 0 1000 W 1\n5 18 10 1d10+0 1d2+0\n-1 0 467 1\n8 8 1\nThe prisoner screams 'The ivory, it's a key I tell you, the cleric took it!'\n~\n~\n",
  51. "act_flags" : {
  52. "description" : "ACT_WIMPY",
  53. "flags" : {
  54. "ACT_WIMPY" : "128"
  55. },
  56. "value" : 128
  57. },
  58. "aff_flags" : {
  59. "description" : "",
  60. "flags" : {},
  61. "value" : 0
  62. },
  63. "alignment" : {
  64. "name" : "ALIGN_GOOD",
  65. "value" : "1000"
  66. },
  67. "armor_class" : 10,
  68. "attack_count" : 1,
  69. "damage" : {
  70. "die" : 2,
  71. "modifier" : 0,
  72. "rolls" : 1,
  73. "value" : "1d2+0"
  74. },
  75. "default_position" : {
  76. "name" : "POSITION_STANDING",
  77. "value" : "8"
  78. },
  79. "description" : " This man has been badly beaten and looks as if he will not live long. He has\nhugh claw marks on his body and his clothes are torn and bloody.",
  80. "experience" : 467,
  81. "gold" : 0,
  82. "hit_points" : {
  83. "die" : 10,
  84. "modifier" : 0,
  85. "rolls" : 1,
  86. "value" : "1d10+0"
  87. },
  88. "keyword_list" : "prisoner",
  89. "level" : 5,
  90. "load_position" : {
  91. "name" : "POSITION_STANDING",
  92. "value" : "8"
  93. },
  94. "long_description" : "A prisoner staggers away from you.",
  95. "race_type" : {
  96. "name" : "RACE_HUMAN",
  97. "value" : "1"
  98. },
  99. "sex" : {
  100. "name" : "SEX_MALE",
  101. "value" : "1"
  102. },
  103. "short_description" : "A prisoner",
  104. "sounds" : [
  105. "The prisoner screams 'The ivory, it's a key I tell you, the cleric took it!'",
  106. ""
  107. ],
  108. "thac0" : 18,
  109. "type" : "W",
  110. "vnum" : 9806
  111. },
Advertisement
Add Comment
Please, Sign In to add comment