ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.16
Committed: Thu Jan 1 11:41:17 2009 UTC (15 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.15: +14 -3 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 // declare some predefined const shstr's
2
3 def (none)
4 def (NONE) //TODO, eradicate
5 def (All) //TODO, eradicate
6 def (NOCLASSFACECHANGE)
7 def (monk)
8 def (unknown)
9 def (bug)
10 def (player)
11 def (undead)
12 def (money)
13 def (clawing)
14 def (battleground)
15 def (shop_coords)
16 def (on_use_yield)
17 def (burnout)
18 def (icecube)
19 def (fire_trail)
20 def (noise_force)
21 def (killer_quit)
22 def (killer_logout)
23 def (rune_mark)
24 def (magic_mouth)
25 def2(one_handed_weapons, "one handed weapons")
26 def2(two_handed_weapons, "two handed weapons")
27 def2(grace_limit, "grace limit")
28 def2(restore_grace, "restore grace")
29
30 // dragons
31 def (dragon)
32 def (dragon_ability_force)
33 def (dragon_ability_fire)
34 def (dragon_ability_cold)
35 def (dragon_ability_elec)
36 def (dragon_ability_poison)
37 def (dragon_skin_force)
38
39 //treasures
40 def (ring)
41 def (amulet)
42 def (staff)
43 def (crown)
44 def (empty_archetype)
45
46 // rmg
47 def (fountain)
48 def (exit)
49 def (chest)
50 def (sign)
51 def (key_random_map)
52 def (locked_door1)
53