Split stuff from lib/treasures.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5783 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
213f2d7e7a
commit
c87060e210
4
CHANGES
4
CHANGES
|
@ -1,5 +1,9 @@
|
||||||
Changes for SVN top of tree:
|
Changes for SVN top of tree:
|
||||||
|
|
||||||
|
Start splitting server/lib/treasures file in many files.
|
||||||
|
Rename player class files/random items for coherence.
|
||||||
|
Nicolas Weeger 2007-03-17
|
||||||
|
|
||||||
Converted all remaining multi-part base images into single images
|
Converted all remaining multi-part base images into single images
|
||||||
with the facename.base.x??.png format. Deleted the old multi-part
|
with the facename.base.x??.png format. Deleted the old multi-part
|
||||||
images and adjusted the archetypes accordingly. This is a huge
|
images and adjusted the archetypes accordingly. This is a huge
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
treasure bear
|
||||||
|
list bear_parts
|
||||||
|
chance 40
|
||||||
|
end
|
||||||
|
treasureone bear_parts
|
||||||
|
arch hide_brown
|
||||||
|
chance 50
|
||||||
|
more
|
||||||
|
arch liver
|
||||||
|
chance 15
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 10
|
||||||
|
end
|
|
@ -0,0 +1,14 @@
|
||||||
|
treasure polarbear
|
||||||
|
list polarbear_parts
|
||||||
|
chance 40
|
||||||
|
end
|
||||||
|
treasureone polarbear_parts
|
||||||
|
arch hide_white
|
||||||
|
chance 25
|
||||||
|
more
|
||||||
|
arch liver
|
||||||
|
chance 15
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 10
|
||||||
|
end
|
|
@ -2,3 +2,10 @@ treasure behemoth
|
||||||
list behemoth_parts
|
list behemoth_parts
|
||||||
chance 30
|
chance 30
|
||||||
end
|
end
|
||||||
|
treasureone behemoth_parts
|
||||||
|
arch heart
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
arch hide_black
|
||||||
|
chance 10
|
||||||
|
end
|
||||||
|
|
|
@ -2,3 +2,13 @@ treasure giantrat
|
||||||
list giantrat_parts
|
list giantrat_parts
|
||||||
chance 30
|
chance 30
|
||||||
end
|
end
|
||||||
|
treasureone giantrat_parts
|
||||||
|
arch liver
|
||||||
|
chance 20
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch hide_brown
|
||||||
|
chance 10
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
treasure wolf
|
||||||
|
list wolf_parts
|
||||||
|
chance 40
|
||||||
|
end
|
||||||
|
treasureone wolf_parts
|
||||||
|
arch hide_grey
|
||||||
|
chance 50
|
||||||
|
more
|
||||||
|
arch liver
|
||||||
|
chance 15
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 15
|
||||||
|
end
|
|
@ -0,0 +1,24 @@
|
||||||
|
treasure ape
|
||||||
|
list ape_parts
|
||||||
|
chance 30
|
||||||
|
end
|
||||||
|
treasureone ape_parts
|
||||||
|
arch liver
|
||||||
|
chance 30
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 20
|
||||||
|
more
|
||||||
|
arch tooth
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch hand
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch hide_brown
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch brain
|
||||||
|
chance 5
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,55 @@
|
||||||
|
treasure beholder
|
||||||
|
list beholder_parts
|
||||||
|
chance 20
|
||||||
|
more
|
||||||
|
arch spell_paralyze
|
||||||
|
chance 50
|
||||||
|
more
|
||||||
|
arch abil_fear
|
||||||
|
chance 75
|
||||||
|
more
|
||||||
|
arch abil_poison_cloud
|
||||||
|
chance 50
|
||||||
|
more
|
||||||
|
arch spell_sm_lightning
|
||||||
|
more
|
||||||
|
arch spell_large_lightning
|
||||||
|
more
|
||||||
|
arch abil_large_icestorm
|
||||||
|
chance 25
|
||||||
|
more
|
||||||
|
arch abil_icestorm
|
||||||
|
chance 25
|
||||||
|
more
|
||||||
|
arch spell_burning_hands
|
||||||
|
more
|
||||||
|
arch spell_medium_fireball
|
||||||
|
more
|
||||||
|
arch spell_magic_missile
|
||||||
|
more
|
||||||
|
arch spell_magic_bullet
|
||||||
|
more
|
||||||
|
arch spell_small_speedball
|
||||||
|
more
|
||||||
|
arch spell_mass_confusion
|
||||||
|
more
|
||||||
|
arch abil_slow
|
||||||
|
more
|
||||||
|
arch gem
|
||||||
|
nrof 1
|
||||||
|
chance 10
|
||||||
|
end
|
||||||
|
treasureone beholder_parts
|
||||||
|
arch beholdereye
|
||||||
|
chance 70
|
||||||
|
more
|
||||||
|
# arch tentacle
|
||||||
|
# nrof 2
|
||||||
|
# chance 10
|
||||||
|
# more
|
||||||
|
arch tongue
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch brain
|
||||||
|
chance 3
|
||||||
|
end
|
|
@ -1,7 +1,7 @@
|
||||||
Object dread
|
Object dread
|
||||||
name Dread
|
name Dread
|
||||||
race unnatural
|
race unnatural
|
||||||
randomitems beholder_big
|
randomitems dread
|
||||||
face dread.x11
|
face dread.x11
|
||||||
color_fg blue
|
color_fg blue
|
||||||
anim
|
anim
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
treasure dread
|
||||||
|
arch big_eye
|
||||||
|
chance 85
|
||||||
|
more
|
||||||
|
arch spell_paralyze
|
||||||
|
more
|
||||||
|
arch abil_fear
|
||||||
|
more
|
||||||
|
arch abil_poison_cloud
|
||||||
|
more
|
||||||
|
arch spell_sm_lightning
|
||||||
|
more
|
||||||
|
arch spell_large_lightning
|
||||||
|
more
|
||||||
|
arch abil_large_icestorm
|
||||||
|
more
|
||||||
|
arch abil_icestorm
|
||||||
|
more
|
||||||
|
arch spell_burning_hands
|
||||||
|
more
|
||||||
|
arch spell_medium_fireball
|
||||||
|
more
|
||||||
|
arch spell_magic_missile
|
||||||
|
more
|
||||||
|
arch spell_magic_bullet
|
||||||
|
more
|
||||||
|
arch spell_small_speedball
|
||||||
|
more
|
||||||
|
arch spell_mass_confusion
|
||||||
|
more
|
||||||
|
arch abil_slow
|
||||||
|
more
|
||||||
|
arch spell_cancellation
|
||||||
|
# more
|
||||||
|
# arch beholdereye
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
treasureone demon_parts
|
||||||
|
arch icor
|
||||||
|
chance 70
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 15
|
||||||
|
more
|
||||||
|
arch demon_head
|
||||||
|
chance 15
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,35 @@
|
||||||
|
treasure Cwyvern
|
||||||
|
list dragon_parts
|
||||||
|
chance 70
|
||||||
|
more
|
||||||
|
arch abil_fear
|
||||||
|
more
|
||||||
|
arch ability_dragonbreath
|
||||||
|
nrof 5
|
||||||
|
more
|
||||||
|
arch abil_icestorm
|
||||||
|
more
|
||||||
|
arch abil_large_icestorm
|
||||||
|
more
|
||||||
|
arch spell_sm_lightning
|
||||||
|
more
|
||||||
|
arch spell_large_lightning
|
||||||
|
more
|
||||||
|
arch abil_poison_cloud
|
||||||
|
more
|
||||||
|
arch spell_create_pool_of_chaos
|
||||||
|
more
|
||||||
|
arch gem
|
||||||
|
nrof 40
|
||||||
|
more
|
||||||
|
arch gem
|
||||||
|
nrof 15
|
||||||
|
chance 60
|
||||||
|
more
|
||||||
|
arch ring
|
||||||
|
chance 30
|
||||||
|
more
|
||||||
|
arch ring
|
||||||
|
chance 30
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
treasure cold_dragon
|
||||||
|
arch abil_icestorm
|
||||||
|
nrof 2
|
||||||
|
more
|
||||||
|
arch abil_large_icestorm
|
||||||
|
nrof 2
|
||||||
|
end
|
||||||
|
|
|
@ -69,3 +69,47 @@ treasure dragon
|
||||||
arch cloak
|
arch cloak
|
||||||
chance 30
|
chance 30
|
||||||
end
|
end
|
||||||
|
# Big dragon body parts
|
||||||
|
treasureone big_dragon_parts
|
||||||
|
arch dragon_steak
|
||||||
|
nrof 3
|
||||||
|
chance 90
|
||||||
|
more
|
||||||
|
arch dragon_scale
|
||||||
|
chance 80
|
||||||
|
nrof 2
|
||||||
|
more
|
||||||
|
arch dragonclaw
|
||||||
|
chance 30
|
||||||
|
nrof 12
|
||||||
|
more
|
||||||
|
arch dragon_wing
|
||||||
|
chance 30
|
||||||
|
nrof 2
|
||||||
|
more
|
||||||
|
arch dragon_eye
|
||||||
|
chance 30
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch brain
|
||||||
|
chance 1
|
||||||
|
end
|
||||||
|
# more appropriate for wyvern/baby dragon
|
||||||
|
treasureone dragon_parts
|
||||||
|
arch dragon_steak
|
||||||
|
chance 30
|
||||||
|
more
|
||||||
|
arch dragonclaw
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch dragon_wing
|
||||||
|
chance 25
|
||||||
|
more
|
||||||
|
arch dragon_scale
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
arch brain
|
||||||
|
chance 1
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
treasure giant
|
||||||
|
list giant_old
|
||||||
|
more
|
||||||
|
arch skill_throwing
|
||||||
|
more
|
||||||
|
arch t_boulder
|
||||||
|
nrof 8
|
||||||
|
more
|
||||||
|
list giant_parts
|
||||||
|
chance 10
|
||||||
|
end
|
||||||
|
treasureone giant_parts
|
||||||
|
arch fl_corpse
|
||||||
|
chance 15
|
||||||
|
more
|
||||||
|
arch head
|
||||||
|
chance 20
|
||||||
|
more
|
||||||
|
arch foot
|
||||||
|
chance 8
|
||||||
|
more
|
||||||
|
arch hand
|
||||||
|
chance 8
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
arch liver
|
||||||
|
chance 8
|
||||||
|
more
|
||||||
|
arch brain
|
||||||
|
chance 3
|
||||||
|
end
|
||||||
|
|
|
@ -6,3 +6,22 @@ treasure goblin
|
||||||
more
|
more
|
||||||
list poor_old
|
list poor_old
|
||||||
end
|
end
|
||||||
|
treasureone goblin_parts
|
||||||
|
arch fl_corpse
|
||||||
|
chance 30
|
||||||
|
more
|
||||||
|
arch goblin_head
|
||||||
|
chance 30
|
||||||
|
more
|
||||||
|
arch foot
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch hand
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch liver
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 10
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
treasure troll
|
||||||
|
list giant_old
|
||||||
|
more
|
||||||
|
arch skill_throwing
|
||||||
|
chance 40
|
||||||
|
yes
|
||||||
|
arch t_boulder
|
||||||
|
nrof 5
|
||||||
|
end
|
||||||
|
more
|
||||||
|
list troll_parts
|
||||||
|
end
|
||||||
|
treasureone troll_parts
|
||||||
|
arch head
|
||||||
|
chance 80
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
arch liver
|
||||||
|
chance 15
|
||||||
|
more
|
||||||
|
arch brain
|
||||||
|
chance 3
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
treasure demilich
|
||||||
|
arch insanity
|
||||||
|
more
|
||||||
|
arch spell_paralyze
|
||||||
|
more
|
||||||
|
arch abil_fear
|
||||||
|
more
|
||||||
|
arch abil_poison_cloud
|
||||||
|
more
|
||||||
|
arch abil_large_icestorm
|
||||||
|
more
|
||||||
|
arch abil_icestorm
|
||||||
|
more
|
||||||
|
arch spell_mass_confusion
|
||||||
|
more
|
||||||
|
arch gem
|
||||||
|
nrof 1
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
treasure skeleton
|
||||||
|
list standard_old
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,48 @@
|
||||||
|
treasureone skull_parts
|
||||||
|
arch tooth
|
||||||
|
chance 95
|
||||||
|
more
|
||||||
|
arch tongue
|
||||||
|
chance 5
|
||||||
|
end
|
||||||
|
treasure skull
|
||||||
|
list skull_parts
|
||||||
|
chance 20
|
||||||
|
more
|
||||||
|
arch spell_paralyze
|
||||||
|
chance 50
|
||||||
|
more
|
||||||
|
arch abil_fear
|
||||||
|
chance 75
|
||||||
|
more
|
||||||
|
arch abil_poison_cloud
|
||||||
|
chance 50
|
||||||
|
more
|
||||||
|
arch spell_sm_lightning
|
||||||
|
more
|
||||||
|
arch spell_large_lightning
|
||||||
|
more
|
||||||
|
arch abil_large_icestorm
|
||||||
|
chance 25
|
||||||
|
more
|
||||||
|
arch abil_icestorm
|
||||||
|
chance 25
|
||||||
|
more
|
||||||
|
arch spell_burning_hands
|
||||||
|
more
|
||||||
|
arch spell_medium_fireball
|
||||||
|
more
|
||||||
|
arch spell_magic_missile
|
||||||
|
more
|
||||||
|
arch spell_magic_bullet
|
||||||
|
more
|
||||||
|
arch spell_small_speedball
|
||||||
|
more
|
||||||
|
arch spell_mass_confusion
|
||||||
|
more
|
||||||
|
arch abil_slow
|
||||||
|
more
|
||||||
|
arch gem
|
||||||
|
nrof 1
|
||||||
|
chance 10
|
||||||
|
end
|
|
@ -0,0 +1,5 @@
|
||||||
|
treasure zombie
|
||||||
|
arch fl_corpse
|
||||||
|
chance 20
|
||||||
|
end
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Object cleric_class
|
Object cleric_class
|
||||||
race cleric
|
race cleric
|
||||||
name cleric
|
name cleric
|
||||||
randomitems cleric
|
randomitems cleric_class_items
|
||||||
face cleric.151
|
face cleric.151
|
||||||
anim
|
anim
|
||||||
cleric.111
|
cleric.111
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
treasure cleric_class_items
|
||||||
|
list fighter_skills
|
||||||
|
more
|
||||||
|
arch morningstar
|
||||||
|
more
|
||||||
|
arch ring_mail
|
||||||
|
more
|
||||||
|
arch holy_symbol
|
||||||
|
more
|
||||||
|
arch skill_oratory
|
||||||
|
more
|
||||||
|
arch cleric_book_l1
|
||||||
|
more
|
||||||
|
arch b_small_shield
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
treasure monk_class_items
|
||||||
|
list basic_skills
|
||||||
|
more
|
||||||
|
arch skill_missile_weapon
|
||||||
|
more
|
||||||
|
arch skill_meditation
|
||||||
|
more
|
||||||
|
arch skill_karate
|
||||||
|
more
|
||||||
|
arch skill_sense_magic
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
more
|
||||||
|
arch r_sack
|
||||||
|
more
|
||||||
|
arch sandals
|
||||||
|
more
|
||||||
|
arch skill_praying
|
||||||
|
more
|
||||||
|
arch skill_sense_curse
|
||||||
|
more
|
||||||
|
arch monk_no_use_weapon
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
treasure paladin_class_items
|
||||||
|
list fighter_skills
|
||||||
|
more
|
||||||
|
arch guide_melee
|
||||||
|
more
|
||||||
|
arch b_bsword_1
|
||||||
|
more
|
||||||
|
arch b_plate_mail
|
||||||
|
more
|
||||||
|
arch b_shield
|
||||||
|
more
|
||||||
|
arch b_full_helmet
|
||||||
|
more
|
||||||
|
arch cleric_book_l1
|
||||||
|
more
|
||||||
|
arch paladin_holy_symbol
|
||||||
|
more
|
||||||
|
arch skill_oratory
|
||||||
|
more
|
||||||
|
arch sack
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
treasure priest_class_items
|
||||||
|
list basic_skills
|
||||||
|
more
|
||||||
|
arch skill_praying
|
||||||
|
more
|
||||||
|
arch skill_one_handed_weapon
|
||||||
|
more
|
||||||
|
arch skill_two_handed_weapon
|
||||||
|
more
|
||||||
|
arch guide_priest
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
more
|
||||||
|
arch quarterstaff
|
||||||
|
more
|
||||||
|
arch cleric_book_l1
|
||||||
|
more
|
||||||
|
arch cleric_book_l1
|
||||||
|
more
|
||||||
|
arch skill_sense_curse
|
||||||
|
more
|
||||||
|
arch amulet
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
treasure ninja_class_items
|
||||||
|
list fighter_skills
|
||||||
|
more
|
||||||
|
arch skill_jumping
|
||||||
|
more
|
||||||
|
arch skill_hide
|
||||||
|
more
|
||||||
|
arch guide_melee
|
||||||
|
more
|
||||||
|
arch nunchacu_1
|
||||||
|
more
|
||||||
|
arch leather_armour
|
||||||
|
more
|
||||||
|
arch bag
|
||||||
|
more
|
||||||
|
arch cloak
|
||||||
|
more
|
||||||
|
arch skill_karate
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
treasure barbarian_class_items
|
||||||
|
arch skill_one_handed_weapon
|
||||||
|
more
|
||||||
|
arch skill_two_handed_weapon
|
||||||
|
more
|
||||||
|
arch skill_missile_weapon
|
||||||
|
more
|
||||||
|
arch skill_throwing
|
||||||
|
more
|
||||||
|
arch skill_find_traps
|
||||||
|
more
|
||||||
|
arch skill_remove_trap
|
||||||
|
more
|
||||||
|
arch skill_use_magic_item
|
||||||
|
more
|
||||||
|
arch guide_melee
|
||||||
|
more
|
||||||
|
arch leather_armour
|
||||||
|
more
|
||||||
|
arch mace
|
||||||
|
more
|
||||||
|
arch skill_climbing
|
||||||
|
more
|
||||||
|
arch skill_woodsman
|
||||||
|
more
|
||||||
|
arch b_horned_helmet
|
||||||
|
more
|
||||||
|
arch sack
|
||||||
|
more
|
||||||
|
arch round_shield
|
||||||
|
more
|
||||||
|
arch high_boots
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
treasure warlock_class_items
|
||||||
|
list fighter_skills
|
||||||
|
more
|
||||||
|
arch talisman_evocation
|
||||||
|
more
|
||||||
|
arch b_lsword
|
||||||
|
more
|
||||||
|
arch leather_armour
|
||||||
|
more
|
||||||
|
arch evoker_book_l1
|
||||||
|
more
|
||||||
|
arch evoker_book_l1
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
treasure warrior_class_items
|
||||||
|
list fighter_skills
|
||||||
|
more
|
||||||
|
arch guide_melee
|
||||||
|
more
|
||||||
|
arch b_sword_2
|
||||||
|
more
|
||||||
|
arch chain_mail
|
||||||
|
more
|
||||||
|
arch b_shield
|
||||||
|
more
|
||||||
|
arch sack
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
treasure alchemist_class_items
|
||||||
|
list basic_skills
|
||||||
|
more
|
||||||
|
arch skill_one_handed_weapon
|
||||||
|
more
|
||||||
|
arch talisman_alchemist
|
||||||
|
more
|
||||||
|
arch skill_alchemy
|
||||||
|
more
|
||||||
|
arch skill_thaumaturgy
|
||||||
|
more
|
||||||
|
arch spell_alchemy
|
||||||
|
more
|
||||||
|
arch guide_alchemy
|
||||||
|
more
|
||||||
|
arch cauldron
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
more
|
||||||
|
arch evoker_book_l1
|
||||||
|
more
|
||||||
|
arch sorcerer_book_l1
|
||||||
|
more
|
||||||
|
arch b_dagger
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
treasure devotee_class_items
|
||||||
|
list wizard_skills
|
||||||
|
more
|
||||||
|
arch skill_evocation
|
||||||
|
more
|
||||||
|
arch guide_priest
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
more
|
||||||
|
arch cleric_book_l1
|
||||||
|
more
|
||||||
|
arch evoker_book_l1
|
||||||
|
more
|
||||||
|
arch evoker_book_l1
|
||||||
|
more
|
||||||
|
arch b_dagger
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
treasure evoker_class_items
|
||||||
|
list basic_skills
|
||||||
|
more
|
||||||
|
arch skill_one_handed_weapon
|
||||||
|
more
|
||||||
|
arch talisman_evoker
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
more
|
||||||
|
arch evoker_book_l1
|
||||||
|
more
|
||||||
|
arch evoker_book_l1
|
||||||
|
more
|
||||||
|
arch b_ssword_1
|
||||||
|
more
|
||||||
|
arch staff
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
treasure sorcerer_class_items
|
||||||
|
list basic_skills
|
||||||
|
more
|
||||||
|
arch skill_sorcery
|
||||||
|
more
|
||||||
|
arch guide_wizard
|
||||||
|
more
|
||||||
|
arch sorcerer_book_l1
|
||||||
|
more
|
||||||
|
arch sorcerer_book_l1
|
||||||
|
more
|
||||||
|
arch sorcerer_book_l1
|
||||||
|
more
|
||||||
|
arch skill_sense_magic
|
||||||
|
more
|
||||||
|
arch skill_thaumaturgy
|
||||||
|
more
|
||||||
|
arch sorcerer_hat
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
treasure summoner_class_items
|
||||||
|
list basic_skills
|
||||||
|
more
|
||||||
|
arch skill_one_handed_weapon
|
||||||
|
more
|
||||||
|
arch skill_praying
|
||||||
|
more
|
||||||
|
arch guide_summon
|
||||||
|
more
|
||||||
|
arch talisman_summoner
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
more
|
||||||
|
arch summoner_book_l1
|
||||||
|
more
|
||||||
|
arch summoner_book_l1
|
||||||
|
more
|
||||||
|
arch b_ssword_1
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
treasure wizard_class_items
|
||||||
|
list wizard_skills
|
||||||
|
more
|
||||||
|
arch skill_sorcery
|
||||||
|
more
|
||||||
|
arch robe
|
||||||
|
more
|
||||||
|
arch sorcerer_book_l1
|
||||||
|
more
|
||||||
|
arch sorcerer_book_l1
|
||||||
|
more
|
||||||
|
arch b_dagger
|
||||||
|
end
|
||||||
|
#treasure wizard_class_items
|
||||||
|
# list wizard_skills
|
||||||
|
# more
|
||||||
|
# arch skill_sorcery
|
||||||
|
# more
|
||||||
|
# arch guide_wizard
|
||||||
|
# more
|
||||||
|
# arch robe
|
||||||
|
# more
|
||||||
|
# arch sorcerer_book_l1
|
||||||
|
# more
|
||||||
|
# arch sorcerer_book_l1
|
||||||
|
# more
|
||||||
|
# arch sorcerer_book_l1
|
||||||
|
# more
|
||||||
|
# arch b_dagger
|
||||||
|
# end
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Object wizard_class
|
Object wizard_class
|
||||||
race human
|
race human
|
||||||
name wizard
|
name wizard
|
||||||
randomitems wizard
|
randomitems wizard_class_items
|
||||||
face wizard.171
|
face wizard.171
|
||||||
color_fg black
|
color_fg black
|
||||||
anim
|
anim
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
treasure dwarf_player_items
|
||||||
|
arch skill_smithery
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
treasure elf_player_items
|
||||||
|
arch elf_player_force
|
||||||
|
more
|
||||||
|
arch bow
|
||||||
|
magic 2
|
||||||
|
more
|
||||||
|
arch arrow
|
||||||
|
magic 3
|
||||||
|
nrof 100
|
||||||
|
more
|
||||||
|
arch quiver
|
||||||
|
more
|
||||||
|
arch skill_bowyer
|
||||||
|
more
|
||||||
|
arch skill_woodsman
|
||||||
|
more
|
||||||
|
arch skill_missile_weapon
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
treasure gnome_player_items
|
||||||
|
arch skill_praying
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
treasure human_player
|
||||||
|
list random_knowledge
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
treasure northman_player_items
|
||||||
|
arch bighorned_helmet
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
treasure dragon_player_items
|
||||||
|
arch dragon_skin_force
|
||||||
|
more
|
||||||
|
arch dragon_ability_force
|
||||||
|
more
|
||||||
|
arch skill_levitate
|
||||||
|
more
|
||||||
|
arch skill_clawing
|
||||||
|
more
|
||||||
|
arch skill_woodsman
|
||||||
|
more
|
||||||
|
arch abil_burning_hands
|
||||||
|
more
|
||||||
|
arch abil_medium_fireball
|
||||||
|
more
|
||||||
|
arch no_class_face_change
|
||||||
|
more
|
||||||
|
arch skill_evocation
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
treasure half_orc_player_items
|
||||||
|
arch skill_stealing
|
||||||
|
end
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
treasure troll_player_items
|
||||||
|
arch troll_player_force
|
||||||
|
end
|
||||||
|
|
|
@ -27,40 +27,40 @@ end
|
||||||
#
|
#
|
||||||
# this basically taken from the code. Not sure if this
|
# this basically taken from the code. Not sure if this
|
||||||
# is still really accurate.
|
# is still really accurate.
|
||||||
treasureone reincarnation_races
|
#treasureone reincarnation_races
|
||||||
arch barbarian
|
# arch barbarian
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch cleric
|
# arch cleric
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch elf
|
# arch elf
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch human
|
# arch human
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch mage
|
# arch mage
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch ninja
|
# arch ninja
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch priest
|
# arch priest
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch swashbuckler
|
# arch swashbuckler
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch thief
|
# arch thief
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch viking
|
# arch viking
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch warrior
|
# arch warrior
|
||||||
chance 1
|
# chance 1
|
||||||
more
|
# more
|
||||||
arch wizard
|
# arch wizard
|
||||||
chance 1
|
# chance 1
|
||||||
end
|
#end
|
||||||
|
|
|
@ -13,7 +13,7 @@ skill praying
|
||||||
no_drop 1
|
no_drop 1
|
||||||
invisible 1
|
invisible 1
|
||||||
exp 20
|
exp 20
|
||||||
randomitems reincarnation_failure
|
#randomitems reincarnation_failure
|
||||||
race reincarnation_races
|
race reincarnation_races
|
||||||
msg
|
msg
|
||||||
This spell brings back a dead character,
|
This spell brings back a dead character,
|
||||||
|
|
Loading…
Reference in New Issue