Hunting Zone
Config.HuntingZones = {
["CHILIAD_MOUNTAINS"] = {
coords = vec3(1125.88, 4622.2, 80.08),
radius = 200.0,
maxSpawns = 5, -- max animals spawned at one time
allowedWeapons = { "WEAPON_HEAVYSNIPER_MK2", "WEAPON_DAGGER" }, -- nil if you want to allow every weapon
zone_radius = {
enable = true,
color = 1,
opacity = 128,
},
blip = {
enable = true,
name = 'Hunting Zone',
type = 141,
scale = 1.0,
color = 0,
},
animals = {
{
model = "a_c_deer",
chance = 80, -- chance of spawning
harvestTime = 5,
harvestWeapons = { "WEAPON_DAGGER" },
blip = {
enable = true,
name = 'Deer',
type = 119,
scale = 0.8,
color = 1,
},
marker = {
enable = true,
color = { r = 196, g = 136, b = 77, a = 150 }
},
items = {
skins = {
{
item = "skin_deer_ruined",
chance = 70,
maxQuantity = 1,
},
},
meat = {
{
item = "raw_meat",
chance = 100,
maxQuantity = 10,
},
},
extra = { -- rare items
{
item = "deer_horn",
chance = 30,
maxQuantity = 1,
},
}
}
},
}
},
}
How to add more Hunting zones
Params
Last updated