generic ammunition #114
Aliases: generic ammunition, ammo
1 verbs · 23 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
title | this none this | rxd | #114 | 6 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
rounds | #114 | rc | #36 | 6 |
script | #114 | rc | #36 | {} |
help_msg | #113 | rc | #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 | #113 | r | #2 | 0 |
drop_failed_msg | #5 | rc | #36 | <clear> |
drop_succeeded_msg | #5 | rc | #36 | <clear> |
odrop_failed_msg | #5 | rc | #36 | <clear> |
odrop_succeeded_msg | #5 | rc | #36 | <clear> |
otake_succeeded_msg | #5 | rc | #36 | <clear> |
otake_failed_msg | #5 | rc | #36 | <clear> |
take_succeeded_msg | #5 | rc | #36 | <clear> |
take_failed_msg | #5 | rc | #36 | <clear> |
value_base | #102 | r | #2 | <clear> |
damage_base | #102 | r | #2 | <clear> |
x_loc | #102 | r | #36 | <clear> |
y_loc | #102 | r | #36 | <clear> |
ansi_title | #102 | r | #36 | <clear> |
obvious | #102 | r | #36 | <clear> |
build_help | #102 | rc | #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 | #1 | c | #36 | 0 |
aliases | #1 | rc | #36 | {"generic ammunition", "ammo"} |
description | #1 | rc | #36 | <clear> |
object_size | #1 | r | #36 | {1512, -1090650497} |
Ancestry
Ancestors (nearest first): #113 generic collective thing → #5 generic thing → #102 subthing → #1 Root Class
Children: none
Call graph
Source
title
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;