Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. [
  2. {
  3. "id": "mon_ant_queen",
  4. "type": "MONSTER",
  5. "name": "queen ant",
  6. "copy-from": "mon_ant_queen",
  7. "description": "A colossal red ant with a bulging, bloated thorax. It moves slowly and deliberately, tending to nearby eggs and continually laying more. You can feel tremendous heat radiating from her belly, shining in the darkness.",
  8. "default_faction": "ant",
  9. "species": [ "INSECT" ],
  10. "diff": 18,
  11. "size": "LARGE",
  12. "hp": 140,
  13. "speed": 40,
  14. "material": [ "iflesh" ],
  15. "symbol": "a",
  16. "color": "ltred",
  17. "aggression": 0,
  18. "morale": 100,
  19. "melee_skill": 4,
  20. "melee_dice": 2,
  21. "melee_dice_sides": 4,
  22. "melee_cut": 3,
  23. "dodge": 1,
  24. "armor_bash": 16,
  25. "armor_cut": 25,
  26. "armor_acid": 5,
  27. "harvest": "arachnid",
  28. "vision_day": 5,
  29. "vision_night": 5,
  30. "luminance": 48,
  31. "special_attacks": [
  32. [ "ant_dinject", 40 ],
  33. [ "ANTQUEEN", 3 ],
  34. [ "FLAMETHROWER", 20 ],
  35. [ "SHRIEK_ALERT", 5 ]
  36. ],
  37. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "FIRE" ],
  38. "death_drops": "ant_drops",
  39. "death_function": [ "NORMAL" ],
  40. "flags": [ "SEES", "SMELLS", "KEENNOSE", "PATH_AVOID_DANGER_1", "QUEEN", "CHITIN", "FAT", "CLIMBS", "FIREPROOF", "BASHES" ]
  41. }, {
  42. "id": "mon_triffid_heart",
  43. "copy-from": "mon_triffid_heart",
  44. "type": "MONSTER",
  45. "name": "triffid heart",
  46. "description": "A knot of tubular roots, flowing with sap and beating like a heart. Strands of vascular tissue reach out to the surrounding root walls.",
  47. "default_faction": "triffid",
  48. "species": [ "PLANT" ],
  49. "diff": 50,
  50. "size": "HUGE",
  51. "hp": 500,
  52. "speed": 100,
  53. "material": [ "veggy" ],
  54. "symbol": "T",
  55. "color": "red",
  56. "aggression": 100,
  57. "morale": 100,
  58. "melee_cut": 0,
  59. "armor_bash": 12,
  60. "armor_cut": 16,
  61. "harvest": "triffid_small",
  62. "special_attacks": [ [ "TRIFFID_HEARTBEAT", 5 ] ],
  63. "death_function": [ "TRIFFID_HEART" ],
  64. "death_drops": "triffid_drops",
  65. "flags": [ "NOHEAD", "IMMOBILE", "QUEEN" ]
  66. }, {
  67. "id": "mon_blob_brain",
  68. "copy-from": "mon_blob_brain",
  69. "type": "MONSTER",
  70. "name": "brain blob",
  71. "description": "A gigantic black blob of viscous goo, oozing across the ground like a glob of living oil. Other blobs seem to swarm around it.",
  72. "default_faction": "blob",
  73. "species": [ "NETHER", "BLOB" ],
  74. "diff": 40,
  75. "size": "HUGE",
  76. "hp": 400,
  77. "speed": 50,
  78. "symbol": "O",
  79. "color": "black_green",
  80. "phase": "LIQUID",
  81. "aggression": 50,
  82. "morale": 100,
  83. "melee_skill": 5,
  84. "melee_dice": 2,
  85. "melee_dice_sides": 4,
  86. "melee_cut": 0,
  87. "armor_bash": 12,
  88. "harvest": "exempt",
  89. "special_attacks": [ [ "CALLBLOBS", 0 ] ],
  90. "death_function": [ "BRAINBLOB" ],
  91. "death_drops": "brain_drops",
  92. "flags": [ "SEES", "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF", "QUEEN" ]
  93. },
  94. {
  95. "id": "mon_jabberwock",
  96. "type": "MONSTER",
  97. "copy-from": "mon_jabberwock",
  98. "name": "jabberwock",
  99. "description": "A putrid amalgamation of body parts from humans and other creatures have fused together in this aberration of flesh. The eyes of all the heads dart about rapidly and the mouths form a chorus of groaning screams. Its coming for you.",
  100. "default_faction": "jabberwock",
  101. "species": [ "ABERRATION" ],
  102. "diff": 50,
  103. "size": "HUGE",
  104. "hp": 600,
  105. "speed": 140,
  106. "material": [ "flesh" ],
  107. "symbol": "J",
  108. "color": "dkgray_red",
  109. "aggression": 100,
  110. "morale": 100,
  111. "melee_skill": 13,
  112. "melee_dice": 5,
  113. "melee_dice_sides": 9,
  114. "melee_cut": 10,
  115. "dodge": 5,
  116. "armor_bash": 18,
  117. "armor_cut": 12,
  118. "harvest": "jabberwock",
  119. "attack_effs": [
  120. { "id": "rad_tenths", "duration": 40 }
  121. ],
  122. "vision_day": 50,
  123. "vision_night": 5,
  124. "special_attacks": [
  125. [ "FLESH_GOLEM", 10 ],
  126. [ "FEAR_PARALYZE", 40 ],
  127. [ "SMASH", 50 ],
  128. { "id": "slash", "cooldown": 20,
  129. "damage_max_instance": [
  130. { "damage_type": "cut", "amount": 20, "armor_multiplier": 0.8 },
  131. { "damage_type": "stab", "amount": 12, "armor_multiplier": 0.8 }
  132. ]
  133. }
  134. ],
  135. "death_function": [ "JABBERWOCKY" ],
  136. "death_drops": "jabber_drops",
  137. "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "DESTROYS", "ATTACKMON", "FUR", "LEATHER", "BONES", "POISON", "BONES", "FAT", "REVIVES", "NO_NECRO" ]
  138. }, {
  139. "id": "mon_zombie_bear_mega",
  140. "copy-from": "mon_zombie_bear_mega",
  141. "type": "MONSTER",
  142. "name": "zombie megabear",
  143. "description": "Although the elephant bears seem much more capable of avoiding death at the hands of zombies, a few do fall. Several humanoid zombies can fit into its mere shadow.",
  144. "default_faction": "zombie",
  145. "species": [ "MAMMAL" ],
  146. "diff": 30,
  147. "size": "HUGE",
  148. "hp": 380,
  149. "speed": 110,
  150. "material": [ "flesh" ],
  151. "symbol": "B",
  152. "color": "i_brown",
  153. "aggression": 100,
  154. "morale": 100,
  155. "melee_skill": 4,
  156. "melee_dice": 2,
  157. "melee_dice_sides": 18,
  158. "melee_damage": [
  159. { "damage_type": "bash", "amount": 4 }
  160. ],
  161. "melee_cut": 12,
  162. "dodge": 2,
  163. "armor_bash": 16,
  164. "armor_cut": 8,
  165. "harvest": "zombie_fur",
  166. "vision_day": 25,
  167. "vision_night": 10,
  168. "special_attacks": [
  169. [ "FLESH_GOLEM", 40 ],
  170. [ "SMASH", 40 ],
  171. { "type": "bite", "cooldown": 30, "accuracy": 6 },
  172. { "id": "hammer", "cooldown": 15, "moves": 150,
  173. "damage_max_instance": [
  174. { "damage_type": "bash", "amount": 30, "armor_multiplier": 0.75 }
  175. ]
  176. }
  177. ],
  178. "death_function": [ "NORMAL" ],
  179. "death_drops": "megabear_drops",
  180. "flags": [ "SEES", "HEARS", "SMELLS", "PATH_AVOID_DANGER_1", "ANIMAL", "WARM", "FUR", "BLEED", "BASHES", "DESTROYS", "ATTACKMON", "BONES", "FAT", "LEATHER", "STUMBLES", "WARM", "POISON", "NO_BREATHE", "REVIVES" ]
  181. }, {
  182. "id": "mon_fungaloid_queen",
  183. "copy-from": "mon_fungaloid_queen",
  184. "type": "MONSTER",
  185. "name": "fungal spire",
  186. "description": "An enormous fungal spire, towering over the ground. It pulsates slowly, continuously growing new defenses.",
  187. "default_faction": "fungus",
  188. "species": [ "FUNGUS" ],
  189. "diff": 40,
  190. "size": "HUGE",
  191. "hp": 300,
  192. "speed": 100,
  193. "material": [ "stone" ],
  194. "symbol": "T",
  195. "color": "light_gray",
  196. "aggression": 100,
  197. "morale": 100,
  198. "melee_cut": 0,
  199. "armor_bash": 10,
  200. "armor_cut": 10,
  201. "special_attacks": [ [ "FUNGUS_SPROUT", 10 ] ],
  202. "death_function": [ "FUNGUS", "NORMAL" ],
  203. "death_drops": "marloss_yellow_drops",
  204. "flags": [ "NOHEAD", "POISON", "IMMOBILE", "NO_BREATHE", "QUEEN" ]
  205. },
  206. {
  207. "id": "mon_fungaloid_seeder",
  208. "type": "MONSTER",
  209. "name": "giant fungal blossom",
  210. "description": "An immense fungal blossom, towering over its surroundings. It pulses with a soft blue glow, continuously pumping its spores into the air.",
  211. "default_faction": "fungus",
  212. "species": [ "FUNGUS" ],
  213. "diff": 40,
  214. "size": "HUGE",
  215. "hp": 300,
  216. "speed": 100,
  217. "material": [ "stone" ],
  218. "symbol": "T",
  219. "color": "cyan",
  220. "aggression": 100,
  221. "morale": 100,
  222. "melee_cut": 0,
  223. "armor_bash": 10,
  224. "armor_cut": 10,
  225. "harvest": "fungaloid_mass",
  226. "luminance": 200,
  227. "special_attacks": [ [ "FUNGUS_BIG_BLOSSOM", 10 ] ],
  228. "death_function": [ "FUNGUS", "NORMAL" ],
  229. "death_drops": "marloss_yellow_drops",
  230. "flags": [ "NOHEAD", "POISON", "IMMOBILE", "NO_BREATHE", "QUEEN" ]
  231. },
  232. {
  233. "id": "mon_mechaspider_queen",
  234. "type": "MONSTER",
  235. "name": "spider mastermind",
  236. "description": "A HUGE brain with HUGE GUTS! Theres also a two knubby little arms, a wicked looking tri-barreled gatling gun and sturdy metal and reinforced glass casing.",
  237. "default_faction": "doom",
  238. "species": [ "ABERRATION" ],
  239. "diff": 45,
  240. "size": "HUGE",
  241. "hp": 360,
  242. "speed": 85,
  243. "material": [ "steel" ],
  244. "symbol": "A",
  245. "color": "white",
  246. "aggression": 30,
  247. "morale": 60,
  248. "melee_skill": 4,
  249. "melee_dice": 1,
  250. "melee_dice_sides": 60,
  251. "dodge": 1,
  252. "armor_bash": 15,
  253. "armor_cut": 25,
  254. "armor_acid": 5,
  255. "armor_fire": 8,
  256. "harvest": "CBM_OP",
  257. "vision_day": 45,
  258. "vision_night": 15,
  259. "path_settings": { "max_dist": 50 },
  260. "starting_ammo": { "hell_laser_queen": 666, "bot_cherub": 18, "bot_cherub_fly": 7 },
  261. "special_attacks": [
  262. [ "UPGRADE", 10 ],
  263. [ "GRENADIER", 10 ],
  264. { "id": "hammer",
  265. "damage_max_instance": [
  266. { "damage_type": "bash", "amount": 35, "armor_multiplier": 0.8 }
  267. ]
  268. },
  269. {
  270. "type": "gun",
  271. "cooldown": 3,
  272. "move_cost": 350,
  273. "gun_type": "hell_laser_gun_queen",
  274. "ammo_type": "hell_laser_queen",
  275. "fake_skills": [ [ "gun", 3 ], [ "rifle", 3 ] ],
  276. "fake_str": 33,
  277. "fake_dex": 9,
  278. "fake_per": 13,
  279. "max_ammo": 1000,
  280. "ranges": [ [ 3, 50, "AUTO" ] ],
  281. "targeting_cost": 200,
  282. "targeting_sound": "rrraaaaaAHHHH-",
  283. "targeting_volume": 50,
  284. "description": "The arachnotron grimaces and fires its carbine!",
  285. "no_ammo_sound": "-Beep-beep-beep-"
  286. }
  287. ],
  288. "death_function": [ "SMOKEBURST", "MELT" ],
  289. "death_drops": "doom_drops",
  290. "flags": [ "SEES", "HEARS", "PATH_AVOID_DANGER_2", "PRIORITIZE_TARGETS", "STUMBLES", "WARM", "ELECTRONIC", "NO_BREATHE", "PUSH_MON", "INTERIOR_AMMO","QUEEN" ]
  291. }
  292. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement