changeset 203:3918e138d976 misc

Adjust some default prices, add entry for create armour/weapon, update copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Mar 2011 17:27:41 +0300
parents dde1b2712132
children 0dd8daa71369 4a360b40ed43
files prices.php
diffstat 1 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/prices.php	Tue Mar 29 17:22:24 2011 +0300
+++ b/prices.php	Tue Mar 29 17:27:41 2011 +0300
@@ -1,6 +1,6 @@
 <?
 /* Merchant/alchemist price calculator in PHP
- * (C) Copyright 2009-2010 Matti 'Ggr' Hamalainen <ccr@tnsp.org>
+ * (C) Copyright 2009-2011 Matti 'Ggr' Hamalainen <ccr@tnsp.org>
  *
  * Requires PHP 4.3 or later, primarily tested on PHP 5.2.x.
  *
@@ -123,6 +123,13 @@
     "price"    => 10000,
     "extra"    => " + materials"
   ),
+
+  "createaw" => array(
+    "name"     => "Create armour/weapon",
+    "subj"     => "item",
+    "price"    => 15000,
+    "extra"    => " + materials"
+  ),
 );
 
 
@@ -150,7 +157,7 @@
       "cold1" => array("cold", "Cold Ray",             "steel arrowhead",              150),
       "cold2" => array("cold", "Hailstorm",            "handful of onyx gravel",       125),
 
-      "pois1" => array("pois", "Summon Carnal Spores", "silvery bark chip",            150),
+      "pois1" => array("pois", "Summon Carnal Spores", "silvery bark chip",            125),
       "pois2" => array("pois", "Killing Cloud",        "ebony tube",                   100),
 
       "fire1" => array("fire", "Lava Blast",           "granite sphere",               125),
@@ -226,8 +233,9 @@
     "con"  => array("+con", 0),
     "int"  => array("+int", 0),
     "wis"  => array("+wis", 0),
+    "dex"  => array("+dex", 0),
 
-    "pack" => array("white cloth pack for holding salves [0/15]", 31000),
+    "pack" => array("white cloth pack for holding salves [0/15]", 29000),
   )
 );