Skip to content

Commit

Permalink
Fix some typos collected in #4932
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Nov 24, 2022
1 parent fcf05b1 commit 0c92c9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private static void onCritical(CriticalHitEvent event) {

// if we either were or became critical, time to boost
if (isCritical) {
// adds +10% critical hit per level
// adds +5% critical hit per level
event.setDamageModifier(event.getDamageModifier() + max * 0.05f);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"text": "Grants +10% resistance while airborne. Caps at 80% across the whole set, or 10 levels."
},
{
"text": "Boosts attack damage while in air by 10% per level of the highest level piece.", "paragraph": true
"text": "Boosts attack damage while in air by 5% per level of the highest level piece.", "paragraph": true
}
],
"more_text_space": true,
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/tconstruct/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,9 +1107,9 @@
"block.tconstruct.scorched_fuel_gauge": "Scorched Fuel Gauge",
"block.tconstruct.scorched_fuel_gauge.tooltip": "Alternate Foundry tank.\nRetains liquid when broken.",
"block.tconstruct.scorched_ingot_tank": "Scorched Ingot Tank",
"block.tconstruct.scorched_ingot_tank.tooltip": "Ideal for metals, holding 3 molten blocks.\nRetains liquid when broken.",
"block.tconstruct.scorched_ingot_tank.tooltip": "Ideal for metals, holding 48 ingots of fluid.\nRetains liquid when broken.",
"block.tconstruct.scorched_ingot_gauge": "Scorched Ingot Gauge",
"block.tconstruct.scorched_ingot_gauge.tooltip": "Ideal for metals, holding 3 molten blocks.\nRetains liquid when broken.",
"block.tconstruct.scorched_ingot_gauge.tooltip": "Ideal for metals, holding 48 ingots of fluid.\nRetains liquid when broken.",
"block.tconstruct.scorched_lantern": "Scorched Lantern",
"block.tconstruct.scorched_lantern.tooltip": "Ideal for decoration, holding 100mb of fluid.\nRetains liquid when broken.",

Expand Down

0 comments on commit 0c92c9d

Please sign in to comment.