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, 6 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

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