Fasco's Cave #151
Aliases: Fasco's Cave
2 verbs · 62 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
init_for_core | this none this | rxd | #151 | 3 |
special_dig_verb | this none this | rxd | #151 | 4 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
virtual_exit_task | #118 | r | #2 | <clear> |
defaulting_exit_oleave_msg | #118 | rc | #36 | <clear> |
blessed_entrances | #118 | rc | #36 | <clear> |
virtual_exits | #118 | rc | #36 | <clear> |
give_short_alias | #118 | rc | #36 | <clear> |
virtual_exit_to_use | #118 | r | #2 | {} |
lit_from_outside | #118 | rc | #36 | 1 |
bot_locked | #104 | rc | #36 | <clear> |
fakes | #104 | r | #36 | {"hole"} |
retail | #104 | rc | #36 | <clear> |
seat | #104 | r | #36 | <clear> |
pool | #104 | r | #36 | <clear> |
seat_desc | #104 | r | #36 | <clear> |
pool_desc | #104 | r | #36 | <clear> |
sit_phrase | #104 | rc | #36 | <clear> |
stand_phrase | #104 | rc | #36 | <clear> |
swim_phrase | #104 | rc | #36 | <clear> |
dry_phrase | #104 | rc | #36 | <clear> |
push_phrase | #104 | rc | #36 | <clear> |
seat_aliai | #104 | r | #36 | <clear> |
pool_aliai | #104 | r | #36 | <clear> |
seat_contents | #104 | r | #36 | <clear> |
pool_contents | #104 | r | #36 | <clear> |
seat_max | #104 | r | #36 | <clear> |
pool_max | #104 | r | #36 | <clear> |
details | #104 | rc | #36 | <clear> |
temp_detail_index | #104 | rc | #36 | <clear> |
temp_detail_desc | #104 | rc | #36 | <clear> |
outdoors | #104 | r | #36 | 0 |
attack_queue | #104 | r | #2 | <clear> |
battle_on | #104 | r | #2 | <clear> |
stop_msg | #104 | rc | #36 | <clear> |
remove_msg | #104 | rc | #36 | <clear> |
dump_msg | #104 | rc | #36 | <clear> |
dump_loc | #104 | rc | #36 | <clear> |
sanctuary | #104 | rc | #36 | <clear> |
ansi_title | #104 | r | #36 | <clear> |
dark_desc | #104 | rc | #36 | " It is very dark in here. (If you are seeing this message, it means that it's night outside and you have not yet lit the torch. The '.lit_from_outside' property is set to 1, and this message is written into the '.dark_desc' property.)" |
title_style | #104 | rc | #36 | <clear> |
build_help | #104 | rc | #36 | <clear> |
battle_task | #104 | r | #2 | <clear> |
dig_level | #104 | rc | #36 | 2 |
holes | #104 | r | #2 | {} |
help_msg | #104 | rc | #36 | <clear> |
who_location_msg | #3 | rc | #36 | <clear> |
free_home | #3 | rc | #36 | <clear> |
victim_ejection_msg | #3 | rc | #36 | <clear> |
ejection_msg | #3 | rc | #36 | <clear> |
oejection_msg | #3 | rc | #36 | <clear> |
residents | #3 | rc | #36 | <clear> |
free_entry | #3 | rc | #36 | <clear> |
entrances | #3 | c | #36 | {#152} |
blessed_object | #3 | rc | #36 | #-1 |
blessed_task | #3 | rc | #36 | 1146820999 |
exits | #3 | c | #36 | {#153} |
dark | #3 | rc | #36 | 1 |
ctype | #3 | rc | #36 | <clear> |
key | #1 | c | #36 | 0 |
aliases | #1 | rc | #36 | {"Fasco's Cave"} |
description | #1 | rc | #36 | {" This dark cave is where Fasco hides his fobs. I think you can figure out how to dig here and find one.", " (Wizard: check out [@list] here:special_dig_verb.)"} |
object_size | #1 | r | #36 | {2614, -1090650497} |
html | #1 | rc | #36 | <clear> |
Ancestry
Ancestors (nearest first): #118 virtual exit room → #104 RPG room → #3 generic room → #1 Root Class
Children: none
Call graph
Source
init_for_core
Referenced by
none
Source
1this:moveto($rmprop_demo_6); 2this.holes = {}; 3return;
special_dig_verb
Referenced by
none
Source
1if ((!this.holes) && (!$object_utils:contains(player, $rmprop_demo_10))) 2$rmprop_demo_10:moveto(this); 3$you:say_action("%N %<uncovers> the ultimate fob!"); 4endif