Catch up on some pretty old patches.
New serpentman race for players. New low level spell sparkshower. Patches originally from 'Flying Pedestrian', but some things changed around. MSW 2003-10-02 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2369 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3af614d1b0
commit
446f2a38fa
|
@ -41,6 +41,9 @@ treasureone sorcery_l1
|
|||
more
|
||||
arch spell_slow
|
||||
chance 2
|
||||
more
|
||||
arch spell_spark_shower
|
||||
chance 5
|
||||
end
|
||||
#
|
||||
treasureone pyromancy_l1
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
Object serpentman_player
|
||||
name Serpentman
|
||||
race reptile
|
||||
randomitems serpentman_player_items
|
||||
face serpentman.131
|
||||
msg
|
||||
The Serpentman adventure is a rare breed. Few serpentmen
|
||||
ever leaves the swamps, as they are not well adjusted for
|
||||
human society. Their heads and feet are not shaped properly
|
||||
to use boots or helmets made for humanoid folk, but their
|
||||
unsual build gave rise to a cultural habit of wearing pieces
|
||||
of bracelet- and ring-like jewelry on their tails.
|
||||
They possess a tough hide and strong legs which enable them to
|
||||
leap further than most folks. Their nasty claws can also double
|
||||
as weapons
|
||||
|
||||
They are only partially warm-blooded, and are as a result somewhat
|
||||
susceptible to cold.
|
||||
endmsg
|
||||
anim
|
||||
serpentman.111
|
||||
serpentman.112
|
||||
serpentman.171
|
||||
serpentman.172
|
||||
serpentman.151
|
||||
serpentman.152
|
||||
serpentman.131
|
||||
serpentman.132
|
||||
facings 4
|
||||
mina
|
||||
is_animated 0
|
||||
type 1
|
||||
level 1
|
||||
ac 5
|
||||
wc 21
|
||||
dam 8
|
||||
can_use_shield 1
|
||||
can_use_armour 1
|
||||
can_use_weapon 1
|
||||
can_see_in_dark 1
|
||||
alive 1
|
||||
weight 70000
|
||||
food 999
|
||||
speed 1
|
||||
attacktype 1
|
||||
color_fg green
|
||||
resist_cold -50
|
||||
resist_fire 30
|
||||
resist_electricity 30
|
||||
resist_acid 30
|
||||
resist_poison 30
|
||||
resist_physical 5
|
||||
Str 2
|
||||
Dex 2
|
||||
Con 4
|
||||
Wis -2
|
||||
Int -2
|
||||
Cha -4
|
||||
editable 0
|
||||
body_range 1
|
||||
body_arm 2
|
||||
body_torso 1
|
||||
body_hand 2
|
||||
body_neck 1
|
||||
body_shoulder 1
|
||||
body_skill 1
|
||||
body_wrist 4
|
||||
body_finger 3
|
||||
body_waist 1
|
||||
end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,7 @@
|
|||
treasure serpentman_player_items
|
||||
arch no_class_face_change
|
||||
more
|
||||
arch skill_clawing
|
||||
more
|
||||
arch skill_jumping
|
||||
end
|
|
@ -0,0 +1,24 @@
|
|||
Object sparkshower
|
||||
name Shower of Sparks
|
||||
type 102
|
||||
subtype 7
|
||||
level 1
|
||||
walk_on 1
|
||||
fly_on 1
|
||||
face sparkshower.111
|
||||
color_fg red
|
||||
anim
|
||||
sparkshower.111
|
||||
sparkshower.112
|
||||
sparkshower.113
|
||||
mina
|
||||
anim_speed 1.0
|
||||
speed 0.075
|
||||
wc -30
|
||||
dam 1
|
||||
flying 1
|
||||
glow_radius 4
|
||||
no_pick 1
|
||||
attacktype 14
|
||||
editable 0
|
||||
end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,22 @@
|
|||
Object spell_spark_shower
|
||||
name spark shower
|
||||
name_pl spark shower
|
||||
level 1
|
||||
sp 5
|
||||
casting_time 15
|
||||
path_attuned 8
|
||||
other_arch sparkshower
|
||||
dam 2
|
||||
dam_modifier 5
|
||||
range 6
|
||||
duration 2
|
||||
range_modifier 5
|
||||
maxsp 9
|
||||
type 101
|
||||
subtype 7
|
||||
value 10
|
||||
attacktype 10
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill sorcery
|
||||
end
|
Loading…
Reference in New Issue