Garry's Mod

Garry's Mod

Ocen: 791
SCP-714 Entity | The Jaded Ring
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Content Type: Addon
Addon Type: Entity
Addon Tags: Fun, Roleplay
Rozmiar pliku
Zamieszczono
Zaktualizowano
39.855 KB
2 stycznia 2018 o 13:58
25 lipca 2018 o 16:55
Listy zmian: 2 ( zobacz )

Zasubskrybuj, aby pobrać
SCP-714 Entity | The Jaded Ring

W 1 kolekcji stworzonej przez Dragoteryx
My Awesome Addons
Przedmioty: 9
Opis
I finally finished this entity. Initially I planned to release it along with 1025 but then I thought that I should make it standalone so the other SCPs I will release (if I do release other SCPs) will be able to interact with it as well, without the user needing to download 1025 if he only wants 714.

You can find it under Entities/SCPs.

There are no client-side convars, but there is one client-side console command => drop714 (to drop SCP-714 if you are wearing it)

I also decided to add a health regen and a way to die using this SCP to add a challenge and an interest in using it.

And of course, it is compatible with my SCP-1025 addon.
http://steamcommunity.com/sharedfiles/filedetails/?id=1253650534
Reading the book while wearing the ring protects you from getting the disease. However, putting on the ring won't cure you from diseases you already have.

Server-side convars:
- scp714_removable 0-1 => whether or not you can remove the ring using drop714 once you've equipped it
- scp714_disable_running 0-1 => enable/disable running when the ring is equipped
- scp714_disable_jumping 0-1 => enable/disable jumping when the ring is equipped
- scp714_kill 0-1 => whether or not the ring can kill you if you are wearing it for too long
- scp714_kill_min <duration> => for how much time you can wear the ring safely (seconds, 30 by default)
- scp714_kill_max <duration> => maximum wearing duration before death (seconds, 180 by default)
- scp714_regen 0-1 => enable/disable health regen when wearing SCP-714
- scp714_regen_amount <number> => how much health you receive every second (4 by default)
- scp714_regen_maxhealth <number> => maximum health (100 by default)

For gamemode creators:
You can set whether or not a player can use this entity using the network var 714CantUse. (boolean)
Example: ply:SetNWBool("714CantUse", true) => the player represented by "ply" can't use the ring.
Set to false by default.
Komentarzy: 25
FAZE Mugabe 6 marca 2021 o 3:43 
Three Rings for the Elven-kings under the sky,
Seven for the Dwarf-lords in their halls of stone,
Nine for Mortal Men doomed to die,
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
One Ring to rule them all, One Ring to find them,
One Ring to bring them all, and in the darkness bind them,
In the Land of Mordor where the Shadows lie.
Daisy 3 lutego 2020 o 15:39 
this made me hit the woah
Faety 31 lipca 2019 o 11:34 
I fixed your net :
net.Receive("Drop714", function(len, ply)
if (ply:GetNWBool("Wearing714")) then
Drop714(ply, true)
end
end)

You should add the check if it is wearing it because someone successfully exploited it to spawn a lot of scp714 :)
Lizard 15 października 2018 o 12:55 
nvm i forgot to download SCP:CB Prop Pack...
Dragoteryx  [autor] 13 października 2018 o 5:45 
Really? That's weird. Can you name a few maps where it doesn't work?
Lizard 13 października 2018 o 3:39 
it works on some maps only :(
The Cactuar 5 września 2018 o 22:47 
Thank You
:ss13ok:
Dragoteryx  [autor] 22 sierpnia 2018 o 2:53 
With most mods the 0 disables the option while the 1 enables it.
The Cactuar 21 sierpnia 2018 o 18:07 
scp714_kill command, does the 0 make it kill you or does the 1 makes it kill you

(p.s you should add in the description the numbers and tell if 0 or 1 makes the ring kill you or not)
DrShrooms 9 sierpnia 2018 o 16:36 
it was an error at first then i could see it the next time I played