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

10 lines
417 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 = "Очередь из 3х выстрелов"
ITEM.description = "Спусковой механизм с режимом очереди из 3 выстрелов."
ITEM.model = "models/tacint/props_containers/supply_case-2.mdl"
ITEM.price = 600
ITEM.attachmentType = "trigger"
ITEM.tacRPAttachmentID = "trigger_burst"
ITEM.tacRPSlot = "trigger"
ITEM.category = "Обвесы"