forked from Simnation/Main
Merge branch 'master' of https://git.evolution-state-life.de/Evolution-State-Life/Main
This commit is contained in:
commit
e9335eaf78
2 changed files with 7 additions and 21 deletions
|
@ -35,26 +35,7 @@ Config.Zonen = {
|
||||||
vector4(239.2613, -808.8478, 29.8017, 339.9538),
|
vector4(239.2613, -808.8478, 29.8017, 339.9538),
|
||||||
vector4(242.8265, -809.7695, 29.7245, 338.3645)
|
vector4(242.8265, -809.7695, 29.7245, 338.3645)
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
name = "southsidegarage",
|
|
||||||
price = nil, --pro FZ
|
|
||||||
NPC = {
|
|
||||||
spawn = vector4(-75.0640, -1825.1317, 16.9420, 247.3029),
|
|
||||||
model = "s_m_m_security_01",
|
|
||||||
distance = 30.0
|
|
||||||
},
|
|
||||||
vehicle_spawn = {
|
|
||||||
vector4(-63.1251, -1840.9729, 26.6839, 333.5259),
|
|
||||||
vector4(-59.9826, -1842.8257, 26.5781, 309.9320),
|
|
||||||
vector4(-57.7272, -1845.1802, 26.4850, 299.0940),
|
|
||||||
vector4(-54.8302, -1847.1196, 26.3812, 301.5244)
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.Log = {
|
Config.Log = {
|
||||||
|
|
|
@ -19,6 +19,7 @@ INFUSIONS = {
|
||||||
-- Example: Give the player a notification
|
-- Example: Give the player a notification
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["fenystil"] = {
|
["fenystil"] = {
|
||||||
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
||||||
cooldown = 3, -- Duration of action in s
|
cooldown = 3, -- Duration of action in s
|
||||||
|
@ -34,7 +35,6 @@ INFUSIONS = {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
["propofol"] = {
|
["propofol"] = {
|
||||||
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
||||||
cooldown = 3, -- Duration of action in s
|
cooldown = 3, -- Duration of action in s
|
||||||
|
@ -55,6 +55,7 @@ INFUSIONS = {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["etilefrin"] = {
|
["etilefrin"] = {
|
||||||
availableVolumes = { 1000 }, -- In ml
|
availableVolumes = { 1000 }, -- In ml
|
||||||
cooldown = 5, -- Duration of action in s
|
cooldown = 5, -- Duration of action in s
|
||||||
|
@ -69,6 +70,7 @@ INFUSIONS = {
|
||||||
-- Example: Give the player a notification
|
-- Example: Give the player a notification
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["midazolam"] = {
|
["midazolam"] = {
|
||||||
availableVolumes = { 100, 250 }, -- In ml
|
availableVolumes = { 100, 250 }, -- In ml
|
||||||
cooldown = 3, -- Duration of action in s
|
cooldown = 3, -- Duration of action in s
|
||||||
|
@ -89,6 +91,7 @@ INFUSIONS = {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["narketan"] = {
|
["narketan"] = {
|
||||||
availableVolumes = { 250, 500, 1000}, -- In ml
|
availableVolumes = { 250, 500, 1000}, -- In ml
|
||||||
cooldown = 3, -- Duration of action in s
|
cooldown = 3, -- Duration of action in s
|
||||||
|
@ -130,6 +133,7 @@ INFUSIONS = {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["sauerstoff"] = {
|
["sauerstoff"] = {
|
||||||
availableVolumes = { 20, 50, 100, 150 }, -- In ml
|
availableVolumes = { 20, 50, 100, 150 }, -- In ml
|
||||||
cooldown = 3, -- Duration of action in s
|
cooldown = 3, -- Duration of action in s
|
||||||
|
@ -144,6 +148,7 @@ INFUSIONS = {
|
||||||
-- Example: Give the player a notification
|
-- Example: Give the player a notification
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["nacl"] = {
|
["nacl"] = {
|
||||||
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
||||||
cooldown = 3, -- Duration of action in s
|
cooldown = 3, -- Duration of action in s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue