diff --git a/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/Commodity.java b/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/Commodity.java index 46810e13..a0b8e752 100644 --- a/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/Commodity.java +++ b/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/Commodity.java @@ -443,6 +443,9 @@ public enum Commodity implements HorizonsMaterial { UNDERGROUNDSUPPORT(CommodityType.POWERPLAY, FALSE), GROMCOUNTERINTELLIGENCE(CommodityType.POWERPLAY, FALSE), GROMWARTROPHIES(CommodityType.POWERPLAY, FALSE), + KAINEMISINFORMATION(CommodityType.POWERPLAY, FALSE), + KAINEAIDSUPPLIES(CommodityType.POWERPLAY, FALSE), + KAINELOBBYINGMATERIALS(CommodityType.POWERPLAY, FALSE), UNKNOWN(CommodityType.UNKNOWN, FALSE); private final CommodityType commodityType; private final boolean rareCommodity; diff --git a/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/SuperPower.java b/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/SuperPower.java index 04bfc20f..dafb3118 100644 --- a/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/SuperPower.java +++ b/application/src/main/java/nl/jixxed/eliteodysseymaterials/enums/SuperPower.java @@ -1151,13 +1151,6 @@ public enum SuperPower { new RankReward(86, 40), new RankReward(100, 50) ) -// SuperPowerPerk.INCREASE_TRADE_BOND_RARE_GOODS_AWARD, List.of( -// new RankReward(55, 10), -// new RankReward(67, 20), -// new RankReward(78, 30), -// new RankReward(94, 40), -// new RankReward(100, 50) -// ) ), Map.ofEntries( // 34 Retributor Beam Laser diff --git a/application/src/main/resources/locale/material/horizons/commodity.csv b/application/src/main/resources/locale/material/horizons/commodity.csv index f0dc7f7d..6dbb1c82 100644 --- a/application/src/main/resources/locale/material/horizons/commodity.csv +++ b/application/src/main/resources/locale/material/horizons/commodity.csv @@ -435,3 +435,6 @@ material.commodity.thargoidbonefragments,Bone Fragments,,,Fragmentos de Hueso,,, material.commodity.thargoidcystspecimen,Cyst Specimen,,,Especimen de Quiste,,,Образец кисты material.commodity.thargoidorgansample,Organ Sample,,,Muestra de Órgano,,,Образец органа material.commodity.thargoidtitandrivecomponent,Titan Drive Component,,,Componente de Motor de Titán,,,Компонент двигателя титана +material.commodity.kainemisinformation,Kaine Misinformation,,,,,, +material.commodity.kaineaidsupplies,Kaine Aid Supplies,,,,,, +material.commodity.kainelobbyingmaterials,Kaine Lobbying Materials,,,,,,