From 74bed3ec9b5b596138784c2fc2eb9fbaf13099aa Mon Sep 17 00:00:00 2001 From: Tom Overton Date: Sat, 7 May 2022 07:43:01 -0700 Subject: Document En_Rd (#1179) * Port a ton of stuff from MM * Damage effect enum * Enum for type * Enum for action * Limb enum * Match MM styling as much as possible * Divide object into sections * Document values in EnRdDamageEffect * Respond to Dragorn's review * Apply Dragorn's suggestion for the union * Respond to Dragorn's second review * Move all actions away from -ing * Fix typos * Respond to Fig and Roman's reviews * Fix build error, whoops * Bring back // fallthrough --- assets/xml/objects/object_rd.xml | 222 +++++++++++++++++++++------------------ 1 file changed, 120 insertions(+), 102 deletions(-) (limited to 'assets/xml/objects') diff --git a/assets/xml/objects/object_rd.xml b/assets/xml/objects/object_rd.xml index 05fa416d7..22c7d3373 100644 --- a/assets/xml/objects/object_rd.xml +++ b/assets/xml/objects/object_rd.xml @@ -1,106 +1,124 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3