From e3aeeaf2884f9f8694a974bd308d251628816371 Mon Sep 17 00:00:00 2001 From: rayzer <82989402+rayzerbrain@users.noreply.github.com> Date: Wed, 18 May 2022 22:07:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eda6225..1f611fa 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ NOTE: Many properties require specific pre-defined values, like the names of typ |removed_permissions|Keycards|List\|[ ]|List of permissions the card will lose| |needs_ammo|Guns|Boolean|true|Determines whether the gun needs ammo to fire| |can_disarm|Guns|Boolean|true|Determines whether the gun can be used to disarm someone| +|weight_multi|Guns|float|1|Affects the default weight of a firearm| +|length_multi|Guns|float|1|Affects the default length of a firearm| |modified_attachments|Guns|Dictionary|{ }|A list of modified attachments the gun will have. See the config above for an example| |effect_duration_multi|Grenades|float|1|Affects how long the effects of a grenade will last on a player| |fuse_time_multi|Grenades|float|1|Affects the fuse time of a grenade|