Skip to content

Commit

Permalink
More banner stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SammySemicolon committed Dec 17, 2024
1 parent f5481ba commit 6da464a
Show file tree
Hide file tree
Showing 70 changed files with 376 additions and 528 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod_authors=Sammy Semicolon
mod_description=A dark magic mod focused on soul and spirit magic.

# Mandatory
lodestone_version=1.7.0.122
lodestone_version=1.7.0.126
curios_version=9.0.15+1.21.1

# Iron's Spellbooks
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 10 additions & 5 deletions src/generated/resources/assets/malum/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
"attribute.name.malum.soul_ward_recovery_rate.desc": "A percentile increase in recovery rate for Soul Ward",
"attribute.name.malum.spirit_spoils": "Spirit Spoils",
"attribute.name.malum.spirit_spoils.desc": "Flat increase to spirits looted from slain foes",
"banner_pattern.malum.breath": "Breath",
"banner_pattern.malum.breeze": "Breeze",
"banner_pattern.malum.default": "Default",
"banner_pattern.malum.fractal": "Fractal",
"banner_pattern.malum.hallucination": "Hallucination",
"banner_pattern.malum.horns": "Horns",
"banner_pattern.malum.hunger": "Hunger",
"banner_pattern.malum.sanity": "Sanity",
"banner_pattern.malum.sequence": "Sequence",
"block.malum.aerial_spirited_glass": "Aerial Spirited Glass",
"block.malum.aqueous_spirited_glass": "Aqueous Spirited Glass",
"block.malum.arcane_spirited_glass": "Arcane Spirited Glass",
Expand Down Expand Up @@ -215,10 +224,6 @@
"block.malum.soulwood_totem_pole": "Soulwood Totem Pole",
"block.malum.soulwood_trapdoor": "Soulwood Trapdoor",
"block.malum.soulwoven_banner": "Soulwoven Banner",
"block.malum.soulwoven_banner_breeze": "Soulwoven Banner Breeze",
"block.malum.soulwoven_banner_fractal": "Soulwoven Banner Fractal",
"block.malum.soulwoven_banner_horns": "Soulwoven Banner Horns",
"block.malum.soulwoven_banner_sigil": "Soulwoven Banner Sigil",
"block.malum.spirit_altar": "Spirit Altar",
"block.malum.spirit_catalyzer": "Spirit Catalyzer",
"block.malum.spirit_catalyzer_component": "Spirit Catalyzer Component",
Expand Down Expand Up @@ -1190,7 +1195,7 @@
"malum.gui.book.entry.page.text.soulwood.sap.1": "The sticky lifeblood of the tree also seems to well up much more often in a tree than in Runewood. The sap's effects are corrupted as well; rather than restoring my vigor, Unholy Syrup enhances it, increasing my attack strength and providing damage resistance.",
"malum.gui.book.entry.page.text.soulwoven_pouch.1": "In my studies one of the most cumbersome experiences so far has been the sheer amount of magical reagents and residue I have to deal with. To solve this issue, I've designed the Soulwoven Pouch with the bundle's design in mind. The pouch hungers for the magically aligned, reserving extra room for and collecting it habitually.",
"malum.gui.book.entry.page.text.soulwoven_silk.1": "Soulwoven Silk is a light yet sturdy material that acts as an insulator for spirit energies. While other materials do exhibit matching interactions with the arcane, this bond between magic and cloth should make for a unique material.",
"malum.gui.book.entry.page.text.soulwoven_silk.soulwoven_banner.1": "To further study and confirm the insulating properties of the cloth, I've heft together a set of Soulwoven Banners with patterns based on each of the spirits I've been met with thus far. If further imbued with Arcana, the Banners will gain a dim, and them powerful glow when met with an additional shard.",
"malum.gui.book.entry.page.text.soulwoven_silk.soulwoven_banner.1": "To further study and confirm the insulating properties of the cloth, I've heft together a set of Soulwoven Banners with patterns based on each of the spirits I've been met with thus far. When imbued with Arcana, the Banners will gain a dim, and them powerful glow when met with an additional shard.",
"malum.gui.book.entry.page.text.spirit_crystals.1": "The soul is a notoriously fickle thing. Even confirming its existence is difficult, requiring the highest thaumaturgies to get a reading. That is what sets spirit arcana apart from other magic. We don't need grand assemblies and esoteric artifice to see a soul. Simply destroying it is proof enough.",
"malum.gui.book.entry.page.text.spirit_crystals.2": "A material I have named Soulstone is the means by which we do so. It appears mundane until refined, but once it is rid of impurities, it seems... out of phase with the world. By creating a blade using it as a core, I should be able to strike not only the physical form, but also the soul, shattering it to energy before it can disperse.",
"malum.gui.book.entry.page.text.spirit_crystals.3": "These energies, as previously noted, have different 'frequencies' of sorts. A being burning with light would have a soul that reflects that radiance, and a being prone to adaptation would have a soul as malleable as itself. Occasionally, the energy has no flavor to it at all, leaving only the raw impulse of creation behind. That type of crystal bears further study.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
{
"parent": "minecraft:item/generated",
"overrides": [
{
"model": "malum:item/soulwoven_banner_sequence",
"predicate": {
"malum:pattern": 1.0
}
},
{
"model": "malum:item/soulwoven_banner_sanity",
"predicate": {
"malum:pattern": 2.0
}
},
{
"model": "malum:item/soulwoven_banner_breeze",
"predicate": {
"malum:pattern": 3.0
}
},
{
"model": "malum:item/soulwoven_banner_breath",
"predicate": {
"malum:pattern": 4.0
}
},
{
"model": "malum:item/soulwoven_banner_fractal",
"predicate": {
"malum:pattern": 5.0
}
},
{
"model": "malum:item/soulwoven_banner_hunger",
"predicate": {
"malum:pattern": 6.0
}
},
{
"model": "malum:item/soulwoven_banner_horns",
"predicate": {
"malum:pattern": 7.0
}
},
{
"model": "malum:item/soulwoven_banner_hallucination",
"predicate": {
"malum:pattern": 8.0
}
}
],
"textures": {
"layer0": "malum:item/soulwoven_banner"
"layer0": "malum:item/soulwoven_banner_default"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "malum:item/soulwoven_banner_sigil"
"layer0": "malum:item/soulwoven_banner_breath"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "malum:item/soulwoven_banner_hallucination"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "malum:item/soulwoven_banner_hunger"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "malum:item/soulwoven_banner_sanity"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "malum:item/soulwoven_banner_sequence"
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6da464a

Please sign in to comment.