ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/treasures
(Generate patch)

Comparing deliantra/server/lib/treasures (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:14:14 2006 UTC vs.
Revision 1.6 by elmex, Fri Aug 11 18:36:22 2006 UTC

1# 1#
2# This file contains various treasures, with generation rules. 2# This file contains various treasures, with generation rules.
3# 3#
4# $Id: treasures,v 1.1.1.1 2006/02/03 07:14:14 root Exp $ 4# $Id: treasures,v 1.6 2006/08/11 18:36:22 elmex dead $
5# 5#
6# As of version 0.91.1, what this file was extended to handle list 6# As of version 0.91.1, what this file was extended to handle list
7# re-linking and generation of only 1 item on that list. This does away 7# re-linking and generation of only 1 item on that list. This does away
8# with the treasure lists from being embedded in the program. 8# with the treasure lists from being embedded in the program.
9# 9#
11# file 11# file
12# 12#
13# 13#
14#NOTE: GOD treasure lists have been moved out to the arches 14#NOTE: GOD treasure lists have been moved out to the arches
15# 15#
16#
17# This is basically given to monsters that might get spellbooks or use
18# wands/rods/etc. This is mostly necessary so that if they become
19# the pets of players, the player will get exp awarded to the correct
20# skill.
21treasure skill_use_magic_item
22 arch skill_use_magic_item
23end
24#
25treasure all_spell_skills
26 arch skill_use_magic_item
27 more
28 arch skill_evocation
29 more
30 arch skill_praying
31 more
32 arch skill_pyromancy
33 more
34 arch skill_sorcery
35 more
36 arch skill_summoning
37end
38#
39##############################################################
40# ability-treasure for dragon players
41##############################################################
42treasure dragon_ability_fire
43 arch direct_attune_fire
44 more
45 arch fire_clawing
46 more
47 arch spell_dragonbreath
48end
49treasure dragon_ability_cold
50 arch direct_attune_cold
51 more
52 arch ice_clawing
53 more
54 arch spell_large_icestorm
55end
56treasure dragon_ability_elec
57 arch direct_attune_elec
58 more
59 arch electric_clawing
60 more
61 arch spell_ball_lightning
62 more
63 arch dragon_ability_xrays
64end
65treasure dragon_ability_poison
66 arch spell_poison_cloud
67 more
68 arch poison_clawing
69end
70##############################################################
71#
72# BODY PARTS -
73#
74treasureone beholder_parts
75 arch beholdereye
76 chance 70
77 more
78# arch tentacle
79# nrof 2
80# chance 10
81# more
82 arch tongue
83 chance 10
84 more
85 arch brain
86 chance 3
87 end
88treasureone skull_parts
89 arch tooth
90 chance 95
91more
92 arch tongue
93 chance 5
94 end
95treasureone demon_parts
96 arch icor
97 chance 70
98 more
99 arch heart
100 chance 15
101 more
102 arch demon_head
103 chance 15
104 end
105treasureone troll_parts
106 arch head
107 chance 80
108 more
109 arch heart
110 chance 5
111 more
112 arch liver
113 chance 15
114 more
115 arch brain
116 chance 3
117 end
118treasureone behemoth_parts
119 arch heart
120 chance 5
121 more
122 arch hide_black
123 chance 10
124 end
125treasureone wolf_parts
126 arch hide_grey
127 chance 50
128 more
129 arch liver
130 chance 15
131 more
132 arch heart
133 chance 15
134 end
135treasureone bear_parts
136 arch hide_brown
137 chance 50
138 more
139 arch liver
140 chance 15
141 more
142 arch heart
143 chance 10
144 end
145treasureone polarbear_parts
146 arch hide_white
147 chance 25
148 more
149 arch liver
150 chance 15
151 more
152 arch heart
153 chance 10
154 end
155treasureone giantrat_parts
156 arch liver
157 chance 20
158 more
159 arch heart
160 chance 10
161 more
162 arch hide_brown
163 chance 10
164 end
165treasureone ape_parts
166 arch liver
167 chance 30
168 more
169 arch heart
170 chance 20
171 more
172 arch tooth
173 chance 10
174 more
175 arch hand
176 chance 10
177 more
178 arch hide_brown
179 chance 10
180 more
181 arch brain
182 chance 5
183 end
184# gnoll/giant parts
185treasureone giant_parts
186 arch fl_corpse
187 chance 15
188 more
189 arch head
190 chance 20
191 more
192 arch foot
193 chance 8
194 more
195 arch hand
196 chance 8
197 more
198 arch heart
199 chance 5
200 more
201 arch liver
202 chance 8
203 more
204 arch brain
205 chance 3
206 end
207# orc/goblin parts
208treasureone goblin_parts
209 arch fl_corpse
210 chance 30
211 more
212 arch goblin_head
213 chance 30
214 more
215 arch foot
216 chance 10
217 more
218 arch hand
219 chance 10
220 more
221 arch liver
222 chance 10
223 more
224 arch heart
225 chance 10
226 end
227# Big dragon body parts
228treasureone big_dragon_parts
229 arch dragon_steak
230 nrof 3
231 chance 90
232 more
233 arch dragon_scale
234 chance 80
235 nrof 2
236 more
237 arch dragonclaw
238 chance 30
239 nrof 12
240 more
241 arch dragon_wing
242 chance 30
243 nrof 2
244 more
245 arch dragon_eye
246 chance 30
247 more
248 arch heart
249 chance 10
250 more
251 arch brain
252 chance 1
253 end
254# more appropriate for wyvern/baby dragon
255treasureone dragon_parts
256 arch dragon_steak
257 chance 30
258 more
259 arch dragonclaw
260 chance 10
261 more
262 arch dragon_wing
263 chance 25
264 more
265 arch dragon_scale
266 chance 5
267 more
268 arch brain
269 chance 1
270 end
271# human/man-sized body parts
272treasureone human_parts
273 arch fl_corpse
274 chance 60
275 more
276 arch arm
277 nrof 2
278 chance 15
279 more
280 arch leg
281 nrof 2
282 chance 15
283 more
284 arch head
285 chance 15
286 more
287 arch eye
288 nrof 2
289 chance 1
290 more
291 arch tongue
292 chance 1
293 more
294 arch foot
295 nrof 2
296 chance 10
297 more
298 arch hand
299 nrof 2
300 chance 10
301 more
302 arch finger
303 nrof 5
304 chance 3
305 more
306 arch skin
307 chance 1
308 more
309 arch brain
310 chance 1
311 end
312# 16#
313treasureone neko_parts 17treasureone neko_parts
314 arch dead_neko 18 arch dead_neko
315 chance 99 19 chance 99
316 end 20 end
1903# list 16. Make the improve weapon scrolls possibly, but just give 1607# list 16. Make the improve weapon scrolls possibly, but just give
1904# them a very low chance. In the old method, they were supposed to 1608# them a very low chance. In the old method, they were supposed to
1905# appear in shops, but never did, due to how the code worked out. 1609# appear in shops, but never did, due to how the code worked out.
1906treasureone random_scroll 1610treasureone random_scroll
1907 arch scroll_new 1611 arch scroll_new
1908 chance 10 1612 chance 50
1909 nrof 5 1613 nrof 5
1910 more 1614 more
1911 arch scroll_new 1615 arch scroll_new
1912 chance 20 1616 chance 100
1913 nrof 4 1617 nrof 4
1914 more 1618 more
1915 arch scroll_new 1619 arch scroll_new
1916 chance 30 1620 chance 150
1917 nrof 3 1621 nrof 3
1918 more 1622 more
1919 arch scroll_new 1623 arch scroll_new
1920 chance 40 1624 chance 100
1921 nrof 2 1625 nrof 2
1922 more 1626 more
1923 arch scroll_new 1627 arch scroll_new
1924 chance 60 1628 chance 250
1925 more 1629 more
1926 arch prepare_weapon 1630 arch prepare_weapon
1927 chance 1 1631 chance 3
1928 more 1632 more
1929 arch improve_cha 1633 arch improve_cha
1930 chance 1 1634 chance 2
1931 more 1635 more
1932 arch improve_con 1636 arch improve_con
1933 chance 1 1637 chance 2
1934 more 1638 more
1935 arch improve_damage 1639 arch improve_damage
1936 chance 1 1640 chance 4
1937 more 1641 more
1938 arch improve_dex 1642 arch improve_dex
1939 chance 1 1643 chance 2
1940 more 1644 more
1941 arch improve_enchantment 1645 arch improve_enchantment
1942 chance 1 1646 chance 2
1943 more 1647 more
1944 arch improve_int 1648 arch improve_int
1945 chance 1 1649 chance 2
1946 more 1650 more
1947 arch improve_pow 1651 arch improve_pow
1948 chance 1 1652 chance 2
1949 more 1653 more
1950 arch improve_str 1654 arch improve_str
1951 chance 1 1655 chance 2
1952 more 1656 more
1953 arch improve_weight 1657 arch improve_weight
1954 chance 1 1658 chance 5
1955 more 1659 more
1956 arch improve_wis 1660 arch improve_wis
1957 chance 1 1661 chance 2
1958 more 1662 more
1959 list random_knowledge 1663 list random_knowledge
1960 chance 7 1664 chance 3
1961 more 1665 more
1962 arch ench_armour 1666 arch ench_armour
1963 chance 3 1667 chance 10
1964 more 1668 more
1965 list random_read 1669 list random_read
1966 chance 5 1670 chance 25
1967 end 1671 end
1968treasure random_amulet 1672treasure random_amulet
1969 arch amulet 1673 arch amulet
1970 chance 98 1674 chance 98
1971 no 1675 no
2492 chance 2 2196 chance 2
2493 more 2197 more
2494 arch staff 2198 arch staff
2495 chance 1 2199 chance 1
2496 more 2200 more
2497 arch ring 2201 list monster_wealth_medium
2498 chance 2 2202 chance 2
2499 more 2203 more
2500 arch scroll_new 2204 arch scroll_new
2501 chance 2 2205 chance 2
2502 end 2206 end
2574 no 2278 no
2575 arch rod_heavy 2279 arch rod_heavy
2576 chance 1 2280 chance 1
2577 end 2281 end
2578 more 2282 more
2579 list random_books 2283 list monster_spells
2580 chance 10 2284 chance 10
2581 more 2285 more
2582 arch ring 2286 list monster_wealth_medium
2583 chance 10 2287 chance 10
2584 more 2288 more
2585 arch scroll_new 2289 arch scroll_new
2586 chance 15 2290 chance 15
2587 more 2291 more
2591treasure snake 2295treasure snake
2592 arch serp_skin 2296 arch serp_skin
2593 chance 3 2297 chance 3
2594 end 2298 end
2595treasure sage 2299treasure sage
2596 list random_books 2300 list monster_spells
2597 more 2301 more
2598 arch skill_literacy 2302 arch skill_literacy
2599 more 2303 more
2600 arch skill_alchemy 2304 arch skill_alchemy
2601 chance 50 2305 chance 50
2914 chance 20 2618 chance 20
2915 more 2619 more
2916 arch rod_heavy 2620 arch rod_heavy
2917 chance 5 2621 chance 5
2918 more 2622 more
2919 arch ring 2623 list monster_wealth_medium
2920 more 2624 more
2921 arch ring 2625 list monster_wealth_medium
2922 chance 50 2626 chance 50
2923 more 2627 more
2924 arch gem 2628 arch gem
2925 chance 50 2629 chance 50
2926 nrof 2 2630 nrof 2
2960 end 2664 end
2961treasure para_elemental 2665treasure para_elemental
2962 arch residue 2666 arch residue
2963 chance 20 2667 chance 20
2964 end 2668 end
2965treasure ghost
2966 arch ectoplasm
2967 chance 5
2968 end
2969treasure grave 2669treasure grave
2970 arch gravedirt 2670 arch gravedirt
2971 end 2671 end
2972treasure pyromaniac 2672treasure pyromaniac
2973 arch spell_create_bomb 2673 arch spell_create_bomb
2974 end
2975treasure demilich
2976 arch insanity
2977 more
2978 arch spell_paralyze
2979 more
2980 arch abil_fear
2981 more
2982 arch abil_poison_cloud
2983 more
2984 arch abil_large_icestorm
2985 more
2986 arch abil_icestorm
2987 more
2988 arch spell_mass_confusion
2989 more
2990 arch gem
2991 nrof 1
2992 end 2674 end
2993############################################################################## 2675##############################################################################
2994# start of starting equipment for players. 2676# start of starting equipment for players.
2995# 2677#
2996# All players will start with these skills 2678# All players will start with these skills
3746 chance 50 3428 chance 50
3747 more 3429 more
3748 arch wand 3430 arch wand
3749 chance 50 3431 chance 50
3750 more 3432 more
3751 arch ring 3433 list monster_wealth_medium
3752 more 3434 more
3753 arch ring 3435 list monster_wealth_medium
3754 chance 50 3436 chance 50
3755 more 3437 more
3756 arch gem 3438 arch gem
3757 chance 80 3439 chance 80
3758 nrof 2 3440 nrof 2
3801 more 3483 more
3802 arch uw_shield 3484 arch uw_shield
3803 more 3485 more
3804 arch uw_sword 3486 arch uw_sword
3805 more 3487 more
3806 arch ring 3488 list monster_wealth_medium
3807 more 3489 more
3808 arch gem 3490 arch gem
3809 chance 50 3491 chance 50
3810 nrof 3 3492 nrof 3
3811 end 3493 end
3821 more 3503 more
3822 arch skill_clawing 3504 arch skill_clawing
3823 more 3505 more
3824 arch spell_cause_medium_wounds 3506 arch spell_cause_medium_wounds
3825 more 3507 more
3826 arch ring 3508 list monster_wealth_medium
3827 chance 50 3509 chance 50
3828 more 3510 more
3829 arch amulet 3511 list monster_wealth_medium
3830 chance 15 3512 chance 15
3831 more 3513 more
3832 arch gem 3514 arch gem
3833 chance 30 3515 chance 30
3834 nrof 2 3516 nrof 2
3901 more 3583 more
3902 arch gem 3584 arch gem
3903 nrof 15 3585 nrof 15
3904 chance 60 3586 chance 60
3905 more 3587 more
3906 arch ring 3588 list monster_wealth_medium
3907 chance 30 3589 chance 30
3908 more 3590 more
3909 arch ring 3591 list monster_wealth_high
3910 chance 30 3592 chance 30
3911 end 3593 end
3912treasure fire_serpent 3594treasure fire_serpent
3913 arch abil_burning_hands 3595 arch abil_burning_hands
3914 chance 50 3596 chance 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines