Add blue and green dragon scales, link them for relevant dragons.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6168 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
f9e137463f
commit
8bf8b346b6
Binary file not shown.
After Width: | Height: | Size: 715 B |
Binary file not shown.
After Width: | Height: | Size: 603 B |
|
@ -8,3 +8,23 @@ editable 2048
|
||||||
name_pl dragon scales
|
name_pl dragon scales
|
||||||
client_type 627
|
client_type 627
|
||||||
end
|
end
|
||||||
|
Object blue_dragon_scale
|
||||||
|
name blue dragon scale
|
||||||
|
nrof 1
|
||||||
|
face dragon_blue_scale.111
|
||||||
|
color_fg dark_orange
|
||||||
|
weight 25000
|
||||||
|
editable 2048
|
||||||
|
name_pl blue dragon scales
|
||||||
|
client_type 627
|
||||||
|
end
|
||||||
|
Object green_dragon_scale
|
||||||
|
name green dragon scale
|
||||||
|
nrof 1
|
||||||
|
face dragon_green_scale.111
|
||||||
|
color_fg dark_orange
|
||||||
|
weight 25000
|
||||||
|
editable 2048
|
||||||
|
name_pl green dragon scales
|
||||||
|
client_type 627
|
||||||
|
end
|
||||||
|
|
|
@ -1,11 +1,29 @@
|
||||||
treasure chinese
|
treasure chinese
|
||||||
list big_dragon_parts
|
arch dragon_steak
|
||||||
chance 50
|
nrof 3
|
||||||
|
chance 45
|
||||||
|
more
|
||||||
|
arch green_dragon_scale
|
||||||
|
chance 40
|
||||||
|
nrof 2
|
||||||
|
more
|
||||||
|
arch dragonclaw
|
||||||
|
chance 15
|
||||||
|
nrof 12
|
||||||
|
more
|
||||||
|
arch dragon_wing
|
||||||
|
chance 15
|
||||||
|
nrof 2
|
||||||
|
more
|
||||||
|
arch dragon_eye
|
||||||
|
chance 15
|
||||||
|
more
|
||||||
|
arch heart
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
arch brain
|
||||||
|
chance 1
|
||||||
more
|
more
|
||||||
# arch dragon_steak
|
|
||||||
# nrof 2
|
|
||||||
# chance 90
|
|
||||||
# more
|
|
||||||
arch abil_icestorm
|
arch abil_icestorm
|
||||||
nrof 3
|
nrof 3
|
||||||
more
|
more
|
||||||
|
|
|
@ -11,7 +11,7 @@ treasure big_elec
|
||||||
nrof 2
|
nrof 2
|
||||||
chance 90
|
chance 90
|
||||||
more
|
more
|
||||||
arch dragon_scale
|
arch blue_dragon_scale
|
||||||
more
|
more
|
||||||
arch wand
|
arch wand
|
||||||
more
|
more
|
||||||
|
|
Loading…
Reference in New Issue