ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.9
Committed: Sun May 4 14:12:37 2008 UTC (16 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_53
Changes since 1.8: +14 -2 lines
Log Message:
lotsa

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
11 // dragons
12 def (dragon_ability_force)
13 def (dragon_ability_fire)
14 def (dragon_ability_cold)
15 def (dragon_ability_elec)
16 def (dragon_ability_poison)
17 def (dragon_skin_force)
18
19 //treasures
20 def (ring)
21 def (amulet)
22 def (staff)
23 def (crown)
24 def (empty_archetype)
25 def (player)
26
27 // rmg
28 def (fountain)
29 def (exit)
30 def (chest)
31 def (sign)
32 def (key2)
33 def (locked_door1)