Add blue and green dragon mails, and matching converters.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6171 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2007-05-01 09:58:17 +00:00
parent 8bf8b346b6
commit fbe9fe05b0
4 changed files with 71 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

View File

@ -21,3 +21,49 @@ body_torso -1
gen_sp_armour 9
item_power 5
end
Object blue_dragon_mail
name blue dragon mail
name_pl blue dragon mails
client_type 251
nrof 1
type 16
face bluedragonmail.111
last_sp 13
ac 6
resist_physical 50
material 2048
materialname dragonscale
weight 60000
value 50000
resist_electricity 40
magic 3
editable 5120
identified 1
magicmap black
body_torso -1
gen_sp_armour 9
item_power 5
end
Object green_dragon_mail
name green dragon mail
name_pl green dragon mails
client_type 251
nrof 1
type 16
face greendragonmail.111
last_sp 13
ac 6
resist_physical 50
material 2048
materialname dragonscale
weight 60000
value 50000
resist_cold 40
magic 3
editable 5120
identified 1
magicmap black
body_torso -1
gen_sp_armour 9
item_power 5
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

View File

@ -1,5 +1,5 @@
Object create_dragon_mail
name dragonmail: five dragon scales
name dragon mail: five dragon scales
face ambolt.111
type 103
other_arch dragon_mail
@ -10,3 +10,27 @@ walk_on 1
editable 64
visibility 100
end
Object create_blue_dragon_mail
name blue dragon mail: five blue dragon scales
face ambolt.111
type 103
other_arch blue_dragon_mail
slaying blue_dragon_scale
food 5
no_pick 1
walk_on 1
editable 64
visibility 100
end
Object create_green_dragon_mail
name green dragon mail: five green dragon scales
face ambolt.111
type 103
other_arch green_dragon_mail
slaying green_dragon_scale
food 5
no_pick 1
walk_on 1
editable 64
visibility 100
end