ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.32
Committed: Thu May 5 18:59:43 2011 UTC (13 years ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.31: +3 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.18 /*
2     * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 root 1.23 *
4 root 1.30 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.23 *
6 root 1.18 * Deliantra is free software: you can redistribute it and/or modify it under
7     * the terms of the Affero GNU General Public License as published by the
8     * Free Software Foundation, either version 3 of the License, or (at your
9     * option) any later version.
10 root 1.23 *
11 root 1.18 * This program is distributed in the hope that it will be useful,
12     * but WITHOUT ANY WARRANTY; without even the implied warranty of
13     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14     * GNU General Public License for more details.
15 root 1.23 *
16 root 1.18 * You should have received a copy of the Affero GNU General Public License
17     * and the GNU General Public License along with this program. If not, see
18     * <http://www.gnu.org/licenses/>.
19 root 1.23 *
20 root 1.18 * The authors can be reached via e-mail to <support@deliantra.net>
21 root 1.23 */
22 root 1.18
23 root 1.1 // declare some predefined const shstr's
24    
25 root 1.16 def (none)
26     def (NONE) //TODO, eradicate
27     def (All) //TODO, eradicate
28     def (NOCLASSFACECHANGE)
29     def (monk)
30 root 1.2 def (unknown)
31 root 1.20 def2(shstr_unknown_material_description, "an unknown substance")
32 root 1.16 def (bug)
33     def (player)
34 root 1.1 def (undead)
35 root 1.3 def (money)
36 root 1.1 def (clawing)
37 root 1.4 def (battleground)
38 root 1.9 def (shop_coords)
39 root 1.29 def (gold)
40 root 1.19 def (starting_wealth)
41 root 1.9 def (on_use_yield)
42 root 1.20 def (organic)
43 root 1.10 def (burnout)
44     def (icecube)
45     def (fire_trail)
46 root 1.14 def (noise_force)
47 root 1.11 def (killer_quit)
48     def (killer_logout)
49 root 1.16 def (rune_mark)
50     def (magic_mouth)
51 root 1.17 def (doppleganger)
52     def (keys)
53     def (GOD)
54     def (GOD_SLAYING)
55     def (GOD_FRIEND)
56     def (GODCULTMON)
57 root 1.21 def2(shstr_empty, "")
58 root 1.17 def2(shstr_one_handed_weapons, "one handed weapons")
59     def2(shstr_two_handed_weapons, "two handed weapons")
60 root 1.25 def2(shstr_missile_Weapons, "missile weapons")
61 root 1.17 def2(shstr_grace_limit, "grace limit")
62     def2(shstr_restore_grace, "restore grace")
63 root 1.9
64 root 1.22 // magical map exit path to identify random map generators
65     def2(shstr_random_map_exit, "/!")
66    
67 root 1.19 // archetypes
68     def (poisoning)
69     def (confusion)
70     def (blindness)
71     def (rock)
72     def (fireball)
73     def (immunity)
74     def (symptom)
75     def (runedet)
76     def (detect_magic)
77     def (luck)
78     def (earthwall)
79     def (slowness)
80     def (finger)
81     def (depletion)
82     def (gravestone)
83     def (pyrite)
84     def (pyrite2)
85     def (pyrite3)
86     def (stone)
87     def (slag)
88     def (slags)
89     def (bomb)
90 root 1.32 def (quad_open_space)
91     def (quad_water_source)
92     def (quad_water_flow)
93 root 1.19
94 root 1.9 // dragons
95 root 1.16 def (dragon)
96 root 1.1 def (dragon_ability_force)
97 root 1.5 def (dragon_ability_fire)
98     def (dragon_ability_cold)
99     def (dragon_ability_elec)
100     def (dragon_ability_poison)
101 root 1.1 def (dragon_skin_force)
102 root 1.9
103     //treasures
104 root 1.6 def (ring)
105     def (amulet)
106     def (staff)
107     def (crown)
108 root 1.27 def (potion)
109     def (potions)
110 root 1.6 def (empty_archetype)
111 root 1.9
112 root 1.26 // hardcoded skill names
113     def (praying)
114     def (literacy)
115     def (throwing)
116 root 1.28 def (bargaining)
117 root 1.26
118 root 1.9 // rmg
119     def (fountain)
120 root 1.20 def (adamantium)
121 root 1.9 def (exit)
122     def (chest)
123     def (sign)
124 root 1.13 def (key_random_map)
125 root 1.9 def (locked_door1)
126 root 1.14