Info

Statistics

  • Download count1,705 total downloads
  • Latest download count 678 downloads of latest version
  • Average download count1 downloads per day average

Owners

  • Stable

    Version 1.1

    • Released 3 Mar, 2020
    • 678 downloads

    This release patches a problem with the 'Set Instance by name' action which didn't work when exporting the projets.

  • Stable

    Version 1.0.3.0

    • Released 23 Aug, 2018
    • 537 downloads
    1. Added 'Set bullet instance by name' action which allows to set the bullet instance passing the object type name.
    2. Added the getLastShootTime expression that tells the last time the weapon was shot in milliseconds.
    3. Added last shoot time condition which triggers when has passed the given time in milliseconds since shoot.
    4. Added Is reloading condition.
    5. Added cancel reload action.
  • Stable

    Version 1.0.2

    • Released 28 Feb, 2018
    • 490 downloads

    Enhanced version of jj_Weapon.

    It has these improvements over the original one:

    1. Support for multiple instances of the same weapon. In the original version it didn’t pick the right instance when shooting, so all bullets came from the same weapon.
    2. It triggers the on created event after spawning bullets.
    3. Added support to modify the stock size from event sheets.
    4. It can save its state when required (implemented 'saveToJson' and 'loadFromJson' methods) this is very important to persist the state of the weapons.
    5. The UID of the shooting weapon is now available on shoot event.
    6. Setting the bullet instance is now optional. This allows jj_Weapon to be potentially used for melee attacks or as some kind of timer with cool features.