Advertisement
BlossomToongal

gg code

Nov 16th, 2016
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.38 KB | None | 0 0
  1. return {
  2. ACTIONFAIL =
  3. {
  4. SHAVE =
  5. {
  6. AWAKEBEEFALO = "I don't like being woken up, so I doubt she would.",
  7. GENERIC = "Can't shave this.",
  8. NOBITS = "Already did this.",
  9. },
  10. STORE =
  11. {
  12. GENERIC = "It's reached its full amount.",
  13. NOTALLOWED = "I don't think that goes in there.",
  14. },
  15. },
  16. ACTIONFAIL_GENERIC = "Not gonna do that.",
  17. ANNOUNCE_ADVENTUREFAIL = "I tried.",
  18. ANNOUNCE_BEES = "Bees!",
  19. ANNOUNCE_BOOMERANG = "Oops!",
  20. ANNOUNCE_CHARLIE = "Is this a sneak attack?!",
  21. ANNOUNCE_CHARLIE_ATTACK = "Ow! Who did this?!",
  22. ANNOUNCE_COLD = "It's cold out here!",
  23. ANNOUNCE_CRAFTING_FAIL = "I can't do that right now.",
  24. ANNOUNCE_DEERCLOPS = "What's that?",
  25. ANNOUNCE_DUSK = "Close to night.",
  26. ANNOUNCE_EAT =
  27. {
  28. GENERIC = "Filling.",
  29. PAINFUL = "I don't think that helped my laff.",
  30. SPOILED = "Ew.",
  31. STALE = "It reminds me of Yoshi's jokes. Boring, stale.",
  32. },
  33. ANNOUNCE_ENTER_DARK = "Am I in the gray?",
  34. ANNOUNCE_ENTER_LIGHT = "I can see!",
  35. ANNOUNCE_FREEDOM = "Freedom!",
  36. ANNOUNCE_HOUNDS = "I think I hear my own kind. Only, they sound like greeners.",
  37. ANNOUNCE_HUNGRY = "I don't know why I suddenly need food, but I'm hungry.",
  38. ANNOUNCE_HUNT_BEAST_NEARBY = "Finally, getting close to it.",
  39. ANNOUNCE_HUNT_LOST_TRAIL = "Damn it.",
  40. ANNOUNCE_INV_FULL = "I can't carry any more of this junk.",
  41. ANNOUNCE_KNOCKEDOUT = "Did I get greened?",
  42. ANNOUNCE_MOSQUITOS = "Dirty vampire ripoffs.",
  43. ANNOUNCE_NODANGERSLEEP = "I don't feel comfortable sleeping.",
  44. ANNOUNCE_NODAYSLEEP = "I gotta get things done, maybe I can sleep later.",
  45. ANNOUNCE_NOHUNGERSLEEP = "I'd rather sleep on a full stomach.",
  46. ANNOUNCE_NO_TRAP = "Too close!",
  47. ANNOUNCE_PECKED = "Im trying!",
  48. ANNOUNCE_QUAKE = "Is the ground breaking?",
  49. ANNOUNCE_THORNS = "Ow, why did I do that?!",
  50. ANNOUNCE_TORCH_OUT = "Ugh, stupid light!",
  51. ANNOUNCE_TRAP_WENT_OFF = "Oops!",
  52. ANNOUNCE_WORMHOLE = "Eh, could have been better.",
  53. ANNOUNCE_CANFIX = "I will try to fix this",
  54. ANNOUNCE_ACCOMPLISHMENT= "I did something right for once.",
  55. ANNOUNCE_ACCOMPLISHMENT_DONE = "I did it.",
  56. BATTLECRY =
  57. {
  58. GENERIC = "Fight me, fraud!",
  59. },
  60. COMBAT_QUIT =
  61. {
  62. GENERIC = "Finally.",
  63. },
  64. DESCRIBE =
  65. {
  66. WORMLIGHT = "Nice light.",
  67. WORM =
  68. {
  69. PLANT = "Fake plant.",
  70. DIRT = "The ground is moving.",
  71. WORM = "Hey, worm.",
  72. },
  73. EEL = "Time to cook it.",
  74. EEL_COOKED = "I cooked it.",
  75. UNAGI = "Eh, good enough.",
  76. EYETURRET = "This is how I drive away frauds.",
  77. EYETURRET_ITEM = "Time to use it.",
  78. MINOTAURHORN = "Cool horn.",
  79. MINOTAURCHEST = "I made a chest out of horns.",
  80. THULECITE_PIECES = "Wood ripoff.",
  81. POND_ALGAE = "I don't think I should eat this.",
  82. GREENSTAFF = "I got a staff thingy!",
  83. POTTEDFERN = "Plants look nice, I guess.",
  84.  
  85. THULECITE = "Tree ripoffs.",
  86. ARMORRUINS = "Itll help me not hurt.",
  87. RUINS_BAT = "Not the animal kind of bat.",
  88. RUINSHAT = "A hat. A good enough hat, that is.",
  89. NIGHTMARE_TIMEPIECE = --Keeps track of the nightmare cycle
  90. {
  91. CALM = "It feels fine, I think.", --calm phase
  92. WARN = "I feel like something bad is gonna happen!", --Before nightmare
  93. WAXING = "What is this?!", --Nightmare Phase first 33%
  94. STEADY = "HELP ME!", --Nightmare 33% - 66%
  95. WANING = "I think it calmed down.", --Nightmare 66% +
  96. DAWN = "Phew.", --After nightmare
  97. NOMAGIC = "This is fine.", --Place with no nightmare cycle.
  98. },
  99. BISHOP_NIGHTMARE = "This cog is in rough shape.",
  100. ROOK_NIGHTMARE = "I feel worried about a cog, strange.",
  101. KNIGHT_NIGHTMARE = "Yeah, youre broken.",
  102. MINOTAUR = "You're the guardian, aren't ya?", --Monster in labyrinth
  103. SPIDER_DROPPER = "Hello, spider. Too bright up there?", --White spider that comes from the roof
  104. NIGHTMARELIGHT = "This light haunts my dreams.", --Lights that activate during nightmare.
  105. RELIC = "A nice, repaired relic.", --Fixed relic
  106. RUINS_RUBBLE = "Rest in peace relic.", --Broken relic
  107. MULTITOOL_AXE_PICKAXE = "I can multitask!", --Works as axe and pickaxe
  108. GREENGEM = "Is this what the cogs turned Slappy into?",
  109. ORANGESTAFF = "I can teleport without a hole now.", --Teleports player.
  110. YELLOWAMULET = "Nice and speedy.", --Emits light, player walks faster.
  111. GREENAMULET = "Time to be lazy.", --Reduce cost of crafting
  112.  
  113. SLURPER = "Dont eat my head, fraud.",
  114. SLURPER_PELT = "I killed it.",
  115. ARMORSLURPER = "I am wearing the fraud.",
  116. ORANGEAMULET = "Too lazy to pick things up.",
  117. YELLOWSTAFF = "I can make stars now.",
  118. YELLOWGEM = "Ugh. Reminds me of The Noob Uber.",
  119. ORANGEGEM = "Orange is a neat color.",
  120. TELEBASE =
  121. {
  122. VALID = "I think it works.",
  123. GEMS = "How do I power this up?",
  124. },
  125. GEMSOCKET =
  126. {
  127. VALID = "It's going strong!",
  128. GEMS = "It needs something.",
  129. },
  130. STAFFLIGHT = "What a beautiful light.",
  131. RESEARCHLAB4 = "The hat became useful.",
  132.  
  133.  
  134. LUCY = "I didn't know axes spoke.",
  135.  
  136. ANCIENT_ALTAR =
  137. {
  138. WORKING = "Looks like it's in shape.",
  139. BROKEN = "You're broke.",
  140. },
  141.  
  142. ANCIENT_ALTAR_BROKEN = "You're broke.",
  143. ANCIENT_STATUE = "Fraudulent..",
  144.  
  145. LICHEN = "Doesn't look delicious at all.",
  146. CUTLICHEN = "Eh.",
  147.  
  148. CAVE_BANANA = "It tastes decent enough.",
  149. CAVE_BANANA_COOKED = "Not sure why I cooked a banana.",
  150. CAVE_BANANA_TREE = "Cave banana trees. I've seen it all.",
  151. ROCKY = "Lobster supper time!",
  152.  
  153. COMPASS =
  154. {
  155. GENERIC="I don't understand this.",
  156. N = "It points to the north.",
  157. S = "Time for us to go south.",
  158. E = "Go eastern.",
  159. W = "Time for the wild west.",
  160. NE = "Not north or east. It's both.",
  161. SE = "Not south or east. It's both.",
  162. NW = "Not north or west. It's both.",
  163. SW = "Not south or west. It's both.",
  164. },
  165.  
  166.  
  167. BLUEAMULET = "Just looking at it makes me cold.",
  168. PURPLEAMULET = "It makes me insane just looking at it.",
  169. TELESTAFF = "I can teleport.",
  170. MONKEY = "Oh, hello, monkeys.",
  171. MONKEYBARREL = "A barrel.",
  172.  
  173. HOUNDSTOOTH="I killed a greener to get this.",
  174. ARMORSNURTLESHELL="Wow, Dusty was right. I really am a snail.",
  175. BAT="Not a baseball bat.",
  176. BATBAT = "Can I swing this?",
  177. BATWING="Am I allowed to fly yet?",
  178. BATWING_COOKED="Hmm, I wonder if I will fly upon eating this.",
  179.  
  180. BEDROLL_FURRY="I love camping.",
  181. BUNNYMAN="I found Dusty's brothers.",
  182. FLOWER_CAVE="Pretty and lights up!",
  183. FLOWER_CAVE_DOUBLE="Pretty and lights up!",
  184. FLOWER_CAVE_TRIPLE="Pretty and lights up!",
  185. GUANO="Less gross.",
  186. LANTERN="Torches are less relevant now.",
  187. LIGHTBULB="It glows and it heals you.",
  188. MANRABBIT_TAIL="I stole his tail.",
  189. MUSHTREE_TALL ="It's huge.",
  190. MUSHTREE_MEDIUM="I'm gonna cut it.",
  191. MUSHTREE_SMALL ="Smol.",
  192. RABBITHOUSE="Is this where Dusty lives?",
  193. SLURTLE="Still less of a snail than Yoshi.",
  194. SLURTLE_SHELLPIECES="His shell is dead.",
  195. SLURTLEHAT="I'm a snail.",
  196. SLURTLEHOLE="Hi, snails.",
  197. SLURTLESLIME="Slimey..",
  198. SNURTLE="A true snail.",
  199. SPIDER_HIDER="Let's play hide and seek.",
  200. SPIDER_SPITTER="Don't spit at me.",
  201. SPIDERHOLE="Yeah, too lazy to mess with spiders.",
  202. STALAGMITE="I'm not too interested in rocks.",
  203. STALAGMITE_FULL="Don't really care.",
  204. STALAGMITE_LOW="Don't really care.",
  205. STALAGMITE_MED="Don't really care.",
  206. STALAGMITE_TALL="Don't really care.",
  207. STALAGMITE_TALL_FULL="Don't really care.",
  208. STALAGMITE_TALL_LOW="Don't really care.",
  209. STALAGMITE_TALL_MED="Don't really care.",
  210.  
  211.  
  212. TURF_CARPETFLOOR = "Feels soft.",
  213. TURF_CHECKERFLOOR = "It wants to play checkers.",
  214. TURF_DIRT = "Not as dirty as I am.",
  215. TURF_FOREST = "Grassy.",
  216. TURF_GRASS = "Grassy.",
  217. TURF_MARSH = "Swampy.",
  218. TURF_ROAD = "The road.",
  219. TURF_ROCKY = "Rocky.",
  220. TURF_SAVANNA = "Groundy.",
  221. TURF_WOODFLOOR = "Woody.",
  222.  
  223. TURF_CAVE="Um..?",
  224. TURF_FUNGUS="Mushroomy.",
  225. TURF_SINKHOLE="Slimey.",
  226. TURF_UNDERROCK="Rocky.",
  227. TURF_MUD="Muddy.",
  228.  
  229.  
  230. POWCAKE = "What is this joke?!",
  231. CAVE_ENTRANCE =
  232. {
  233. GENERIC="I can't go in there.",
  234. OPEN = "Looks deep.",
  235. },
  236. CAVE_EXIT = "Time to leave.",
  237.  
  238. MAXWELLPHONOGRAPH = "It annoys me.",
  239. BOOMERANG = "Reminds me of Yoshi, always comes back no matter how little you want it.",
  240. PIGGUARD = "He wants to challenge me.",
  241. ADVENTURE_PORTAL = "I wonder if that's the way out of here.",
  242. AMULET = "Looks nice.",
  243. ANIMAL_TRACK = "Ooo. A footstep.",
  244. ARMORGRASS = "Fraud armor.",
  245. ARMORMARBLE = "So heavy.",
  246. ARMORWOOD = "Woody.",
  247. ARMOR_SANITY = "It drives me insane!",
  248. ASH =
  249. {
  250. GENERIC = "More roasted than Yoshi.",
  251. REMAINS_EYE_BONE = "Rest in peace eye bone.",
  252. REMAINS_THINGIE = "Broken.",
  253. },
  254. AXE = "An axe for cutting down trees.",
  255. BABYBEEFALO = "...You're not cute. At all.",
  256. BACKPACK = "Better than the animu cupcake backpack or whatever.",
  257. BACONEGGS = "A cliche but decent breakfast.",
  258. BANDAGE = "I don't need it for my wounds.",
  259. BASALT = "It's invincible.",
  260. BEARDHAIR = "Who gave me their beard?",
  261. BEDROLL_STRAW = "Scratchy.",
  262. BEE =
  263. {
  264. GENERIC = "Give me honey, fraud.",
  265. HELD = "I want my honey.",
  266. },
  267. BEEBOX =
  268. {
  269. FULLHONEY = "Time to steal it.",
  270. GENERIC = "I keep my slaves in here.",
  271. NOHONEY = "I want honey.",
  272. SOMEHONEY = "Mmm...",
  273. },
  274. BEEFALO =
  275. {
  276. FOLLOWER = "Come over here.",
  277. GENERIC = "Fluffy!",
  278. NAKED = "Oh.",
  279. SLEEPING = "Should I sleep, too?",
  280. },
  281. BEEFALOHAT = "They won't even notice the difference.",
  282. BEEFALOWOOL = "Fluffy and soft.",
  283. BEEHAT = "Now to harvest honey..",
  284.  
  285. BEEHIVE = "I bet they're writing fanfiction without me. How rude.",
  286.  
  287. BEEMINE = "If they won't give me honey, I'll weaponize them!",
  288. BEEMINE_MAXWELL = "Don't use bees against me!",
  289. BERRIES = "Should I eat my own kind?",
  290. BERRIES_COOKED = "I roasted myself.",
  291. BERRYBUSH =
  292. {
  293. BARREN = "My own kind was greened.",
  294. GENERIC = "I need my own kind.",
  295. PICKED = "Create more of me.",
  296. },
  297. BIRDCAGE =
  298. {
  299. GENERIC = "My own prison.",
  300. OCCUPIED = "Hello, prisoner.",
  301. SLEEPING = "I should sleep, too.",
  302. },
  303. BIRDTRAP = "Maybe I'll catch a crow friend!",
  304. BIRD_EGG = "Maybe it'll hatch.",
  305. BIRD_EGG_COOKED = "No baby birds.",
  306. BISHOP = "Get away rom me with your ranged attacks and stuff.",
  307. BLOWDART_FIRE = "Time to set greeners on fire.",
  308. BLOWDART_SLEEP = "My enemies will fall asleep.",
  309. BLOWDART_PIPE = "Time to blow as hard as I can.",
  310. BLUEGEM = "Ugh, reminds me of Yoshi.",
  311. BLUEPRINT = "I'm not one for book learning.",
  312. BLUE_CAP = "I think this is the good one.",
  313. BLUE_CAP_COOKED = "I think it's still good cooked.",
  314. BLUE_MUSHROOM =
  315. {
  316. GENERIC = "Should I pick it?",
  317. INGROUND = "It's not night yet.",
  318. PICKED = "I think I gotta wait.",
  319. },
  320. BOARDS = "Better than logs.",
  321. BOAT = "Time to sail off.",
  322. BONESTEW = "Looks filling.",
  323. BUGNET = "Time to turn bugs into slaves.",
  324. BUSHHAT = "I can hide from things now.",
  325. BUTTER = "How did a butterfly make this?",
  326. BUTTERFLY =
  327. {
  328. GENERIC = "A bitterfly. Time to stomp it.",
  329. HELD = "I caught you, fraud!",
  330. },
  331. BUTTERFLYMUFFIN = "Crunchy!",
  332. BUTTERFLYWINGS = "I murdered the bitterfly.",
  333. CAMPFIRE =
  334. {
  335. EMBERS = "Almost dead.",
  336. GENERIC = "Good enough.",
  337. HIGH = "I'm sweaty.",
  338. LOW = "Should I make it brighter?",
  339. NORMAL = "I love a fire in the evening.",
  340. OUT = "Just like Crystal, it came to an end.",
  341. },
  342. CANE = "Do I dance with this?",
  343. CARROT = "Dusty, I found your dinner.",
  344. CARROT_COOKED = "Dusty, I cooked your dinner.",
  345. CARROT_PLANTED = "Dusty, your dinner is planted.",
  346. CARROT_SEEDS = "Dusty, I will eat these before you can even plant them! Haha!",
  347. CAVE_FERN = "Looks neat.",
  348.  
  349. CHARCOAL = "Was I too naughty?",
  350.  
  351. CHESSJUNK1 = "It's dead.",
  352. CHESSJUNK2 = "It's dead.",
  353. CHESSJUNK3 = "It's dead.",
  354.  
  355. CHESTER = "You're a good boy, Chester!",
  356. CHESTER_EYEBONE =
  357. {
  358. GENERIC = "Stop spying on me.",
  359. WAITING = "...Chester, come back.",
  360. },
  361. COOKEDMANDRAKE = "I cooked a plant.",
  362. COOKEDMEAT = "Mmm. Meat.",
  363. COOKEDMONSTERMEAT = "Should I really eat the greener?",
  364. COOKEDSMALLMEAT = "Little morsel. Time to eat you.",
  365. COOKPOT =
  366. {
  367. COOKING_LONG = "I'm getting impatient.",
  368. COOKING_SHORT = "So close!",
  369. DONE = "Time to see what abomination I created.",
  370. EMPTY = "Should I make something?",
  371. },
  372. CORN = "As corny as Yoshi.",
  373. CORN_COOKED = "Movie time?",
  374. CORN_SEEDS = "Guess I'll grow it.",
  375. CROW =
  376. {
  377. GENERIC = "Quit bashing on it. Crows are cinnamon rolls!",
  378. HELD = "Tiny friend.",
  379. },
  380. CUTGRASS = "I killed your grass.",
  381. CUTREEDS = "The reeds are dead.",
  382. CUTSTONE = "Blocky.",
  383. DEADLYFEAST = "I don't think I should eat this.",
  384. DEERCLOPS = "It's huge!",
  385. DEERCLOPS_EYEBALL = "It's staring at me. Stop it.",
  386. DEPLETED_GRASS =
  387. {
  388. GENERIC = "I think it's broken.",
  389. },
  390. DEVTOOL = "What?",
  391. DIRTPILE = "Dirt pile.",
  392. DIVININGROD =
  393. {
  394. COLD = "Don't think I'm close.",
  395. GENERIC = "Is this even relevant?",
  396. HOT = "HOT!",
  397. WARM = "Am I closer?",
  398. WARMER = "Getting heated here.",
  399. },
  400.  
  401. DIVININGRODBASE =
  402. {
  403. GENERIC = "How to get?",
  404. READY = "Time to unlock it.",
  405. UNLOCKED = "How to use?",
  406. },
  407. DIVININGRODSTART = "Interestng.",
  408. DRAGONFRUIT = "Not actually a dragon.",
  409. DRAGONFRUIT_COOKED = "Even though it's hot, still not a dragon.",
  410. DRAGONFRUIT_SEEDS = "They don't grow dragons.",
  411. DRAGONPIE = "Do I throw it at the cogs?",
  412. DRUMSTICK = "Mmm. Turkey..",
  413. DRUMSTICK_COOKED = "Yum.",
  414. DUG_BERRYBUSH = "Time to replant my kind.",
  415. DUG_GRASS = "Time to replant this.",
  416. DUG_MARSH_BUSH = "Should I plant this?",
  417. DUG_SAPLING = "Twiggy.",
  418. DURIAN = "Smells almost as bad as Yoshi.",
  419. DURIAN_COOKED = "How does it smell worse than Yoshi?!",
  420. DURIAN_SEEDS = "Why would I want to grow more of those things?",
  421. EARMUFFSHAT = "Keeps me somewhat cozy.",
  422. EGGPLANT = "Isn't really an egg.",
  423. EGGPLANT_COOKED = "Still not an egg.",
  424. EGGPLANT_SEEDS = "Doesn't grow eggs.",
  425. EVERGREEN =
  426. {
  427. BURNING = "I should've chopped this for a campfire.",
  428. BURNT = "Well, that's a waste of time.",
  429. CHOPPED = "It's useful.",
  430. GENERIC = "Do I chop it?",
  431. },
  432. EVERGREEN_SPARSE =
  433. {
  434. BURNING = "Maybe this will stop the reproduction.",
  435. BURNT = "It's dead.",
  436. CHOPPED = "More wood.",
  437. GENERIC = "How do you work?",
  438. },
  439. EYEPLANT = "A shameless spy.",
  440. FARMPLOT =
  441. {
  442. GENERIC = "Will they boost my gags?",
  443. GROWING = "Ugh, this is as tedious as flowers!",
  444. NEEDSFERTILIZER = "Any rot or something?",
  445. },
  446. FEATHERHAT = "Now the birds will like me.",
  447. FEATHER_CROW = "I feel horrible about the death of a friend...",
  448. FEATHER_ROBIN = "Serves you right.",
  449. FEATHER_ROBIN_WINTER = "Dumb feather.",
  450. FEM_PUPPET = "A puppet.",
  451. FIREFLIES =
  452. {
  453. GENERIC = "You would not believe your eyes.",
  454. HELD = "They light up the world as I fall asleep.",
  455. },
  456. FIREHOUND = "Hot hound!",
  457. FIREPIT =
  458. {
  459. EMBERS = "The fire pit's almost out!",
  460. GENERIC = "Seems fine.",
  461. HIGH = "I'm sweating!",
  462. LOW = "It's low.",
  463. NORMAL = "I don't think it needs wood.",
  464. OUT = "It's over, isn't it?",
  465. },
  466. FIRESTAFF = "Now I can light the cogs on fire!",
  467. FISH = "Wish it was a holey mackerel.",
  468. FISHINGROD = "Maybe I'll catch a rare fish.",
  469. FISHSTICKS = "Kinda a cliche fish meal, isn't it?",
  470. FISHTACOS = "Good enough.",
  471. FISH_COOKED = "Fish is alright.",
  472. FLINT = "I could make tools. Or keep this because it looks cool enough.",
  473. FLOWER = "I ship this and Tulip.",
  474. FLOWERHAT = "Looks pretty hot.",
  475. FLOWER_EVIL = "Someone wanted to be edgy today.",
  476. FOLIAGE = "Looks prettier than standard petals.",
  477. FOOTBALLHAT = "I refuse to play a boring sport.",
  478. FROG =
  479. {
  480. DEAD = "Deserved it, thief.",
  481. GENERIC = "Disgusting thief.",
  482. SLEEPING = "Time to murder it.",
  483. },
  484. FROGGLEBUNWICH = "I don't wanna eat a thief.",
  485. FROGLEGS = "Looks gross.",
  486. FROGLEGS_COOKED = "Less gross.",
  487. FRUITMEDLEY = "Fruity.",
  488. GEARS = "Remains from the cogs.",
  489. GHOST = "Were you greened?",
  490. GOLDENAXE = "Looks pretty cool, but a waste of gold ain't it?",
  491. GOLDENPICKAXE = "All that glitters is gold..",
  492. GOLDENPITCHFORK = "Time for the best riot!",
  493. GOLDENSHOVEL = "Time to dig my grave before I use the noose. Go out with a bang.",
  494. GOLDNUGGET = "Still not as beautiful as my ships.",
  495. GRASS =
  496. {
  497. BARREN = "Broken grass.",
  498. BURNING = "Please don't burn me.",
  499. GENERIC = "It looks... grassy.",
  500. PICKED = "Grow back!",
  501. },
  502. GREEN_CAP = "I... think this is a good one? Or was it blue?",
  503. GREEN_CAP_COOKED = "I don't think it's the good one...",
  504. GREEN_MUSHROOM =
  505. {
  506. GENERIC = "You're the decent one, right?",
  507. INGROUND = "It isn't ready.",
  508. PICKED = "I think I broke it.",
  509. },
  510. GUNPOWDER = "Time to dance in it.",
  511. HAMBAT = "Why fight with food?",
  512. HAMMER = "Time to be a hero or something.",
  513. HEALINGSALVE = "It's useful.",
  514. HEATROCK =
  515. {
  516. COLD = "Kinda cold.",
  517. GENERIC = "I think it makes people heat up.",
  518. HOT = "Nice and warm!",
  519. WARM = "Good enough.",
  520. },
  521. HOME = "Knock knock.",
  522. HOMESIGN = "A sign.",
  523. HONEY = "I got my honey!",
  524. HONEYCOMB = "Serves em right.",
  525. HONEYHAM = "Tastes good.",
  526. HONEYNUGGETS = "Pretty good.",
  527. HORN = "Time to use sound!",
  528. HOUND = "Hello, greener.",
  529. HOUNDBONE = "The remains that greeners killed.",
  530. HOUNDMOUND = "Time to green the greeners.",
  531. ICEBOX = "Now my food won't spoil in 2 seconds!",
  532. ICEHOUND = "Polar toon dog.",
  533. INSANITYROCK =
  534. {
  535. ACTIVE = "It's gone.",
  536. INACTIVE = "How to move?",
  537. },
  538. JAMMYPRESERVES = "Tastes good.",
  539. KABOBS = "Camp food.",
  540. KILLERBEE =
  541. {
  542. GENERIC = "Fight me, fraud.",
  543. HELD = "Fine, we won't fight.",
  544. },
  545. KNIGHT = "Dumb cog.",
  546. KOALEFANT_SUMMER = "Do I kill it?",
  547. KOALEFANT_WINTER = "Looks like it'll be useful.",
  548. KRAMPUS = "Stop stealing my gags!",
  549. KRAMPUS_SACK = "How does it feel to have your stuff stolen?",
  550. LEIF = "I'm sorry! I won't leave my tree to dry again!",
  551. LEIF_SPARSE = "I'm sorry, lumpy tree!",
  552. LIGHTNING_ROD =
  553. {
  554. CHARGED = "It looks cool like this.",
  555. GENERIC = "Try me, rain.",
  556. },
  557. LITTLE_WALRUS = "Tiny fraud.",
  558. LIVINGLOG = "Hi, dead tree. I killed you.",
  559. LOCKEDWES = "Who are you?",
  560. LOG =
  561. {
  562. BURNING = "I should've used it for the fire!",
  563. GENERIC = "I murdered trees. Dusty would be proud.",
  564. },
  565. LUREPLANT = "Is this what happens when I eat plants?",
  566. LUREPLANTBULB = "I caught it.",
  567. MALE_PUPPET = "Do you need help?",
  568. MANDRAKE =
  569. {
  570. DEAD = "I killed it.",
  571. GENERIC = "Do you love me? I ship it.",
  572. PICKED = "I picked you.",
  573. },
  574. MANDRAKESOUP = "I turned it into soup.",
  575. MANDRAKE_COOKED = "Mmm. It makes me sleepy, though.",
  576. MARBLE = "I wonder if the CJ is nearby.",
  577. MARBLEPILLAR = "Reminds me of the CJ.",
  578. MARBLETREE = "Tree ripoff! Stop it!",
  579. MARSH_BUSH =
  580. {
  581. BURNING = "Serves ya right!",
  582. GENERIC = "Looks spikey.",
  583. PICKED = "That hurt picking it.",
  584. },
  585. MARSH_PLANT = "Pond plant.",
  586. MARSH_TREE =
  587. {
  588. BURNING = "That's what you get for being spiky!",
  589. BURNT = "It deserved it.",
  590. CHOPPED = "Dumb tree.",
  591. GENERIC = "Stop the spikes!",
  592. },
  593. MAXWELL = "Why are you rude?",
  594. MAXWELLHEAD = "It's a head.",
  595. MAXWELLLIGHT = "Light.",
  596. MAXWELLLOCK = "I can unlock it. Open says me.",
  597. MAXWELLTHRONE = "Can I sit down?",
  598. MEAT = "Big, juicy meat.",
  599. MEATBALLS = "I created more meat.",
  600. MEATRACK =
  601. {
  602. DONE = "My turn!",
  603. DRYING = "I wish I was there instead.",
  604. GENERIC = "Can I use it for myself? Im ready, world.",
  605. },
  606. MEAT_DRIED = "Tastes better.",
  607. MERM = "They're tsunderes to pigs.",
  608. MERMHEAD = "Why a head?",
  609. MERMHOUSE = "Fix your house, fraudulent.",
  610. MINERHAT = "I have a light hat thingy!",
  611. MONSTERLASAGNA = "I don't even like lasagna that much.",
  612. MONSTERMEAT = "The body of a greener.",
  613. MONSTERMEAT_DRIED = "Looks less bad.",
  614. MOSQUITO =
  615. {
  616. GENERIC = "Vampire ripoff!",
  617. HELD = "Stop ripping off vampires.",
  618. },
  619. MOSQUITOSACK = "Why did I pick this up? It's bloody.",
  620. MOUND =
  621. {
  622. DUG = "Probably shouldn't have done that.",
  623. GENERIC = "Maybe I should dig it up.",
  624. },
  625. NIGHTLIGHT = "It houses all of my nightmares.",
  626. NIGHTMAREFUEL = "I ship it with Crystal.",
  627.  
  628. NIGHTSWORD = "I should use this only in the day, just to taunt it.",
  629. NITRE = "I heard it creates drunk fire.",
  630. ONEMANBAND = "Time to use this to get slaves.",
  631. PANDORASCHEST = "Probably a trap, but it's a tempting trap.",
  632. PANFLUTE = "The noise makes me tired.",
  633. PAPYRUS = "Time to write fanfiction!",
  634. PENGUIN = "I don't like penguins.",
  635. PERD = "You stole my kind! I will kill you!",
  636. PEROGIES = "Smells good.",
  637. PETALS = "It heals me.",
  638. PETALS_EVIL = "Still edgy.",
  639. PHLEGM = "Ew.",
  640. PICKAXE = "Time to get gold and stuff.",
  641. PIGGYBACK = "It's heavy.",
  642. PIGHEAD = "Not exactly interested in heads.",
  643. PIGHOUSE =
  644. {
  645. FULL = "Someone's in there.",
  646. GENERIC = "Good enough.",
  647. LIGHTSOUT = "Frauds.",
  648. },
  649. PIGKING = "Give me stuff.",
  650. PIGMAN =
  651. {
  652. FOLLOWER = "So are we friends?",
  653. GENERIC = "A primitive Toon.",
  654. GUARD = "Fight me.",
  655. WEREPIG = "I think he's broke.",
  656. },
  657. PIGSKIN = "I stole their tail.",
  658. PIGTORCH = "A torch. I'll steal it. No one will ever know!",
  659. PINECONE =
  660. {
  661. GENERIC = "Collecting these is fun.",
  662. PLANTED = "Ugh, takes so long to grow after this part.",
  663. },
  664.  
  665. PITCHFORK = "Time to cause a riot. Where's my torch?",
  666. PLANTMEAT = "Good enough meat, I guess.",
  667. PLANTMEAT_COOKED = "Better, I guess.",
  668. PLANT_NORMAL =
  669. {
  670. GENERIC = "I'm bored watching it.",
  671. GROWING = "Hurry up!",
  672. READY = "Time to grab you.",
  673. },
  674. POMEGRANATE = "Good fruit.",
  675. POMEGRANATE_COOKED = "Still tastes great.",
  676. POMEGRANATE_SEEDS = "Time to replant these!",
  677. POND = "I wonder what's at the bottom. I should see.",
  678. POOP = "Gross.",
  679. PUMPKIN = "Pumpkin heads are cool. Get me one.",
  680. PUMPKINCOOKIE = "Sweets!",
  681. PUMPKIN_COOKED = "Pumpkins taste good.",
  682. PUMPKIN_LANTERN = "A lantern for light.",
  683. PUMPKIN_SEEDS = "I heard these are good snacks.",
  684. PURPLEGEM = "Reminds me of Tulip and Pumpkin.",
  685. RABBIT =
  686. {
  687. GENERIC = "Hi, Dusty.",
  688. HELD = "I know it's you.",
  689. },
  690. RABBITHOLE = "Come out, Dusty!",
  691. RAINOMETER = "Rain makes the trees grow.",
  692. RATATOUILLE = "Looks interesting, I guess.",
  693. RAZOR = "I don't need this.",
  694. REDGEM = "Ew. Reminds me of Loopy.",
  695. RED_CAP = "I don't like this.",
  696. RED_CAP_COOKED = "I still don't like it.",
  697. RED_MUSHROOM =
  698. {
  699. GENERIC = "Shoo.",
  700. INGROUND = "You better hide.",
  701. PICKED = "Dead!",
  702. },
  703. REEDS =
  704. {
  705. BURNING = "I probably should have picked this.",
  706. GENERIC = "Eh.",
  707. PICKED = "Come back.",
  708. },
  709. RUBBLE = "Broken furniture.",
  710. RESEARCHLAB = "I'm intelligenter than you are, machine!",
  711. RESEARCHLAB2 = "I can write better fanfiction.",
  712. RESEARCHLAB3 = "It makes dark magic. Looks cool, though.",
  713. RESURRECTIONSTATUE = "Who's this guy?",
  714. RESURRECTIONSTONE = "This revives me, right?",
  715. ROBIN =
  716. {
  717. GENERIC = "Color of Loopy. You're evil.",
  718. HELD = "I should green you right now.",
  719. },
  720. ROBIN_WINTER =
  721. {
  722. GENERIC = "I hate winter, and this thing doesn't help.",
  723. HELD = "Shoo!",
  724. },
  725. ROBOT_PUPPET = "A puppet.",
  726. ROCK_LIGHT =
  727. {
  728. GENERIC = "Interesting.",
  729. OUT = "It's gone.",
  730. LOW = "Um?",
  731. NORMAL = "I'm confued.",
  732. },
  733. ROCK = "I'll mine you.",
  734. ROCKS = "I think I can make stuff with these.",
  735. ROOK = "Dumb cog thing.",
  736. ROPE = "Bondage time.",
  737. ROTTENEGG = "Oh well.",
  738. SANITYROCK =
  739. {
  740. ACTIVE = "Interestiing.",
  741. INACTIVE = "Hmm.",
  742. },
  743. SAPLING =
  744. {
  745. BURNING = "Fire pits are better.",
  746. GENERIC = "It gives useful supplies.",
  747. PICKED = "You're dead.",
  748. },
  749. SEEDS = "Birds like these, right?",
  750. SEEDS_COOKED = "Not very filling.",
  751. SEWING_KIT = "I can fix my clothing now.",
  752. SHOVEL = "Time to dig up thingies.",
  753. SILK = "I think I can make clothing and other thingies.",
  754. SKELETON = "Fraudulent.",
  755. SKULLCHEST = "Too edgy for me.",
  756. SMALLBIRD =
  757. {
  758. GENERIC = "Tiny friend.",
  759. HUNGRY = "Get your own food.",
  760. STARVING = "Fine. Have my food.",
  761. },
  762. SMALLMEAT = "Eh. Good enough.",
  763. SMALLMEAT_DRIED = "Looks good enough.",
  764. SPAT = "Uh...",
  765. SPEAR = "Time to kill a ton of things.",
  766. SPIDER =
  767. {
  768. GENERIC = "Easy to kill.",
  769. SLEEPING = "Time to carefully sneak up...",
  770. },
  771. SPIDERDEN = "It houses spiders.",
  772. SPIDEREGGSACK = "Maybe I can create spiders then kill them for stuff.",
  773. SPIDERGLAND = "Maybe it's helpful?",
  774. SPIDERHAT = "They'll never know.",
  775. SPIDERQUEEN = "You're a fraud.",
  776. SPIDER_WARRIOR =
  777. {
  778. GENERIC = "I can beat you! Even though you're strong!",
  779. SLEEPING = "Sleep while you still can, fraudulent.",
  780. },
  781. SPOILED_FOOD = "I dont wanna eat this.",
  782. STATUEHARP = "A good enough statue.",
  783. STATUEMAXWELL = "Not too fond of him.",
  784. STEELWOOL = "Shiny.",
  785. STINGER = "Time to sting the bees with this!",
  786. STRAWHAT = "Am I a farmer now?",
  787. STUFFEDEGGPLANT = "Definitely not an egg.",
  788. SUNKBOAT = "Rest in peace boat.",
  789. SWEATERVEST = "Looks cool.",
  790. TAFFY = "Candy.",
  791. TALLBIRD = "I hate you, greener.",
  792. TALLBIRDEGG = "Will a baby come?",
  793. TALLBIRDEGG_COOKED = "I guess we can't see if a baby will come anymore.",
  794. TALLBIRDEGG_CRACKED =
  795. {
  796. COLD = "It's not THAT cold!",
  797. GENERIC = "Hurry up.",
  798. HOT = "It's not THAT hot!",
  799. LONG = "Hatch.",
  800. SHORT = "Come on! Hatch!",
  801. },
  802. TALLBIRDNEST =
  803. {
  804. GENERIC = "I'll steal the egg and be a far better parent.",
  805. PICKED = "I don't see a thing.",
  806. },
  807. TEENBIRD =
  808. {
  809. GENERIC = "Stop being big.",
  810. HUNGRY = "I need food, too!",
  811. STARVING = "Fine. Have food.",
  812. },
  813. TELEBASE =
  814. {
  815. VALID = "Are you ready?",
  816. GEMS = "Needs something extra.",
  817. },
  818. TELEPORTATO_BASE =
  819. {
  820. ACTIVE = "I think it's ready!",
  821. GENERIC = "Woody.",
  822. LOCKED = "Ugh, still won't work.",
  823. PARTIAL = "Work!",
  824. },
  825. TELEPORTATO_BOX = "A box.",
  826. TELEPORTATO_CRANK = "A crank.",
  827. TELEPORTATO_POTATO = "I'm a potato, too!",
  828. TELEPORTATO_RING = "My wedding ring.",
  829. TELESTAFF = "Let's teleport.",
  830. TENT = "Finally, I can have fun in here without my privacy being invaded.",
  831. TENTACLE = "I'm kinkshaming.",
  832. TENTACLESPIKE = "Still kinkshaming.",
  833. TENTACLESPOTS = "I ship you and me.",
  834. TENTACLE_PILLAR = "You need the biggest kinkshame.",
  835. TENTACLE_PILLAR_ARM = "It reproduced.",
  836. TENTACLE_GARDEN = "Dumb tentacle kinks!",
  837. TOPHAT = "I think Dusty wore one before.",
  838. TORCH = "Wheres my pitchfork? I want a riot.",
  839. TRAP = "Tiny things will be caught.",
  840. TRAP_TEETH = "A trap made out of greener teeth.",
  841. TRAP_TEETH_MAXWELL = "Wow, rude.",
  842. TREASURECHEST = "I should bury it, make a treasure map, and put something useless in there.",
  843. TREASURECHEST_TRAP = "Doesnt look like a good chest.",
  844.  
  845. TRINKET_1 = "I dont like the trap track.",
  846. TRINKET_10 = "I dont want THESE teeth.",
  847. TRINKET_11 = "Liar!",
  848. TRINKET_12 = "Remains of a different tentacle kink.",
  849. TRINKET_13 = "I ship you and the other gnome.",
  850. TRINKET_2 = "Worthless as I am.",
  851. TRINKET_3 = "I dont know how to untie this.",
  852. TRINKET_4 = "Go admit your love to the other gnome.",
  853. TRINKET_5 = "Maybe this is a sign it wants to be with me.",
  854. TRINKET_6 = "Broken cog remains.",
  855. TRINKET_7 = "An addicting but boring game.",
  856. TRINKET_8 = "I dont really wanna take a bath.",
  857. TRINKET_9 = "I dont have any use for these.",
  858. TRUNKVEST_SUMMER = "Nice and breezy",
  859. TRUNKVEST_WINTER = "This could stand up to the winters back home, eh?",
  860. TRUNK_COOKED = "Should I really eat a trunk?",
  861. TRUNK_SUMMER = "It's summery.",
  862. TRUNK_WINTER = "It's wintery.",
  863. TURF_CARPETFLOOR = "Looks soft.",
  864. TURF_CHECKERFLOOR = "It wants to play checkers.",
  865. TURF_DIRT = "Not as dirty as I am.",
  866. TURF_FOREST = "Grassy.",
  867. TURF_GRASS = "Grassy.",
  868. TURF_MARSH = "Swampy.",
  869. TURF_ROAD = "It's a road.",
  870. TURF_ROCKY = "Rocky.",
  871. TURF_SAVANNA = "It's the ground.",
  872. TURF_WOODFLOOR = "Woody.",
  873. TURKEYDINNER = "Very appetizing.",
  874. TWIGS = "It's useful.",
  875. UMBRELLA = "Protects me from the rain.",
  876. UNIMPLEMENTED = "I don't remember this.",
  877. WAFFLES = "Mm, waffles.",
  878. WALL_HAY = "Not a good wall.",
  879. WALL_HAY_ITEM = "Not a good wall.",
  880. WALL_STONE = "Pretty good wall.",
  881. WALL_STONE_ITEM = "Pretty good wall.",
  882. WALL_RUINS = "Looks broken.",
  883. WALL_RUINS_ITEM = "Looks broken.",
  884. WALL_WOOD = "It's alright.",
  885. WALL_WOOD_ITEM = "It's alright.",
  886. WALRUS = "Hey, walrus. Dont kill me, please.",
  887. WALRUSHAT = "I turned it into a hat.",
  888. WALRUS_CAMP =
  889. {
  890. EMPTY = "Looks like some kinda camp.",
  891. GENERIC = "Looks like some walruses might come here soon.",
  892. },
  893. WALRUS_TUSK = "I stole his teeth.",
  894. WARG = "Big greener!",
  895. WASPHIVE = "Fight me, bees.",
  896. WETGOOP = "Ugh. I don't want to eat this.",
  897. WINTERHAT = "Feels cozy.",
  898. WINTEROMETER = "Time to see how warm it is.",
  899. WORMHOLE =
  900. {
  901. GENERIC = "It looks interesting.",
  902. OPEN = "Do I really want to be eaten by the ground?",
  903. },
  904. WORMHOLE_LIMITED = "Is it okay?",
  905. ACCOMPLISHMENT_SHRINE = "Seems pointless.",
  906. LIVINGTREE = "Seems legit.",
  907. ICESTAFF = "Time to freeze things.",
  908. },
  909. DESCRIBE_GENERIC = "What's that?",
  910. DESCRIBE_TOODARK = "Really dark right now.",
  911. EAT_FOOD =
  912. {
  913. TALLBIRDEGG_CRACKED = "Why did I eat this?",
  914. },
  915. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement