New ground type, acid (based on lava archetype but color changed to green and black and attacktype changed from fire to acid.)

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20017 282e977c-c81d-0410-88c4-b93c2d0d6712
master
rjtanner 2015-09-30 23:48:52 +00:00
parent cdf852d4ba
commit d2c98ecfd3
14 changed files with 98 additions and 0 deletions

View File

@ -1,3 +1,12 @@
New ground type, acid (based on lava archetype but color
has changed and attacktype changed from fire to acid.)
ground/acid.arc
ground/acid.base.11*.png
ground/acid.face
ground/permanent_acid.face
ground/smooth/acid_S.base.11*.png
Rick Tanner 2015-09-30
New fantasy ore type and graphic called silver frost. New fantasy ore type and graphic called silver frost.
jewel/ores/silver_frost.base.111.png jewel/ores/silver_frost.base.111.png
jewel/ores/silverfrost.arc jewel/ores/silverfrost.arc

50
ground/acid.arc 100644
View File

@ -0,0 +1,50 @@
# a specific type of spell effect (cone) which operates
# as a ground object.
Object acid
type 102
subtype 7
level 1
move_on walk
wc -30
name acid
face acid.111
animation acid
smoothface acid.111 acid_S.111
smoothface acid.112 acid_S.112
smoothface acid.113 acid_S.113
smoothface acid.114 acid_S.114
smoothface acid.115 acid_S.115
smoothlevel 28
speed 0.2
no_pick 1
attacktype 64
duration 60
dam 3
is_floor 1
move_block boat swim
end
#
Object permanent_acid
type 102
subtype 7
level 1
move_on walk
wc -30
lifesave 1
name acid
face acid.111
animation permanent_acid
speed 0.2
no_pick 1
smoothlevel 28
smoothface acid.111 acid_S.111
smoothface acid.112 acid_S.112
smoothface acid.113 acid_S.113
smoothface acid.114 acid_S.114
smoothface acid.115 acid_S.115
attacktype 64
hp 1
dam 3
is_floor 1
move_block boat swim
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

32
ground/acid.face 100644
View File

@ -0,0 +1,32 @@
animation acid
acid.111
acid.112
acid.113
acid.114
acid.115
mina
face acid.111
is_floor 1
magicmap yellow
visibility 100
end
face acid.112
is_floor 1
magicmap yellow
visibility 100
end
face acid.113
is_floor 1
magicmap yellow
visibility 100
end
face acid.114
is_floor 1
magicmap yellow
visibility 100
end
face acid.115
is_floor 1
magicmap yellow
visibility 100
end

View File

@ -0,0 +1,7 @@
animation permanent_acid
acid.111
acid.112
acid.113
acid.114
acid.115
mina

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB