Fasco's Cave #151

Parent #118Owner #36Flags Source RPG Core/rpgcore-patched.db

Aliases: Fasco's Cave

2 verbs · 62 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
init_for_corethis none thisrxd#1513
special_dig_verbthis none thisrxd#1514

Properties

PropertyDefinerFlagsOwnerValue
virtual_exit_task#118r#2<clear>
defaulting_exit_oleave_msg#118rc#36<clear>
blessed_entrances#118rc#36<clear>
virtual_exits#118rc#36<clear>
give_short_alias#118rc#36<clear>
virtual_exit_to_use#118r#2{}
lit_from_outside#118rc#361
bot_locked#104rc#36<clear>
fakes#104r#36{"hole"}
retail#104rc#36<clear>
seat#104r#36<clear>
pool#104r#36<clear>
seat_desc#104r#36<clear>
pool_desc#104r#36<clear>
sit_phrase#104rc#36<clear>
stand_phrase#104rc#36<clear>
swim_phrase#104rc#36<clear>
dry_phrase#104rc#36<clear>
push_phrase#104rc#36<clear>
seat_aliai#104r#36<clear>
pool_aliai#104r#36<clear>
seat_contents#104r#36<clear>
pool_contents#104r#36<clear>
seat_max#104r#36<clear>
pool_max#104r#36<clear>
details#104rc#36<clear>
temp_detail_index#104rc#36<clear>
temp_detail_desc#104rc#36<clear>
outdoors#104r#360
attack_queue#104r#2<clear>
battle_on#104r#2<clear>
stop_msg#104rc#36<clear>
remove_msg#104rc#36<clear>
dump_msg#104rc#36<clear>
dump_loc#104rc#36<clear>
sanctuary#104rc#36<clear>
ansi_title#104r#36<clear>
dark_desc#104rc#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#104rc#36<clear>
build_help#104rc#36<clear>
battle_task#104r#2<clear>
dig_level#104rc#362
holes#104r#2{}
help_msg#104rc#36<clear>
who_location_msg#3rc#36<clear>
free_home#3rc#36<clear>
victim_ejection_msg#3rc#36<clear>
ejection_msg#3rc#36<clear>
oejection_msg#3rc#36<clear>
residents#3rc#36<clear>
free_entry#3rc#36<clear>
entrances#3c#36{#152}
blessed_object#3rc#36#-1
blessed_task#3rc#361146820999
exits#3c#36{#153}
dark#3rc#361
ctype#3rc#36<clear>
key#1c#360
aliases#1rc#36{"Fasco's Cave"}
description#1rc#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#1r#36{2614, -1090650497}
html#1rc#36<clear>

Ancestry

Ancestors (nearest first): #118 virtual exit room#104 RPG room#3 generic room#1 Root Class

Children: none

Call graph

calls n151_0 #151:init_for_core n3_33 #3:moveto n151_0->n3_33 n151_1 #151:special_dig_verb n52_8 #52:contains n151_1->n52_8 n5_2 #5:moveto n151_1->n5_2 n35_1 #35:say_action n151_1->n35_1

Source

init_for_core

Spec this none thisFlags rxdOwner #2Definer #151

Referenced by

none

Source

1this:moveto($rmprop_demo_6);
2this.holes = {};
3return;

special_dig_verb

Spec this none thisFlags rxdOwner #36Definer #151

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