add sborka

This commit is contained in:
2026-03-31 10:27:04 +03:00
commit f5e5f56c84
2345 changed files with 382127 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
AddCSLuaFile()
SWEP.Base = "tacrp_base_nade"
SWEP.Spawnable = TacRP.AreTheGrenadeAnimsReadyYet
SWEP.IconOverride = "entities/tacrp_ammo_fire.png"
// names and stuff
SWEP.PrintName = "Термитная граната"
SWEP.Category = "[FT] Специальное Оружие"
SWEP.ViewModel = "models/weapons/tacint/v_throwable_thermite.mdl"
SWEP.WorldModel = "models/weapons/tacint/w_flashbang.mdl"
SWEP.ViewModelFOV = 65
SWEP.Slot = 4
SWEP.PrimaryGrenade = "thermite"
SWEP.FiremodeName = "Throw"
SWEP.AnimationTranslationTable = {
["prime_grenade"] = "pullpin",
["throw_grenade"] = "throw",
["throw_grenade_underhand"] = "throw",
}
SWEP.TTTReplace = {["weapon_zm_molotov"] = 1}
SWEP.Attachments = {}
SWEP.HoldType = "melee"
SWEP.HoldTypeSprint = "normal"
SWEP.HoldTypeBlindFire = false