ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/treasures/player_starting_equip.trs
Revision: 1.7
Committed: Sun Apr 5 19:19:39 2009 UTC (15 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-3_0, rel-2_79, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.6: +15 -0 lines
Log Message:
added pyromancer class and changed some potions.

Patches by 'Job Vranish' (with small adjustments).

File Contents

# User Rev Content
1 elmex 1.1 ##############################################################################
2     # start of starting equipment for players.
3     #
4     # All players will start with these skills
5     # -- only skills critical to being able to
6     # play should go here. -b.t.
7     treasure basic_skills
8     arch skill_throwing
9     more
10     arch skill_find_traps
11     more
12     arch skill_remove_trap
13     more
14     arch skill_use_magic_item
15     more
16     arch skill_literacy
17     more
18     arch skill_punching
19     end
20     # basic set for fighter players
21     treasure fighter_skills
22 root 1.3 list basic_skills
23     more
24 elmex 1.1 arch skill_one_handed_weapon
25     more
26     arch skill_two_handed_weapon
27     more
28     arch skill_missile_weapon
29     end
30     # basic set for talisman spellcasting players
31     treasure mage_skills
32     arch talisman_sorcery
33     end
34     # basic set for multi-spellcasting players
35     # Note that removed the spell skill form here,
36     # since many things should start with this package,
37     # but spell might be different.
38     treasure wizard_skills
39 root 1.3 list basic_skills
40     more
41 elmex 1.1 arch skill_one_handed_weapon
42     more
43     arch skill_praying
44     end
45     treasure prayer_skills
46     arch skill_praying
47     end
48     #
49     treasure monk_class_items
50     list basic_skills
51     more
52     arch skill_missile_weapon
53     more
54     arch skill_meditation
55     more
56     arch skill_karate
57     more
58     arch skill_sense_magic
59     more
60     arch robe
61     more
62     arch r_sack
63     more
64     arch sandals
65     more
66     arch skill_praying
67     more
68     arch skill_sense_curse
69     more
70     arch monk_no_use_weapon
71     end
72     treasure monk
73     list basic_skills
74     more
75     arch skill_missile_weapon
76     more
77     arch skill_meditation
78     more
79     arch skill_karate
80     more
81     arch skill_sense_magic
82     more
83     arch robe
84     more
85     arch r_sack
86     more
87     arch sandals
88     end
89     treasure troll_player_items
90     arch troll_player_force
91     end
92     treasure gnome_player_items
93     arch skill_praying
94     end
95     treasure dwarf_player_items
96     arch skill_smithery
97     end
98     treasure dwarf
99     list fighter_skills
100     more
101     arch hammer
102     more
103     arch shield
104     more
105     arch chain_mail
106     more
107     arch helmet
108     more
109     arch skill_smithery
110     end
111     treasure half_orc_player_items
112     arch skill_stealing
113     end
114     treasure pl_half_orc
115     list fighter_skills
116     more
117     arch mace
118     more
119     arch round_shield
120     more
121     arch scale_mail
122     more
123     arch sack
124     more
125     arch skill_stealing
126     end
127     treasure halfling_player
128     arch skill_stealing
129     more
130     arch skill_hide
131     end
132     treasure halfling
133     list fighter_skills
134     more
135     arch leather_armour
136     more
137     arch dagger
138     more
139     arch skill_stealing
140     more
141     arch skill_hide
142     end
143     treasure pl_troll
144 root 1.3 list basic_skills
145     more
146 elmex 1.1 arch skill_clawing
147     more
148     arch skill_one_handed_weapon
149     more
150     arch skill_two_handed_weapon
151     more
152     arch club
153     more
154     arch sack
155     end
156     treasure elf_player_items
157     arch elf_player_force
158     more
159     arch bow
160     magic 2
161     more
162     arch arrow
163     magic 3
164     nrof 100
165     more
166     arch quiver
167     more
168     arch skill_bowyer
169     more
170     arch skill_woodsman
171     more
172     arch skill_missile_weapon
173     end
174     treasure elf
175     list fighter_skills
176     more
177     list mage_skills
178     more
179     arch bow
180     magic 2
181     more
182     arch skill_bowyer
183     more
184     arch skill_woodsman
185     more
186     arch cloak
187     more
188     arch arrow
189     nrof 50
190     end
191     treasure human_player
192     list random_knowledge
193     end
194     treasure human
195     list fighter_skills
196     more
197     arch leather_armour
198     more
199     arch axe
200     more
201     arch helmet
202     more
203     list random_knowledge
204     more
205     arch sack
206     more
207     arch cloak
208     end
209     treasure ninja_class_items
210     list fighter_skills
211     more
212     arch skill_jumping
213     more
214     arch skill_hide
215     more
216     arch guide_melee
217     more
218     arch nunchacu_1
219     more
220     arch leather_armour
221     more
222     arch bag
223     more
224     arch cloak
225     more
226     arch skill_karate
227     end
228     treasure ninja
229     list fighter_skills
230     more
231 root 1.2 arch skill_jumping
232 elmex 1.1 more
233     arch skill_hide
234     more
235     arch nunchacu_1
236     more
237     arch leather_armour
238     more
239     arch bag
240     more
241     arch cloak
242     end
243     treasure warrior_class_items
244     list fighter_skills
245     more
246     arch guide_melee
247     more
248     arch b_sword_2
249     more
250     arch chain_mail
251     more
252     arch b_shield
253     more
254     arch sack
255     end
256     treasure paladin_class_items
257     list fighter_skills
258     more
259     arch guide_melee
260     more
261     arch b_bsword_1
262     more
263     arch b_plate_mail
264     more
265     arch b_shield
266     more
267     arch b_full_helmet
268     more
269     arch cleric_book_l1
270     more
271     arch paladin_holy_symbol
272     more
273     arch skill_oratory
274     more
275     arch sack
276     end
277     treasure warrior
278     list fighter_skills
279     more
280     arch sword
281     more
282     arch skill_oratory
283     more
284     arch high_shield
285     more
286     arch plate_mail
287     more
288     arch sack
289     end
290     treasure sorcerer_class_items
291     list basic_skills
292     more
293     arch skill_sorcery
294     more
295     arch guide_wizard
296     more
297     arch sorcerer_book_l1
298     more
299     arch sorcerer_book_l1
300     more
301     arch sorcerer_book_l1
302     more
303     arch skill_sense_magic
304     more
305     arch skill_thaumaturgy
306     more
307     arch sorcerer_hat
308     more
309     arch robe
310     end
311     treasure evoker_class_items
312     list basic_skills
313     more
314     arch skill_one_handed_weapon
315     more
316     arch talisman_evoker
317     more
318     arch robe
319     more
320     arch evoker_book_l1
321     more
322     arch evoker_book_l1
323     more
324     arch b_ssword_1
325     more
326     arch staff
327     end
328 elmex 1.7 treasure pyromancer_class_items
329     list basic_skills
330     more
331     arch skill_one_handed_weapon
332     more
333     arch talisman_pyromancer
334     more
335     arch robe
336     more
337     arch pyro_book_l1
338     more
339     arch pyro_book_l1
340     more
341     arch b_ssword_1
342     end
343 elmex 1.1 treasure alchemist_class_items
344     list basic_skills
345     more
346     arch skill_one_handed_weapon
347     more
348     arch talisman_alchemist
349     more
350     arch skill_alchemy
351     more
352     arch skill_thaumaturgy
353     more
354     arch guide_alchemy
355     more
356     arch cauldron
357     more
358     arch robe
359     more
360 elmex 1.5 arch sorcerer_book_l1
361 elmex 1.1 more
362 elmex 1.5 arch alchemist_book_l1
363 elmex 1.1 more
364     arch b_dagger
365     end
366     treasure summoner_class_items
367     list basic_skills
368     more
369     arch skill_one_handed_weapon
370     more
371     arch skill_praying
372     more
373     arch guide_summon
374     more
375     arch talisman_summoner
376     more
377     arch robe
378     more
379     arch summoner_book_l1
380     more
381     arch summoner_book_l1
382     more
383     arch b_ssword_1
384     end
385     treasure wizard_class_items
386     list wizard_skills
387     more
388     arch skill_sorcery
389     more
390     arch guide_wizard
391     more
392     arch robe
393     more
394     arch sorcerer_book_l1
395     more
396     arch sorcerer_book_l1
397     more
398     arch sorcerer_book_l1
399     more
400     arch b_dagger
401     end
402     treasure devotee_class_items
403     list wizard_skills
404     more
405     arch skill_evocation
406     more
407     arch guide_priest
408     more
409     arch robe
410     more
411     arch cleric_book_l1
412     more
413     arch evoker_book_l1
414     more
415     arch evoker_book_l1
416     more
417     arch b_dagger
418     end
419     treasure wizard
420     list wizard_skills
421     more
422     arch skill_sorcery
423     more
424     arch robe
425     more
426     arch sorcerer_book_l1
427     more
428     arch sorcerer_book_l1
429     more
430     arch b_dagger
431     end
432     treasure wraith_player_items
433     arch wraith_player_force
434     more
435     arch no_class_face_change
436     end
437     treasure cleric
438     list fighter_skills
439     more
440     arch morningstar
441     more
442     arch ring_mail
443     more
444     arch holy_symbol
445     more
446     arch skill_oratory
447     more
448     arch cleric_book_l1
449     more
450     arch b_small_shield
451     end
452     treasure barbarian_class_items
453 elmex 1.4 arch skill_punching
454     more
455 elmex 1.1 arch skill_one_handed_weapon
456     more
457     arch skill_two_handed_weapon
458     more
459     arch skill_missile_weapon
460     more
461     arch skill_throwing
462     more
463     arch skill_find_traps
464     more
465     arch skill_remove_trap
466     more
467     arch skill_use_magic_item
468     more
469     arch guide_melee
470     more
471     arch leather_armour
472     more
473     arch mace
474     more
475     arch skill_climbing
476     more
477     arch skill_woodsman
478     more
479     arch b_horned_helmet
480     more
481     arch sack
482     more
483     arch round_shield
484     more
485     arch high_boots
486     end
487     treasure barbarian
488     list fighter_skills
489     more
490     arch leather_armour
491     more
492     arch mace
493     more
494     arch skill_climbing
495     more
496     arch skill_woodsman
497     more
498     arch horned_helmet
499     more
500     arch sack
501     end
502     treasure priest_class_items
503     list basic_skills
504     more
505     arch skill_praying
506     more
507     arch skill_one_handed_weapon
508     more
509     arch skill_two_handed_weapon
510     more
511     arch guide_priest
512     more
513     arch robe
514     more
515     arch quarterstaff
516     more
517     arch cleric_book_l1
518     more
519     arch cleric_book_l1
520     more
521     arch skill_sense_curse
522     more
523     arch amulet
524     end
525     treasure priest
526     list wizard_skills
527     more
528     arch skill_evocation
529     more
530     arch robe
531     more
532     arch quarterstaff
533     more
534     arch cleric_book_l1
535     more
536     arch cleric_book_l1
537     more
538     arch amulet
539     end
540     treasure warlock_class_items
541     list fighter_skills
542     more
543     arch talisman_evocation
544     more
545     arch b_lsword
546     more
547     arch leather_armour
548     more
549     arch evoker_book_l1
550     more
551     arch evoker_book_l1
552     end
553     treasure mage
554     list fighter_skills
555     more
556     list mage_skills
557     more
558     arch robe
559     more
560     arch quarterstaff
561     more
562     arch sorcerer_book_l1
563     more
564     arch evoker_book_l1
565     end
566     treasure northman_player_items
567     arch bighorned_helmet
568     end
569     treasure viking
570     list fighter_skills
571     more
572     arch leather_armour
573     more
574     arch sword
575     more
576     arch skill_bargaining
577     more
578     arch b_small_shield
579     more
580     arch bighorned_helmet
581     end
582     treasure swashbuckler_class_items
583     list fighter_skills
584     more
585     arch b_lsword
586     more
587     arch skill_stealing
588     more
589     arch skill_singing
590     more
591 elmex 1.6 arch skill_oratory
592     more
593 elmex 1.1 arch b_dagger
594     more
595     arch amulet
596     more
597     arch sack
598     end
599     treasure swashbuckler
600     list fighter_skills
601     more
602     arch light_sword
603     more
604     arch skill_stealing
605     more
606     arch skill_singing
607     more
608     arch dagger
609     more
610     arch amulet
611     more
612     arch sack
613     end
614     treasure thief_class_items
615     list fighter_skills
616     more
617     arch cloak
618     more
619     arch shortsword
620     more
621     arch skill_stealing
622     more
623     arch lockpicks
624     more
625     arch sack
626     more
627     arch leather_armour
628     end
629     treasure thief
630     list fighter_skills
631     more
632     arch cloak
633     more
634     arch dagger
635     more
636     arch skill_stealing
637     more
638     arch lockpicks
639     more
640     arch leather_armour
641     more
642     arch sack
643     end
644     treasure fireborn_player_items
645     arch skill_levitate
646     more
647     arch fireborn_player_force
648     more
649     arch skill_flame_touch
650     more
651     arch skill_pyromancy
652     more
653     arch skill_praying
654     more
655     arch no_class_face_change
656     more
657     arch ring
658     magic 5
659     more
660     arch power_crystal
661     more
662     arch amulet
663     magic 3
664     more
665     arch pyro_book_l1
666     more
667     arch cleric_book_l1
668     end
669     treasure fireborn
670 root 1.3 list basic_skills
671     more
672 elmex 1.1 arch skill_levitate
673     more
674     arch skill_missile_weapon
675     more
676     arch skill_flame_touch
677     more
678     arch skill_pyromancy
679     more
680     arch skill_praying
681     more
682     arch ring
683     magic 5
684     more
685     arch power_crystal
686     more
687     arch amulet
688     magic 3
689     more
690     arch cleric_book_l1
691     more
692     arch pyro_book_l1
693     more
694     arch pyro_book_l1
695     more
696     arch pyro_book_l1
697     end
698     treasure quetzalcoatl_player_items
699     arch skill_levitate
700     more
701     arch skill_clawing
702     more
703     arch no_class_face_change
704     more
705     arch skill_pyromancy
706     end
707     treasure dragon_player_items
708     arch dragon_skin_force
709     more
710     arch dragon_ability_force
711     more
712     arch skill_levitate
713     more
714     arch skill_clawing
715     more
716     arch skill_woodsman
717     more
718     arch no_class_face_change
719     more
720     arch skill_evocation
721     end
722     treasure quetzalcoatl
723 root 1.3 list basic_skills
724     more
725 elmex 1.1 arch skill_levitate
726     more
727     arch skill_one_handed_weapon
728     more
729     arch skill_two_handed_weapon
730     more
731     arch skill_missile_weapon
732     more
733     arch skill_clawing
734     more
735     arch skill_pyromancy
736     more
737     arch pyro_book_l1
738     more
739     arch pyro_book
740     end