generic stairs #218
Aliases: generic stairs
1 verbs · 57 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
push_through | this none this | rxd | #218 | 7 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
parent_up | #218 | rc | #361 | #228809 |
parent_down | #218 | rc | #361 | #273361 |
skill | #349 | rc | #361 | #116 |
difficulty | #349 | rc | #361 | 20 |
move_on_hit | #349 | rc | #361 | <clear> |
ohit_msg | #349 | rc | #361 | <clear> |
hit_msg | #349 | rc | #361 | <clear> |
damage | #349 | rc | #361 | <clear> |
near_miss_msg | #349 | rc | #361 | <clear> |
move_on_near_miss | #349 | rc | #361 | <clear> |
onear_miss_msg | #349 | rc | #361 | <clear> |
otherside | #55 | rc | #361 | <clear> |
leave_msg | #55 | rc | #361 | <clear> |
arrive_msg | #55 | rc | #361 | <clear> |
go_fail_msg | #55 | rc | #361 | <clear> |
look_place_msg | #55 | rc | #361 | <clear> |
opaque | #55 | rc | #361 | <clear> |
obvious | #55 | rc | #361 | <clear> |
next_hops | #55 | r | #361 | <clear> |
speed | #55 | rc | #361 | <clear> |
direction | #55 | rc | #361 | <clear> |
throw_msg | #55 | rc | #361 | <clear> |
throw_through_msg | #55 | rc | #361 | <clear> |
throw_fail_msg | #55 | rc | #361 | <clear> |
oarrive_msg | #55 | rc | #361 | <clear> |
oleave_msg | #55 | rc | #361 | <clear> |
oleave_follow_msg | #55 | rc | #361 | <clear> |
oarrive_follow_msg | #55 | rc | #361 | <clear> |
last_use_time | #55 | r | #361 | <clear> |
last_user | #55 | r | #361 | <clear> |
last_arriver | #55 | r | #361 | <clear> |
last_arrive_time | #55 | r | #361 | <clear> |
passable | #55 | rc | #361 | <clear> |
draw_ok | #55 | rc | #361 | <clear> |
attenuation | #55 | rw | #361 | <clear> |
hidden | #55 | rc | #361 | <clear> |
direction_msg | #55 | rc | #361 | <clear> |
next_hop_ok | #55 | rc | #361 | <clear> |
protect_msg | #55 | rc | #361 | <clear> |
pushed_msg | #55 | rc | #361 | "%DN stumbles toward %dt, then goes tumbling end-over-end down the stairs!" |
pushed_from_msg | #55 | rc | #361 | "%DN comes tumbling down %dt with a series of loud cracks, thumps and obscenities." |
look_through_msg | #55 | rc | #361 | <clear> |
icon | #55 | rc | #361 | <clear> |
pee_msg | #55 | rc | #361 | <clear> |
otherside_type | #55 | rc | #361 | <clear> |
verb_subs | #55 | rc | #361 | <clear> |
sneak_difficulty | #55 | rc | #361 | <clear> |
aliases | #1 | rc | #361 | {"generic stairs"} |
description | #1 | rc | #361 | <clear> |
object_size | #1 | r | #29 | {1683, 1298434432} |
hidden_verbs | #1 | rc | #361 | <clear> |
phelp_msg | #1 | rc | #361 | <clear> |
weight | #1 | rc | #361 | <clear> |
owner_verbs | #1 | rc | #361 | <clear> |
plural_name | #1 | rc | #361 | <clear> |
client_image | #1 | rc | #361 | <clear> |
listening | #1 | rc | #361 | <clear> |
Ancestry
Ancestors (nearest first): #349 generic dangerous exit → #55 generic exit → #1 root
Children: none
Call graph
Source
push_through
Referenced by
none
Source
1who = args[1]; 2if (pass(@args)) 3if (this.direction == "down") 4this.otherside.location:fall_into(who, this, 6); 5endif 6return 1; 7endif