From b311f4e92f7ed8f1a4e6ad090b9d0af8a93cc52f Mon Sep 17 00:00:00 2001 From: Elkien3 Date: Wed, 27 Mar 2019 08:28:37 -0500 Subject: [PATCH] more helper stuff --- API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/API.md b/API.md index fa88ed6..070641a 100644 --- a/API.md +++ b/API.md @@ -96,6 +96,8 @@ This file aims to document all the internal and external methods of the `gunslin - `base_dmg` [number]: Base amount of damage dealt in HP. - `pellets` [number]: Number of bullets per shot, used for shotguns. - `magazine` [boolean]: If the gun's ammo is a magazine, set to true, leave nil or false otherwise. +- `vertical_recoil` [number]: max amount of moving the players vertical look upwards. the min amount is vertical_recoil/2 +- `horizontal_recoil` [number]: the max amount of moving the players horizontal look side to side. finds a value between horizontal_recoil and -horizontal_recoil. - `mode` [string]: Firing mode. - `"manual"`: One shot per-click, but requires manual loading for every round; aka Bolt-action. - `"semi-automatic"`: One shot per-click.