Advertisement
Scorch_Mechanic

Reliquary Aspects 1.7.10

Oct 12th, 2017
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. print("reliquary-aspects is now active");
  2. print("Scorch_Mechanic kluged this together and he's not a modder and has zero coding experience, so if he fucked up you should probably tell him. He goes by mrsedgewick on reddit.");
  3. // TEMPLATE: mods.thaumcraft.Aspects.set(<xreliquary:NAME>, );
  4. //mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:>, );
  5. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient>, "sensus 4, exanimis 2");
  6. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:1>, "sensus 4, exanimis 2");
  7. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:2>, "bestia 2, venenum 2");
  8. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:3>, "potentia 3, bestia 1");
  9. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:4>, "limus 1, vitreus 1");
  10. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:5>, "volatus 2, aer 1");
  11. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:6>, "corpus 2, exanimis 1");
  12. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:7>, "ignis 2, alienis 1");
  13. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:8>, "potentia 4, tempestas 2");
  14. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:10>, "gelum 2, aqua 1");
  15. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:11>, "alienis 2, iter 1");
  16. mods.thaumcraft.Aspects.set(<xreliquary:mob_ingredient:12>, "tutamen 1, aqua 1");
  17. mods.thaumcraft.Aspects.add(<xreliquary:angelheart_vial>, "sano 4");
  18. mods.thaumcraft.Aspects.add(<xreliquary:angelic_feather>, "volatus 1");
  19. /*
  20. <xreliquary:alkahest_tome> -- Tome of Alkahestry
  21. <xreliquary:altar> -- Altar of Light
  22. <xreliquary:altar_idle> -- Altar of Light
  23. <xreliquary:angelheart_vial> -- Angelheart Vial
  24. <xreliquary:angelic_feather> -- Angelic Feather
  25. <xreliquary:apothecary_cauldron> -- Apothecary Cauldron
  26. <xreliquary:apothecary_mortar> -- Apothecary Mortar
  27. <xreliquary:attraction_potion> -- Aphrodite's Serum
  28. <xreliquary:bullet> -- Empty Casing
  29. <xreliquary:destruction_catalyst> -- Destruction Catalyst
  30. <xreliquary:emperor_chalice> -- Emperor's Chalice
  31. <xreliquary:ender_staff> -- Ender Staff
  32. <xreliquary:fertile_potion> -- Fertile Potion
  33. <xreliquary:fortune_coin> -- Coin of Fortune
  34. <xreliquary:glacial_staff> -- Glacial Staff
  35. <xreliquary:glowing_bread> -- Glowing Bread
  36. <xreliquary:glowing_water> -- Glowing Water
  37. <xreliquary:gun_part> -- Grip Assembly
  38. <xreliquary:handgun> -- Hunter's Handgun
  39. <xreliquary:harvest_rod> -- §2Harvest Rod
  40. <xreliquary:heart_pearl> -- §cZombie Pearl
  41. <xreliquary:heart_zhu> -- §cZombie Nian Zhu
  42. <xreliquary:hero_medallion> -- Hero's Medallion
  43. <xreliquary:holy_hand_grenade> -- Holy Hand Grenade
  44. <xreliquary:ice_magus_rod> -- Ice Magus Rod
  45. <xreliquary:infernal_chalice> -- Infernal Chalice
  46. <xreliquary:infernal_claws> -- §4Infernal Claws
  47. <xreliquary:infernal_tear> -- §4Infernal Tear
  48. <xreliquary:interdiction_torch> -- §eInterdiction Torch
  49. <xreliquary:kraken_shell> -- Kraken Shell
  50. <xreliquary:lantern_of_paranoia> -- §eLantern Of Paranoia
  51. <xreliquary:lilypad> -- Lilypad of Fertility
  52. <xreliquary:magazine> -- Empty Magazine
  53. <xreliquary:magicbane> -- Magicbane
  54. <xreliquary:mercy_cross> -- Cross of Mercy
  55. <xreliquary:midas_touchstone> -- Touchstone of Midas
  56. <xreliquary:mob_ingredient> -- Rib Bone
  57. <xreliquary:phoenix_down> -- Phoenix Down
  58. <xreliquary:potion> -- Condensed Potion
  59. <xreliquary:potion_essence> -- Potion Essence
  60. <xreliquary:pyromancer_staff> -- §4Pyromancer's Staff
  61. <xreliquary:rending_gale> -- §eRending Gale
  62. <xreliquary:rod_of_lyssa> -- Rod of Lyssa
  63. <xreliquary:salamander_eye> -- Salamander's Eye
  64. <xreliquary:serpent_staff> -- §2Serpent Staff
  65. <xreliquary:shears_of_winter> -- Shears of Winter
  66. <xreliquary:sojourner_staff> -- Sojourner's Staff
  67. <xreliquary:twilight_cloak> -- Twilight Cloak
  68. <xreliquary:void_tear> -- Void Tear
  69. <xreliquary:void_tear_empty> -- Empty Void Tear
  70. <xreliquary:witch_hat> -- §eWitch Hat
  71. <xreliquary:witherless_rose> -- Witherless Rose
  72. <xreliquary:wraith_node> -- Wraith Node
  73. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement