ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.27
Committed: Sun Apr 25 07:08:58 2010 UTC (14 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.26: +2 -0 lines
Log Message:
indent, µ-opts, no tmpbuf :)

File Contents

# Content
1 /*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 *
4 * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 *
6 * 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 *
11 * 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 *
16 * 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 *
20 * The authors can be reached via e-mail to <support@deliantra.net>
21 */
22
23 // declare some predefined const shstr's
24
25 def (none)
26 def (NONE) //TODO, eradicate
27 def (All) //TODO, eradicate
28 def (NOCLASSFACECHANGE)
29 def (monk)
30 def (unknown)
31 def2(shstr_unknown_material_description, "an unknown substance")
32 def (bug)
33 def (player)
34 def (undead)
35 def (money)
36 def (clawing)
37 def (battleground)
38 def (shop_coords)
39 def (starting_wealth)
40 def (on_use_yield)
41 def (organic)
42 def (burnout)
43 def (icecube)
44 def (fire_trail)
45 def (noise_force)
46 def (killer_quit)
47 def (killer_logout)
48 def (rune_mark)
49 def (magic_mouth)
50 def (doppleganger)
51 def (keys)
52 def (GOD)
53 def (GOD_SLAYING)
54 def (GOD_FRIEND)
55 def (GODCULTMON)
56 def2(shstr_empty, "")
57 def2(shstr_one_handed_weapons, "one handed weapons")
58 def2(shstr_two_handed_weapons, "two handed weapons")
59 def2(shstr_missile_Weapons, "missile weapons")
60 def2(shstr_grace_limit, "grace limit")
61 def2(shstr_restore_grace, "restore grace")
62
63 // magical map exit path to identify random map generators
64 def2(shstr_random_map_exit, "/!")
65
66 // archetypes
67 def (poisoning)
68 def (confusion)
69 def (blindness)
70 def (rock)
71 def (fireball)
72 def (immunity)
73 def (symptom)
74 def (runedet)
75 def (detect_magic)
76 def (luck)
77 def (earthwall)
78 def (slowness)
79 def (finger)
80 def (depletion)
81 def (gravestone)
82 def (pyrite)
83 def (pyrite2)
84 def (pyrite3)
85 def (stone)
86 def (slag)
87 def (slags)
88 def (bomb)
89
90 // dragons
91 def (dragon)
92 def (dragon_ability_force)
93 def (dragon_ability_fire)
94 def (dragon_ability_cold)
95 def (dragon_ability_elec)
96 def (dragon_ability_poison)
97 def (dragon_skin_force)
98
99 //treasures
100 def (ring)
101 def (amulet)
102 def (staff)
103 def (crown)
104 def (potion)
105 def (potions)
106 def (empty_archetype)
107
108 // hardcoded skill names
109 def (praying)
110 def (literacy)
111 def (throwing)
112
113 // rmg
114 def (fountain)
115 def (adamantium)
116 def (exit)
117 def (chest)
118 def (sign)
119 def (key_random_map)
120 def (locked_door1)
121