From a6b92be7bf8d71de309e3ac1d966161c3bd55553 Mon Sep 17 00:00:00 2001 From: BPR02 Date: Wed, 21 May 2025 16:08:46 -0700 Subject: [PATCH 1/2] update heart cansisters guidebook --- gm4_heart_canisters/assets/translations.csv | 4 ++-- .../data/gm4_heart_canisters/guidebook/heart_canisters.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gm4_heart_canisters/assets/translations.csv b/gm4_heart_canisters/assets/translations.csv index 8c0e0a8bc6..e5cc49d4ed 100644 --- a/gm4_heart_canisters/assets/translations.csv +++ b/gm4_heart_canisters/assets/translations.csv @@ -10,5 +10,5 @@ advancement.gm4.heart_canisters.tier_2.description,Craft a tier 2 Heart Canister text.gm4.guidebook.module_desc.heart_canisters,Introduces two tiers of pricey canisters that increase your health when carried. 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. text.gm4.guidebook.heart_canisters.crafting_tier_1,The recipes for a heart canister is as follows: -text.gm4.guidebook.heart_canisters.crafting_tier_2,Tier 2 heart canisters require five tier 1 canisters also in the inventory to function. -text.gm4.guidebook.heart_canisters.max_amount,Only up to five of each heart canister tier will give extra health. +text.gm4.guidebook.heart_canisters.crafting_tier_2,Tier 2 heart canisters can be crafted with tier 1 canisters. +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. diff --git a/gm4_heart_canisters/data/gm4_heart_canisters/guidebook/heart_canisters.json b/gm4_heart_canisters/data/gm4_heart_canisters/guidebook/heart_canisters.json index 025af0a58c..d277307fa9 100644 --- a/gm4_heart_canisters/data/gm4_heart_canisters/guidebook/heart_canisters.json +++ b/gm4_heart_canisters/data/gm4_heart_canisters/guidebook/heart_canisters.json @@ -88,7 +88,7 @@ [ { "translate": "text.gm4.guidebook.heart_canisters.crafting_tier_2", - "fallback": "Tier 2 heart canisters require five tier 1 canisters also in the inventory to function." + "fallback": "Tier 2 heart canisters can be crafted with tier 1 canisters." }, "\n", { @@ -99,7 +99,7 @@ [ { "translate": "text.gm4.guidebook.heart_canisters.max_amount", - "fallback": "Only up to five of each heart canister tier will give extra health." + "fallback": "Each heart canister will give 2 extra hearts.\n\nOnly up to five of each heart canister tier will give extra health." } ] ], From 14537c71708812f64c6c04d876e78fa3eb44e4a5 Mon Sep 17 00:00:00 2001 From: BPR02 Date: Wed, 21 May 2025 16:39:19 -0700 Subject: [PATCH 2/2] update ooa guidebook --- gm4_orb_of_ankou/assets/translations.csv | 3 ++- .../guidebook/orb_of_ankou.json | 22 ++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/gm4_orb_of_ankou/assets/translations.csv b/gm4_orb_of_ankou/assets/translations.csv index bdebb61999..38403f1325 100644 --- a/gm4_orb_of_ankou/assets/translations.csv +++ b/gm4_orb_of_ankou/assets/translations.csv @@ -90,8 +90,9 @@ text.gm4.guidebook.orb_of_ankou.note.volatile,Creates explosion if damaged below text.gm4.guidebook.orb_of_ankou.offensive_pneumas,The following pneumas activate upon dealing damage: text.gm4.guidebook.orb_of_ankou.note.blasting,Shoots fireballs when shooting a crossbow with blaze powder in the inventory text.gm4.guidebook.orb_of_ankou.note.depriving,Applies Hunger to attacked targets; Applies Weakness to attacked mobs -text.gm4.guidebook.orb_of_ankou.note.freezing,Applies Slowness to attacked targets +text.gm4.guidebook.orb_of_ankou.note.freezing,Applies Slowness to arrows shot from bows text.gm4.guidebook.orb_of_ankou.note.hawkeye,Doubles the damage of arrows shot from bows; Arrows shot from bows will have Piercing I +text.gm4.guidebook.orb_of_ankou.note.tranquilizing,Applies Poison to arrows shot from bows text.gm4.guidebook.orb_of_ankou.note.venomous,Applies Poison to attacked target text.gm4.guidebook.orb_of_ankou.note.withering,Applies Wither to attacked target text.gm4.guidebook.orb_of_ankou.passive_pneumas,"The following pneumas are passive, activating automatically:" diff --git a/gm4_orb_of_ankou/data/gm4_orb_of_ankou/guidebook/orb_of_ankou.json b/gm4_orb_of_ankou/data/gm4_orb_of_ankou/guidebook/orb_of_ankou.json index 8e26e47294..0883f1baca 100644 --- a/gm4_orb_of_ankou/data/gm4_orb_of_ankou/guidebook/orb_of_ankou.json +++ b/gm4_orb_of_ankou/data/gm4_orb_of_ankou/guidebook/orb_of_ankou.json @@ -495,7 +495,7 @@ "value": [ { "translate": "text.gm4.guidebook.orb_of_ankou.note.freezing", - "fallback": "Applies Slowness to attacked targets" + "fallback": "Applies Slowness to arrows shot from bows" } ] } @@ -521,6 +521,26 @@ } }, "\n", + { + "translate": "text.gm4.guidebook.orb_of_ankou.pneuma_list", + "fallback": " - %1$s*", + "with": [ + { + "translate": "text.gm4.pneuma_tranquilizing", + "fallback": "Tranquilizing" + } + ], + "hover_event": { + "action": "show_text", + "value": [ + { + "translate": "text.gm4.guidebook.orb_of_ankou.note.tranquilizing", + "fallback": "Applies Poison to arrows shot from bows" + } + ] + } + }, + "\n", { "translate": "text.gm4.guidebook.orb_of_ankou.pneuma_list", "fallback": " - %1$s*",