changeset 163:617455cb8a01 misc

Add some comments.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Dec 2010 01:40:57 +0000
parents 5130fd11e400
children 61327dee8e8c
files prices.php
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/prices.php	Thu Dec 30 01:39:31 2010 +0000
+++ b/prices.php	Thu Dec 30 01:40:57 2010 +0000
@@ -19,10 +19,10 @@
   "fw" => array(
     "name"     => "Feather weight",
     "subj"     => "cast",
-    "tresh"    => 20,
-    "price1"   => 2500,
-    "base"     => 10000,
-    "price2"   => 1750
+    "tresh"    => 20,		// threshold for discount
+    "price1"   => 2500,		// price per item below discount threshold
+    "base"     => 10000,	// base price for discounted total
+    "price2"   => 1750		// price per item with discount
   ),
   "prot" => array(
     "name"     => "Protect armour/weapon/item",