DEADSOFTWARE

system: save logs with date in special dir
[d2df-sdl.git] / src / mapdef / mapdef.txt
index 91453e0f7128fa452c7c08bc0f6aeb0c3cbc8eac..6cd4c0c06db98c712cab4c83604184108a40cdd4 100644 (file)
@@ -103,7 +103,8 @@ enum TextureSpecial {
 enum DirType {
   DIR_LEFT, // 0
   DIR_RIGHT, // 1
-  DIR_SOMETHING2, // 2
+  DIR_PRESERVE, // 2
+  DIR_REVERSE, // 3
 }
 
 // triggers
@@ -501,6 +502,7 @@ TriggerData for TRIGGER_MESSAGE {
 TriggerData for TRIGGER_DAMAGE {
   "amount" type ushort offset 0 writedefault;
   "interval" type ushort offset 2 writedefault;
+  "kind" type ubyte offset 4 enum HitType default HIT_SOME writedefault;
 }
 
 TriggerData for TRIGGER_HEALTH {