diff --git a/HKMP/Game/Client/Entity/EntityType.cs b/HKMP/Game/Client/Entity/EntityType.cs index 20bfcb1..ccdf933 100644 --- a/HKMP/Game/Client/Entity/EntityType.cs +++ b/HKMP/Game/Client/Entity/EntityType.cs @@ -229,5 +229,7 @@ internal enum EntityType { FlukeZoteling, ZoteCurse, HeavyZoteling, - AbsoluteRadiance + AbsoluteRadiance, + RadiancePlatform, + RadianceAbyss } diff --git a/HKMP/Resource/entity-registry.json b/HKMP/Resource/entity-registry.json index d971e1e..9ded791 100644 --- a/HKMP/Resource/entity-registry.json +++ b/HKMP/Resource/entity-registry.json @@ -1362,5 +1362,15 @@ "base_object_name": "Absolute Radiance", "type": "AbsoluteRadiance", "fsm_name": "Control" + }, + { + "base_object_name": "Radiant Plat", + "type": "RadiancePlatform", + "fsm_name": "radiant_plat" + }, + { + "base_object_name": "Abyss Pit", + "type": "RadianceAbyss", + "fsm_name": "Ascend" } ]