ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/traps.trs
Revision: 1.2
Committed: Thu Sep 14 21:28:48 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run, pre_second_normalise_run, post_second_normalise_run, post_normalise_revert, rel-2_82, rel-2_81, rel-2_80, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, post_first_cfarch_normalize_run, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, pre_normalise_revert, rel-2_43, rel-2_42, rel-2_41, HEAD
Changes since 1.1: +10 -10 lines
Log Message:
remove trailing spaces

File Contents

# User Rev Content
1 elmex 1.1 treasureone traps
2     list physical_traps
3     chance 50
4     more
5     list magical_traps
6     chance 50
7     end
8     treasureone physical_traps
9     arch trap_diseased_needle
10     chance 70
11     more
12     arch trap_blades
13     chance 33
14     more
15     arch trap_needle
16     chance 33
17     more
18     arch trap_spikes2
19     chance 33
20     end
21     treasureone magical_traps
22     arch rune_medium_fireball
23     chance 8
24     more
25     arch rune_burning_hands
26     chance 8
27     more
28     arch rune_poison_cloud
29     chance 8
30     more
31     arch rune_create_bomb
32     chance 8
33     more
34     arch rune_paralysis
35     chance 8
36     more
37     arch rune_shock
38     chance 8
39     more
40     arch rune_confusion
41     chance 8
42     more
43     arch rune_icestorm
44     chance 8
45     more
46     arch rune_drain_magic
47     chance 8
48     more
49     arch rune_blast
50     chance 8
51     more
52     arch rune_fire
53     chance 8
54     more
55     arch rune_frost
56     chance 8
57     more
58     list nastier_magical_traps
59     magic 6
60     chance 20
61     end
62     treasureone nastier_magical_traps
63     arch rune_summon_air_elemental
64 root 1.2 chance 10
65 elmex 1.1 more
66     arch rune_dragonbreath
67 root 1.2 chance 10
68 elmex 1.1 more
69     arch rune_large_icestorm
70 root 1.2 chance 10
71 elmex 1.1 more
72     arch rune_large_fireball
73 root 1.2 chance 10
74 elmex 1.1 more
75     arch rune_ball_lightning
76 root 1.2 chance 10
77 elmex 1.1 more
78     arch rune_summon_devil
79 root 1.2 chance 10
80 elmex 1.1 more
81     arch rune_summon_earth_elemental
82 root 1.2 chance 10
83 elmex 1.1 more
84     arch rune_summon_fire_elemental
85 root 1.2 chance 10
86 elmex 1.1 more
87     arch rune_summon_water_elemental
88 root 1.2 chance 10
89 elmex 1.1 more
90     arch rune_death
91 root 1.2 chance 10
92 elmex 1.1 end