changeset 159:b593faff9795 misc

Reorder some attributes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Dec 2010 01:20:37 +0000
parents 922d2e388314
children 1dcef20c57fd
files materials/parsematerial.pl
diffstat 1 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/materials/parsematerial.pl	Wed Dec 22 16:49:41 2010 +0000
+++ b/materials/parsematerial.pl	Thu Dec 30 01:20:37 2010 +0000
@@ -68,12 +68,12 @@
     "highly toxic" => 6,
   },
   8 => {
-    "insulator" => 0,
-    "good" => 1,
-    "weak" => 2,
-    "poor" => 3,
+    "weak" => 0,
+    "poor" => 1,
+    "lousy" => 2,
+    "good" => 3,
     "great" => 4,
-    "lousy" => 5,
+    "insulator" => 5,
   },
   9 => {
     "loose" => 0,
@@ -84,20 +84,20 @@
     "incredibly solid" => 5,
   },
   10 => {
-    "poor mentality" => 3,
+    "poor mentality" => 0,
     "low mentality" => 1,
-    "some mentality" => 0,
-    "mental" => 2,
+    "some mentality" => 2,
+    "mental" => 3,
     "great mentality" => 4,
     "high mentality" => 5,
   },
   11 => {
-    "great reactivity" => 0,
-    "not reactive" => 1,
-    "reactive" => 2,
-    "poor reactivity" => 3,
-    "low reactivity" => 4,
-    "notable reactivity" => 5,
+    "not reactive" => 0,
+    "poor reactivity" => 1,
+    "low reactivity" => 2,
+    "reactive" => 3,
+    "notable reactivity" => 4,
+    "great reactivity" => 5,
     "high reactivity" => 6,
   },
   12 => {
@@ -285,7 +285,7 @@
   { "i" =>  5, "f" => "flammability",	"w" => 18, "l" => "Flammability",	"s" => "Flammability"	},
   { "i" =>  6, "f" => "warmth",		"w" => 11, "l" => "Warmth",		"s" => "Warmth"		},
   { "i" =>  7, "f" => "toxicity",	"w" => 18, "l" => "Toxicity",		"s" => "Toxicity"	},
-  { "i" =>  8, "f" => "resistivity",	"w" =>  9, "l" => "Resist",		"s" => "Resist"		},
+  { "i" =>  8, "f" => "resistivity",	"w" =>  9, "l" => "Resistivity",	"s" => "Resist"		},
   { "i" =>  9, "f" => "malleability",	"w" => 18, "l" => "Malleability",	"s" => "Malleability"	},
   { "i" => 10, "f" => "mentality",	"w" => 18, "l" => "Mentality",		"s" => "Mentality"	},
   { "i" => 11, "f" => "reactivity",	"w" => 18, "l" => "Reactivity",		"s" => "Reactivity"	},