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"
+ ]
+ }
]
},
{