ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.10
Committed: Sun May 4 18:24:11 2008 UTC (16 years ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.9: +3 -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.9
14     // dragons
15 root 1.1 def (dragon_ability_force)
16 root 1.5 def (dragon_ability_fire)
17     def (dragon_ability_cold)
18     def (dragon_ability_elec)
19     def (dragon_ability_poison)
20 root 1.1 def (dragon_skin_force)
21 root 1.9
22     //treasures
23 root 1.6 def (ring)
24     def (amulet)
25     def (staff)
26     def (crown)
27     def (empty_archetype)
28 root 1.7 def (player)
29 root 1.9
30     // rmg
31     def (fountain)
32     def (exit)
33     def (chest)
34     def (sign)
35     def (key2)
36     def (locked_door1)