Skip to content

Commit 8ae9ec9

Browse files
authored
Tome of Blood 翻译更新 (CFPAOrg#3884)
Tome of Blood
1 parent b3d37a2 commit 8ae9ec9

File tree

18 files changed

+562
-8
lines changed

18 files changed

+562
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Tome of Blood",
3+
"description": "Blood Magic integration for Ars Nouveau. Adds interoperability between $(thing)Blood Magic$() and $(thing)Ars Nouveau$().",
4+
"icon": "tomeofblood:archmage_tome_of_blood",
5+
"sortnum": 1000
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Heretic's Armor",
3+
"icon": "tomeofblood:living_mage_robes",
4+
"category": "ars_nouveau:tomeofblood",
5+
"sortnum": 3,
6+
"pages": [
7+
{
8+
"type": "patchouli:text",
9+
"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."
10+
},
11+
{
12+
"type": "patchouli:image",
13+
"border": true,
14+
"images": [
15+
"tomeofblood:textures/gui/heretic_thread_diagram.png"
16+
],
17+
"text": "It also has access to Living upgrade points on the chestplate! "
18+
}
19+
]
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Mana Attunement",
3+
"icon": "bloodmagic:upgradetome",
4+
"category": "ars_nouveau:tomeofblood",
5+
"sortnum": 4,
6+
"pages": [
7+
{
8+
"type": "patchouli:spotlight",
9+
"title": "Mana Attunemnt",
10+
"item": "bloodmagic:upgradetome",
11+
"text": "This upgrades gives you Mana discount upto 20%% (5%% per level). $(br2)Trained by: Casting spells and consuming Mana $(br2)Max Level: 4"
12+
},
13+
{
14+
"type": "patchouli:text",
15+
"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)"
16+
}
17+
]
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Mint Tea",
3+
"icon": "tomeofblood:mint_tea",
4+
"category": "ars_nouveau:tomeofblood",
5+
"sortnum": 2,
6+
"pages": [
7+
{
8+
"type": "patchouli:spotlight",
9+
"item": "tomeofblood:mint_tea",
10+
"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$()"
11+
},
12+
{
13+
"type": "ars_nouveau:crafting_alchemy_table",
14+
"recipe": "tomeofblood:alchemytable/mint_tea"
15+
}
16+
]
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "Tome of Blood",
3+
"category": "ars_nouveau:tomeofblood",
4+
"icon": "tomeofblood:archmage_tome_of_blood",
5+
"sortnum": 1,
6+
"pages": [
7+
{
8+
"type": "patchouli:spotlight",
9+
"title": "Tome of Blood",
10+
"item": "tomeofblood:novice_tome_of_blood,tomeofblood:apprentice_tome_of_blood,tomeofblood:archmage_tome_of_blood",
11+
"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!"
12+
},
13+
{
14+
"type": "patchouli:text",
15+
"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"
16+
},
17+
{
18+
"type": "ars_nouveau:crafting_altar",
19+
"recipe": "tomeofblood:altar/novice_blood_tome",
20+
"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)."
21+
},
22+
{
23+
"type": "ars_nouveau:2x_crafting_alchemy_table",
24+
"a.heading": "Apprentice Tome of Blood",
25+
"a.recipe": "tomeofblood:alchemytable/apprentice_tome",
26+
"b.heading": "Archmage Tome of Blood",
27+
"b.recipe": "tomeofblood:alchemytable/archmage_tome"
28+
},
29+
{
30+
"type": "ars_nouveau:2x_crafting_altar",
31+
"a.heading": "Apprentice Tome of Blood",
32+
"a.recipe": "tomeofblood:altar/apprentice_blood_tome",
33+
"b.heading": "Archmage Tome of Blood",
34+
"b.recipe": "tomeofblood:altar/archmage_blood_tome"
35+
}
36+
]
37+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"include": [
3+
{
4+
"template": "ars_nouveau:crafting_alchemy_table",
5+
"as": "a",
6+
"x": 0,
7+
"y": 0
8+
},
9+
{
10+
"template": "ars_nouveau:crafting_alchemy_table",
11+
"as": "b",
12+
"x": 0,
13+
"y": 53
14+
}
15+
]
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"include": [
3+
{
4+
"template": "ars_nouveau:crafting_altar",
5+
"as": "a",
6+
"x": 0,
7+
"y": 0
8+
},
9+
{
10+
"template": "ars_nouveau:crafting_altar",
11+
"as": "b",
12+
"x": 0,
13+
"y": 75
14+
}
15+
]
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"processor": "wayoftime.bloodmagic.compat.patchouli.processors.AlchemyTableProcessor",
3+
"components": [
4+
{
5+
"type": "patchouli:header",
6+
"text": "#heading",
7+
"x": -1,
8+
"y": -6
9+
},
10+
{
11+
"type": "patchouli:text",
12+
"text": "#text",
13+
"x": 0,
14+
"y": 51
15+
},
16+
{
17+
"type": "patchouli:image",
18+
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png",
19+
"x": 2,
20+
"y": 4,
21+
"u": 0,
22+
"v": 154,
23+
"texture_width": 128,
24+
"texture_height": 256,
25+
"width": 62,
26+
"height": 43
27+
},
28+
{
29+
"type": "patchouli:image",
30+
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png",
31+
"x": 65,
32+
"y": 4,
33+
"u": 44,
34+
"v": 111,
35+
"texture_width": 128,
36+
"texture_height": 256,
37+
"width": 49,
38+
"height": 43
39+
},
40+
{
41+
"type": "patchouli:item",
42+
"item": "bloodmagic:alchemytable",
43+
"x": 94,
44+
"y": 27
45+
},
46+
{
47+
"type": "patchouli:item",
48+
"item": "#input1",
49+
"x": 6,
50+
"y": 8
51+
},
52+
{
53+
"type": "patchouli:item",
54+
"item": "#input2",
55+
"x": 25,
56+
"y": 8
57+
},
58+
{
59+
"type": "patchouli:item",
60+
"item": "#input3",
61+
"x": 44,
62+
"y": 8
63+
},
64+
{
65+
"type": "patchouli:item",
66+
"item": "#input4",
67+
"x": 6,
68+
"y": 27
69+
},
70+
{
71+
"type": "patchouli:item",
72+
"item": "#input5",
73+
"x": 25,
74+
"y": 27
75+
},
76+
{
77+
"type": "patchouli:item",
78+
"item": "#input6",
79+
"x": 44,
80+
"y": 27
81+
},
82+
{
83+
"type": "patchouli:item",
84+
"item": "#orb",
85+
"x": 69,
86+
"y": 27
87+
},
88+
{
89+
"type": "patchouli:tooltip",
90+
"tooltip": ["Cost: #syphon# LP", "Duration: #time# Ticks", "Tier: #tier#+"],
91+
"x": 69,
92+
"y": 8,
93+
"width": 16,
94+
"height": 16
95+
},
96+
{
97+
"type": "patchouli:text",
98+
"text": "LP",
99+
"x": 74,
100+
"y": 6
101+
},
102+
{
103+
"type": "patchouli:item",
104+
"item": "#output",
105+
"link_recipe": "true",
106+
"x": 94,
107+
"y": 8
108+
}
109+
]
110+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"processor": "wayoftime.bloodmagic.compat.patchouli.processors.BloodAltarProcessor",
3+
"components": [
4+
{
5+
"type": "patchouli:header",
6+
"text": "#heading",
7+
"x": -1,
8+
"y": -6
9+
},
10+
{
11+
"type": "patchouli:image",
12+
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png",
13+
"x": 9,
14+
"y": 4,
15+
"u": 0,
16+
"v": 51,
17+
"texture_width": 128,
18+
"texture_height": 256,
19+
"width": 98,
20+
"height": 60
21+
},
22+
{
23+
"type": "patchouli:item",
24+
"item": "bloodmagic:altar",
25+
"x": 87,
26+
"y": 46
27+
},
28+
{
29+
"type": "patchouli:item",
30+
"item": "#input",
31+
"x": 30,
32+
"y": 8
33+
},
34+
{
35+
"type": "patchouli:item",
36+
"item": "#output",
37+
"link_recipe": "true",
38+
"x": 87,
39+
"y": 27
40+
},
41+
{
42+
"type": "patchouli:text",
43+
"text": "Tier: #tier# $(br)LP: #lp#",
44+
"x": 59,
45+
"y": 5
46+
},
47+
{
48+
"type": "patchouli:text",
49+
"text": "#text",
50+
"y": 67
51+
}
52+
]
53+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "血之宝典",
3+
"description": "新生魔艺的血魔法兼容附属。增加了$(thing)血魔法$()和$(thing)新生魔艺$()之间的兼容内容。",
4+
"icon": "tomeofblood:archmage_tome_of_blood",
5+
"sortnum": 1000
6+
}

0 commit comments

Comments
 (0)