Add vials and changed alchemist to accomodate

master
kts of kettek (nyaa) 2018-06-29 18:00:15 -07:00
parent 50cc89e9c6
commit 7cd6d69a6c
8 changed files with 187 additions and 4 deletions

View File

@ -13,14 +13,19 @@ treasure alchemist_class_items
more
arch guide_alchemy
more
arch guide_vials
more
arch cauldron
more
arch robe
more
arch evoker_book_l1
list alchemist_vials_l1
more
arch sorcerer_book_l1
list alchemist_vials_l1
more
list alchemical_components_l1
more
list alchemical_components_l1
more
arch b_dagger
end
end

View File

@ -0,0 +1,37 @@
treasure alchemical_components_l1
arch salt
nrof 5
chance 50
more
arch pyrite
nrof 5
chance 50
more
arch cinnabar
nrof 5
chance 50
more
arch sulphur
nrof 5
chance 50
more
arch phosphorus
nrof 5
chance 50
more
arch pyrite
nrof 5
chance 50
more
arch cinnabar
nrof 5
chance 50
more
arch vial_empty
nrof 5
chance 50
more
arch vial_empty
nrof 5
chance 50
end

View File

@ -60,3 +60,39 @@ end
treasureone summoning_l1
arch spell_lesser_summon_golem
end
#
treasureone alchemist_vials_l1
arch vial_burning_hands
nrof 8
chance 15
more
arch vial_burning_hands
nrof 6
chance 40
more
arch vial_burning_hands
nrof 4
chance 15
arch vial_explosion
nrof 4
chance 10
more
arch vial_explosion
nrof 36
chance 20
more
arch vial_explosion
nrof 2
chance 10
arch vial_sparkshower
nrof 10
chance 20
more
arch vial_sparkshower
nrof 8
chance 60
more
arch vial_sparkshower
nrof 6
chance 20
end

View File

@ -0,0 +1,33 @@
Object guide_vials
name guide to Throwing Vials
msg
o In addition to the standard alchemical
recipes, there are recipes that exist
solely to make dangerous throwing vials.
o To throw a vial, first you must mark it
by typing or binding "mark vial of ...",
then readying the throwing skill via
"ready_skill throwing", and then firing
in a direction by pressing Shift+direction.
o If you have the components, you can easily
make a vial of sparkshower by combining
the following in a cauldron:
o 1 empty vial
o 1 pyrite
o 1 phosphorus
o 1 salt
o 1 sulphur
o There exist other recipes out there -- in
fact, you likely already have the components
for some simple starting concoctions!
endmsg
nrof 1
face book_red.111
type 8
subtype 2
skill literacy
material 1
weight 4000
magicmap green
end

View File

@ -0,0 +1,24 @@
Object spell_explosion
anim_suffix spellcasting
name explosion
name_pl explosions
face spell_pyromancy.111
other_arch explosion
level 1
sp 5
casting_time 5
path_attuned 2
dam 4
dam_modifier 4
range 5
duration 2
range_modifier 4
maxsp 9
type 101
subtype 7
value 10
attacktype 6
no_drop 1
invisible 1
skill spellcasting
end

View File

@ -0,0 +1,16 @@
Object vial_burning_hands
face vial_red.111
name vial
name_pl vials
nrof 1
type 5
subtype 5
client_type 652
level 1
material 32
value 50
weight 150
skill throwing
arch spell_burning_hands
end
end

View File

@ -0,0 +1,16 @@
Object vial_explosion
face vial_cyan.111
name vial
name_pl vials
nrof 1
type 5
subtype 5
client_type 652
level 1
material 32
value 50
weight 150
skill throwing
arch spell_explosion
end
end

View File

@ -0,0 +1,16 @@
Object vial_sparkshower
face vial_yellow.111
name vial
name_pl vials
nrof 1
type 5
subtype 5
client_type 652
level 1
material 32
value 50
weight 150
skill throwing
arch spell_spark_shower
end
end