Apply modified patch for rock mining, by tituss.

See https://sourceforge.net/p/crossfire/patches/363/


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21125 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2020-03-02 19:45:58 +00:00
parent aa30a0bfed
commit 0c80bc7c35
11 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,3 @@
treasure mountain
arch mountain_rubble
end

View File

@ -1,6 +1,7 @@
Object mountain
name mountains
face mountain1.111
randomitems mountain
type 67
race /terrain/mountain
move_on walk

View File

@ -1,6 +1,7 @@
Object mountain2
name high mountains
face mountain2.111
randomitems mountain
type 67
race /terrain/mountain
move_on walk

View File

@ -1,6 +1,7 @@
Object mountain3
name mountains
face mountain3.111
randomitems mountain
type 67
race /terrain/mountain
move_on walk

View File

@ -1,6 +1,7 @@
Object mountain4
name high mountains
face mountain4.111
randomitems mountain
type 67
race /terrain/mountain
no_pick 1

View File

@ -1,6 +1,7 @@
Object mountain5
name very high mountains
face mountain5.111
randomitems mountain
type 67
race /terrain/mountain
no_pick 1

View File

@ -1,5 +1,6 @@
Object mountain_2
name high mountain
randomitems mountain
face mountain_2.x11
no_pick 1
move_slow walk
@ -11,6 +12,7 @@ end
More
Object mountain_2_2
name high mountain
randomitems mountain
face mountain_2.x11
no_pick 1
x 1
@ -23,6 +25,7 @@ end
More
Object mountain_2_3
name high mountain
randomitems mountain
face mountain_2.x11
no_pick 1
y 1
@ -35,6 +38,7 @@ end
More
Object mountain_2_4
name high mountain
randomitems mountain
face mountain_2.x11
no_pick 1
x 1

View File

@ -0,0 +1,19 @@
Object mountain_rubble
face rubble1.111
harvest_race mountain_rubble
harvest_tool pickaxe
harvestable -1
harvest_level 1
harvest_exp 0
nrof 0
type 4
hp 1
material 18
value 50
weight 50000
identified 1
randomitems random_inorganic
name rubble
name_pl rubble
client_type 51
end

View File

@ -0,0 +1,18 @@
Object mining_pick
harvest_race mountain_rubble
harvest_tool pickaxe
skill mining
name pickaxe
name_pl pickaxes
face pickaxe.111
type 74
material 20
nrof 1
value 1500
weight 5000
client_type 451
body_skill -1
harvest_race mountain_rubble
harvest_tool pickaxe
harvest_speed 2
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

12
skills/mining.arc 100644
View File

@ -0,0 +1,12 @@
Object skill_mining
name mining
skill mining
slaying mine
type 43
invisible 1
no_drop 1
subtype 39
body_skill -1
exp 100
level 100
end