Skip to content

Commit

Permalink
Rebrand Void Fortress Armor to Warped Fortress Armor
Browse files Browse the repository at this point in the history
The armor itself is not really void in appearance other than some of the materials it's made from.
  • Loading branch information
IcarussOne committed Aug 14, 2024
1 parent 3cabd39 commit 1decf80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ private static void initInfusionRecipes() {
new Object[] {
Ingredient.fromItem(ItemsTC.primordialPearl),
"plateVoid",
"plateVoid",
new ItemStack(ItemsTC.crimsonPlateHelm, 1),
new ItemStack(ItemsTC.goggles, 1, 32767),
new ItemStack(Items.GHAST_TEAR),
new ItemStack(ItemsTC.salisMundus),
Expand All @@ -627,7 +627,7 @@ private static void initInfusionRecipes() {
"plateVoid",
"plateVoid",
"plateVoid",
"plateVoid",
new ItemStack(ItemsTC.crimsonPlateChest, 1),
new ItemStack(ItemsTC.salisMundus),
"leather"
}
Expand All @@ -643,7 +643,7 @@ private static void initInfusionRecipes() {
Ingredient.fromItem(ItemsTC.primordialPearl),
"plateVoid",
"plateVoid",
"plateVoid",
new ItemStack(ItemsTC.crimsonPlateLegs, 1),
new ItemStack(ItemsTC.salisMundus),
"leather"
}
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/assets/thaumicwonders/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ item.thaumicwonders.eldritch_cluster.cinnabar.name=Eldritch Cinnabar Cluster
item.thaumicwonders.eldritch_cluster.quartz.name=Eldritch Quartz Cluster
item.thaumicwonders.eldritch_cluster.void.name=Eldritch Void Cluster
item.thaumicwonders.alienist_stone.name=Alienist's Stone
item.thaumicwonders.void_fortress_helm.name=Void Fortress Helm
item.thaumicwonders.void_fortress_chest.name=Void Fortress Cuirass
item.thaumicwonders.void_fortress_legs.name=Void Fortress Thigh Guards
item.thaumicwonders.void_fortress_helm.name=Warped Fortress Helm
item.thaumicwonders.void_fortress_chest.name=Warped Fortress Cuirass
item.thaumicwonders.void_fortress_legs.name=Warped Fortress Thigh Guards
item.thaumicwonders.structure_diviner.name=Structure Diviner
item.thaumicwonders.night_vision_goggles.name=Night-Vision Goggles
item.thaumicwonders.cleansing_charm.name=Cleansing Charm
Expand Down Expand Up @@ -159,9 +159,9 @@ thaumicwonders.research.ore_diviner.title=Ore Divination
thaumicwonders.research.ore_diviner.text.stage.1=Digging blindly through the firmament looking for ore is tedious and inefficient. It would be much better if I knew exactly where to find what I was looking for before I picked up a pickaxe. The Sounding enchantment helps, but there's so much information to sift through, and so little time to do it. I'm convinced there's a better way.
thaumicwonders.research.ore_diviner.text.stage.2=I've devised a tool to help me divine the location of specific types of ore. When I use a block of ore on this Ore Diviner, it will find a nearby block of ore of that type and reveal its location to me. The visual representation of this knowledge will persist until I right-click the diviner with an empty hand or until something happens to the diviner itself.

thaumicwonders.research.void_fortress_armor.title=Void Fortress Armor
thaumicwonders.research.void_fortress_armor.title=Warped Fortress Armor
thaumicwonders.research.void_fortress_armor.text.stage.1=Void armor is both strong and self-repairing, but I'm confident that I can improve upon it. Perhaps the lessons I learned improving thaumium armor can be applied here as well.
thaumicwonders.research.void_fortress_armor.text.stage.2=My efforts to improve void armor have borne fruit. The armor I have created is a masterpiece of strength and durability, providing additional protection against magic and fire damage, but sacrificing none of the properties that make void armor so unique. In keeping with my earlier efforts, I am calling my newest creation Void Fortress Armor.<BR>Like the thaumium version, this armor is meant to be worn together. The more pieces I wear, the better each piece protects me and, as a bonus, the better it looks.<BR>As a nod to utility, I've made sure to integrate a set of Goggles of Revealing into the helmet's mask. The mask also replicates the effect of the Thaumium Fortress Armor's Sipping Fiend mask, sometimes healing the wearer when striking.<BR>Finally, this armor seems to have a symbiotic relationship with warp. The more permanent warp I have, the more toughness each piece of armor has.<BR>In this, I will be a bastion of invincibility.
thaumicwonders.research.void_fortress_armor.text.stage.2=My efforts to improve void armor have borne fruit. The armor I have created is a masterpiece of strength and durability, providing additional protection against magic and fire damage, but sacrificing none of the properties that make void armor so unique. In keeping with my earlier efforts, I am calling my newest creation Warped Fortress Armor.<BR>Like the thaumium version, this armor is meant to be worn together. The more pieces I wear, the better each piece protects me and, as a bonus, the better it looks.<BR>As a nod to utility, I've made sure to integrate a set of Goggles of Revealing into the helmet's mask. The mask also replicates the effect of the Thaumium Fortress Armor's Sipping Fiend mask, sometimes healing the wearer when striking. I won't be able to apply other masks because of this however, unlike Thaumium Fortress Armor.<BR>Finally, this armor seems to have a symbiotic relationship with warp. The more permanent warp I have, the more toughness each piece of armor has.<BR>In this, I will be a bastion of invincibility.

thaumicwonders.research.meaty_orb.title=Meaty Orb
thaumicwonders.research.meaty_orb.text.stage.1=I had a dream last night. In it, I used the Meteorb to change the weather, but instead of rain, what fell from the sky was meat. All kinds of meat. I wonder if I can make this dream a reality. Or if I even should.
Expand Down

0 comments on commit 1decf80

Please sign in to comment.