Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. affdict = {
  2. ablaze = {
  3. priority = 200, ,
  4. cures = {
  5. salve = "mending",
  6. tree_tat = true
  7. }
  8. },
  9. addiction = {
  10. priority = 300,
  11. cures = {
  12. herb = "ginseng",
  13. tree_tat = true
  14. }
  15. },
  16. aeon = {
  17. priority = 180,
  18. cures = {
  19. pipe = "elm",
  20. tree_tat = true
  21. }
  22. },
  23. agoraphobia = {
  24. priority = 200,
  25. cures = {
  26. herb = "lobelia",
  27. focus = true,
  28. tree_tat = true
  29. }
  30. },
  31. anorexia = {
  32. priority = 20,
  33. cures = {
  34. salve = "epidermal",
  35. focus = true,
  36. tree_tat = true,
  37. shrug = true
  38. }
  39. },
  40. asthma = {
  41. priority = 20,
  42. cures = {
  43. herb = "kelp",
  44. tree_tat = true,
  45. shrug = true,
  46. fitness = true
  47. }
  48. },
  49. baldness = {
  50. priority = 300,
  51. cures = {
  52. herb = "kelp",
  53. tree_tat = true
  54. }
  55. },
  56. berserking = {
  57. priority = 200,
  58. cures = {
  59. herb = "lobelia",
  60. tree_tat = true,
  61. focus = true
  62. }
  63. },
  64. blurry_vision = {
  65. priority = 200,
  66. cures = {
  67. salve = "epidermal",
  68. tree_tat = true
  69. }
  70. },
  71. blood_curse = {
  72. priority = 200,
  73. cures = {
  74. herb = "ash",
  75. tree_tat = true
  76. }
  77. },
  78. blood_poison = {
  79. priority = 200,
  80. cures = {
  81. herb = "kelp",
  82. tree_tat = true
  83. }
  84. },
  85. body_odor = {
  86. priority = 200,
  87. cures = {
  88. herb = "ginseng",
  89. tree_tat = true
  90. }
  91. },
  92. burnt_eyes = {
  93. priority = 200,
  94. cures = {
  95. salve = "epidermal",
  96. tree_tat = true
  97. }
  98. },
  99. claustrophobia = {
  100. priority = 200,
  101. cures = {
  102. herb = "lobelia",
  103. tree_tat = true,
  104. focus = true
  105. }
  106. },
  107. clumsiness = {
  108. priority = 200,
  109. cures = {
  110. herb = "kelp",
  111. tree_tat = true
  112. }
  113. },
  114. commitment_fear = {
  115. priority = 200,
  116. cures = {
  117. herb = "lobelia",
  118. tree_tat = true
  119. }
  120. },
  121. confusion = {
  122. priority = 200,
  123. cures = {
  124. herb = "ash",
  125. tree_tat = true,
  126. focus = true
  127. }
  128. },
  129. cracked_ribs = {
  130. priority = 200,
  131. cures = {
  132. salve = "mending"
  133. }
  134. },
  135. crippled = {
  136. priority = 200,
  137. cures = {
  138. herb = "crippled",
  139. tree_tat = true
  140. }
  141. },
  142. crippled_throat = {
  143. priority = 200,
  144. cures = {
  145. salve = "mending",
  146. tree_tat = true
  147. }
  148. },
  149. crushed_chest = {
  150. priority = 200,
  151. cures = {
  152. salve = "mending",
  153. tree_tat = true
  154. }
  155. },
  156. crushed_elbows = {
  157. priority = 200,
  158. cures = {
  159. salve = "mending",
  160. tree_tat = true
  161. }
  162. },
  163. crushed_kneecaps = {
  164. priority = 200,
  165. cures = {
  166. salve = "mending",
  167. tree_tat = true
  168. }
  169. },
  170. deadening = {
  171. priority = 200,
  172. cures = {
  173. pipe = "elm",
  174. tree_tat = true
  175. }
  176. },
  177. dementia = {
  178. priority = 200,
  179. cures = {
  180. herb = "ash",
  181. tree_tat = true,
  182. focus = true
  183. }
  184. },
  185. destroyed_throat = {
  186. priority = 200,
  187. cures = {
  188. salve = "mending",
  189. tree_tat = true,
  190. focus = true
  191. }
  192. },
  193. disfigurement = {
  194. priority = 200,
  195. cures = {
  196. pipe = "valerian",
  197. tree_tat = true
  198. }
  199. },
  200. disrupted_balance = {
  201. priority = 200,
  202. cures = {
  203. herb = "ginseng",
  204. tree_tat = true
  205. }
  206. },
  207. disrupted_eq = {
  208. priority = 200,
  209. cures = {
  210. herb = "ginseng",
  211. tree_tat = true
  212. }
  213. },
  214. dissonance = {
  215. priority = 200,
  216. cures = {
  217. herb = "dissonance",
  218. tree_tat = true
  219. }
  220. },
  221. dizziness = {
  222. priority = 200,
  223. cures = {
  224. herb = "goldenseal",
  225. tree_tat = true,
  226. focus = true
  227. }
  228. },
  229. effused_blackbile = {
  230. priority = 200,
  231. cures = {
  232. salve = "epidermal,
  233. tree_tat = true
  234. }
  235. },
  236. effused_blood = {
  237. priority = 200,
  238. cures = {
  239. salve = "epidermal,
  240. tree_tat = true
  241. }
  242. },
  243. effused_phlegm = {
  244. priority = 200,
  245. cures = {
  246. salve = "epidermal,
  247. tree_tat = true
  248. }
  249. },
  250. effused_yellowbile = {
  251. priority = 200,
  252. cures = {
  253. salve = "epidermal,
  254. tree_tat = true
  255. }
  256. },
  257. epilepsy = {
  258. priority = 200,
  259. cures = {
  260. herb = "goldenseal",
  261. tree_tat = true,
  262. focus = true
  263. }
  264. },
  265. frozen = {
  266. priority = 200,
  267. cures = {
  268. salve = "caloric",
  269. tree_tat = true
  270. }
  271. },
  272. generosity = {
  273. priority = 200,
  274. cures = {
  275. herb = "bellwort",
  276. tree_tat = true,
  277. focus = true,
  278. rage = true
  279. }
  280. },
  281. gorged = {
  282. priority = 200,
  283. cures = {
  284. salve = "epidermal",
  285. tree_tat = true
  286. }
  287. },
  288. haemophilia = {
  289. priority = 200,
  290. cures = {
  291. herb = "ginseng",
  292. tree_tat = true
  293. }
  294. },
  295. hallucinations = {
  296. priority = 200,
  297. cures = {
  298. herb = "ash",
  299. tree_tat = true,
  300. focus = true
  301. }
  302. },
  303. hatred = {
  304. priority = 200,
  305. cures = {
  306. herb = "ash",
  307. tree_tat = true,
  308. focus = true
  309. }
  310. },
  311. head_damaged = {
  312. priority = 200,
  313. cures = {
  314. salve = "restoration to head"
  315. }
  316. },
  317. head_mangled = {
  318. priority = 200,
  319. cures = {
  320. salve = "restoration to head"
  321. }
  322. },
  323. heartflutter = {
  324. priority = 200,
  325. cures = {
  326. herb = "bloodroot",
  327. tree_tat = true
  328. }
  329. },
  330. hellsight = {
  331. priority = 200,
  332. cures = {
  333. pipe = "elm",
  334. tree_tat = true
  335. }
  336. },
  337. hubris = {
  338. priority = 200,
  339. cures = {
  340. herb = "bellwort",
  341. tree_tat = true
  342. }
  343. },
  344. hypersomnia = {
  345. priority = 200,
  346. cures = {
  347. herb = "ash',
  348. tree_tat = true
  349. }
  350. },
  351. hypochondria = {
  352. priority = 200,
  353. cures = {
  354. herb = "kelp",
  355. tree_tat = true
  356. }
  357. },
  358. idiocy = {
  359. priority = 200,
  360. cures = {
  361. herb? = "moss"
  362. }
  363. },
  364. impatience = {
  365. priority = 200,
  366. cures = {
  367. herb = "goldenseal",
  368. tree_tat = true
  369. }
  370. },
  371. indifference = {
  372. priority = 200,
  373. cures = {
  374. salve = "epidermal",
  375. tree_tat = true,
  376. focus = true
  377. }
  378. },
  379. justice = {
  380. priority = 200,
  381. cures = {
  382. herb = "bellwort",
  383. tree_tat = true,
  384. rage = true
  385. }
  386. },
  387. left_arm_amputated = {
  388. priority = 200,
  389. cures = {
  390. salve = "restoration to left arm"
  391. }
  392. },
  393. left_arm_broken = {
  394. priority = 200,
  395. cures = {
  396. salve = "mending to left arm",
  397. tree_tat = true
  398. }
  399. },
  400. left_arm_damaged = {
  401. priority = 200,
  402. cures = {
  403. salve = "restoration to left arm"
  404. }
  405. },
  406. left_arm_mangled = {
  407. priority = 200,
  408. cures = {
  409. salve = "restoration to left arm"
  410. }
  411. },
  412. left_leg_amputated = {
  413. priority = 200,
  414. cures = {
  415. salve = "restoration to left leg"
  416. }
  417. },
  418. left_leg_broken = {
  419. priority = 200,
  420. cures = {
  421. salve = "mending to left leg",
  422. tree_tat = true
  423. }
  424. },
  425. left_leg_damaged = {
  426. priority = 200,
  427. cures = {
  428. salve = "restoration to left leg"
  429. }
  430. },
  431. left_leg_mangled = {
  432. priority = 200,
  433. cures = {
  434. salve = "restoration to left leg"
  435. }
  436. },
  437. lethargy = {
  438. priority = 200,
  439. cures = {
  440. herb = "ginseng",
  441. tree_tat = true
  442. }
  443. },
  444. limp_veins = {
  445. priority = 200,
  446. cures = {
  447. herb = "kelp",
  448. tree_tat = true
  449. }
  450. },
  451. loneliness = {
  452. priority = 200,
  453. cures = {
  454. herb = "lobelia",
  455. tree_tat = true,
  456. focus = true
  457. }
  458. },
  459. lovers_effect = {
  460. priority = 200,
  461. cures = {
  462. herb = "bellwort",
  463. tree_tat = true,
  464. focus = true,
  465. rage = true
  466. }
  467. },
  468. magic_impaired = {
  469. priority = 200,
  470. cures = {
  471. herb = "kelp",
  472. tree_tat = true,
  473. focus = true
  474. }
  475. },
  476. masochism = {
  477. priority = 200,
  478. cures = {
  479. herb = "lobelia",
  480. tree_tat = true,
  481. focus = true
  482. }
  483. },
  484. mauled_face = {
  485. priority = 200,
  486. cures = {
  487. salve = "restoration to head"
  488. }
  489. },
  490. mirroring = {
  491. priority = 200,
  492. cures = {
  493. herb = "bloodroot",
  494. tree_tat = true
  495. }
  496. },
  497. pacifism = {
  498. priority = 200,
  499. cures = {
  500. herb = "bellwort",
  501. tree_tat = true,
  502. focus = true,
  503. rage = true
  504. }
  505. },
  506. paralysis = {
  507. priority = 200,
  508. cures = {
  509. herb = "bloodroot"
  510. }
  511. },
  512. paranoia = {
  513. priority = 200,
  514. cures = {
  515. herb = "ash",
  516. tree_tat = true,
  517. focus = true
  518. }
  519. },
  520. peace = {
  521. priority = 200,
  522. cures = {
  523. herb = "bellwort",
  524. tree_tat = true,
  525. focus = true
  526. }
  527. },
  528. plodding = {
  529. priority = 200,
  530. cures = {
  531. herb? = "moss"
  532. }
  533. },
  534. recklessness = {
  535. priority = 200,
  536. cures = {
  537. herb = "lobelia",
  538. tree_tat = true,
  539. focus = true
  540. }
  541. },
  542. rend = {
  543. priority = 200,
  544. cures = {
  545. herb = "ginseng",
  546. tree_tat = true
  547. }
  548. },
  549. resonance = {
  550. priority = 200,
  551. cures = {
  552. herb = "goldenseal",
  553. tree_tat = true
  554. }
  555. },
  556. right_arm_amputated = {
  557. priority = 200,
  558. cures = {
  559. salve = "restoration to right arm"
  560. }
  561. },
  562. right_arm_broken = {
  563. priority = 200,
  564. cures = {
  565. salve = "mending to right arm",
  566. tree_tat = true
  567. }
  568. },
  569. right_arm_damaged = {
  570. priority = 200,
  571. cures = {
  572. salve = "restoration to right arm"
  573. }
  574. },
  575. right_arm_mangled = {
  576. priority = 200,
  577. cures = {
  578. salve = "restoration to right arm"
  579. }
  580. },
  581. right_leg_amputated = {
  582. priority = 200,
  583. cures = {
  584. salve = "restoration to right leg"
  585. }
  586. },
  587. right_leg_broken = {
  588. priority = 200,
  589. cures = {
  590. salve = "mending to right leg",
  591. tree_tat = true
  592. }
  593. },
  594. right_leg_damaged = {
  595. priority = 200,
  596. cures = {
  597. salve = "restoration to right leg"
  598. }
  599. },
  600. right_leg_mangled = {
  601. priority = 200,
  602. cures = {
  603. salve = "restoration to right leg"
  604. }
  605. },
  606. sadness = {
  607. priority = 200,
  608. cures = {
  609. herb = "ash",
  610. tree_tat = true
  611. }
  612. },
  613. sandrot = {
  614. priority = 200,
  615. cures = {
  616. herb = "bloodroot",
  617. tree_tat = true
  618. }
  619. },
  620. selarnia = {
  621. priority = 200,
  622. cures = {
  623. salve = "mending",
  624. tree_tat = true
  625. }
  626. },
  627. self-pity = {
  628. priority = 200,
  629. cures = {
  630. herb = "goldenseal",
  631. tree_tat = true
  632. }
  633. },
  634. sensitivity = {
  635. priority = 200,
  636. cures = {
  637. herb = "kelp",
  638. tree_tat = true
  639. }
  640. },
  641. shadow_coat = {
  642. priority = 200,
  643. cures = {
  644. ,
  645. }
  646. },
  647. shivering = {
  648. priority = 200,
  649. cures = {
  650. salve = "caloric",
  651. tree_tat = true
  652. }
  653. },
  654. shyness = {
  655. priority = 200,
  656. cures = {
  657. herb = "goldenseal",
  658. tree_tat = true,
  659. focus = true
  660. }
  661. },
  662. slickness = {
  663. priority = 200,
  664. cures = {
  665. herb = "bloodroot",
  666. pipe = "valerian",
  667. tree_tat = true,
  668. shrug = true
  669. }
  670. },
  671. smashed_throat = {
  672. priority = 200,
  673. cures = {
  674. salve = "restoration to head"
  675. }
  676. },
  677. spinal_rip = {
  678. priority = 200,
  679. cures = {
  680. salve = "restoration to torso"
  681. }
  682. },
  683. stupidity = {
  684. priority = 200,
  685. cures = {
  686. herb = "goldenseal",
  687. tree_tat = true,
  688. focus = true
  689. }
  690. },
  691. stuttering = {
  692. priority = 200,
  693. cures = {
  694. salve = "epidermal",
  695. tree_tat = true,
  696. focus = true
  697. }
  698. },
  699. sunlight_allergy = {
  700. priority = 200,
  701. cures = {
  702. herb = "ginseng",
  703. tree_tat = true
  704. }
  705. },
  706. thin_blood = {
  707. priority = 200,
  708. cures = {
  709. herb = "ginseng",
  710. tree_tat = true
  711. }
  712. },
  713. throatclaw = {
  714. priority = 200,
  715. cures = {
  716. salve = "mending",
  717. tree_tat = true
  718. }
  719. },
  720. torso_damaged = {
  721. priority = 200,
  722. cures = {
  723. salve = "restoration to torso"
  724. }
  725. },
  726. torso_mangled = {
  727. priority = 200,
  728. cures = {
  729. salve = "restoration to torso"
  730. }
  731. },
  732. vertigo = {
  733. priority = 200,
  734. cures = {
  735. herb = "lobelia",
  736. tree_tat = true,
  737. focus = true
  738. }
  739. },
  740. vomiting = {
  741. priority = 200,
  742. cures = {
  743. herb = "ginseng",
  744. tree_tat = true
  745. }
  746. },
  747. voyria = {
  748. priority = 200,
  749. cures = {
  750. elixir = "immunity"
  751. }
  752. },
  753. weariness = {
  754. priority = 200,
  755. cures = {
  756. herb = "kelp",
  757. tree_tat = true,
  758. focus = true
  759. }
  760. }
  761. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement