generic ammunition #114

Parent #113Owner #36Flags read, fertileSource QuestCore.db

Aliases: generic ammunition, ammo

1 verbs · 23 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
titlethis none thisrxd#1146

Properties

PropertyDefinerFlagsOwnerValue
rounds#114rc#366
script#114rc#36{}
help_msg#113rc#36{"Ammunition is required for all shooting weapons.", "The amount of damage inflicted by a missle is defined on the weapon that fires it."}
been_told#113r#20
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
list of 2{"Remember to to \"@chmod <new ammo object> rf\", because infertile collective objects get EATEN when an object with the same parent is placed in their area!", "Get a wizard to set the .value_base of the ammo, which will be the per-round cost."}
key#1c#360
aliases#1rc#36{"generic ammunition", "ammo"}
description#1rc#36<clear>
object_size#1r#36{1512, -1090650497}

Ancestry

Ancestors (nearest first): #113 generic collective thing#5 generic thing#102 subthing#1 Root Class

Children: none

Call graph

calls n114_0 #114:title n102_4 #102:title n114_0->n102_4

Source

title

Spec this none thisFlags rxdOwner #36Definer #114

Referenced by

none

Source

1name = this.name;
2title = pass(@args);
3blurb = "";
4blurb = this.rounds ? tostr(this.rounds) | "empty";
5title = blurb ? tostr(name, "(", blurb, ")") | title;
6return title;