Ammo Item

From RPG Creation Kit
Jump to navigation Jump to search
"Steel Arrow" ammo Proaded into the RCK Editor.

An Ammo Item is a type of Item that represents arrows or in general projectiles that can be used with certain types of weapons.

They have some unique properties:

  • Type: Arrow or Dart, an arrow can be shoot by bows, while darts by crossbows.
  • Projectile: The Projectile assigned to this ammo type.
  • Bag On Body: The quiver that will be spawned on the character's back when this ammo is equipped.
  • Damage: the damage this ammo deals.
  • Speed: the speed this ammo has.


Note:

Total Damage is calculated with this formula:

(Weapon Damage + Ammo Damage) * Locational Damage


Total Ammo Speed is calculated with this formula:

Direction * (Weapon Reach * Ammo Speed)


To know how to make a new Ammo Item, view Creating a New Ammo Item tutorial.