changeset 168:59bac2a71517 misc

Reorder magical field.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jan 2011 14:18:49 +0000
parents dacd6e18fc55
children 863c9d955d71
files materials/parsematerial.pl
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/materials/parsematerial.pl	Thu Dec 30 02:45:14 2010 +0000
+++ b/materials/parsematerial.pl	Sun Jan 02 14:18:49 2011 +0000
@@ -33,13 +33,13 @@
     "incredibly sturdy" => 5,
   },
   4 => {
-    "notable magical" => 0,
-    "very magical" => 1,
-    "weakly magical" => 2,
-    "highly magical" => 3,
-    "not magical" => 4,
-    "magical" => 5,
-    "a bit magical" => 6,
+    "not magical" => 0,
+    "weakly magical" => 1,
+    "a bit magical" => 2,
+    "notable magical" => 3,
+    "magical" => 4,
+    "very magical" => 5,
+    "highly magical" => 6,
   },
   5 => {
     "unburnable" => 0,