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

10 lines
512 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/Items/BoxMRounds.mdl"
ITEM.price = 550
ITEM.attachmentType = "ammo"
ITEM.tacRPAttachmentID = "ammo_subsonic"
ITEM.tacRPSlot = "ammo"
ITEM.category = "Обвесы"