ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.12
Committed: Sun May 18 19:53:07 2008 UTC (16 years ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_6, rel-2_55, rel-2_56
Changes since 1.11: +1 -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.12 def (bug)
16 root 1.9
17     // dragons
18 root 1.1 def (dragon_ability_force)
19 root 1.5 def (dragon_ability_fire)
20     def (dragon_ability_cold)
21     def (dragon_ability_elec)
22     def (dragon_ability_poison)
23 root 1.1 def (dragon_skin_force)
24 root 1.9
25     //treasures
26 root 1.6 def (ring)
27     def (amulet)
28     def (staff)
29     def (crown)
30     def (empty_archetype)
31 root 1.7 def (player)
32 root 1.9
33     // rmg
34     def (fountain)
35     def (exit)
36     def (chest)
37     def (sign)
38     def (key2)
39     def (locked_door1)