- changing type on traps, adding generic trap arch for use in traps that

use triggers


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2303 282e977c-c81d-0410-88c4-b93c2d0d6712
master
temitchell 2003-09-04 06:21:34 +00:00
parent 83f172669d
commit 7eaf70c2ba
7 changed files with 25 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Object trap_blades
name Blades trap
type 154
type 155
face blades.111
speed 1
hp 1

View File

@ -1,6 +1,6 @@
Object trap_rocks
name falling rocks trap
type 154
type 155
face falling_rocks.111
speed 1
hp 1

View File

@ -1,6 +1,6 @@
Object trap_needle
name poison needle
type 154
type 155
face needle.111
speed 1
hp 1

View File

@ -1,6 +1,6 @@
Object trap_spike_pit
name spiked pit
type 154
type 155
face spiked_pit.111
speed 1
hp 1

View File

@ -1,6 +1,6 @@
Object trap_spikes2
name spikes
type 154
type 155
face tspikes.111
speed 1
hp 1

20
traps/trap.arc 100644
View File

@ -0,0 +1,20 @@
Object trap
name trap
type 155
face trap.111
speed 1
hp 1
msg
You set off a trap!
endmsg
level 1
color_fg black
is_animated 0
invisible 1
no_pick 1
walk_on 1
editable 32
attacktype 1
dam 90
Cha 20
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B