add sborka
This commit is contained in:
34
garrysmod/addons/tacrp/lua/weapons/tacrp_nade_thermite.lua
Normal file
34
garrysmod/addons/tacrp/lua/weapons/tacrp_nade_thermite.lua
Normal 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
|
||||
Reference in New Issue
Block a user