Files
VnUtest/garrysmod/gamemodes/militaryrp/schema/items/attachments/sh_trigger_frcd.lua
2026-03-31 10:27:04 +03:00

10 lines
548 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ITEM.base = "base_attachments"
ITEM.name = "Принудительный сброс"
ITEM.description = "Механизм принудительного сброса спускового крючка. Позволяет вести почти автоматический огонь в полуавтоматическом режиме."
ITEM.model = "models/tacint/props_containers/supply_case-2.mdl"
ITEM.price = 900
ITEM.attachmentType = "trigger"
ITEM.tacRPAttachmentID = "trigger_frcd"
ITEM.tacRPSlot = "trigger"
ITEM.category = "Обвесы"