Advertisement
Guest User

Untitled

a guest
Sep 14th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.23 KB | None | 0 0
  1. [
  2. {
  3. "id": "mon_small_bug",
  4. "//": "Size words are meaningless for mutant bugs. Use comparisons to real animals.",
  5. "type": "MONSTER",
  6. "name": "small bug",
  7. "description": "A gross bug about the size of rat. Maybe immature.",
  8. "default_faction": "insect",
  9. "bodytype": "insect",
  10. "species": [ "INSECT" ],
  11. "diff": 1,
  12. "volume": "750 ml",
  13. "weight": 1000,
  14. "hp": 5,
  15. "speed": 120,
  16. "material": [ "iflesh" ],
  17. "symbol": "b",
  18. "color": "green",
  19. "aggression": -99,
  20. "morale": -8,
  21. "melee_skill": 1,
  22. "melee_dice": 1,
  23. "melee_dice_sides": 3,
  24. "dodge": 5,
  25. "melee_cut": 0,
  26. "vision_day": 5,
  27. "vision_night": 5,
  28. "harvest": "arachnid",
  29. "death_function": [ "NORMAL" ],
  30. "flags": [ "SEES", "HEARS", "SMELLS" ]
  31. },
  32. {
  33. "abstract": "mon_large_bug",
  34. "type": "MONSTER",
  35. "name": "large bug",
  36. "description": "A gross bug the size of a dog.",
  37. "default_faction": "insect",
  38. "bodytype": "insect",
  39. "species": [ "INSECT" ],
  40. "diff": 2,
  41. "volume": "30000 ml",
  42. "weight": 40750,
  43. "hp": 30,
  44. "speed": 110,
  45. "material": [ "iflesh" ],
  46. "symbol": "b",
  47. "color": "green",
  48. "aggression": 40,
  49. "morale": 100,
  50. "melee_skill": 4,
  51. "melee_dice": 1,
  52. "melee_dice_sides": 6,
  53. "melee_cut": 3,
  54. "dodge": 4,
  55. "armor_bash": 4,
  56. "armor_cut": 8,
  57. "armor_acid": 3,
  58. "vision_day": 5,
  59. "vision_night": 5,
  60. "harvest": "arachnid",
  61. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  62. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  63. "death_function": [ "NORMAL" ],
  64. "flags": [ "SEES", "HEARS", "SMELLS" ]
  65. },
  66. {
  67. "abstract": "mon_giant_bug",
  68. "type": "MONSTER",
  69. "name": "giant bug",
  70. "description": "A gigantic bug the size of a dog.",
  71. "default_faction": "insect",
  72. "bodytype": "insect",
  73. "species": [ "INSECT" ],
  74. "diff": 2,
  75. "volume": "62500 ml",
  76. "weight": 81500,
  77. "hp": 60,
  78. "speed": 100,
  79. "material": [ "iflesh" ],
  80. "symbol": "B",
  81. "color": "green",
  82. "aggression": 60,
  83. "morale": 100,
  84. "melee_skill": 4,
  85. "melee_dice": 1,
  86. "melee_dice_sides": 1,
  87. "melee_cut": 8,
  88. "dodge": 3,
  89. "armor_bash": 4,
  90. "armor_cut": 8,
  91. "armor_acid": 3,
  92. "vision_day": 7,
  93. "vision_night": 7,
  94. "harvest": "arachnid",
  95. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  96. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  97. "death_function": [ "NORMAL" ],
  98. "flags": [ "SEES", "SMELLS", "HEARS" ]
  99. },
  100. {
  101. "abstract": "mon_mega_bug",
  102. "type": "MONSTER",
  103. "name": "giant bug",
  104. "description": "An enormous bug the size of a cow or horse.",
  105. "default_faction": "insect",
  106. "bodytype": "insect",
  107. "species": [ "INSECT" ],
  108. "diff": 4,
  109. "volume": "625000 ml",
  110. "weight": 815000,
  111. "hp": 300,
  112. "speed": 95,
  113. "material": [ "iflesh" ],
  114. "symbol": "B",
  115. "color": "i_green",
  116. "aggression": 60,
  117. "morale": 100,
  118. "melee_skill": 4,
  119. "melee_dice": 3,
  120. "melee_dice_sides": 6,
  121. "melee_cut": 8,
  122. "dodge": 2,
  123. "armor_bash": 6,
  124. "armor_cut": 10,
  125. "armor_acid": 3,
  126. "vision_day": 10,
  127. "vision_night": 10,
  128. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  129. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  130. "harvest": "arachnid",
  131. "death_function": [ "NORMAL" ],
  132. "flags": [ "SEES", "SMELLS", "HEARS" ]
  133. },
  134. {
  135. "abstract": "mon_small_larva",
  136. "type": "MONSTER",
  137. "name": "small larva",
  138. "description": "A gross worm the size of rat.",
  139. "default_faction": "insect",
  140. "bodytype": "snake",
  141. "species": [ "INSECT" ],
  142. "diff": 1,
  143. "volume": "750 ml",
  144. "weight": 1000,
  145. "hp": 5,
  146. "speed": 15,
  147. "material": [ "iflesh" ],
  148. "symbol": "l",
  149. "color": "white",
  150. "aggression": -10,
  151. "morale": 10,
  152. "melee_skill": 2,
  153. "melee_dice": 1,
  154. "melee_dice_sides": 2,
  155. "melee_cut": 1,
  156. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  157. "harvest": "meatslug",
  158. "death_function": [ "NORMAL" ],
  159. "flags": [ "SMELLS", "LARVA", "PET_WONT_FOLLOW" ]
  160. },
  161. {
  162. "abstract": "mon_large_larva",
  163. "type": "MONSTER",
  164. "name": "large larva",
  165. "description": "A gross worm the size of a dog.",
  166. "default_faction": "insect",
  167. "bodytype": "snake",
  168. "species": [ "INSECT" ],
  169. "volume": "30000 ml",
  170. "weight": 40750,
  171. "hp": 10,
  172. "speed": 15,
  173. "material": [ "iflesh" ],
  174. "symbol": "l",
  175. "color": "white",
  176. "aggression": -1,
  177. "morale": 10,
  178. "melee_skill": 2,
  179. "melee_dice": 1,
  180. "melee_dice_sides": 4,
  181. "melee_cut": 0,
  182. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  183. "harvest": "meatslug",
  184. "death_function": [ "NORMAL" ],
  185. "flags": [ "SMELLS", "LARVA", "PET_WONT_FOLLOW" ]
  186. },
  187. {
  188. "id": "mon_ant_acid",
  189. "alias": "mon_giant_acid_ant",
  190. "type": "MONSTER",
  191. "copy-from": "mon_giant_bug",
  192. "name": "giant acidic ant",
  193. "description": "A monstrous brown ant the size of a human. Glistening liquid periodically drips from its swollen abdomen.",
  194. "default_faction": "acid_ant",
  195. "symbol": "A",
  196. "color": "brown",
  197. "melee_skill": 5,
  198. "melee_cut": 6,
  199. "dodge": 1,
  200. "aggression": 10,
  201. "upgrades": { "half_life": 30, "into": "mon_ant_acid_soldier" },
  202. "special_attacks": [ [ "ACID", 23 ], [ "EAT_FOOD", 30 ] ],
  203. "biosignature": { "biosig_item": "acid_free", "biosig_timer": 10 },
  204. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  205. "death_function": [ "ACID", "NORMAL" ],
  206. "harvest": "arachnid_acid",
  207. "flags": [ "ACIDPROOF", "CLIMBS", "HEARS", "POISON", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  208. },
  209. {
  210. "id": "mon_ant_acid_queen",
  211. "alias": "mon_mega_acid_ant_queen",
  212. "type": "MONSTER",
  213. "copy-from": "mon_mega_bug",
  214. "name": "giant acidic ant queen",
  215. "description": "An enormous brown ant the size of a cow. Its orifice seems developed only for egg-laying rather than spraying acid.",
  216. "default_faction": "acid_ant",
  217. "symbol": "A",
  218. "color": "i_brown",
  219. "speed": 50,
  220. "attack_cost": 25,
  221. "melee_skill": 5,
  222. "dodge": 1,
  223. "aggression": 40,
  224. "morale": 50,
  225. "reproduction": { "baby_egg": "egg_acid_ant", "baby_count": 5, "baby_timer": 1 },
  226. "biosignature": { "biosig_item": "acid_free", "biosig_timer": 10 },
  227. "special_attacks": [ [ "EAT_FOOD", 30 ] ],
  228. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  229. "death_function": [ "ACID", "NORMAL" ],
  230. "harvest": "arachnid_acid",
  231. "flags": [ "ACIDPROOF", "HEARS", "POISON", "SEES", "SMELLS" ]
  232. },
  233. {
  234. "id": "mon_ant_acid_soldier",
  235. "alias": "mon_giant_acid_ant_soldier",
  236. "type": "MONSTER",
  237. "copy-from": "mon_giant_bug",
  238. "name": "giant acidic ant soldier",
  239. "description": "A monstrous wolly brown ant the size of an adult human. Glistening liquid periodically drips from its swollen abdomen and it bears a pair of scythe like mandibles.",
  240. "default_faction": "acid_ant",
  241. "symbol": "A",
  242. "color": "red",
  243. "hp": 100,
  244. "melee_skill": 7,
  245. "melee_cut": 9,
  246. "dodge": 2,
  247. "armor_bash": 6,
  248. "armor_cut": 12,
  249. "upgrades": { "half_life": 364, "into": "mon_mega_acid_ant" },
  250. "//": "half life set high due to large population",
  251. "special_attacks": [ [ "ACID", 15 ] ],
  252. "biosignature": { "biosig_item": "acid_free", "biosig_timer": 10 },
  253. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  254. "death_function": [ "ACID", "NORMAL" ],
  255. "harvest": "arachnid_acid",
  256. "flags": [ "ACIDPROOF", "SHORTACIDTRAIL", "CLIMBS", "HEARS", "POISON", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  257. },
  258. {
  259. "id": "mon_mega_acid_ant",
  260. "type": "MONSTER",
  261. "copy-from": "mon_mega_bug",
  262. "name": "mega acid ant",
  263. "looks_like": "mon_ant_acid_queen",
  264. "description": "A monstrous woolly brown ant the size of a water buffalo. Glistening liquid periodically drips from its swollen abdomen and it bears a pair of scythe like mandibles.",
  265. "default_faction": "acid_ant",
  266. "symbol": "A",
  267. "color": "i_brown",
  268. "melee_skill": 8,
  269. "melee_cut": 10,
  270. "dodge": 2,
  271. "armor_bash": 12,
  272. "armor_cut": 16,
  273. "attack_effs": [ { "id": "downed", "chance": 10, "duration": 3 } ],
  274. "special_attacks": [ [ "ACID", 15 ] ],
  275. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  276. "biosignature": { "biosig_item": "acid_free", "biosig_timer": 10 },
  277. "death_function": [ "ACID", "NORMAL" ],
  278. "harvest": "arachnid_acid",
  279. "flags": [ "ACIDPROOF", "SHORTACIDTRAIL", "CLIMBS", "HEARS", "POISON", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  280. },
  281. {
  282. "id": "mon_ant_acid_larva",
  283. "alias": "mon_large_acid_ant_larva",
  284. "type": "MONSTER",
  285. "copy-from": "mon_large_larva",
  286. "name": "giant acidic ant larva",
  287. "name_plural": "giant acidic ant larvae",
  288. "description": "A yellow grub the size of a dog. It squirms and oozes gelatinous fluids.",
  289. "default_faction": "acid_ant",
  290. "symbol": "l",
  291. "color": "yellow",
  292. "fear_triggers": [ "HURT" ],
  293. "upgrades": { "age_grow": 3, "into": "mon_ant_acid" },
  294. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  295. "harvest": "meat_slug",
  296. "flags": [ "ACIDPROOF", "LARVA", "POISON", "SMELLS", "PET_WONT_FOLLOW" ]
  297. },
  298. {
  299. "id": "mon_tame_large_acid_ant_larva",
  300. "type": "MONSTER",
  301. "copy-from": "mon_ant_acid_larva",
  302. "description": "A yellow grub the size of a dog. It squirms and oozes gelatinous fluids. This one seems unusually friendly.",
  303. "upgrades": { "age_grow": 30, "into": "mon_mega_acid_ant" },
  304. "extend": { "flags": [ "DOGFOOD" ] }
  305. },
  306. {
  307. "id": "mon_ant",
  308. "alias": "mon_giant_ant",
  309. "type": "MONSTER",
  310. "copy-from": "mon_giant_bug",
  311. "name": "giant ant",
  312. "description": "An enormous red ant the size of a full grown human. It possesses a pair of wriggling antennae and vicious-looking mandibles.",
  313. "default_faction": "ant",
  314. "symbol": "A",
  315. "color": "brown",
  316. "dodge": 1,
  317. "aggression": 10,
  318. "upgrades": { "half_life": 30, "into": "mon_ant_soldier" },
  319. "special_attacks": [ [ "EAT_FOOD", 30 ] ],
  320. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 99 },
  321. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_WEAK" ],
  322. "flags": [ "CLIMBS", "HEARS", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  323. },
  324. {
  325. "id": "mon_ant_queen",
  326. "alias": "mon_mega_ant_queen",
  327. "type": "MONSTER",
  328. "copy-from": "mon_mega_bug",
  329. "name": "giant ant queen",
  330. "description": "A colossal red ant the size of a cow. It moves slowly and deliberately, tending to nearby eggs and continually laying more.",
  331. "default_faction": "ant",
  332. "speed": 50,
  333. "attack_cost": 25,
  334. "symbol": "A",
  335. "color": "i_brown",
  336. "melee_skill": 5,
  337. "dodge": 0,
  338. "aggression": 40,
  339. "morale": 50,
  340. "reproduction": { "baby_egg": "ant_egg", "baby_count": 5, "baby_timer": 1 },
  341. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 99 },
  342. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  343. "flags": [ "HEARS", "SEES", "SMELLS" ]
  344. },
  345. {
  346. "id": "mon_ant_soldier",
  347. "alias": "mon_giant_ant_soldier",
  348. "type": "MONSTER",
  349. "copy-from": "mon_giant_bug",
  350. "name": "giant ant soldier",
  351. "description": "A huge and hairy red ant the size of an adult human. Bulging pincers extend from its jaws.",
  352. "default_faction": "ant",
  353. "symbol": "A",
  354. "color": "red",
  355. "hp": 100,
  356. "melee_skill": 7,
  357. "melee_cut": 9,
  358. "dodge": 2,
  359. "armor_bash": 8,
  360. "armor_cut": 10,
  361. "upgrades": { "half_life": 364, "into": "mon_mega_ant" },
  362. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 99 },
  363. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  364. "death_function": [ "ACID", "NORMAL" ],
  365. "flags": [ "CLIMBS", "HEARS", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  366. },
  367. {
  368. "id": "mon_mega_ant",
  369. "type": "MONSTER",
  370. "copy-from": "mon_mega_bug",
  371. "name": "mega ant",
  372. "looks_like": "mon_ant_queen",
  373. "description": "A monstrous red ant the size of a bison. Bulging pincers extend from its jaws.",
  374. "default_faction": "ant",
  375. "symbol": "A",
  376. "color": "i_brown",
  377. "melee_skill": 8,
  378. "melee_cut": 10,
  379. "dodge": 2,
  380. "armor_bash": 12,
  381. "armor_cut": 16,
  382. "attack_effs": [ { "id": "bleed", "chance": 20, "duration": 3 } ],
  383. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  384. "flags": [ "HEARS", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  385. },
  386. {
  387. "id": "mon_ant_larva",
  388. "alias": "mon_large_ant_larva",
  389. "type": "MONSTER",
  390. "copy-from": "mon_large_larva",
  391. "name": "gigantic ant larva",
  392. "name_plural": "gigantic ant larvae",
  393. "description": "A pulsating sausage of glistening white flesh, the size of a dog. On one end is a set of squirming mouth parts.",
  394. "default_faction": "ant",
  395. "symbol": "l",
  396. "color": "white",
  397. "fear_triggers": [ "HURT" ],
  398. "upgrades": { "age_grow": 3, "into": "mon_ant" },
  399. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  400. "flags": [ "LARVA", "SMELLS", "PET_WONT_FOLLOW" ]
  401. },
  402. {
  403. "id": "mon_tame_large_ant_larva",
  404. "type": "MONSTER",
  405. "copy-from": "mon_ant_larva",
  406. "description": "A pulsating sausage of glistening white flesh, the size of a dog. On one end is a set of squirming mouth parts. THis one seems rather playful.",
  407. "upgrades": { "age_grow": 30, "into": "mon_mega_ant" },
  408. "extend": { "flags": [ "DOGFOOD" ] }
  409. },
  410. {
  411. "id": "mon_bee",
  412. "alias": "mon_large_bee",
  413. "type": "MONSTER",
  414. "copy-from": "mon_large_bug",
  415. "name": "giant bee",
  416. "description": "With a stinger the size of a kitchen knife, this dog-sized insect's black and yellow markings warn you to leave it undisturbed.",
  417. "bodytype": "flying insect",
  418. "default_faction": "bee",
  419. "speed": 80,
  420. "attack_cost": 80,
  421. "symbol": "b",
  422. "color": "yellow",
  423. "melee_cut": 6,
  424. "special_attacks": [ [ "PARROT", 30 ] ],
  425. "dodge": 9,
  426. "biosignature": { "biosig_item": "honeycomb", "biosig_timer": 10 },
  427. "harvest": "arachnid_stinger",
  428. "attack_effs": [ { "id": "poison", "chance": 30, "duration": 20 } ],
  429. "anger_triggers": [ "HURT", "FRIEND_DIED", "PLAYER_CLOSE", "PLAYER_CLOSE"],
  430. "flags": [ "SEES", "SMELLS", "FLIES", "SWARMS", "GROUP_MORALE", "PET_WONT_FOLLOW" ]
  431. },
  432. {
  433. "id": "mon_mega_bee_queen",
  434. "type": "MONSTER",
  435. "copy-from": "mon_mega_bug",
  436. "name": "giant queen bee",
  437. "description": "A colossal bee the size of a cow. It moves slowly and deliberately, tending to nearby eggs and continually laying more.",
  438. "bodytype": "flying insect",
  439. "default_faction": "bee",
  440. "looks_like": "ant_queen",
  441. "speed": 50,
  442. "attack_cost": 25,
  443. "symbol": "B",
  444. "color": "i_yellow",
  445. "melee_skill": 8,
  446. "dodge": 0,
  447. "aggression": 40,
  448. "morale": 50,
  449. "reproduction": { "baby_egg": "egg_bee", "baby_count": 5, "baby_timer": 1 },
  450. "biosignature": { "biosig_item": "egg_bee", "biosig_timer": 10 },
  451. "harvest": "arachnid_stinger",
  452. "attack_effs": [ { "id": "poison", "chance": 30, "duration": 20 } ], "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
  453. "flags": [ "HEARS", "SEES", "SMELLS" ]
  454. },
  455. {
  456. "id": "mon_small_bee_larva",
  457. "type": "MONSTER",
  458. "copy-from": "mon_small_larva",
  459. "name": "mutant bee larva",
  460. "name_plural": "mutant bee larvae",
  461. "description": "A pulsating sausage of glistening white flesh, the size of a squirrel. On one end is a set of squirming mouth parts.",
  462. "default_faction": "bee",
  463. "symbol": "l",
  464. "color": "white",
  465. "fear_triggers": [ "HURT" ],
  466. "upgrades": { "age_grow": 3, "into": "mon_bee" },
  467. "flags": [ "LARVA", "SMELLS", "PET_WONT_FOLLOW" ]
  468. },
  469. {
  470. "id": "mon_tame_small_bee_larva",
  471. "type": "MONSTER",
  472. "copy-from": "mon_small_bee_larva",
  473. "description": "A pulsating sausage of glistening white flesh, the size of a squirrel. On one end is a set of squirming mouth parts. This one seems rather playful.",
  474. "extend": { "flags": [ "BIRDFOOD" ] }
  475. },
  476. {
  477. "id": "mon_tame_small_bee_queen_larva",
  478. "type": "MONSTER",
  479. "copy-from": "mon_small_bee_larva",
  480. "description": "A pulsating sausage of glistening white flesh, the size of a squirrel. On one end is a set of squirming mouth parts. This one seems proud and commanding.",
  481. "upgrades": { "age_grow": 15, "into": "mon_mega_bee_queen" },
  482. "extend": { "flags": [ "BIRDFOOD" ] }
  483. },
  484. {
  485. "id": "mon_giant_beetle",
  486. "type": "MONSTER",
  487. "copy-from": "mon_giant_bug",
  488. "name": "gigantic beetle",
  489. "description": "An enormous beetle the size of a Galapagos turtle. It has a hard black shell.",
  490. "default_faction": "beetle",
  491. "speed": 90,
  492. "symbol": "B",
  493. "color": "dark_gray",
  494. "dodge": 1,
  495. "hp": 100,
  496. "armor_bash": 8,
  497. "armor_cut": 12,
  498. "aggression": 10,
  499. "upgrades": { "half_life": 182, "into": "mon_mega_beetle" },
  500. "reproduction": { "baby_egg": "egg_beetle", "baby_count": 5, "baby_timer": 90 },
  501. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  502. "special_attacks": [ [ "EAT_FOOD", 100 ] ],
  503. "anger_triggers": [ "HURT" ],
  504. "placate_triggers": [ "MEAT" ],
  505. "flags": [ "HEARS", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  506. },
  507. {
  508. "id": "mon_mega_beetle",
  509. "type": "MONSTER",
  510. "copy-from": "mon_mega_bug",
  511. "name": "mega beetle",
  512. "description": "An enormous beetle the size of a hippo. It has a hard black shell.",
  513. "default_faction": "beetle",
  514. "speed": 90,
  515. "symbol": "B",
  516. "color": "dark_gray",
  517. "dodge": 1,
  518. "armor_bash": 20,
  519. "armor_cut": 20,
  520. "aggression": 10,
  521. "reproduction": { "baby_egg": "egg_beetle", "baby_count": 10, "baby_timer": 90 },
  522. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  523. "special_attacks": [ [ "EAT_FOOD", 50 ] ],
  524. "anger_triggers": [ "HURT" ],
  525. "placate_triggers": [ "MEAT" ],
  526. "flags": [ "HEARS", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  527. },
  528. {
  529. "id": "mon_large_beetle_larva",
  530. "type": "MONSTER",
  531. "copy-from": "mon_large_larva",
  532. "name": "gigantic beetle larva",
  533. "name_plural": "gigantic beetle larvae",
  534. "description": "A worm-like beetle larva the size of a dog.",
  535. "default_faction": "beetle",
  536. "symbol": "l",
  537. "color": "blue",
  538. "fear_triggers": [ "HURT" ],
  539. "upgrades": { "age_grow": 3, "into": "mon_giant_beetle" },
  540. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  541. "flags": [ "LARVA", "SMELLS", "PET_WONT_FOLLOW" ]
  542. },
  543. {
  544. "id": "mon_tame_large_beetle_larva",
  545. "type": "MONSTER",
  546. "copy-from": "mon_large_beetle_larva",
  547. "description": "A worm-like larva the size of a dog. This one seems fairly tame.",
  548. "upgrades": { "age_grow": 30, "into": "mon_mega_beetle" },
  549. "extend": { "flags": [ "CATTLEFODDER" ] }
  550. },
  551. {
  552. "id": "mon_small_butterfly",
  553. "type": "MONSTER",
  554. "copy-from": "mon_small_bug",
  555. "name": "gigantic butterfly",
  556. "description": "An enormous butterfly with a wingspan the size of a kite. It has colorful wings that swirl with hypnotic colors.",
  557. "default_faction": "small_animal",
  558. "bodytype": "flying insect",
  559. "symbol": "b",
  560. "color": "pink",
  561. "melee_skill": 1,
  562. "melee_dice": 1,
  563. "melee_dice_sides": 1,
  564. "melee_cut": 0,
  565. "dodge": 9,
  566. "fear_triggers": [ "HURT", "SOUND", "FIRE", "PLAYER_CLOSE" ],
  567. "reproduction": { "baby_egg": "egg_butterfly", "baby_count": 1, "baby_timer": 200 },
  568. "baby_flags": [ "SPRING" ],
  569. "flags": [ "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HARDTOSHOOT" ]
  570. },
  571. {
  572. "id": "mon_small_butterfly_chrysalis",
  573. "type": "MONSTER",
  574. "copy-from": "mon_small_larva",
  575. "name": "mutant butterfly chrysalis",
  576. "description": "A silken cacoon containing what will become a mutant butterfly.",
  577. "default_faction": "small_animal",
  578. "symbol": "c",
  579. "color": "white",
  580. "speed": 0,
  581. "dodge": 0,
  582. "upgrades": { "age_grow": 10, "into": "mon_small_butterfly" },
  583. "flags": [ "IMMOBILE", "PACIFIST" ]
  584. },
  585. {
  586. "id": "mon_small_butterfly_larva",
  587. "type": "MONSTER",
  588. "copy-from": "mon_small_larva",
  589. "name": "mutant caterpillar",
  590. "description": "A thick green caterpillar the size of a person's arm. If slowly chews leaves and grass and seeds.",
  591. "default_faction": "small_animal",
  592. "symbol": "c",
  593. "color": "green",
  594. "speed": 15,
  595. "dodge": 0,
  596. "fear_triggers": [ "HURT", "SOUND", "FIRE", "PLAYER_CLOSE" ],
  597. "upgrades": { "age_grow": 10, "into": "mon_small_butterfly_chrysalis" },
  598. "baby_flags": [ "SPRING" ],
  599. "flags": [ "CLIMBS", "SEES", "SMELLS", "BIRDFOOD" ]
  600. },
  601. {
  602. "id": "mon_large_centipede",
  603. "type": "MONSTER",
  604. "copy-from": "mon_large_bug",
  605. "name": "mutant centipede",
  606. "description": "A mutant centipede grown to the size of an alligator. Its pincers have a deadly poison.",
  607. "bodytype": "snake",
  608. "default_faction": "centipede",
  609. "symbol": "c",
  610. "color": "yellow",
  611. "speed": 150,
  612. "attack_cost": 150,
  613. "aggression": 40,
  614. "morale": 100,
  615. "dodge": 4,
  616. "attack_effs": [ { "id": "poison", "chance": 75, "duration": 20 } ],
  617. "upgrades": { "half_life": 91, "into": "mon_centipede_giant" },
  618. "anger_triggers": [ "HURT", "PLAYER_WEAK" ],
  619. "flags": [ "CLIMBS", "HEARS", "SEES", "SMELLS" ]
  620. },
  621. {
  622. "id": "mon_centipede_giant",
  623. "alias": "mon_giant_centipede",
  624. "type": "MONSTER",
  625. "copy-from": "mon_giant_bug",
  626. "name": "mutant centipede",
  627. "description": "A mutant centipede grown to the size of a tiger. Its pincers have a deadly poison.",
  628. "bodytype": "snake",
  629. "default_faction": "centipede",
  630. "symbol": "C",
  631. "color": "yellow",
  632. "speed": 150,
  633. "attack_cost": 150,
  634. "aggression": 50,
  635. "morale": 100,
  636. "dodge": 4,
  637. "attack_effs": [ { "id": "poison", "chance": 75, "duration": 20 } ],
  638. "special_attacks": [ [ "EAT_FOOD", 30 ] ],
  639. "anger_triggers": [ "HURT", "PLAYER_WEAK" ],
  640. "reproduction": { "baby_egg": "egg_centipede", "baby_count": 1, "baby_timer": 200 },
  641. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  642. "flags": [ "CLIMBS", "HEARS", "SEES", "SMELLS" ]
  643. },
  644. {
  645. "id": "mon_giant_cockroach_nymph",
  646. "alias": "mon_small_cockroach",
  647. "type": "MONSTER",
  648. "copy-from": "mon_small_bug",
  649. "name": "giant cockroach nymph",
  650. "description": "An immature mutant cockroach about the size of a rat.",
  651. "default_faction": "roach",
  652. "symbol": "c",
  653. "color": "brown",
  654. "vision_night": 10,
  655. "upgrades": { "age_grow": 7, "into": "mon_giant_cockroach" },
  656. "special_attacks": [ [ "EAT_FOOD", 120 ] ],
  657. "fear_triggers": [ "SOUND", "FIRE" ],
  658. "anger_triggers": [ "HURT", "PLAYER_WEAK" ],
  659. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "HARDTOSHOOT" ]
  660. },
  661. {
  662. "id": "mon_giant_cockroach",
  663. "alias": "mon_large_cockroach",
  664. "type": "MONSTER",
  665. "copy-from": "mon_large_bug",
  666. "name": "giant cockroach",
  667. "description": "A mutant cockroach the size of a small dog.",
  668. "default_faction": "roach",
  669. "symbol": "c",
  670. "color": "brown",
  671. "vision_night": 10,
  672. "reproduction": { "baby_egg": "egg_roach", "baby_count": 1, "baby_timer": 7 },
  673. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  674. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  675. "upgrades": { "age_grow": 7, "into": "mon_pregnant_giant_cockroach" },
  676. "special_attacks": [ [ "EAT_FOOD", 60 ] ],
  677. "fear_triggers": [ "SOUND", "FIRE" ],
  678. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_WEAK" ],
  679. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS" ]
  680. },
  681. {
  682. "id": "mon_pregnant_giant_cockroach",
  683. "alias": "mon_large_pregnant_cockroach",
  684. "type": "MONSTER",
  685. "copy-from": "mon_large_bug",
  686. "name": "giant cockroach",
  687. "description": "A mutant cockroach the size of a small dog. Its abdomen is heavily swollen.",
  688. "default_faction": "roach",
  689. "symbol": "c",
  690. "color": "brown",
  691. "vision_night": 10,
  692. "reproduction": { "baby_egg": "egg_roach", "baby_count": 1, "baby_timer": 7 },
  693. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  694. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  695. "special_attacks": [ [ "EAT_FOOD", 60 ] ],
  696. "death_function": [ "NORMAL", "PREG_ROACH" ],
  697. "fear_triggers": [ "SOUND", "FIRE" ],
  698. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_WEAK" ],
  699. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS" ]
  700. },
  701. {
  702. "id": "mon_plague_nymph",
  703. "alias": "mon_small_plagueroach",
  704. "type": "MONSTER",
  705. "copy-from": "mon_small_bug",
  706. "name": "plagueroach nymph",
  707. "description": "An infected mutant cockroach about the size of a rat.",
  708. "default_faction": "roach",
  709. "species": [ "INSECT", "ZOMBIE" ],
  710. "symbol": "p",
  711. "color": "brown",
  712. "vision_night": 10,
  713. "upgrades": { "age_grow": 7, "into": "mon_skittering_plague" },
  714. "harvest": "arachnid_tainted",
  715. "special_attacks": [ [ "EAT_FOOD", 120 ] ],
  716. "fear_triggers": [ "SOUND", "FIRE" ],
  717. "anger_triggers": [ "HURT", "PLAYER_WEAK" ],
  718. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "POISON", "HARDTOSHOOT" ]
  719. },
  720. {
  721. "id": "mon_skittering_plague",
  722. "alias": "mon_large_plagueroach",
  723. "type": "MONSTER",
  724. "copy-from": "mon_large_bug",
  725. "name": "giant plagueroach",
  726. "description": "An infected mutant cockroach the size of a small dog.",
  727. "default_faction": "roach",
  728. "species": [ "INSECT", "ZOMBIE" ],
  729. "symbol": "p",
  730. "color": "brown",
  731. "vision_night": 10,
  732. "reproduction": { "baby_egg": "egg_roach_plague", "baby_count": 1, "baby_timer": 7 },
  733. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  734. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  735. "upgrades": { "age_grow": 7, "into": "mon_plague_vector" },
  736. "special_attacks": [ [ "EAT_FOOD", 60 ] ],
  737. "harvest": "arachnid_tainted",
  738. "fear_triggers": [ "SOUND", "FIRE" ],
  739. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_WEAK" ],
  740. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "POISON", "STUMBLES" ]
  741. },
  742. {
  743. "id": "mon_plague_vector",
  744. "alias": "mon_large_pregnant_plagueroach",
  745. "type": "MONSTER",
  746. "copy-from": "mon_large_bug",
  747. "name": "pregnant plagueroach",
  748. "description": "An infected mutant cockroach the size of a small dog. Its abdomen is heavily swollen.",
  749. "default_faction": "roach",
  750. "species": [ "INSECT", "ZOMBIE" ],
  751. "symbol": "p",
  752. "color": "brown",
  753. "vision_night": 10,
  754. "reproduction": { "baby_egg": "egg_roach", "baby_count": 1, "baby_timer": 7 },
  755. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  756. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  757. "special_attacks": [ [ "EAT_FOOD", 60 ] ],
  758. "harvest": "arachnid_tainted",
  759. "fear_triggers": [ "SOUND", "FIRE" ],
  760. "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_WEAK" ],
  761. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "POISON", "STUMBLES" ]
  762. },
  763. {
  764. "id": "mon_dermatik",
  765. "alias": "mon_small_dermatik",
  766. "type": "MONSTER",
  767. "copy-from": "mon_small_bug",
  768. "name": "mutant dermatik",
  769. "description": "A mutant wasp the size of a squirrel, with a barbed ovipositor extruding from the abdomen.",
  770. "bodytype": "flying insect",
  771. "default_faction": "dermatik",
  772. "symbol": "d",
  773. "color": "red",
  774. "aggression": 90,
  775. "morale": 70,
  776. "melee_skill": 6,
  777. "melee_dice": 1,
  778. "melee_dice_sides": 6,
  779. "melee_cut": 3,
  780. "dodge": 8,
  781. "special_attacks": [ [ "DERMATIK", 25 ] ],
  782. "anger_triggers": [ "FRIEND_ATTACKED", "PLAYER_WEAK" ],
  783. "death_function": [ "NORMAL" ],
  784. "flags": [ "HEARS", "SMELLS", "STUMBLES", "POISON", "FLIES", "HARDTOSHOOT" ]
  785. },
  786. {
  787. "id": "mon_dermatik_larva",
  788. "alias": "mon_small_dermatik_larva",
  789. "type": "MONSTER",
  790. "copy-from": "mon_small_larva",
  791. "name": "mutant dermatik larva",
  792. "name_plural": "mutant dermatik larvae",
  793. "description": "A fat white grub as big as a squirrel, with a pair of large, spadelike mandibles.",
  794. "default_faction": "dermatik",
  795. "symbol": "l",
  796. "color": "white",
  797. "//": "not needed? DERMATIK_GROWTH, 14400",
  798. "fear_triggers": [ "HURT" ],
  799. "upgrades": { "age_grow": 3, "into": "mon_dermatik" },
  800. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  801. "flags": [ "HEARS", "SMELLS", "POISON", "CAN_DIG", "LARVA" ]
  802. },
  803. {
  804. "id": "mon_small_dragonfly",
  805. "type": "MONSTER",
  806. "copy-from": "mon_small_bug",
  807. "name": "mutant dragonfly",
  808. "description": "A mutant dragonfly which has grown to the size of a crow. It darts and weaves through the air.",
  809. "bodytype": "flying insect",
  810. "default_faction": "dragonfly",
  811. "speed": 200,
  812. "attack_cost": 200,
  813. "symbol": "d",
  814. "color": "light_green",
  815. "melee_skill": 1,
  816. "melee_dice": 1,
  817. "melee_dice_sides": 1,
  818. "melee_cut": 3,
  819. "special_attacks": [ [ "PARROT", 30 ] ],
  820. "dodge": 9,
  821. "upgrades": { "age_grow": 10, "into": "mon_large_dragonfly" },
  822. "vision_day": 30,
  823. "fear_triggers": [ "SOUND", "FIRE"],
  824. "flags": [ "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HIT_AND_RUN", "HARDTOSHOOT" ]
  825. },
  826. {
  827. "id": "mon_tame_small_dragonfly",
  828. "type": "MONSTER",
  829. "copy-from": "mon_small_dragonfly",
  830. "name": "mutant dragonfly",
  831. "description": "A mutant dragonfly which has grown to the size of a crow. It darts and weaves through the air. This one seems especially intelligent.",
  832. "upgrades": { "age_grow": 30, "into": "mon_mega_dragonfly" },
  833. "flags": [ "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HIT_AND_RUN", "HARDTOSHOOT", "DOGFOOD" ]
  834. },
  835. {
  836. "id": "mon_large_dragonfly",
  837. "type": "MONSTER",
  838. "copy-from": "mon_large_bug",
  839. "name": "mutant dragonfly",
  840. "description": "A giant dragonfly the size of a condor. It buzzes through the air on glistening wings.",
  841. "bodytype": "flying insect",
  842. "default_faction": "dragonfly",
  843. "speed": 150,
  844. "attack_cost": 150,
  845. "symbol": "d",
  846. "color": "light_green",
  847. "aggression": 20,
  848. "melee_cut": 5,
  849. "special_attacks": [ [ "PARROT", 30 ] ],
  850. "dodge": 9,
  851. "upgrades": { "age_grow": 30, "into": "mon_dragonfly_giant" },
  852. "reproduction": { "baby_egg": "egg_dragonfly", "baby_count": 1, "baby_timer": 91 },
  853. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  854. "vision_day": 30,
  855. "fear_triggers": [ "FIRE"],
  856. "anger_triggers": [ "HURT", "PLAYER_WEAK" ],
  857. "flags": [ "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HIT_AND_RUN", "HARDTOSHOOT" ]
  858. },
  859. {
  860. "id": "mon_dragonfly_giant",
  861. "alias": "mon_giant_dragonfly",
  862. "type": "MONSTER",
  863. "copy-from": "mon_giant_bug",
  864. "name": "mutant dragonfly",
  865. "description": "A giant dragonfly as large as a human being. It buzzes through the air on glistening wings.",
  866. "bodytype": "flying insect",
  867. "default_faction": "dragonfly",
  868. "symbol": "D",
  869. "color": "light_green",
  870. "aggression": 20,
  871. "melee_cut": 8,
  872. "special_attacks": [ [ "PARROT", 30 ] ],
  873. "dodge": 6,
  874. "upgrades": { "half_life": 91, "into": "mon_mega_dragonfly" },
  875. "reproduction": { "baby_egg": "egg_dragonfly", "baby_count": 2, "baby_timer": 91 },
  876. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  877. "vision_day": 30,
  878. "fear_triggers": [ "FIRE"],
  879. "anger_triggers": [ "HURT", "PLAYER_WEAK" ],
  880. "flags": [ "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HIT_AND_RUN", "PET_MOUNTABLE" ]
  881. },
  882. {
  883. "id": "mon_mega_dragonfly",
  884. "type": "MONSTER",
  885. "copy-from": "mon_mega_bug",
  886. "name": "mega dragonfly",
  887. "description": "A giant dragonfly the size of a horse. It makes a deafening buzz as it slowly hovers above the ground.",
  888. "bodytype": "flying insect",
  889. "default_faction": "dragonfly",
  890. "symbol": "D",
  891. "color": "i_light_green",
  892. "aggression": 20,
  893. "melee_cut": 12,
  894. "special_attacks": [ [ "PARROT", 20 ] ],
  895. "dodge": 5,
  896. "reproduction": { "baby_egg": "egg_dragonfly", "baby_count": 3, "baby_timer": 91 },
  897. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  898. "vision_day": 30,
  899. "anger_triggers": [ "HURT", "PLAYER_WEAK", "PLAYER_CLOSE" ],
  900. "flags": [ "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HIT_AND_RUN", "PET_MOUNTABLE" ]
  901. },
  902. {
  903. "id": "mon_small_firefly",
  904. "type": "MONSTER",
  905. "copy-from": "mon_small_bug",
  906. "name": "mutant firefly",
  907. "description": "A bioluminescent insect the size of a sparrow. It lights up the evening gloom with its yellow glow.",
  908. "bodytype": "flying insect",
  909. "default_faction": "small_animal",
  910. "symbol": "f",
  911. "color": "yellow",
  912. "luminance": 15,
  913. "melee_skill": 1,
  914. "melee_dice": 1,
  915. "melee_dice_sides": 1,
  916. "melee_cut": 0,
  917. "dodge": 5,
  918. "vision_night": 20,
  919. "fear_triggers": [ "HURT", "SOUND" ],
  920. "flags": [ "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HARDTOSHOOT" ]
  921. },
  922. {
  923. "id": "mon_fly",
  924. "alias": "mon_large_fly",
  925. "type": "MONSTER",
  926. "copy-from": "mon_large_bug",
  927. "name": "mutant fly",
  928. "description": "A giant mutant fly the size of a chicken. It buzzes and drones incessantly.",
  929. "bodytype": "flying insect",
  930. "default_faction": "small_animal",
  931. "symbol": "f",
  932. "color": "light_green",
  933. "aggression": -50,
  934. "special_attacks": [ [ "PARROT", 40 ] ],
  935. "dodge": 9,
  936. "fear_triggers": [ "FIRE", "PLAYER_CLOSE", "HURT" ],
  937. "upgrades": { "age_grow": 10, "into": "mon_giant_fly" },
  938. "reproduction": { "baby_egg": "egg_fly", "baby_count": 1, "baby_timer": 30 },
  939. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  940. "flags": [ "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HARDTOSHOOT" ]
  941. },
  942. {
  943. "id": "mon_giant_fly",
  944. "type": "MONSTER",
  945. "copy-from": "mon_giant_bug",
  946. "name": "giant fly",
  947. "description": "A giant fly the size of a sheep. It buzzes and drones incessantly.",
  948. "bodytype": "flying insect",
  949. "default_faction": "insect",
  950. "symbol": "F",
  951. "color": "light_green",
  952. "aggression": -10,
  953. "special_attacks": [ [ "PARROT", 30 ] ],
  954. "dodge": 6,
  955. "upgrades": { "half_life": 91, "into": "mon_mega_fly" },
  956. "reproduction": { "baby_egg": "egg_fly", "baby_count": 2, "baby_timer": 30 },
  957. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  958. "fear_triggers": [ "FIRE", "PLAYER_CLOSE", "HURT" ],
  959. "flags": [ "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "HIT_AND_RUN", "PET_MOUNTABLE" ]
  960. },
  961. {
  962. "id": "mon_mega_fly",
  963. "type": "MONSTER",
  964. "copy-from": "mon_mega_bug",
  965. "name": "mega fly",
  966. "description": "A giant fly the size of a horse. It makes a deafening buzz as it slowly hovers above the ground.",
  967. "bodytype": "flying insect",
  968. "default_faction": "insect",
  969. "symbol": "F",
  970. "color": "i_light_green",
  971. "aggression": -5,
  972. "special_attacks": [ [ "PARROT", 20 ] ],
  973. "dodge": 5,
  974. "reproduction": { "baby_egg": "egg_fly", "baby_count": 3, "baby_timer": 30 },
  975. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  976. "vision_day": 20,
  977. "fear_triggers": [ "FIRE", "HURT" ],
  978. "flags": [ "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "PET_MOUNTABLE" ]
  979. },
  980. {
  981. "id": "mon_small_fly_larva",
  982. "type": "MONSTER",
  983. "copy-from": "mon_small_larva",
  984. "name": "mutant maggot",
  985. "description": "A pulsating sausage of glistening white flesh, the size of a housecat. On one end is a set of squirming mouth parts.",
  986. "default_faction": "small_animal",
  987. "symbol": "m",
  988. "color": "white",
  989. "fear_triggers": [ "HURT" ],
  990. "upgrades": { "age_grow": 3, "into": "mon_fly" },
  991. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  992. "flags": [ "LARVA", "SMELLS" ]
  993. },
  994. {
  995. "id": "mon_tame_small_fly_larva",
  996. "type": "MONSTER",
  997. "copy-from": "mon_small_fly_larva",
  998. "description": "A pulsating sausage of glistening white flesh, the size of a housecat. On one end is a set of squirming mouth parts. This one seems rather playful.",
  999. "upgrades": { "age_grow": 30, "into": "mon_mega_fly" },
  1000. "extend": { "flags": [ "DOGFOOD" ] }
  1001. },
  1002. {
  1003. "id": "mon_locust_nymph",
  1004. "alias": "mon_small_locust",
  1005. "type": "MONSTER",
  1006. "copy-from": "mon_small_bug",
  1007. "name": "mutant locust",
  1008. "description": "A mutant locust nymph the size of a crow. It's still growing and hungry.",
  1009. "bodytype": "flying insect",
  1010. "default_faction": "small_animal",
  1011. "symbol": "l",
  1012. "color": "light_green",
  1013. "dodge": 8,
  1014. "fear_triggers": [ "FIRE", "PLAYER_CLOSE", "HURT" ],
  1015. "upgrades": { "age_grow": 10, "into": "mon_locust" },
  1016. "special_attacks": [ { "type": "leap", "cooldown": 4, "max_range": 4 }, [ "EAT_CROP", 120 ] ],
  1017. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "LARVA", "STUMBLES", "HARDTOSHOOT" ]
  1018. },
  1019. {
  1020. "id": "mon_locust",
  1021. "alias": "mon_large_locust",
  1022. "type": "MONSTER",
  1023. "copy-from": "mon_large_bug",
  1024. "name": "giant locust",
  1025. "description": "A giant locust the size of a racoon. It's clumsy, stupid, and hungry.",
  1026. "bodytype": "flying insect",
  1027. "default_faction": "insect",
  1028. "symbol": "l",
  1029. "color": "light_green",
  1030. "aggression": -10,
  1031. "dodge": 6,
  1032. "reproduction": { "baby_egg": "egg_locust", "baby_count": 1, "baby_timer": 30 },
  1033. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  1034. "fear_triggers": [ "FIRE", "PLAYER_CLOSE", "HURT" ],
  1035. "special_attacks": [ { "type": "leap", "cooldown": 4, "max_range": 4 }, [ "EAT_CROP", 60 ] ],
  1036. "flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "LARVA", "STUMBLES" ]
  1037. },
  1038. {
  1039. "id": "mon_small_moth",
  1040. "type": "MONSTER",
  1041. "copy-from": "mon_small_bug",
  1042. "name": "mutant moth",
  1043. "description": "A fuzzy mutated moth with a wingspan the size of a kite. It soars and flits through the darkness.",
  1044. "bodytype": "flying insect",
  1045. "default_faction": "small_animal",
  1046. "symbol": "m",
  1047. "color": "dark_gray",
  1048. "melee_skill": 1,
  1049. "melee_dice": 1,
  1050. "melee_dice_sides": 1,
  1051. "melee_cut": 0,
  1052. "dodge": 9,
  1053. "vision_night": 20,
  1054. "fear_triggers": [ "HURT", "SOUND" ],
  1055. "anger_triggers": [ "FIRE" ],
  1056. "flags": [ "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "NIGHT_INVISIBILITY", "HARDTOSHOOT" ]
  1057. },
  1058. {
  1059. "id": "mon_mosquito_giant",
  1060. "alias": "mon_large_mosquito",
  1061. "type": "MONSTER",
  1062. "copy-from": "mon_large_bug",
  1063. "name": "mutant mosquito",
  1064. "default_faction": "mosquito",
  1065. "description": "An enormous mutant mosquito the size of an eagle. Its face is dominated by a long, spear-tipped proboscis.",
  1066. "bodytype": "flying insect",
  1067. "diff": 3,
  1068. "symbol": "m",
  1069. "speed": 150,
  1070. "attack_cost": 150,
  1071. "color": "red",
  1072. "melee_cut": 4,
  1073. "dodge": 8,
  1074. "fear_triggers": [ "HURT"],
  1075. "reproduction": { "baby_egg": "egg_mosquito", "baby_count": 1, "baby_timer": 30 },
  1076. "baby_flags": [ "SPRING", "SUMMER" ],
  1077. "flags": [ "BLEED", "CLIMBS", "HEARS", "STUMBLES", "FLIES", "SEES", "SMELLS", "SWARMS", "HARDTOSHOOT" ]
  1078. },
  1079. {
  1080. "id": "mon_small_mosquito_larva",
  1081. "type": "MONSTER",
  1082. "copy-from": "mon_small_larva",
  1083. "name": "mutant mosquito larva",
  1084. "name_plural": "mutant mosquito larvae",
  1085. "default_faction": "mosquito",
  1086. "description": "A mutant mosquito larva the size of a squirrel. It floats at the surface of the water waiting to catach smaller prey.",
  1087. "symbol": "l",
  1088. "speed": 50,
  1089. "color": "yellow",
  1090. "melee_cut": 4,
  1091. "fear_triggers": [ "HURT"],
  1092. "upgrades": { "age_grow": 10, "into": "mon_mosquito" },
  1093. "flags": [ "AQUATIC", "SWIMS", "STUMBLES", "SEES", "FISHABLE" ]
  1094. },
  1095. {
  1096. "id": "mon_wasp",
  1097. "alias": "mon_giant_wasp",
  1098. "type": "MONSTER",
  1099. "copy-from": "mon_giant_bug",
  1100. "name": "giant wasp",
  1101. "description": "A gigantic slender-bodied wasp about the size of an adult human. It is armed with an evil-looking stinger and bears ominous red markings on its abdomen.",
  1102. "bodytype": "flying insect",
  1103. "default_faction": "wasp",
  1104. "speed": 120,
  1105. "attack_cost": 150,
  1106. "symbol": "W",
  1107. "color": "yellow",
  1108. "melee_cut": 10,
  1109. "special_attacks": [ [ "PARROT", 30 ] ],
  1110. "dodge": 9,
  1111. "upgrades": { "half_life": 182, "into": "mon_mega_wasp" },
  1112. "reproduction": { "baby_egg": "egg_wasp", "baby_count": 1, "baby_timer": 30 },
  1113. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  1114. "harvest": "arachnid_stinger",
  1115. "attack_effs": [ { "id": "poison", "chance": 50, "duration": 20 },{ "id": "paralyzepoison", "chance": 50, "duration": 10 } ],
  1116. "anger_triggers": [ "HURT", "FRIEND_DIED", "PLAYER_CLOSE", "PLAYER_WEAK", "STALK" ],
  1117. "flags": [ "SEES", "SMELLS", "FLIES", "SWARMS", "GROUP_MORALE" ]
  1118. },
  1119. {
  1120. "id": "mon_mega_wasp",
  1121. "type": "MONSTER",
  1122. "copy-from": "mon_mega_bug",
  1123. "name": "mega wasp",
  1124. "description": "A gigantic slender-bodied wasp about the size of a cow. It is armed with an evil-looking stinger and bears ominous red markings on its abdomen.",
  1125. "bodytype": "flying insect",
  1126. "default_faction": "wasp",
  1127. "diff": 3,
  1128. "speed": 120,
  1129. "attack_cost": 150,
  1130. "symbol": "W",
  1131. "color": "i_yellow",
  1132. "melee_cut": 10,
  1133. "special_attacks": [ [ "PARROT", 30 ] ],
  1134. "dodge": 4,
  1135. "upgrades": { "half_life": 91, "into": "mon_mega_fly" },
  1136. "reproduction": { "baby_egg": "egg_wasp", "baby_count": 3, "baby_timer": 30 },
  1137. "baby_flags": [ "SPRING", "SUMMER", "AUTUMN" ],
  1138. "harvest": "arachnid_stinger",
  1139. "attack_effs": [ { "id": "poison", "chance": 50, "duration": 20 },{ "id": "paralyzepoison", "chance": 50, "duration": 10 } ],
  1140. "anger_triggers": [ "HURT", "FRIEND_DIED", "PLAYER_CLOSE", "PLAYER_WEAK", "STALK" ],
  1141. "flags": [ "SEES", "SMELLS", "FLIES", "SWARMS", "GROUP_MORALE" ]
  1142. },
  1143. {
  1144. "id": "mon_large_wasp_larva",
  1145. "type": "MONSTER",
  1146. "copy-from": "mon_large_larva",
  1147. "name": "giant wasp larva",
  1148. "name_plural": "giant wasp larvae",
  1149. "description": "A pulsating sausage of glistening white flesh, the size of a dog. On one end is a set of squirming mouth parts.",
  1150. "default_faction": "wasp",
  1151. "symbol": "l",
  1152. "color": "pink",
  1153. "fear_triggers": [ "HURT" ],
  1154. "upgrades": { "age_grow": 12, "into": "mon_wasp" },
  1155. "biosignature": { "biosig_item": "feces_roach", "biosig_timer": 3 },
  1156. "flags": [ "LARVA", "SMELLS" ]
  1157. },
  1158. {
  1159. "id": "mon_tame_large_wasp_larva",
  1160. "type": "MONSTER",
  1161. "copy-from": "mon_large_wasp_larva",
  1162. "description": "A pulsating sausage of glistening white flesh, the size of a dog. On one end is a set of squirming mouth parts. This one seems less aggressive.",
  1163. "upgrades": { "age_grow": 30, "into": "mon_mega_wasp" },
  1164. "extend": { "flags": [ "DOGFOOD" ] }
  1165. }
  1166. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement