--- deliantra/server/include/shstrinc.h 2010/03/26 00:59:21 1.23 +++ deliantra/server/include/shstrinc.h 2011/04/23 04:56:50 1.30 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -36,6 +36,7 @@ def (clawing) def (battleground) def (shop_coords) +def (gold) def (starting_wealth) def (on_use_yield) def (organic) @@ -56,6 +57,7 @@ def2(shstr_empty, "") def2(shstr_one_handed_weapons, "one handed weapons") def2(shstr_two_handed_weapons, "two handed weapons") +def2(shstr_missile_Weapons, "missile weapons") def2(shstr_grace_limit, "grace limit") def2(shstr_restore_grace, "restore grace") @@ -100,8 +102,16 @@ def (amulet) def (staff) def (crown) +def (potion) +def (potions) def (empty_archetype) +// hardcoded skill names +def (praying) +def (literacy) +def (throwing) +def (bargaining) + // rmg def (fountain) def (adamantium)