generic lockpick #208

Parent #5Owner #361Flags readSource hellcore/hellcore.db

Aliases: generic lockpick

2 verbs · 36 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
_breakthis none thisrxd#2085
tree_tagthis none thisrxd#2081

Properties

PropertyDefinerFlagsOwnerValue
break_on_fail_chance#208rc#3613
break_msg#208rc#361"Shit! Your %t snaps in two."
pick_continue_msg#208rc#361{"%DN jiggles %dt slightly.", "%DN jabs %dt sharply.", "%DN slides %dt up a bit.", "%DN jiggles %dt.", "%DN wiggles %dt."}
use_msg#208rc#361"%DN bends down and starts picking the lock in %dl with %p %t."
pick_continue_fail_msg#208rc#361
list of 5{"%DN curses under %p breath.", "%DN sighs and closes %p eyes.", "%DN stops moving.", "%DN shakes %dt frantically.", "%DN slams %p hand against %dt in frustration."}
quality#208rc#3610
handed#5rc#361<clear>
wield_msg#5rc#361<clear>
unwield_msg#5rc#361<clear>
size#5rc#361<clear>
look_place_msg#5rc#361<clear>
value#5rc#361<clear>
get_msg#5rc#361<clear>
drop_msg#5rc#361<clear>
get_fail_msg#5rc#361<clear>
junk_ok#5rc#3611
floats#5rc#361<clear>
long_name_msg#5rc#361<clear>
article#5rc#361<clear>
setup_list#5rc#361<clear>
health#5rc#361<clear>
health_max#5rc#361<clear>
min_skill#5rc#361<clear>
skill#5rc#361#853
recipe_for#5rc#361<clear>
carried_msg#5rc#361<clear>
aliases#1rc#361{"generic lockpick"}
description#1rc#361<clear>
object_size#1r#29{2227, 1298434225}
hidden_verbs#1rc#361<clear>
phelp_msg#1rc#361<clear>
weight#1rwc#361<clear>
owner_verbs#1rc#361<clear>
plural_name#1rc#361<clear>
client_image#1rc#361<clear>
listening#1rc#361<clear>

Ancestry

Ancestors (nearest first): #5 generic thing#1 root

Children: none

Call graph

calls n208_0 #208:_break n20_34 #20:pronoun_sub n208_0->n20_34 n103_2 #103:junk n208_0->n103_2 n208_1 #208:tree_tag n5_18 #5:tree_tag n208_1->n5_18

Source

_break

Spec this none thisFlags rxdOwner #361Definer #208

Referenced by

none

Source

1who = args[1];
2m = $su:ps(this.break_msg, who, this);
3who:tell(m);
4who:aat(who:dnamec(), " curses under ", who.pp, " breath.");
5$rpg:junk(this);

tree_tag

Spec this none thisFlags rxdOwner #361Definer #208

Referenced by

none

Source

1return ((((pass(@args) + " ") + tostr(this.quality)) + " %") + tostr(this.break_on_fail_chance)) + " brk";