Skip to content

Commit 756d30d

Browse files
authored
1.21.5 hc and ooa guidebook text (#1135)
* update heart cansisters guidebook * update ooa guidebook
1 parent 4eec8cc commit 756d30d

4 files changed

Lines changed: 27 additions & 6 deletions

File tree

gm4_heart_canisters/assets/translations.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ advancement.gm4.heart_canisters.tier_2.description,Craft a tier 2 Heart Canister
1010
text.gm4.guidebook.module_desc.heart_canisters,Introduces two tiers of pricey canisters that increase your health when carried.
1111
text.gm4.guidebook.heart_canisters.description,Heart Canisters can be used to increase health. Up to 20 additional hearts can be obtained.\n\nThey can be crafted in a Custom Crafter using golden apples and a powerful core.
1212
text.gm4.guidebook.heart_canisters.crafting_tier_1,The recipes for a heart canister is as follows:
13-
text.gm4.guidebook.heart_canisters.crafting_tier_2,Tier 2 heart canisters require five tier 1 canisters also in the inventory to function.
14-
text.gm4.guidebook.heart_canisters.max_amount,Only up to five of each heart canister tier will give extra health.
13+
text.gm4.guidebook.heart_canisters.crafting_tier_2,Tier 2 heart canisters can be crafted with tier 1 canisters.
14+
text.gm4.guidebook.heart_canisters.max_amount,Each heart canister will give 2 extra hearts.\n\nOnly up to five of each heart canister tier will give extra health.

gm4_heart_canisters/data/gm4_heart_canisters/guidebook/heart_canisters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
[
8989
{
9090
"translate": "text.gm4.guidebook.heart_canisters.crafting_tier_2",
91-
"fallback": "Tier 2 heart canisters require five tier 1 canisters also in the inventory to function."
91+
"fallback": "Tier 2 heart canisters can be crafted with tier 1 canisters."
9292
},
9393
"\n",
9494
{
@@ -99,7 +99,7 @@
9999
[
100100
{
101101
"translate": "text.gm4.guidebook.heart_canisters.max_amount",
102-
"fallback": "Only up to five of each heart canister tier will give extra health."
102+
"fallback": "Each heart canister will give 2 extra hearts.\n\nOnly up to five of each heart canister tier will give extra health."
103103
}
104104
]
105105
],

gm4_orb_of_ankou/assets/translations.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ text.gm4.guidebook.orb_of_ankou.note.volatile,Creates explosion if damaged below
9090
text.gm4.guidebook.orb_of_ankou.offensive_pneumas,The following pneumas activate upon dealing damage:
9191
text.gm4.guidebook.orb_of_ankou.note.blasting,Shoots fireballs when shooting a crossbow with blaze powder in the inventory
9292
text.gm4.guidebook.orb_of_ankou.note.depriving,Applies Hunger to attacked targets; Applies Weakness to attacked mobs
93-
text.gm4.guidebook.orb_of_ankou.note.freezing,Applies Slowness to attacked targets
93+
text.gm4.guidebook.orb_of_ankou.note.freezing,Applies Slowness to arrows shot from bows
9494
text.gm4.guidebook.orb_of_ankou.note.hawkeye,Doubles the damage of arrows shot from bows; Arrows shot from bows will have Piercing I
95+
text.gm4.guidebook.orb_of_ankou.note.tranquilizing,Applies Poison to arrows shot from bows
9596
text.gm4.guidebook.orb_of_ankou.note.venomous,Applies Poison to attacked target
9697
text.gm4.guidebook.orb_of_ankou.note.withering,Applies Wither to attacked target
9798
text.gm4.guidebook.orb_of_ankou.passive_pneumas,"The following pneumas are passive, activating automatically:"

gm4_orb_of_ankou/data/gm4_orb_of_ankou/guidebook/orb_of_ankou.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
"value": [
496496
{
497497
"translate": "text.gm4.guidebook.orb_of_ankou.note.freezing",
498-
"fallback": "Applies Slowness to attacked targets"
498+
"fallback": "Applies Slowness to arrows shot from bows"
499499
}
500500
]
501501
}
@@ -521,6 +521,26 @@
521521
}
522522
},
523523
"\n",
524+
{
525+
"translate": "text.gm4.guidebook.orb_of_ankou.pneuma_list",
526+
"fallback": " - %1$s*",
527+
"with": [
528+
{
529+
"translate": "text.gm4.pneuma_tranquilizing",
530+
"fallback": "Tranquilizing"
531+
}
532+
],
533+
"hover_event": {
534+
"action": "show_text",
535+
"value": [
536+
{
537+
"translate": "text.gm4.guidebook.orb_of_ankou.note.tranquilizing",
538+
"fallback": "Applies Poison to arrows shot from bows"
539+
}
540+
]
541+
}
542+
},
543+
"\n",
524544
{
525545
"translate": "text.gm4.guidebook.orb_of_ankou.pneuma_list",
526546
"fallback": " - %1$s*",

0 commit comments

Comments
 (0)