ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstrinc.h
Revision: 1.13
Committed: Thu Jul 24 20:35:37 2008 UTC (15 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_7, rel-2_72, rel-2_73, rel-2_71, rel-2_61
Changes since 1.12: +1 -1 lines
Log Message:
use key_random_map

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