Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gm4_heart_canisters/assets/translations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand All @@ -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."
}
]
],
Expand Down
3 changes: 2 additions & 1 deletion gm4_orb_of_ankou/assets/translations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand All @@ -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*",
Expand Down
Loading