diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/ResearchData.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/ResearchData.kt index 9f6c8dc8e..659a1a2d5 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/ResearchData.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/ResearchData.kt @@ -256,7 +256,7 @@ fun addResearchData(serializer: Consumer, lang: MatteryLang val SHOCKWAVE = AndroidResearchType.Builder(modLocation(MNames.SHOCKWAVE)) .withExperience(40) - .withDescription() + .withDescription(0 .. 1) .appendDescription(ShockwaveFeature.POWER_COST_DESCRIPTION) .withIcon(ResearchIcons.ICON_SHOCKWAVE) .addFeatureResult(AndroidFeatures.SHOCKWAVE) @@ -320,7 +320,8 @@ fun addResearchData(serializer: Consumer, lang: MatteryLang add(ITEM_MAGNET, "description1", "Drains energy for each item stack it pulls") add(SHOCKWAVE, "Shockwave Pulsator") - add(SHOCKWAVE, "description", "Releases a shockwave around unit, damaging everything in small radius, as unit quickly land on ground") + add(SHOCKWAVE, "description0", "Releases a shockwave around unit, damaging everything in small radius, as unit quickly land on ground") + add(SHOCKWAVE, "description1", "It does not, however, help with ground impact damage!") add(attackBoostList[0], "Attack Boost %s") add(attackBoostList[0], "description", "Increases total melee attack strength by %s%%")