improved element descriptions for magic walls
authorHolger Schemel <info@artsoft.org>
Mon, 6 Jun 2022 19:34:10 +0000 (21:34 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 6 Jun 2022 22:02:33 +0000 (00:02 +0200)
docs/elements/bd_magic_wall.txt
docs/elements/dc_magic_wall.txt
docs/elements/magic_wall.txt

index 3800be9e1080fe5dd7c9bed876e605332b0fb286..475d1103601664dd90b484bb189ab899f496aac4 100644 (file)
@@ -1,7 +1,8 @@
-This is a (BD style) magic wall. It gets activated for about 10 seconds by
-rocks or gems that fall on it. Rocks that fall through it become BD style
-diamonds, and gems that fall through it become BD style rocks. After it has
-stopped running, it cannot be activated again.
+This is a BD style magic wall. It gets activated for a limited duration by
+rocks or gems that fall on it. While activated, they can fall through it, and
+rocks turn into BD style diamonds, and gems turn into BD style rocks.
+After the magic wall has stopped running, it cannot be activated again.
 
-All BD magic walls run on the same timer; however, regular magic walls run
-on a seperate timer.
+The duration in seconds for which magic walls are active is configurable.
+A duration of zero will let the wall run forever.
+All magic walls share the same timer.
index 084d69df23ea067700cdfdd48d8d81cfd081d886..eafe7d4a0334d5b21746c510bcb99c46762d7222 100644 (file)
@@ -1,8 +1,9 @@
-This is a (DC style) magic wall. It gets activated for a limited
-time by rocks or gems that fall on it. Objects falling though
-it will be changed to other objects. After it has stopped running,
-it cannot be activated again.
+This is a DC style magic wall. It gets activated for a limited duration by
+rocks or gems that fall on it. While activated, they can fall through it, and
+rocks turn into emeralds, emeralds turn into diamonds, diamonds turn into
+rocks, pearls turn into bombs, and crystals do not change.
+After the magic wall has stopped running, it cannot be activated again.
 
-The duration is expressed in seconds. A duration of zero will let the wall
-run forever. All regular magic walls run together; however, BD style magic
-walls have a separate counter.
+The duration in seconds for which magic walls are active is configurable.
+A duration of zero will let the wall run forever.
+All magic walls share the same timer.
index c17b45ded5570c1fd271bd28ecd06146808ca99d..3bd49118cf49a7445ca16846014cfb57f49aba4d 100644 (file)
@@ -1,8 +1,9 @@
-This is a (EM style) magic wall. It gets activated for a limited
-time by rocks or gems that fall on it. Objects falling though
-it will be changed to other objects. After it has stopped running,
-it cannot be activated again.
+This is an EM style magic wall. It gets activated for a limited duration by
+rocks or gems that fall on it. While activated, they can fall through it, and
+rocks turn into emeralds, emeralds turn into diamonds, and diamonds turn into
+rocks.
+After the magic wall has stopped running, it cannot be activated again.
 
-The duration is expressed in seconds. A duration of zero will let the wall
-run forever. All regular magic walls run together; however, BD style magic
-walls have a separate counter.
+The duration in seconds for which magic walls are active is configurable.
+A duration of zero will let the wall run forever.
+All magic walls share the same timer.