ITEM AMMO: Difference between revisions
Jump to navigation
Jump to search
New page: Ammo is used to load into a FIREWEAPON. The weapon itself does not determine the damage, the ammo does. Ammo is loaded with the LOADWEAPON command. Damage-Dice is assigned just like ITEM... |
No edit summary |
||
| Line 1: | Line 1: | ||
Ammo is used to load into a | Ammo is used to load into a [[ITEM_FIREWEAPON]]. The weapon itself does not determine | ||
the damage, the ammo does. Ammo is loaded with the LOADWEAPON command. | the damage, the ammo does. Ammo is loaded with the LOADWEAPON command. | ||
Damage-Dice is assigned just like ITEM_WEAPON. | Damage-Dice is assigned just like [[ITEM_WEAPON]]. | ||
v0 = Ammo type. Most cases you will set this to the vnum of itself. | v0 = Ammo type. Most cases you will set this to the vnum of itself. | ||
v1 = number of damage dice | v1 = number of damage dice | ||
v2 = size of damage dice | v2 = size of damage dice | ||
v3 = attack type (see | v3 = attack type (see [[ITEM_WEAPON]] for list) | ||
See also: [[OEDIT]], [[OSET]], [[ITEM_TYPES]], [[ITEM_FIREWEAPON]], [[ITEM_WEAPON]] | See also: [[OEDIT]], [[OSET]], [[ITEM_TYPES]], [[ITEM_FIREWEAPON]], [[ITEM_WEAPON]] | ||
Latest revision as of 02:03, 7 December 2009
Ammo is used to load into a ITEM_FIREWEAPON. The weapon itself does not determine the damage, the ammo does. Ammo is loaded with the LOADWEAPON command. Damage-Dice is assigned just like ITEM_WEAPON.
v0 = Ammo type. Most cases you will set this to the vnum of itself. v1 = number of damage dice v2 = size of damage dice v3 = attack type (see ITEM_WEAPON for list)
See also: OEDIT, OSET, ITEM_TYPES, ITEM_FIREWEAPON, ITEM_WEAPON