scoreboard chip #168

Parent #5Owner #361Flags read, fertileSource hellcore/hellcore.db

Aliases: scoreboard chip, chip

5 verbs · 39 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
can_globthis none thisrxd#1681
is_scorablethis none thisrxd#1681
displaythis none thisrxd#16810
tree_tagthis none thisrxd#16814
calculatethis none thisrxd#1681

Properties

PropertyDefinerFlagsOwnerValue
(minimum_xp)#168rc#36110000
(score_cache)#168rc#361{}
(button_name)#168rc#361""
(maximum_disconnect_days)#168rc#36190
(ignore_players)#168rc#361{}
(ignore_rooms)#168rc#361{#-1}
(person_title)#168rc#361""
(ignore_corps)#168rc#361{}
(brag_msg)#168rc#361"I'm the #%position %[tperson_title] in the world."
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#361<clear>
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<clear>
recipe_for#5rc#361<clear>
carried_msg#5rc#361<clear>
aliases#1rc#361{"scoreboard chip", "chip"}
description#1rc#361<clear>
object_size#1r#29{0, 0}
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 n168_2 #168:display n5_4 #5:description n168_2->n5_4

Source

can_glob

Spec this none thisFlags rxdOwner #361Definer #168

Referenced by

none

Source

1return 0;

is_scorable

Spec this none thisFlags rxdOwner #361Definer #168

Referenced by

none

Source

1return 0;

display

Spec this none thisFlags rxdOwner #361Definer #168

Referenced by

none

Source

1d = this:description();
2if (typeof(d) != LIST)
3if (d)
4d = {d};
5else
6d = {};
7endif
8endif
9return d;
10return {"An unconfigured display."};

tree_tag

Spec this none thisFlags rxdOwner #361Definer #168

Referenced by

none

Source

1r = "";
2if (this.button_name)
3r = ((r + " [") + this.button_name) + "]";
4endif
5if ("calculate" in verbs(this))
6r = r + " calc";
7endif
8if ("display" in verbs(this))
9r = r + " disp";
10endif
11if ("is_scorable" in verbs(this))
12r = r + " is_s";
13endif
14return r;

calculate

Spec this none thisFlags rxdOwner #361Definer #168

Referenced by

none

Source

1return;