Skip to content

Commit

Permalink
Update Primal Destroyer model and page text
Browse files Browse the repository at this point in the history
Courtesy of @Carvercarver1
  • Loading branch information
IcarussOne committed Aug 23, 2024
1 parent 3802e13 commit c5c8fc1
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/assets/thaumicwonders/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ thaumicwonders.research.dimensional_ripper.text.stage.1=I can't believe I'm seri
thaumicwonders.research.dimensional_ripper.text.stage.2=I do believe I've outdone myself. By channeling the destructive power of an Arcane Bore through a Primordial Pearl, I'm able to breach the walls of reality itself!<BR>A single Dimensional Ripper isn't enough, however, nor could it ever be. The energies required would be completely infeasible. Rather, a pair of the devices must be used. By placing them precisely ten blocks apart and facing each other, the machines can resonate together, amplifying their power enough to serve my needs. When so placed, small amounts of energy will flit between them, confirming that they are connected.<BR>Each of the two devices must be fueled with at least fifty Vitium essentia to reach critical mass. Applying a redstone signal to either ripper will disable the pair and prevent any reaction from taking place. Rippers disabled in this way can be fed additional essentia, beyond the minimum of fifty, to result in a larger rift once they're finally activated.<BR>If a rift already exists at the target point, the rippers will enlarge it when activated. This is subject to diminishing returns, however, and the process will significantly destabilize the rift.<BR>Finally, as a safety measure, the Rippers will not activate if they sense another rift already open nearby, but not at the target point. The veil between us and the void can only take so much tampering before it fails completely, and I'm not *that* crazy.

thaumicwonders.research.primal_destroyer.title=Primal Destroyer
thaumicwonders.research.primal_destroyer.text.stage.1=A void sword is deadly, yes, but aside from the nature of the metal it's a simple tool. Surely it can be made even more powerful with the application of the right magics.
thaumicwonders.research.primal_destroyer.text.stage.2=I fear that I've made a terrible mistake...<BR>I have indeed created a tool of incredible destruction, one more powerful than I may be able to keep contained. This Primal Destroyer is a construct of shadow and flame, and it seems almost alive, eager to drink of the essence of living beings.<BR>I fear what will occur if I don't keep it satiated...
thaumicwonders.research.primal_destroyer.text.addenda.1=Well, now I know.<BR>The Primal Destroyer does indeed hunger. Whether for blood, souls, life energy, or something more esoteric I cannot say. What is clear is that if I don't kill with it regularly, it will slake its hunger on me instead.<BR>Perhaps it would be best to put this unholy creation away and forget I ever made it...
thaumicwonders.research.primal_destroyer.text.stage.1=A void sword is, as any sword, deadly by design, but the only thing that changes about it is the metal, as it is still a sword in nature - a simple tool. It will be handy to try and see if I can make an even more powerful item with the application of the right magics.
thaumicwonders.research.primal_destroyer.text.stage.2=Sometimes I feel like certain items should not be made in the first place. This is one of them: I fear that I've made a terrible mistake.<BR>Yes, it was a success: infusing the nether star and Primordial Pearl with Ignis and void metal produced a tool of great power shaped as a greatsword, however it seems to be more powerful than I may be able to keep contained.<PAGE>This Primal Destroyer is a construct of shadow and flame, and it seems almost alive, eager to drink of the essence of living beings. If the regular void swords were uncanny, this one is especially the case. <BR>As I figured out, the sword posesses several qualities. First, it ignites the targets - the Ignis is clearly at work here. Secondly, it applies Greater Sapping as it takes from the entities I hit it with. Lastly, perhaps most interestingly: it crystalizes their essentia into crystals upon kills by draining everything else but these bits. Not the most efficient way of getting Vis crystals, but it is a nice bonus nontheless. It will however not work for all of the entities, and it will not create crystals from the entities that do no have any essentia in them in the first place.<BR>I do fear of what will occur if I don't keep it satiated...
thaumicwonders.research.primal_destroyer.text.addenda.1=Well, now I know...<BR>The Primal Destroyer does indeed §ohunger§r. Whether for blood, souls, life energy, or something more esoteric - I cannot say. What is clear is that if I don't kill with it regularly, it will slake its hunger on me instead, I cannot feed it the meat directly: it demands fresh, live sustenance.<BR>Additionally, I caught a glimpse of something... unnatural contained in this sword. Even if it does not speak directly, there is certainly §osomething§r in it that I do not recognize or comprehend fully. Perhaps it would be best to put this unholy creation away in a separate container and forget I ever made it.

thaumicwonders.research.flying_carpet.title=Flying Carpet
thaumicwonders.research.flying_carpet.text.stage.1=Levitation is all well and good, but I yearn for true flight. Surely a thaumaturge of my skill and knowledge can find a way.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,88 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "thaumicwonders:items/primal_destroyer"
"parent": "item/handheld",
"textures": {
"layer0": "thaumicwonders:items/primal_destroyer"
},
"display": {
"thirdperson_righthand": {
"rotation": [
0,
-90,
55
],
"translation": [
0,
10.75,
-0.25
],
"scale": [
1.7,
1.7,
1.7
]
},
"thirdperson_lefthand": {
"rotation": [
0,
90,
-55
],
"translation": [
0,
8.5,
0.5
],
"scale": [
1.7,
1.7,
1.7
]
},
"firstperson_righthand": {
"rotation": [
0,
-90,
30
],
"translation": [
1,
4,
1.25
],
"scale": [
0.95,
0.95,
0.475
]
},
"firstperson_lefthand": {
"rotation": [
0,
90,
-30
],
"translation": [
1,
4,
1.25
],
"scale": [
0.95,
0.95,
0.475
]
},
"ground": {
"translation": [
0,
4.25,
0
],
"scale": [
0.9375,
0.9375,
0.46875
]
}
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5c8fc1

Please sign in to comment.