Skip to content

Commit

Permalink
Finish Scribing Tools of Sanitation page
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Sep 26, 2024
1 parent 5a08615 commit 839fdb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static void initArcaneCrafting() {
new AspectList().add(Aspect.AIR, 1).add(Aspect.EARTH, 1).add(Aspect.ENTROPY, 1).add(Aspect.FIRE, 1).add(Aspect.ORDER, 1).add(Aspect.WATER, 1),
new ItemStack(CRItems.sanitationScribingTools),
new Object[]{new ItemStack(ItemsTC.scribingTools, 1, OreDictionary.WILDCARD_VALUE),
ItemsTC.salisMundus, ThaumcraftApiHelper.makeCrystal(Aspect.MIND), ThaumcraftApiHelper.makeCrystal(Aspect.MIND)}));
new ItemStack(ItemsTC.sanitySoap, 1, OreDictionary.WILDCARD_VALUE), ThaumcraftApiHelper.makeCrystal(Aspect.MIND), ThaumcraftApiHelper.makeCrystal(Aspect.MIND)}));
}

public static void initCrucible() {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/crimsonrevelations/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ crimsonrevelations.research.knowledge_scribing_tools.title=Scribing Tools of Kno
crimsonrevelations.research.knowledge_scribing_tools.stage.0=Upon infusing mundane scribing tools with the power of all primal vis crystals, Sensus vis crystals, and Salis Mundus, they'll become the Scribing Tools of Knowledge.<BR>They will allow me to absorb them for extra theories and observations once depleted by right-clicking them at that state, I can then recharge them with some Sensus vis crystals. There is also a small chance that some of the absorbed knowledge will turn into a useful curiosity for my own research!<BR>Just to leave a reminder to myself, they only have a little less than half of the capacity as mundane scribing tools and they no longer can be replenished with ink.<BR>If I were to no longer need that extra boost of theories and observations, it would be best to use the original.

crimsonrevelations.research.primordial_scribing_tools.title=Primordial Scribing Tools
crimsonrevelations.research.primordial_scribing_tools.stage.0=With a Primordial Pearl, void seeds, the other useful scribing tools I learned to create, and essentia of all primal aspects, I can upgrade mundane scribing tools into the Primordial Scribing Tools. These scribing tools have the same properties as the other scribing tools that were infused into them.<PAGE>Once they are depleted, I can simply right-click the scribing tools to absorb them for knowledge and a sanity cleansing, they will also regenerate themselves as if they were never used up.<BR>These are the ultimate scribing tools for any thaumaturge!
crimsonrevelations.research.primordial_scribing_tools.stage.0=With a Primordial Pearl, void seeds, some of the other useful scribing tools I learned to create, and essentia of all primal aspects, I can upgrade mundane scribing tools into the Primordial Scribing Tools.<BR>These scribing tools have the same benefits as the other scribing tools that were infused into them.<PAGE>Once they are depleted, I can simply right-click the scribing tools to absorb them for knowledge and a sanity cleansing, they will also regenerate themselves as if they were never used up.<BR>They are the ultimate scribing tools for any thaumaturge!

crimsonrevelations.research.sanitation_scribing_tools.title=Scribing Tools of Sanitation
crimsonrevelations.research.sanitation_scribing_tools.stage.0=[Placeholder]
crimsonrevelations.research.sanitation_scribing_tools.stage.0=To help with my sanity, I can create the Scribing Tools of Sanitation by infusing mundane scribing tools with all primal vis crystals, Cognitio vis crystals, and Sanitizing Soap.<BR>Similarly to the Scribing Tools of Knowledge, these scribing tools can be absorbed after they deplete by right-clicking them at that state. As I absorb them, I will get all temporary warp and some normal warp removed, I also will have over an hour of Warp Ward applied.<BR>I can then easily recharge the tools again using Cognitio vis crystals, but ink can no longer be used to replenish them. The capacity of these tools are also slightly less than mundane scribing tools.

# Messages
message.crimsonrevelations.scribing_tools.curio=A curiosity was formed by your scribing tools!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"category": "REVELATIONS",
"parents": [
"CR_MORE_RESEARCH",
"~WARP"
"~ARCANESPA",
"~SANESOAP"
],
"siblings": [],
"meta": [
Expand Down

0 comments on commit 839fdb0

Please sign in to comment.