diff --git a/SmartHunter/Game/Config/LocalizationConfig.cs b/SmartHunter/Game/Config/LocalizationConfig.cs index 94af1144..923d7369 100644 --- a/SmartHunter/Game/Config/LocalizationConfig.cs +++ b/SmartHunter/Game/Config/LocalizationConfig.cs @@ -28,6 +28,7 @@ public class LocalizationConfig { "LOC_MONSTER_ANJANATH_FULGUR", "Fulgur Anjanath" }, { "LOC_MONSTER_PUKEI_PUKEI_CORAL", "Coral Pukei-Pukei" }, { "LOC_MONSTER_BRACHYDIOS", "Brachydios" }, + { "LOC_MONSTER_RAGING_BRACHYDIOS", "Raging Brachydios" }, { "LOC_MONSTER_VELKHANA", "Velkhana" }, { "LOC_MONSTER_BEOTODUS", "Beotodus" }, { "LOC_MONSTER_GLAVENUS", "Glavenus" }, @@ -44,6 +45,7 @@ public class LocalizationConfig { "LOC_MONSTER_GOLD_RATHIAN", "Gold Rathian" }, { "LOC_MONSTER_SILVER_RATHALOS", "Silver Rathalos" }, { "LOC_MONSTER_RAJANG", "Rajang" }, + { "LOC_MONSTER_FURIOUS_RAJANG", "Furious Rajang" }, { "LOC_MONSTER_STYGIAN_ZINOGRE", "Stygian Zinogre" }, { "LOC_MONSTER_SAFI_JIIVA", "Safi'jiiva" }, diff --git a/SmartHunter/Game/Config/MonsterDataConfig.cs b/SmartHunter/Game/Config/MonsterDataConfig.cs index 25a9e4ba..acb522bc 100644 --- a/SmartHunter/Game/Config/MonsterDataConfig.cs +++ b/SmartHunter/Game/Config/MonsterDataConfig.cs @@ -222,6 +222,25 @@ public class MonsterDataConfig new MonsterCrownConfig(CrownPreset.Rajang) ) }, + { + "em023_05", + new MonsterConfig("LOC_MONSTER_FURIOUS_RAJANG", + new MonsterPartConfig[] + { + new MonsterPartConfig("Removable", "LOC_REMOVABLE_PART_HORNS", true), + new MonsterPartConfig("Removable", "LOC_REMOVABLE_PART_TAIL", true), + new MonsterPartConfig("Part", "LOC_PART_HEAD"), + new MonsterPartConfig("Part", "LOC_PART_BODY"), + new MonsterPartConfig("Part", "LOC_PART_ARM_LEFT"), + new MonsterPartConfig("Part", "LOC_PART_ARM_RIGHT"), + new MonsterPartConfig("Part", "LOC_PART_LEG_LEFT"), + new MonsterPartConfig("Part", "LOC_PART_LEG_RIGHT"), + new MonsterPartConfig("Part", "LOC_PART_TAIL") + }, + 829.11f, + new MonsterCrownConfig(CrownPreset.Rajang) + ) + }, { // true "em024_00", new MonsterConfig("LOC_MONSTER_KUSHALA_DAORA", @@ -479,6 +498,24 @@ public class MonsterDataConfig new MonsterCrownConfig(CrownPreset.Standard) ) }, + { + "em063_05", + new MonsterConfig("LOC_MONSTER_RAGING_BRACHYDIOS", + new MonsterPartConfig[] + { + new MonsterPartConfig("Removable", "LOC_REMOVABLE_PART_TAIL", true), + new MonsterPartConfig("Part", "LOC_PART_HEAD"), + new MonsterPartConfig("Part", "LOC_PART_BODY"), + new MonsterPartConfig("Part", "LOC_PART_ARM_LEFT"), + new MonsterPartConfig("Part", "LOC_PART_ARM_RIGHT"), + new MonsterPartConfig("Part", "LOC_PART_LEG_LEFT"), + new MonsterPartConfig("Part", "LOC_PART_LEG_RIGHT"), + new MonsterPartConfig("Part", "LOC_PART_TAIL") + }, + 2282.77f, + new MonsterCrownConfig(CrownPreset.Standard) + ) + }, { "em057_01", new MonsterConfig("LOC_MONSTER_STYGIAN_ZINOGRE",