1.16.3-3.0.6-11 (#1752)
* Updated book to match v3.0.4-9. did a general quality pass, removed extranious $(item) tags where $(l:) tags were already being used, added a page for the explosive charges, added a description of blood transfer to and from the blood altar, added a 2x soulforge template, removed progress bar (for now) * added changelog also added links from the changelog to various relevant pages in the book, and added anchors accordingly. * Update manual to 3.0.6-11 updated changelog, added page for Well of Suffering, rewrote entry on Explosive Charges, slightly tweaked the Anointments to better describe how they wear off, added a $(blood) tag to the manual (same colour as $(fire) so we can talk about Blood more dramatically. This is BLOOD magic after all! (Note, make sure this works - the word 'blood' in the Well of Suffering should be red.
This commit is contained in:
parent
113c33ca5c
commit
3a3e619225
|
@ -8,15 +8,16 @@
|
|||
"model": "bloodmagic:book",
|
||||
"show_progress": false,
|
||||
"macros": {
|
||||
"$(water)": "$(#0000aa)",
|
||||
"$(air)": "$(#aaaa00)",
|
||||
"$(fire)": "$(#aa0000)",
|
||||
"$(earth)": "$(#00aa00)",
|
||||
"$(water)": "$(#0000AA)",
|
||||
"$(air)": "$(#AAAA00)",
|
||||
"$(fire)": "$(#AA0000)",
|
||||
"$(earth)": "$(#00AA00)",
|
||||
"$(blank)": "$(#888888)",
|
||||
"$(steadfast)": "$(#0000aa)",
|
||||
"$(destructive)": "$(#aaaa00)",
|
||||
"$(vengeful)": "$(#aa0000)",
|
||||
"$(corrosive)": "$(#00aa00)",
|
||||
"$(raw)": "$(#36C6C6)"
|
||||
"$(steadfast)": "$(#0000AA)",
|
||||
"$(destructive)": "$(#AAAA00)",
|
||||
"$(vengeful)": "$(#AA0000)",
|
||||
"$(corrosive)": "$(#00AA00)",
|
||||
"$(raw)": "$(#36C6C6)",
|
||||
"$(blood)": "$(#AA0000)"
|
||||
}
|
||||
}
|
|
@ -1,23 +1,27 @@
|
|||
{
|
||||
"name": "Explosive Charges",
|
||||
"icon": "bloodmagic:shaped_charge",
|
||||
"category": "utility",
|
||||
"category": "demon_will",
|
||||
"extra_recipe_mappings":[
|
||||
["bloodmagic:shaped_charge", 1],
|
||||
["bloodmagic:deforester_charge", 3]
|
||||
],
|
||||
"pages":[
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Mining and foresting is all well and good for those little villagers and others who refuse to dream big, but what self-respecting sanguimancer would ever stoop to such a thing? $(br2)With that in mind, you have devised some devious little devices. Simply place them on the side of a tree or some pesky stone and wait for them to self-ignite."
|
||||
"text": "Mining and foresting is all well and good for those little villagers and others who refuse to dream big, but what self-respecting sanguimancer would ever stoop to such a thing? $(br2)With that in mind, you have devised some devious little devices. Simply throw them at a tree or at some pesky stone and wait for them to self-ignite."
|
||||
},
|
||||
{
|
||||
"type": "crafting_soulforge",
|
||||
"recipe": "bloodmagic:soulforge/shaped_charge",
|
||||
"anchor":"shaped_charge",
|
||||
"text": "The $(item)Shaped Charge$() will destroy a 5x5x5 cube facing whichever side of a block you place it on, dropping all blocks as though mined with a pickaxe. It even works on Obsidian, and provides a most satisfying $(o)KABOOM$() whilst doing so."
|
||||
"text": "The $(item)Shaped Charge$() will destroy a 5x5x5 cube facing whichever side of a block it lands on, dropping all blocks as though mined with a pickaxe. It even works on Obsidian, and provides a most satisfying $(o)KABOOM$() whilst doing so."
|
||||
},
|
||||
{
|
||||
"type": "crafting_soulforge",
|
||||
"recipe": "bloodmagic:soulforge/deforester_charge",
|
||||
"anchor":"deforester_charge",
|
||||
"text": "The $(item)Deforester Charge$() is for felling trees. It can be placed on logs or leaves, and will fell all but the mightiest of trees, breaking up to 2 stacks of logs at a time (and neatly stripping away any leaves it encounters in the process!) Even the giant trees of the Jungle will fall in a matter of seconds."
|
||||
"text": "The $(item)Deforester Charge$() is for felling trees. It can be used on logs or leaves, and will fell all but the mightiest of trees, breaking up to 2 stacks of logs at a time (and neatly stripping away any leaves it encounters in the process!) Even the giant trees of the Jungle will fall in a matter of seconds."
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"name": "Explosive Charges",
|
||||
"icon": "bloodmagic:shaped_charge",
|
||||
"category": "demon_will",
|
||||
"extra_recipe_mappings":[
|
||||
["bloodmagic:shaped_charge", 1],
|
||||
["bloodmagic:deforester_charge", 3]
|
||||
],
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "While conventional $(item)TNT$() is nice and flashy, it unfortunately is rather unrefined. However, by mixing some fuel with a casing infused with Demon Will, you can create an explosive that, when placed, blows up a 5x5x5 volume! It even gives you all the drops!"
|
||||
},
|
||||
{
|
||||
"type": "crafting_soulforge",
|
||||
"heading": "Shaped Charge",
|
||||
"recipe": "bloodmagic:soulforge/shaped_charge",
|
||||
"text": "A simple explosive with perfect efficiency!"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Although $(item)Shaped Charges$() are useful for mining, they seem a bit unsophisticated for chopping down trees. Thankfully, with some minor modifications you can create an explosive that will make you call \"Timber!\". Placing these on a log or some leaves will cause it to break down an entire tree! Assuming that there's not more than 128 logs involved."
|
||||
},
|
||||
{
|
||||
"type": "crafting_soulforge",
|
||||
"heading": "Deforester Charge",
|
||||
"recipe": "bloodmagic:soulforge/deforester_charge",
|
||||
"text": "Ready to tackle those redwoods."
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "Well of Suffering",
|
||||
"icon": "bloodmagic:life_essence_bucket",
|
||||
"category": "rituals_list",
|
||||
"pages": [
|
||||
{
|
||||
"type": "multiblock",
|
||||
"name": "Well Of Suffering",
|
||||
"multiblock":{
|
||||
"pattern":[
|
||||
["____A____", "_________", "_________", "_________", "A_______A", "_________", "_________", "_________", "____A____"],
|
||||
["___W_W___", "_________", "_________", "W__F_F__W", "____0____", "W__F_F__W", "_________", "_________", "___W_W___"],
|
||||
["__W___W__", "_D_____D_", "W_F_E_F_W", "_________", "__E___E__", "_________", "W_F_E_F_W", "_D_____D_", "__W___W__"]
|
||||
|
||||
],
|
||||
"mapping":{
|
||||
"0": "bloodmagic:masterritualstone",
|
||||
"W": "bloodmagic:waterritualstone",
|
||||
"A": "bloodmagic:airritualstone",
|
||||
"F": "bloodmagic:fireritualstone",
|
||||
"E": "bloodmagic:earthritualstone",
|
||||
"D": "bloodmagic:duskritualstone"
|
||||
},
|
||||
"symetrical": true
|
||||
},
|
||||
"text": "Use a $(l:bloodmagic:rituals/ritual_diviner)Ritual Diviner$(/l) for easier construction."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "This ritual attacks mobs within its damage zone and puts the harvested $(blood)Blood$() into a nearby $(l:altar/blood_altar)Blood Altar$(). Put a $(l:altar/soul_network)Blood Orb$() in the Altar, maybe add a few $(l:altar/blood_rune/sacrifice_rune)Runes of Sacrifice$() for good measure and you'll never have to worry about your LP supplies again... As long as you can supply enough mobs.$(br)$(water)Water Runes: 16$(br)$(air)Air Runes: 4$(br)$(fire)Fire Runes: 8$(br)$(earth)Earth Runes: 4$(br)$()Dusk Runes: 4$(br2)$()Total Runes: 36"
|
||||
},
|
||||
{
|
||||
"type": "spotlight",
|
||||
"item": "bloodmagic:ritualtinkerer",
|
||||
"title": "Range",
|
||||
"text": "(Altar) The area that the ritual searches for a $(l:altar/blood_altar)Blood Altar$() to deposit its Blood into.$(br2)$(li)Maximum Volume: Full Range. $(li)Horizontal Radius: 10 $(li)Vertical Radius: 15 "
|
||||
},
|
||||
{
|
||||
"type": "spotlight",
|
||||
"item": "bloodmagic:ritualtinkerer",
|
||||
"title": "Range",
|
||||
"text": "(Damage) All mobs within this area will take damage every second or so until they die. This does not include players, fortunately. $(br2)$(li)Maximum Volume: Full Range. $(li)Horizontal Radius: 15 $(li)Vertical Radius: 15 "
|
||||
}
|
||||
]
|
||||
}
|
|
@ -17,7 +17,7 @@
|
|||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Anointments are essentially Potion Effects for your tools and weapons. By right-clicking with the $(item)Anointment$() in one hand, it will be applied to the tool or weapon in your other hand. Not all Anointments work on all equipment!"
|
||||
"text": "$(item)Anointments$() are essentially $(item)potions$() for your tools and weapons. By right-clicking with the $(item)anointment$() in one hand, it will be applied to the item in your other hand, if possible. Not all anointments work on all equipment! $(br2)Unlike $(item)potions$(), $(item)anointments$() aren't timed; rather, they wear off a bit at a time as your tool or weapon is used."
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
|
@ -29,55 +29,55 @@
|
|||
"type": "crafting_alchemy_table",
|
||||
"heading": "Honing Oil",
|
||||
"recipe": "bloodmagic:alchemytable/melee_damage_anointment",
|
||||
"text": "Temporarily increases the melee damage dealt by +3. $(br2)Valid items: Tools, Swords.$(br2)Applies: Whetstone I (256)"
|
||||
"text": "Temporarily increases the melee damage dealt by +3. $(br2)Valid items: Tools, Swords.$(br2)Applies: Whetstone I (256 hits)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Fortuna Extract",
|
||||
"recipe": "bloodmagic:alchemytable/fortune_anointment",
|
||||
"text": "Increases the yield of some harvested blocks. Also stacks with the Fortune enchantment.$(br2)Valid items: Tools, Swords.$(br2)Applies: Fortunate I (256)"
|
||||
"text": "Increases the yield of some harvested blocks. Also stacks with the Fortune enchantment.$(br2)Valid items: Tools, Swords.$(br2)Applies: Fortunate I (256 blocks)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Soft Coating",
|
||||
"recipe": "bloodmagic:alchemytable/silk_touch_anointment",
|
||||
"text": "Applies Silk Touch to blocks harvested. Does not stack with the vanilla enchantment.$(br2)Valid items: Tools, Swords.$(br2)Applies: Soft Touch I (256)"
|
||||
"text": "Applies Silk Touch to blocks harvested. Does not stack with the vanilla enchantment.$(br2)Valid items: Tools, Swords.$(br2)Applies: Soft Touch I (256 blocks)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Holy Water",
|
||||
"recipe": "bloodmagic:alchemytable/holy_water_anointment",
|
||||
"text": "Temporarily increases the melee damage dealt to undead mobs by +5.$(br2)Valid items: Tools, Swords.$(br2)Applies: Holy Light I (256)"
|
||||
"text": "Temporarily increases the melee damage dealt to undead mobs by +5. $(br2)Valid items: Tools, Swords.$(br2)Applies: Holy Light I (256 hits)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Miner's Secrets",
|
||||
"recipe": "bloodmagic:alchemytable/hidden_knowledge_anointment",
|
||||
"text": "Blocks drop exp on successful harvest. Drops +2exp per block.$(br2)Valid items: Tools, Swords.$(br2)Applies: Miner's Secrets I (256)"
|
||||
"text": "Blocks drop exp on successful harvest. Drops +2exp per block. $(br2)Valid items: Tools, Swords.$(br2)Applies: Miner's Secrets I (256 blocks)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Iron Tip",
|
||||
"recipe": "bloodmagic:alchemytable/bow_power_anointment",
|
||||
"text": "Increases the damage of fired arrows by 25%. Also stacks with Vanilla enchantments.$(br2)Valid items: Bows, Crossbows.$(br2)Applies: Heavy Shot I (256)"
|
||||
"text": "Increases the damage of fired arrows by 25%. Also stacks with Vanilla enchantments. $(br2)Valid items: Bows, Crossbows.$(br2)Applies: Heavy Shot I (256 shots)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Dexterity Alkahest",
|
||||
"recipe": "bloodmagic:alchemytable/quick_draw_anointment",
|
||||
"text": "Lowers the draw time of bows and crossbows by 33%.$(br2)Valid items: Bows, Crossbows.$(br2)Applies: Deft Hands I (256)"
|
||||
"text": "Lowers the draw time of bows and crossbows by 33%. $(br2)Valid items: Bows, Crossbows.$(br2)Applies: Deft Hands I (256 shots)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Plunderer's Glint",
|
||||
"recipe": "bloodmagic:alchemytable/looting_anointment",
|
||||
"text": "Increases the drops from killed mobs. Also stacks with the Looting enchantment.$(br2)Valid items: Tools, Swords.$(br2)Applies: Plundering I (256)"
|
||||
"text": "Increases the drops from killed mobs. Also stacks with the Looting enchantment.$(br2)Valid items: Tools, Swords.$(br2)Applies: Plundering I (256 hits)"
|
||||
},
|
||||
{
|
||||
"type": "crafting_alchemy_table",
|
||||
"heading": "Slow-burning Oil",
|
||||
"recipe": "bloodmagic:alchemytable/smelting_anointment",
|
||||
"text": "Uses heat to smelt harvested blocks.$(br2)Valid items: Tools, Swords.$(br2)Applies: Heated Tool I (256)"
|
||||
"text": "Uses heat to smelt harvested blocks. $(br2)Valid items: Tools, Swords.$(br2)Applies: Heated Tool I (256 blocks)"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -8,10 +8,15 @@
|
|||
"type": "text",
|
||||
"text": "All the changelogs of $(6)Blood Magic$() to date, from most recent to oldest."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "3.0.6-11",
|
||||
"text": " $(li)Reimplemented the Well of Suffering. $(li)Added several new items, called \"Anointments\"! These are items that provide temporary buffs to your tools and weapons, such as silk touch, higher damage, and more! Look them up in the Utility section of the book. These include: $(li2)Honing Oil $(li2)Soft Coating $(li2)Fortuna Extract $(li2)Holy Water $(li2)Miner's Secrets $(li2)Dexterity Alkahest $(li2)Iron Tip $(li2)Plunderer's Glint $(li2)Slow-burning Oil $(li)Made the shaped charge and deforester charge throwable."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"title": "3.0.5-10",
|
||||
"text": "Fixed a crash with the Blood Altar on unload."
|
||||
"text": "Fixed a crash with the Blood Altar on unload and adjusted the recipe for the Day array to use $(item)Coal$() instead of $(item)Clocks$()."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
Loading…
Reference in a new issue