forked from Simnation/Main
Update infusions.lua
This commit is contained in:
parent
995bcd0332
commit
23fceee95e
1 changed files with 6 additions and 1 deletions
|
@ -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