a torch #156

Parent #127Owner #36Flags read, fertileSource RPG Core/rpgcore-patched.db

Aliases: a torch, torch

1 verbs · 33 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
init_for_corethis none thisrxd#1567

Properties

PropertyDefinerFlagsOwnerValue
light_on#127rc#360
power_units#127rc#363
burn_task#127r#36<clear>
rechargable#127rc#36<clear>
shows_units#127rc#36<clear>
turn_on_msg#127rc#36<clear>
turn_off_msg#127rc#36<clear>
returning#108rc#36<clear>
how_long#108rc#36<clear>
been_told#108rc#36<clear>
home#108rc#36<clear>
child_limit#108rc#36<clear>
recycle_at_death#108rc#36<clear>
drop_failed_msg#5rc#36<clear>
drop_succeeded_msg#5rc#36<clear>
odrop_failed_msg#5rc#36<clear>
odrop_succeeded_msg#5rc#36<clear>
otake_succeeded_msg#5rc#36<clear>
otake_failed_msg#5rc#36<clear>
take_succeeded_msg#5rc#36<clear>
take_failed_msg#5rc#36<clear>
value_base#102r#2<clear>
damage_base#102r#2<clear>
x_loc#102r#36<clear>
y_loc#102r#36<clear>
ansi_title#102r#36<clear>
obvious#102r#36<clear>
build_help#102rc#36<clear>
key#1c#360
aliases#1rc#36{"a torch", "torch"}
description#1rc#36<clear>
object_size#1r#36{1145, -1090650497}
html#1rc#36<clear>

Ancestry

Ancestors (nearest first): #127 generic light#108 generic replicating & returning thing#5 generic thing#102 subthing#1 Root Class

Children: none

Call graph

calls n156_0 #156:init_for_core n5_2 #5:moveto n156_0->n5_2

Source

init_for_core

Spec this none thisFlags rxdOwner #36Definer #156

Referenced by

none

Source

1this:moveto($rmprop_demo_1);
2for p in (properties($light))
3clear_property(this, p);
4endfor
5this.power_units = 3;
6this.light_on = 0;
7return;