-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
18 changed files
with
562 additions
and
8 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
...blood-rebirth/ars_nouveau/patchouli_books/worn_notebook/en_us/categories/tomeofblood.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "Tome of Blood", | ||
"description": "Blood Magic integration for Ars Nouveau. Adds interoperability between $(thing)Blood Magic$() and $(thing)Ars Nouveau$().", | ||
"icon": "tomeofblood:archmage_tome_of_blood", | ||
"sortnum": 1000 | ||
} |
20 changes: 20 additions & 0 deletions
20
...od-rebirth/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/tomeofblood/armor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "Heretic's Armor", | ||
"icon": "tomeofblood:living_mage_robes", | ||
"category": "ars_nouveau:tomeofblood", | ||
"sortnum": 3, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "Heretic's Armor is an upgrade of Blood Magic's Living Armor. It combines the abilities of Blood Magic's Living Armor and Ars Nouveau's Magical Armor. $(br2) It has access to both Magical Perks and Living Upgrades." | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"border": true, | ||
"images": [ | ||
"tomeofblood:textures/gui/heretic_thread_diagram.png" | ||
], | ||
"text": "It also has access to Living upgrade points on the chestplate! " | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.../ars_nouveau/patchouli_books/worn_notebook/en_us/entries/tomeofblood/mana_attunement.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Mana Attunement", | ||
"icon": "bloodmagic:upgradetome", | ||
"category": "ars_nouveau:tomeofblood", | ||
"sortnum": 4, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:spotlight", | ||
"title": "Mana Attunemnt", | ||
"item": "bloodmagic:upgradetome", | ||
"text": "This upgrades gives you Mana discount upto 20%% (5%% per level). $(br2)Trained by: Casting spells and consuming Mana $(br2)Max Level: 4" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "Level 1: 4 upgrade points $(br)Level 2: 10 upgrade points $(br)Level 3: 22 upgrade points $(br)Level 4: 40 upgrade points $(br)" | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...rebirth/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/tomeofblood/mint_tea.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "Mint Tea", | ||
"icon": "tomeofblood:mint_tea", | ||
"category": "ars_nouveau:tomeofblood", | ||
"sortnum": 2, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "tomeofblood:mint_tea", | ||
"text": "$(o)Slightly toxic ....$() $(br2)This item grants you $(9)Serene$() potion effect which grants you 10%% bonus blood when self-sacrificing in a blood altar. $(br2) $(o) Has 5%% chance to turn toxic$()" | ||
}, | ||
{ | ||
"type": "ars_nouveau:crafting_alchemy_table", | ||
"recipe": "tomeofblood:alchemytable/mint_tea" | ||
} | ||
] | ||
} |
37 changes: 37 additions & 0 deletions
37
...birth/ars_nouveau/patchouli_books/worn_notebook/en_us/entries/tomeofblood/spellbooks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "Tome of Blood", | ||
"category": "ars_nouveau:tomeofblood", | ||
"icon": "tomeofblood:archmage_tome_of_blood", | ||
"sortnum": 1, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:spotlight", | ||
"title": "Tome of Blood", | ||
"item": "tomeofblood:novice_tome_of_blood,tomeofblood:apprentice_tome_of_blood,tomeofblood:archmage_tome_of_blood", | ||
"text": "Tome of Blood is a special variant of Ars Nouveau spellbook. They have a connection to the user's $(#880808)Soul Network$(). $(br)They have a special ability where they let you break through Mana cost limits of spells!" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "The tome will try to cast spells using player mana. $(br2) If the player doesn't have enough mana to cast the spell, it will try to use player's LP to compensate for the remaining spell cost at the rate of 10 LP per mana point" | ||
}, | ||
{ | ||
"type": "ars_nouveau:crafting_altar", | ||
"recipe": "tomeofblood:altar/novice_blood_tome", | ||
"text": "A Tome of Blood can be crafted using some amount of blood in a blood altar. Higher tier spellbooks can be converted to Tomes in the same fashion. The tomes can upgraded in an Alchemy Table (Check JEI)." | ||
}, | ||
{ | ||
"type": "ars_nouveau:2x_crafting_alchemy_table", | ||
"a.heading": "Apprentice Tome of Blood", | ||
"a.recipe": "tomeofblood:alchemytable/apprentice_tome", | ||
"b.heading": "Archmage Tome of Blood", | ||
"b.recipe": "tomeofblood:alchemytable/archmage_tome" | ||
}, | ||
{ | ||
"type": "ars_nouveau:2x_crafting_altar", | ||
"a.heading": "Apprentice Tome of Blood", | ||
"a.recipe": "tomeofblood:altar/apprentice_blood_tome", | ||
"b.heading": "Archmage Tome of Blood", | ||
"b.recipe": "tomeofblood:altar/archmage_blood_tome" | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
.../ars_nouveau/patchouli_books/worn_notebook/en_us/templates/2x_crafting_alchemy_table.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"include": [ | ||
{ | ||
"template": "ars_nouveau:crafting_alchemy_table", | ||
"as": "a", | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
{ | ||
"template": "ars_nouveau:crafting_alchemy_table", | ||
"as": "b", | ||
"x": 0, | ||
"y": 53 | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
...-rebirth/ars_nouveau/patchouli_books/worn_notebook/en_us/templates/2x_crafting_altar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"include": [ | ||
{ | ||
"template": "ars_nouveau:crafting_altar", | ||
"as": "a", | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
{ | ||
"template": "ars_nouveau:crafting_altar", | ||
"as": "b", | ||
"x": 0, | ||
"y": 75 | ||
} | ||
] | ||
} |
110 changes: 110 additions & 0 deletions
110
...rth/ars_nouveau/patchouli_books/worn_notebook/en_us/templates/crafting_alchemy_table.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"processor": "wayoftime.bloodmagic.compat.patchouli.processors.AlchemyTableProcessor", | ||
"components": [ | ||
{ | ||
"type": "patchouli:header", | ||
"text": "#heading", | ||
"x": -1, | ||
"y": -6 | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "#text", | ||
"x": 0, | ||
"y": 51 | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png", | ||
"x": 2, | ||
"y": 4, | ||
"u": 0, | ||
"v": 154, | ||
"texture_width": 128, | ||
"texture_height": 256, | ||
"width": 62, | ||
"height": 43 | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png", | ||
"x": 65, | ||
"y": 4, | ||
"u": 44, | ||
"v": 111, | ||
"texture_width": 128, | ||
"texture_height": 256, | ||
"width": 49, | ||
"height": 43 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "bloodmagic:alchemytable", | ||
"x": 94, | ||
"y": 27 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#input1", | ||
"x": 6, | ||
"y": 8 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#input2", | ||
"x": 25, | ||
"y": 8 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#input3", | ||
"x": 44, | ||
"y": 8 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#input4", | ||
"x": 6, | ||
"y": 27 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#input5", | ||
"x": 25, | ||
"y": 27 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#input6", | ||
"x": 44, | ||
"y": 27 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#orb", | ||
"x": 69, | ||
"y": 27 | ||
}, | ||
{ | ||
"type": "patchouli:tooltip", | ||
"tooltip": ["Cost: #syphon# LP", "Duration: #time# Ticks", "Tier: #tier#+"], | ||
"x": 69, | ||
"y": 8, | ||
"width": 16, | ||
"height": 16 | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "LP", | ||
"x": 74, | ||
"y": 6 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#output", | ||
"link_recipe": "true", | ||
"x": 94, | ||
"y": 8 | ||
} | ||
] | ||
} |
53 changes: 53 additions & 0 deletions
53
...ood-rebirth/ars_nouveau/patchouli_books/worn_notebook/en_us/templates/crafting_altar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"processor": "wayoftime.bloodmagic.compat.patchouli.processors.BloodAltarProcessor", | ||
"components": [ | ||
{ | ||
"type": "patchouli:header", | ||
"text": "#heading", | ||
"x": -1, | ||
"y": -6 | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png", | ||
"x": 9, | ||
"y": 4, | ||
"u": 0, | ||
"v": 51, | ||
"texture_width": 128, | ||
"texture_height": 256, | ||
"width": 98, | ||
"height": 60 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "bloodmagic:altar", | ||
"x": 87, | ||
"y": 46 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#input", | ||
"x": 30, | ||
"y": 8 | ||
}, | ||
{ | ||
"type": "patchouli:item", | ||
"item": "#output", | ||
"link_recipe": "true", | ||
"x": 87, | ||
"y": 27 | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "Tier: #tier# $(br)LP: #lp#", | ||
"x": 59, | ||
"y": 5 | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "#text", | ||
"y": 67 | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...blood-rebirth/ars_nouveau/patchouli_books/worn_notebook/zh_cn/categories/tomeofblood.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "血之宝典", | ||
"description": "新生魔艺的血魔法兼容附属。增加了$(thing)血魔法$()和$(thing)新生魔艺$()之间的兼容内容。", | ||
"icon": "tomeofblood:archmage_tome_of_blood", | ||
"sortnum": 1000 | ||
} |
20 changes: 20 additions & 0 deletions
20
...od-rebirth/ars_nouveau/patchouli_books/worn_notebook/zh_cn/entries/tomeofblood/armor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "异教徒盔甲", | ||
"icon": "tomeofblood:living_mage_robes", | ||
"category": "ars_nouveau:tomeofblood", | ||
"sortnum": 3, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "异教徒盔甲是血魔法束灵盔甲的升级版。它是血魔法的束灵盔甲与新生魔艺的魔法盔甲两者能力结合的产物。$(br2)它能同时接受魔法盔甲升级和束灵盔甲强化。" | ||
}, | ||
{ | ||
"type": "patchouli:image", | ||
"border": true, | ||
"images": [ | ||
"tomeofblood:textures/gui/heretic_thread_diagram.png" | ||
], | ||
"text": "异教徒胸甲也能获取束灵升级点数!" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.../ars_nouveau/patchouli_books/worn_notebook/zh_cn/entries/tomeofblood/mana_attunement.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "魔力调谐", | ||
"icon": "bloodmagic:upgradetome", | ||
"category": "ars_nouveau:tomeofblood", | ||
"sortnum": 4, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:spotlight", | ||
"title": "魔力调谐", | ||
"item": "bloodmagic:upgradetome", | ||
"text": "此升级可给予最多20%%的魔力减免(每级5%%)。$(br2)训练手段:施放法术和消耗魔力$(br2)最高等级:IV" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "I级:4 升级点数$(br)II级:10 升级点数$(br)III级:22 升级点数$(br)IV级:40 升级点数$(br)" | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...rebirth/ars_nouveau/patchouli_books/worn_notebook/zh_cn/entries/tomeofblood/mint_tea.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "薄荷茶", | ||
"icon": "tomeofblood:mint_tea", | ||
"category": "ars_nouveau:tomeofblood", | ||
"sortnum": 2, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "tomeofblood:mint_tea", | ||
"text": "$(o)带有微弱毒性……$()$(br2)喝下可获得$(9)宁静$()药水效果,可在血之祭坛自我献祭时额外获得10%%血液。$(br2)$(o)有5%%概率显现毒性。$()" | ||
}, | ||
{ | ||
"type": "ars_nouveau:crafting_alchemy_table", | ||
"recipe": "tomeofblood:alchemytable/mint_tea" | ||
} | ||
] | ||
} |
Oops, something went wrong.