Korath Gas (3.5e Equipment)
Korath Gas
Korath Gas is named for the volcanic jungle region where large gouts of it are often expelled from volcanic vents and fissures in the earth. Needless to say, all the creatures in the area have been driven entirely mad.
Type: Inhaled DC 15
Initial Damage: 1d4 Wisdom and 1d4 Intelligence damage
Secondary Damage: 1d2 Wisdom drain and Insanity
Price: 1,800 gp (not readily available to be purchased)
Back to Main Page → 3.5e Homebrew → Equipment → Poisons
gollark: Great!
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
gollark: Also various apiary engines.
gollark: I have this one by status code.
gollark: Requests/5m on various osmarks.net subdomains.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.