ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.20
Committed: Tue Nov 10 04:38:45 2009 UTC (14 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.19: +3 -0 lines
Log Message:
material overhaul

File Contents

# Content
1 /*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 *
4 * Copyright (©) 2005,2006,2007,2008,2009 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_one_handed_weapons, "one handed weapons")
57 def2(shstr_two_handed_weapons, "two handed weapons")
58 def2(shstr_grace_limit, "grace limit")
59 def2(shstr_restore_grace, "restore grace")
60
61 // archetypes
62 def (poisoning)
63 def (confusion)
64 def (blindness)
65 def (rock)
66 def (fireball)
67 def (immunity)
68 def (symptom)
69 def (runedet)
70 def (detect_magic)
71 def (luck)
72 def (earthwall)
73 def (slowness)
74 def (finger)
75 def (depletion)
76 def (gravestone)
77 def (pyrite)
78 def (pyrite2)
79 def (pyrite3)
80 def (stone)
81 def (slag)
82 def (slags)
83 def (bomb)
84
85 // dragons
86 def (dragon)
87 def (dragon_ability_force)
88 def (dragon_ability_fire)
89 def (dragon_ability_cold)
90 def (dragon_ability_elec)
91 def (dragon_ability_poison)
92 def (dragon_skin_force)
93
94 //treasures
95 def (ring)
96 def (amulet)
97 def (staff)
98 def (crown)
99 def (empty_archetype)
100
101 // rmg
102 def (fountain)
103 def (adamantium)
104 def (exit)
105 def (chest)
106 def (sign)
107 def (key_random_map)
108 def (locked_door1)
109