diff --git a/Editor/Docs/RogueEssence.xml b/Editor/Docs/RogueEssence.xml
index 881364e4d0..cc7e338756 100644
--- a/Editor/Docs/RogueEssence.xml
+++ b/Editor/Docs/RogueEssence.xml
@@ -2557,6 +2557,26 @@
Prevents items from landing on it.
+
+
+ Allows the tile to be destroyed by certain attacks.
+
+
+
+
+ Any supereffective move used against this tile will destroy it. If this is none, any attack will destroy it. Only used if Destructible is true.
+
+
+
+
+ The minimum damage needed to destroy the tile. Only used if Destructible is true.
+
+
+
+
+ Triggers right before the tile is destroyed by certain attacks. Only used if Destructible is true.
+
+
Disallowed for Rogue mode.