@@ -972,7 +972,7 @@ private static void initReflectionLang(RegistrateLangProvider provider) {
972972 provider .add ("reflection.cosmiccore.bargain.darksight.answer.yes.drawback.0" ,
973973 "Blindness effect in bright sunlight" );
974974 provider .add ("reflection.cosmiccore.bargain.darksight.answer.yes.drawback.1" ,
975- "Must wear helmet or stay underground during day" );
975+ "Must stay underground during day" );
976976 provider .add ("reflection.cosmiccore.bargain.darksight.answer.refuse.text" , "The light serves me well enough." );
977977 provider .add ("reflection.cosmiccore.bargain.darksight.answer.refuse.response" ,
978978 "Cling to your torch then. See how long it lasts in the deep places." );
@@ -1031,8 +1031,8 @@ private static void initReflectionLang(RegistrateLangProvider provider) {
10311031 provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.text" , "Take away my fear of falling." );
10321032 provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.response" ,
10331033 "Jump. Go ahead. The ground will embrace you like a mother." );
1034- provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.power.0" , "Complete fall damage immunity" );
1035- provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.power.1" , "Safe drops from any height " );
1034+ provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.power.0" , "80% fall damage immunity" );
1035+ provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.power.1" , "Short falls do almost nothing " );
10361036 provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.drawback.0" ,
10371037 "+15% damage taken from all sources" );
10381038 provider .add ("reflection.cosmiccore.bargain.soft_landing.answer.yes.drawback.1" ,
@@ -1134,7 +1134,7 @@ private static void initReflectionLang(RegistrateLangProvider provider) {
11341134 provider .add ("reflection.cosmiccore.bargain.satiated.answer.empty.power.0" , "Hunger depletes 80% slower" );
11351135 provider .add ("reflection.cosmiccore.bargain.satiated.answer.empty.power.1" , "Food provides 3x saturation" );
11361136 provider .add ("reflection.cosmiccore.bargain.satiated.answer.empty.drawback.0" ,
1137- "Food restores 50% less hunger bars " );
1137+ "You can not regenerate health normally " );
11381138 provider .add ("reflection.cosmiccore.bargain.satiated.answer.empty.drawback.1" ,
11391139 "Cannot benefit from food-based buffs" );
11401140 provider .add ("reflection.cosmiccore.bargain.satiated.answer.refuse.text" ,
0 commit comments