From 1057ea5aaa7b4fc3bf50c01496c4267f75713ba6 Mon Sep 17 00:00:00 2001 From: Me <135455255+IcarussOne@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:47:53 -0500 Subject: [PATCH] Finish Ancient Baubles page --- .../assets/crimsonrevelations/lang/en_us.lang | 3 ++- .../crimsonrevelations/research/revelations.json | 12 ++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/crimsonrevelations/lang/en_us.lang b/src/main/resources/assets/crimsonrevelations/lang/en_us.lang index 6864622..b5fa7f7 100644 --- a/src/main/resources/assets/crimsonrevelations/lang/en_us.lang +++ b/src/main/resources/assets/crimsonrevelations/lang/en_us.lang @@ -87,7 +87,8 @@ crimsonrevelations.research.meteor_boots.stage.0=[Placeholder] crimsonrevelations.research.meteor_boots.stage.1=[Placeholder] crimsonrevelations.research.ancient_baubles.title=Ancient Baubles -crimsonrevelations.research.ancient_baubles.stage.0=[Placeholder] +crimsonrevelations.research.ancient_baubles.stage.0=During my travels, I may come across these type of baubles, they might have belonged to former thaumaturges or even some sort of ancient civilization. Whatever the origin of these baubles could actually be, they seem to be long gone by now with very little traces left behind.
I've noted down all the baubles on the next few pages.§lApprentice's Ring§r
thaumcraft:textures/items/ring_apprentice.png:0:0:255:255:0.125This ring gives a hefty Vis discount of 5%, it is especially very useful when more than one of them are worn at once because of the stacking bonuses.
It is also more uncommon than the other baubles listed here.§lRing of Protection§r
crimsonrevelations:textures/items/protection_ring.png:0:0:255:255:0.125This ring has a distinct humming sound, it is similar in appearance to the Apprentice's Ring except it is significantly more ancient. When worn, it grants some sort of temporary magical barrier and it will even recharge when damaged.
I am not sure how it works exactly but I will continue to note down any further discoveries regarding this. +crimsonrevelations.research.ancient_baubles.addenda.0=Now it all makes sense, the Ring of Protection is related to Runic Shielding! The amount of shielding it grants is very minor, only giving me a single point of it.
This however doesn't mean that I can't upgrade it to have more shielding if I so choose to do... crimsonrevelations.research.runic_baubles.title=Runic Baubles crimsonrevelations.research.runic_baubles.stage.0=[Placeholder] diff --git a/src/main/resources/assets/crimsonrevelations/research/revelations.json b/src/main/resources/assets/crimsonrevelations/research/revelations.json index c169a25..43ea677 100644 --- a/src/main/resources/assets/crimsonrevelations/research/revelations.json +++ b/src/main/resources/assets/crimsonrevelations/research/revelations.json @@ -498,8 +498,8 @@ "key": "CR_ANCIENT_BAUBLES", "name": "crimsonrevelations.research.ancient_baubles.title", "icons": [ - "crimsonrevelations:protection_ring", - "thaumcraft:baubles;1;3" + "thaumcraft:baubles;1;3", + "crimsonrevelations:protection_ring" ], "category": "REVELATIONS", "parents": [ @@ -519,6 +519,14 @@ { "text": "crimsonrevelations.research.ancient_baubles.stage.0" } + ], + "addenda": [ + { + "text": "crimsonrevelations.research.ancient_baubles.addenda.0", + "required_research": [ + "RUNICSHIELDING" + ] + } ] }, {