Skip to content

Commit 4eec8cc

Browse files
committed
Update heart canisters guidebook
1 parent 19a1039 commit 4eec8cc

2 files changed

Lines changed: 5 additions & 5 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.usage_tier_1,Tier 2 heart canisters require five tier 1 canisters also in the inventory to function.
14-
text.gm4.guidebook.heart_canisters.stacking,Heart canisters of the same type must be in the same inventory slot to provide the proper amount of health.\n\nOnly 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 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.

gm4_heart_canisters/data/gm4_heart_canisters/guidebook/heart_canisters.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"pages": [
8888
[
8989
{
90-
"translate": "text.gm4.guidebook.heart_canisters.usage_tier_1",
90+
"translate": "text.gm4.guidebook.heart_canisters.crafting_tier_2",
9191
"fallback": "Tier 2 heart canisters require five tier 1 canisters also in the inventory to function."
9292
},
9393
"\n",
@@ -98,8 +98,8 @@
9898
],
9999
[
100100
{
101-
"translate": "text.gm4.guidebook.heart_canisters.stacking",
102-
"fallback": "Heart canisters of the same type must be in the same inventory slot to provide the proper amount of health.\n\nOnly up to five of each heart canister tier will give extra health."
101+
"translate": "text.gm4.guidebook.heart_canisters.max_amount",
102+
"fallback": "Only up to five of each heart canister tier will give extra health."
103103
}
104104
]
105105
],

0 commit comments

Comments
 (0)