ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.11
Committed: Mon May 5 22:38:47 2008 UTC (16 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_54
Changes since 1.10: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 // declare some predefined const shstr's
2    
3 root 1.2 def (unknown)
4 root 1.1 def (undead)
5 root 1.3 def (money)
6 root 1.1 def (clawing)
7 root 1.4 def (battleground)
8 root 1.9 def (shop_coords)
9     def (on_use_yield)
10 root 1.10 def (burnout)
11     def (icecube)
12     def (fire_trail)
13 root 1.11 def (killer_quit)
14     def (killer_logout)
15 root 1.9
16     // dragons
17 root 1.1 def (dragon_ability_force)
18 root 1.5 def (dragon_ability_fire)
19     def (dragon_ability_cold)
20     def (dragon_ability_elec)
21     def (dragon_ability_poison)
22 root 1.1 def (dragon_skin_force)
23 root 1.9
24     //treasures
25 root 1.6 def (ring)
26     def (amulet)
27     def (staff)
28     def (crown)
29     def (empty_archetype)
30 root 1.7 def (player)
31 root 1.9
32     // rmg
33     def (fountain)
34     def (exit)
35     def (chest)
36     def (sign)
37     def (key2)
38     def (locked_door1)