Garry's Mod

Garry's Mod

791 평점
SCP-714 Entity | The Jaded Ring
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Content Type: Addon
Addon Type: Entity
Addon Tags: Fun, Roleplay
파일 크기
게시일
업데이트일
39.855 KB
2018년 1월 2일 오후 1시 58분
2018년 7월 25일 오후 4시 55분
변경 사항 2개 ( 보기 )

다운로드 위해 구독하기
SCP-714 Entity | The Jaded Ring

Dragoteryx님의 1 모음집
My Awesome Addons
아이템 9개
설명
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.
댓글 25
FAZE Mugabe 2021년 3월 6일 오전 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 2020년 2월 3일 오후 3시 39분 
this made me hit the woah
Faety 2019년 7월 31일 오전 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 2018년 10월 15일 오후 12시 55분 
nvm i forgot to download SCP:CB Prop Pack...
Dragoteryx  [작성자] 2018년 10월 13일 오전 5시 45분 
Really? That's weird. Can you name a few maps where it doesn't work?
Lizard 2018년 10월 13일 오전 3시 39분 
it works on some maps only :(
The Cactuar 2018년 9월 5일 오후 10시 47분 
Thank You
:ss13ok:
Dragoteryx  [작성자] 2018년 8월 22일 오전 2시 53분 
With most mods the 0 disables the option while the 1 enables it.
The Cactuar 2018년 8월 21일 오후 6시 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 2018년 8월 9일 오후 4시 36분 
it was an error at first then i could see it the next time I played