ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.14
Committed: Tue Dec 23 00:39:48 2008 UTC (15 years, 5 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_74
Changes since 1.13: +2 -0 lines
Log Message:
implement primitive noise hack

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.14 def (noise_force)
14 root 1.11 def (killer_quit)
15     def (killer_logout)
16 root 1.12 def (bug)
17 root 1.9
18     // dragons
19 root 1.1 def (dragon_ability_force)
20 root 1.5 def (dragon_ability_fire)
21     def (dragon_ability_cold)
22     def (dragon_ability_elec)
23     def (dragon_ability_poison)
24 root 1.1 def (dragon_skin_force)
25 root 1.9
26     //treasures
27 root 1.6 def (ring)
28     def (amulet)
29     def (staff)
30     def (crown)
31     def (empty_archetype)
32 root 1.7 def (player)
33 root 1.9
34     // rmg
35     def (fountain)
36     def (exit)
37     def (chest)
38     def (sign)
39 root 1.13 def (key_random_map)
40 root 1.9 def (locked_door1)
41 root 1.14