ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/random.trs
Revision: 1.16
Committed: Sun Apr 25 06:21:34 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.15: +3 -3 lines
Log Message:
make rods more rare

File Contents

# User Rev Content
1 elmex 1.1 # skill scrolls
2 root 1.2 # better scrolls are harder to find
3 elmex 1.1 # ordered by skill names
4     treasureone random_knowledge
5     arch scroll_alchemy
6     chance 10
7     more
8     arch scroll_bargaining
9     chance 5
10     more
11     arch scroll_bowyer
12     chance 10
13     more
14     # clawing is not something you can learn
15     arch scroll_climbing
16     chance 10
17     more
18     arch scroll_disarm_traps
19     chance 10
20     more
21     arch scroll_evocation
22     chance 5
23     more
24     arch scroll_find_traps
25     chance 10
26     more
27     # flame touch is not something you can learn
28     arch scroll_hiding
29     chance 9
30     more
31 root 1.2 # the inscription skill is only available as a pen
32 root 1.7 arch stylus
33 elmex 1.1 chance 10
34     more
35     arch scroll_jumping
36     chance 10
37     more
38     arch scroll_karate
39     chance 8
40     more
41     # levitation is not something to be learned
42     arch scroll_literacy
43     chance 15
44     more
45     # not knowledge per se, but is a random skill
46     arch lockpicks
47     chance 8
48     more
49     # meditation can not be learned
50     arch scroll_missile_weap
51     chance 15
52     more
53     arch scroll_one_handed_weapons
54     chance 10
55     more
56     arch scroll_oratory
57     chance 5
58     more
59     arch scroll_praying
60     chance 15
61     more
62     arch scroll_punching
63     chance 5
64     more
65     arch scroll_pyromancy
66     chance 5
67     more
68     arch scroll_sense_curse
69     chance 5
70     more
71     arch scroll_sense_mag
72     chance 5
73     more
74     # set traps is disabled
75     arch scroll_singing
76     chance 5
77     more
78     arch scroll_smithing
79     chance 5
80     more
81     arch scroll_sorcery
82     chance 5
83     more
84     arch scroll_stealing
85     chance 9
86     more
87     arch scroll_summoning
88     chance 5
89     more
90     arch scroll_thaumaturgy
91     chance 9
92     more
93     # throwing is a native ability, but give slight chance for unclassed players
94     arch scroll_throwing
95     chance 1
96     more
97     arch scroll_two_handed_weapons
98     chance 10
99     more
100     # use magic is a native ability, but give slight chance for unclassed players
101     arch scroll_use_magic_item
102     chance 1
103     more
104     arch scroll_woodsman
105     chance 10
106     end
107     treasureone random_shop
108     list random_weapon
109     chance 15
110     more
111     list random_armour
112     chance 15
113     more
114     list random_food
115     chance 15
116     more
117     list random_special
118     chance 5
119     end
120     treasureone random_weapon
121     list missile_weapons
122     chance 5
123     more
124     list melee_weapons
125     chance 10
126     end
127     treasureone random_armour
128     arch b_full_helmet
129     magic 4
130     chance 5
131     more
132     arch b_helmet
133     magic 4
134     chance 5
135     more
136     arch b_horned_helmet
137     magic 4
138     chance 5
139     more
140     arch b_gauntlets
141     magic 4
142     chance 5
143     more
144     arch b_plate_mail
145     magic 4
146     chance 5
147     more
148     arch b_scale_mail
149     magic 4
150     chance 5
151     more
152     arch b_shield
153     magic 4
154     chance 5
155     more
156     arch b_small_shield
157     magic 4
158     chance 5
159     more
160     #
161     arch ring_mail
162     magic 4
163     chance 5
164     more
165     arch ring_mail
166     magic 4
167     chance 5
168     more
169     arch plate_mail
170     magic 4
171     chance 5
172     more
173     arch robe
174     magic 4
175     chance 5
176     more
177     arch leather_armour
178     magic 4
179     chance 5
180     more
181     arch scale_mail
182     magic 4
183     chance 5
184     more
185     arch ring_mail2
186     magic 3
187     chance 5
188     more
189     arch chain_mail
190     magic 3
191     chance 5
192     more
193     arch full_helmet
194     magic 2
195     chance 5
196     more
197     arch spiked_shield
198     magic 1
199     chance 1
200     more
201     arch horned_helmet
202     magic 1
203     chance 5
204     more
205     arch helmet
206     magic 2
207     chance 5
208     more
209     arch bighorned_helmet
210     magic 1
211     chance 5
212     more
213     arch shield
214     magic 2
215     chance 5
216     more
217     arch small_shield
218     magic 1
219     chance 5
220     more
221     arch high_shield
222     magic 2
223     chance 5
224     more
225     arch round_shield
226     magic 1
227     chance 5
228     more
229     arch low_boots
230     magic 1
231     chance 5
232     more
233     arch gauntlets
234     magic 2
235     chance 1
236     more
237     arch high_boots
238     magic 3
239     chance 3
240     more
241     arch high_boots_b
242     magic 3
243     chance 1
244     more
245     arch high_boots_w
246     magic 3
247     chance 1
248     more
249     arch tunic
250     magic 3
251     chance 1
252     more
253     arch gloves
254     magic 2
255     chance 2
256     more
257     arch gloves_b
258     magic 2
259     chance 1
260     more
261     arch gloves_w
262     magic 2
263     chance 1
264     more
265     arch lapron
266     magic 1
267     chance 1
268     more
269     arch cloak
270     chance 10
271     end
272     treasureone random_food
273     arch food
274     chance 35
275     more
276     arch booze
277     chance 14
278     more
279     arch poison
280     chance 13
281     more
282     arch water
283     chance 8
284     more
285     arch apple
286     chance 3
287     more
288     arch wine
289     chance 3
290     more
291     arch coffee
292     chance 1
293     more
294     arch chocolate
295     chance 3
296     more
297     arch carrot
298     chance 1
299     more
300     arch fishfood
301     chance 4
302     more
303     arch mandrake_root
304     chance 1
305     more
306     arch cabbage
307     chance 2
308     more
309     arch potato
310     chance 3
311     more
312     arch loaf
313     chance 8
314     more
315     arch roast_bird
316     chance 3
317     more
318     arch mint
319     chance 1
320     more
321     arch clover
322     chance 1
323     more
324     arch onion
325     chance 1
326     more
327     arch orange
328     chance 1
329     more
330     arch cake
331     chance 8
332     more
333     arch waybread
334     chance 4
335 root 1.15 more
336 root 1.13 arch tomato
337     chance 1
338 root 1.15 end
339 elmex 1.1 treasure random_mushroom
340     arch mushroom_1
341     chance 50
342     no
343     arch mushroom_2
344     chance 50
345     no
346     arch mushroom_3
347     chance 50
348     no
349     arch mandrake_root
350     chance 10
351     end
352     end
353     end
354     end
355     # this is used for shop_special
356     treasureone random_special
357     arch scroll_new
358     nrof 3
359     chance 5
360     more
361     arch scroll_new
362     nrof 2
363     chance 5
364     more
365     arch scroll_new
366     chance 10
367     more
368     arch torch_unlit
369     nrof 8
370     chance 3
371     more
372     arch torch_unlit
373     nrof 3
374     chance 7
375     more
376     arch flint_and_steel
377     chance 5
378     more
379     arch amulet
380     chance 10
381     more
382     arch wand
383     chance 15
384     more
385     arch staff
386     chance 5
387     more
388     arch holy_symbol
389     chance 3
390     more
391     arch ring
392     chance 5
393     more
394     list random_books
395     chance 5
396     more
397     arch emerald
398     chance 5
399     nrof 8
400     more
401     arch sapphire
402     chance 5
403     nrof 5
404     more
405     arch gem
406     chance 5
407     nrof 1
408     more
409     arch ruby
410     chance 5
411     nrof 3
412     more
413     arch pearl
414     chance 5
415     nrof 16
416     more
417     list random_good_stuff
418     magic 10
419     chance 5
420     more
421     list random_good_stuff
422     magic 8
423     chance 5
424     more
425     list random_good_stuff
426     magic 5
427     chance 5
428     more
429     arch potion_heroism
430     chance 5
431     end
432     treasureone random_coin
433 elmex 1.9 arch silvercoin
434 elmex 1.1 chance 5
435 elmex 1.9 nrof 50
436 elmex 1.1 more
437     arch goldcoin
438     chance 5
439 elmex 1.9 nrof 1
440 elmex 1.1 more
441 elmex 1.9 arch silvercoin
442 elmex 1.1 chance 5
443 elmex 1.9 nrof 150
444 elmex 1.1 more
445     arch goldcoin
446     chance 5
447 elmex 1.9 nrof 2
448 elmex 1.1 more
449 elmex 1.9 arch silvercoin
450 elmex 1.1 chance 5
451 elmex 1.9 nrof 250
452 elmex 1.1 more
453     arch silvercoin
454     chance 5
455     nrof 25
456     more
457     arch silvercoin
458     chance 5
459     nrof 50
460     more
461     arch silvercoin
462     chance 5
463     nrof 75
464     more
465     arch silvercoin
466     chance 5
467     nrof 100
468     more
469     arch silvercoin
470     chance 5
471     nrof 150
472     more
473 elmex 1.9 arch goldcoin
474 elmex 1.1 chance 5
475 elmex 1.9 nrof 5
476 elmex 1.1 more
477 elmex 1.9 arch goldcoin
478 elmex 1.1 chance 5
479 elmex 1.9 nrof 1
480 elmex 1.1 more
481 elmex 1.9 arch goldcoin
482 elmex 1.1 chance 5
483 elmex 1.9 nrof 2
484 elmex 1.1 more
485 elmex 1.9 arch goldcoin
486 elmex 1.1 chance 5
487 elmex 1.9 nrof 3
488 elmex 1.1 end
489     treasureone random_wealth
490     arch goldcoin
491     chance 5
492     nrof 5
493     more
494     arch goldcoin
495     chance 5
496     nrof 10
497     more
498     arch goldcoin
499     chance 5
500     nrof 15
501     more
502     arch goldcoin
503     chance 5
504     nrof 20
505     more
506     arch goldcoin
507     chance 5
508     nrof 25
509     more
510     arch silvercoin
511     chance 5
512     nrof 25
513     more
514     arch silvercoin
515     chance 5
516     nrof 50
517     more
518     arch silvercoin
519     chance 5
520     nrof 75
521     more
522     arch silvercoin
523     chance 5
524     nrof 100
525     more
526     arch silvercoin
527     chance 5
528     nrof 150
529     more
530 elmex 1.9 arch silvercoin
531     chance 5
532     nrof 50
533     more
534     arch goldcoin
535 elmex 1.1 chance 5
536     nrof 1
537     more
538 elmex 1.9 arch goldcoin
539 elmex 1.1 chance 5
540     nrof 2
541     more
542 elmex 1.9 arch goldcoin
543 elmex 1.1 chance 5
544 elmex 1.9 nrof 3
545 elmex 1.1 more
546     arch gem
547     chance 5
548     nrof 1
549     more
550     arch gem
551     chance 5
552     nrof 1
553     more
554     arch pearl
555     chance 5
556     nrof 2
557     more
558     arch pearl
559     chance 5
560     nrof 4
561     more
562     arch ruby
563     chance 5
564     nrof 1
565     more
566     arch ruby
567     chance 5
568     nrof 2
569     more
570     arch sapphire
571     chance 5
572     nrof 1
573     more
574     arch sapphire
575     chance 5
576     nrof 3
577     more
578     arch emerald
579     chance 5
580     nrof 2
581     more
582     arch emerald
583     chance 5
584     nrof 5
585     end
586     treasureone random_gem
587     arch gem
588     chance 5
589     nrof 1
590     more
591     arch gem
592     chance 5
593     nrof 2
594     more
595     arch pearl
596     chance 5
597     nrof 4
598     more
599     arch pearl
600     chance 5
601     nrof 6
602     more
603     arch ruby
604     chance 5
605     nrof 2
606     more
607     arch ruby
608     chance 5
609     nrof 4
610     more
611     arch sapphire
612     chance 5
613     nrof 2
614     more
615     arch sapphire
616     chance 5
617     nrof 4
618     more
619     arch emerald
620     chance 5
621     nrof 10
622     more
623     arch emerald
624     chance 5
625     nrof 4
626     end
627     treasureone random_plant
628     arch rose_pink
629     nrof 5
630     chance 8
631     more
632     arch rose_yellow
633     nrof 5
634     chance 12
635     more
636     arch rose_white
637     nrof 4
638     chance 10
639     more
640     arch rose_red
641     nrof 3
642     chance 8
643     more
644     arch flowers_permanent
645     chance 15
646     nrof 5
647     more
648     arch clover
649     nrof 2
650     chance 5
651     more
652     arch mint
653     chance 5
654     more
655     arch mandrake_root
656     chance 3
657     more
658     list random_mushroom
659     chance 10
660     magic 15
661     end
662     treasureone random_alchemy
663     arch cauldron
664     chance 18
665     more
666     arch cauldron
667     chance 3
668     magic 5
669     more
670     list random_books
671     chance 10
672     more
673     arch scroll_alchemy
674     chance 2
675     more
676     arch min_oil
677     chance 12
678     nrof 5
679     more
680     list shop_gems
681     chance 3
682     magic 5
683     more
684     arch phil_sulphur
685     chance 4
686     nrof 3
687     more
688     arch phil_salt
689     chance 5
690     nrof 4
691     more
692     arch phil_phosphorus
693     chance 3
694     nrof 2
695     more
696     arch phil_oil
697     chance 5
698     nrof 3
699     more
700     arch water
701     chance 3
702     nrof 3
703     more
704     list random_plant
705     chance 10
706     magic 5
707     more
708     arch mercury
709     chance 8
710     more
711     arch lead
712     chance 8
713     more
714     arch true_lead
715     chance 2
716     more
717     arch fix_mercury
718     chance 1
719     end
720 elmex 1.4 treasureone random_stat_potion
721 elmex 1.1 arch potionstr
722 elmex 1.4 chance 14
723 elmex 1.1 more
724     arch potionint
725 elmex 1.4 chance 14
726 elmex 1.1 more
727     arch potioncha
728 elmex 1.4 chance 14
729 elmex 1.1 more
730     arch potionwis
731 elmex 1.4 chance 14
732 elmex 1.1 more
733     arch potioncon
734 elmex 1.4 chance 14
735 elmex 1.1 more
736     arch potiondex
737 elmex 1.4 chance 14
738 elmex 1.1 more
739     arch potionpow
740 elmex 1.4 chance 14
741     end
742     treasureone random_potion
743     list random_stat_potion
744 elmex 1.6 chance 1
745 elmex 1.1 more
746     list shop_potions
747 elmex 1.6 chance 90
748 elmex 1.1 more
749 elmex 1.4 list random_good_stuff
750 elmex 1.6 chance 6
751 elmex 1.1 more
752     list uncommon_items
753 elmex 1.6 chance 3
754 elmex 1.1 end
755     treasureone random_good_stuff
756 elmex 1.3 list none
757 elmex 1.1 chance 5
758     more
759     arch bracers_ac
760     magic 4
761     chance 10
762     more
763     arch mithril_chainmail
764     magic 4
765     chance 1
766     more
767     arch lockpicks
768     chance 10
769     more
770     list rare_artifacts
771     magic 14
772     chance 5
773     more
774     list uncommon_artifacts
775     magic 13
776     chance 5
777     more
778     list uncommon_artifacts
779     magic 7
780     chance 5
781     more
782     arch potion_fire
783     chance 5
784     more
785     arch potion_cold
786     chance 5
787     more
788     arch potion_heal
789     chance 5
790     more
791     arch potion_magic
792     chance 5
793     more
794     arch potion_restoration
795     chance 5
796     more
797     arch rod_light
798     chance 5
799     more
800     list uncommon_items
801     magic 2
802     chance 5
803     more
804     list uncommon_items
805     magic 4
806     chance 5
807     more
808     list uncommon_items
809     magic 6
810     chance 5
811     more
812     list uncommon_items
813     magic 8
814     chance 5
815     more
816     arch ring_nodrain
817     chance 5
818     end
819     treasureone random_spells
820     arch scroll_new
821     chance 15
822     nrof 3
823     more
824     arch wand
825     chance 10
826     more
827     arch staff
828     chance 5
829     more
830     list random_books
831     chance 5
832     end
833     treasureone random_talisman
834     arch ring
835     chance 40
836     more
837     arch amulet
838     chance 30
839     more
840     list talisman
841     chance 5
842     more
843     list random_good_stuff
844     chance 5
845     end
846     treasureone random_artifact
847     list uncommon_artifacts
848     chance 10
849     more
850     list rare_artifacts
851     chance 5
852     end
853     treasureone uncommon_items
854     arch horn
855     chance 5
856     more
857     arch horn2
858     chance 5
859     more
860     arch crown
861     magic 3
862     chance 15
863     more
864     arch rod_light
865     chance 35
866     more
867     arch rod_heavy
868     chance 10
869     more
870     arch lockpicks
871     chance 5
872     more
873 elmex 1.3 list none
874 elmex 1.1 chance 25
875     end
876     treasureone random_stone
877     arch mountain_stone
878     chance 15
879     nrof 3
880     more
881     arch river_stone
882     chance 20
883     nrof 6
884     more
885     arch field_stone
886     chance 25
887     nrof 6
888     more
889     arch largenugget
890     chance 5
891     nrof 3
892     more
893     arch smallnugget
894     chance 15
895     nrof 5
896     end
897     treasureone random_inorganic
898     list random_minerals
899     chance 35
900     more
901     list random_stone
902     chance 40
903     more
904     arch rock2
905     chance 25
906     end
907     treasureone random_minerals
908     arch largenugget
909     chance 2
910     nrof 3
911     more
912     arch smallnugget
913     chance 5
914     nrof 5
915     more
916     arch gypsum
917     chance 10
918     nrof 3
919     more
920     arch pyrite
921     chance 10
922     nrof 3
923     more
924     arch cinnabar
925     chance 8
926     nrof 2
927     more
928     arch salt
929     chance 15
930     nrof 5
931     more
932     arch phosphorus
933     chance 10
934     nrof 4
935     more
936     arch sulphur
937     chance 10
938     nrof 4
939     end
940     treasureone random_books
941     arch cleric_book
942 elmex 1.10 chance 19
943 elmex 1.1 more
944     arch evoker_book
945     chance 15
946     more
947     arch pyro_book
948     chance 15
949     more
950     arch sorcerer_book
951     chance 15
952     more
953     arch summoner_book
954     chance 15
955     more
956 elmex 1.10 arch alchemist_book
957     chance 1
958     more
959 elmex 1.1 list random_read
960     chance 5
961     end
962     #
963     treasureone random_read
964 sf-marcmagus 1.12 list random_read_text
965     chance 85
966     more
967     list random_read_empty
968     chance 15
969     end
970     treasureone random_read_text
971     arch book_read
972     chance 75
973 root 1.8 more
974 elmex 1.1 arch tome
975 sf-marcmagus 1.12 chance 40
976 elmex 1.1 more
977     arch book_clasp
978     chance 65
979     more
980     arch scroll
981     chance 65
982     more
983     arch scroll_2
984     chance 35
985     end
986 sf-marcmagus 1.12 treasureone random_read_empty
987     arch book_empty
988     chance 75
989     more
990     arch tome_empty
991     chance 40
992     more
993     arch book_clasp_empty
994     chance 65
995     more
996     arch scroll_read_empty
997     chance 65
998     more
999     arch scroll_2_empty
1000     chance 35
1001     end
1002 elmex 1.1 # list 16. Make the improve weapon scrolls possibly, but just give
1003     # them a very low chance. In the old method, they were supposed to
1004     # appear in shops, but never did, due to how the code worked out.
1005     treasureone random_scroll
1006     arch scroll_new
1007     chance 50
1008     nrof 5
1009     more
1010     arch scroll_new
1011     chance 100
1012     nrof 4
1013     more
1014     arch scroll_new
1015     chance 150
1016     nrof 3
1017     more
1018     arch scroll_new
1019     chance 100
1020     nrof 2
1021     more
1022     arch scroll_new
1023     chance 250
1024     more
1025 root 1.8 arch scroll_empty
1026     chance 50
1027     more
1028 elmex 1.1 arch prepare_weapon
1029     chance 3
1030     more
1031     arch improve_cha
1032     chance 2
1033     more
1034     arch improve_con
1035     chance 2
1036     more
1037     arch improve_damage
1038     chance 4
1039     more
1040     arch improve_dex
1041     chance 2
1042     more
1043     arch improve_enchantment
1044     chance 2
1045     more
1046     arch improve_int
1047     chance 2
1048     more
1049     arch improve_pow
1050     chance 2
1051     more
1052     arch improve_str
1053     chance 2
1054     more
1055     arch improve_weight
1056     chance 5
1057     more
1058     arch improve_wis
1059     chance 2
1060     more
1061     list random_knowledge
1062     chance 3
1063     more
1064     arch ench_armour
1065     chance 10
1066     more
1067     list random_read
1068     chance 25
1069     end
1070     treasure random_amulet
1071     arch amulet
1072     chance 98
1073     no
1074     list talisman
1075     end
1076     end
1077     treasureone random_wands
1078     arch wand
1079 root 1.16 chance 150
1080 elmex 1.1 more
1081     arch staff
1082 root 1.16 chance 50
1083 elmex 1.1 more
1084     arch rod_light
1085 root 1.16 chance 2
1086 elmex 1.1 more
1087     arch rod_heavy
1088     chance 1
1089     end
1090 root 1.2 # uncommon artifacts
1091 elmex 1.1 treasureone uncommon_artifacts
1092 root 1.14 arch potion_shielding
1093 elmex 1.1 chance 5
1094     more
1095     arch mjoellnir
1096     chance 5
1097     more
1098     arch bonecrusher
1099     chance 5
1100     more
1101     arch firebrand
1102     chance 5
1103     more
1104     arch frostbrand
1105     chance 5
1106     more
1107     arch deathbringer
1108     chance 5
1109     more
1110     arch dragonslayer
1111     chance 5
1112     more
1113     arch skullcleaver
1114     chance 5
1115     more
1116     arch demonbane
1117     chance 5
1118     more
1119     arch sting
1120     chance 5
1121     more
1122     arch levitationboots
1123     chance 5
1124     more
1125     arch reflector
1126     chance 5
1127     more
1128     arch holy_shield
1129     chance 5
1130     more
1131     arch girdle_dam
1132     chance 5
1133     more
1134     arch dragon_mail
1135     chance 5
1136     more
1137     arch dragon_shield
1138     chance 5
1139     more
1140     arch helmet_of_xrays
1141     chance 5
1142     more
1143     arch amulet_lifesave
1144     chance 5
1145     more
1146     arch elvenboots
1147     chance 5
1148     end
1149     treasureone rare_artifacts
1150 elmex 1.3 list none
1151 elmex 1.1 chance 20
1152     more
1153     arch elven_bow
1154     chance 5
1155     more
1156     arch helmet_of_brilliance
1157     chance 5
1158     more
1159     arch holy_avenger
1160     chance 5
1161     more
1162     arch darkblade
1163     chance 5
1164     more
1165     arch excalibur
1166     chance 5
1167     more
1168     arch stormbringer
1169     chance 5
1170     more
1171     arch mournblade
1172     chance 5
1173     more
1174     arch defender
1175     chance 5
1176     more
1177     arch speedboots
1178     chance 5
1179     more
1180     arch girdle_str
1181     chance 5
1182     more
1183     arch girdle_con
1184     chance 5
1185     more
1186     arch girdle_strcon
1187     chance 5
1188     more
1189     arch gauntlets_str
1190     chance 5
1191     more
1192     arch gauntlets_dex
1193     chance 5
1194     more
1195     arch bracers_dex
1196     chance 5
1197     more
1198     arch gram
1199     chance 5
1200     end
1201