skills database #97

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

Aliases: skills database

3 verbs · 19 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
matchthis none thisrxd#972
acceptablethis none thisrxd#975
flushthis none thisrxd#974

Properties

PropertyDefinerFlagsOwnerValue
all#97rc#361{}
brawn#97rc#361#288
brains#97rc#361#303
cool#97rc#361#276
reflexes#97rc#361#228
endurance#97rc#361#319
senses#97rc#361#323
fists#97rc#361#314
dodge#97rc#361#252
aliases#1rc#361{"skills database"}
description#1rc#361<clear>
object_size#1r#29{3418, 1298433815}
hidden_verbs#1rc#361<clear>
phelp_msg#1rc#361<clear>
weight#1rc#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): #309 generic db object#1 root

Children: none

Call graph

calls n97_0 #97:match n44_0 #44:match n97_0->n44_0 n97_2 #97:flush n45_23 #45:leaves n97_2->n45_23

Source

match

Spec this none thisFlags rxdOwner #361Definer #97

Referenced by

Source

1sname = args[1];
2return $match_utils:match(sname, this.contents);

acceptable

Spec this none thisFlags rxdOwner #361Definer #97

Referenced by

none

Source

1skill = args[1];
2if (!is_a(skill, $skill))
3return 0;
4endif
5return 1;

flush

Spec this none thisFlags rxdOwner #361Definer #97

Referenced by

none

Source

1who = args[1];
2for x in ($ou:leaves($skill))
3x:flush(who);
4endfor