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
|
||||
end,
|
||||
},
|
||||
|
||||
["fenystil"] = {
|
||||
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
||||
cooldown = 3, -- Duration of action in s
|
||||
|
@ -34,7 +35,6 @@ INFUSIONS = {
|
|||
end,
|
||||
},
|
||||
|
||||
|
||||
["propofol"] = {
|
||||
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
||||
cooldown = 3, -- Duration of action in s
|
||||
|
@ -55,6 +55,7 @@ INFUSIONS = {
|
|||
end
|
||||
end,
|
||||
},
|
||||
|
||||
["etilefrin"] = {
|
||||
availableVolumes = { 1000 }, -- In ml
|
||||
cooldown = 5, -- Duration of action in s
|
||||
|
@ -69,6 +70,7 @@ INFUSIONS = {
|
|||
-- Example: Give the player a notification
|
||||
end,
|
||||
},
|
||||
|
||||
["midazolam"] = {
|
||||
availableVolumes = { 100, 250 }, -- In ml
|
||||
cooldown = 3, -- Duration of action in s
|
||||
|
@ -89,6 +91,7 @@ INFUSIONS = {
|
|||
end
|
||||
end,
|
||||
},
|
||||
|
||||
["narketan"] = {
|
||||
availableVolumes = { 250, 500, 1000}, -- In ml
|
||||
cooldown = 3, -- Duration of action in s
|
||||
|
@ -130,6 +133,7 @@ INFUSIONS = {
|
|||
end
|
||||
end,
|
||||
},
|
||||
|
||||
["sauerstoff"] = {
|
||||
availableVolumes = { 20, 50, 100, 150 }, -- In ml
|
||||
cooldown = 3, -- Duration of action in s
|
||||
|
@ -144,6 +148,7 @@ INFUSIONS = {
|
|||
-- Example: Give the player a notification
|
||||
end,
|
||||
},
|
||||
|
||||
["nacl"] = {
|
||||
availableVolumes = { 100, 250, 500, 750, 1000 }, -- In ml
|
||||
cooldown = 3, -- Duration of action in s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue