Sun Elf (5e Race Variant)
High Elf Variant
Sun elves often lean towards lawful alignments.
Their skin is often a brown, copper, or tan color as they spend much time outside. Their hair colors vary from black, and brown, to red, or blonde. Their eyes color are often black, brown, hazel, green or blue.
Taking this variant forgoes the high elf 'elf weapon training' trait, and the traditional elven dexterity bonus, to focus on charisma.
Sunny Disposition. Your Charisma score increases by 2.
Back to Main Page → 5e Homebrew → Character Options → Race Variants
gollark: ```lualocal keys_down = {}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keys_down[keys.leftCtrl] then -- do whatever with new key event end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Yes there is.
gollark: You can use the `window` API to make it *display* on a subset of the screen, but you also need to translate mouse events.
gollark: It's quite hard to do.
gollark: <@318817623590830080> https://wiki.computercraft.cc/Network_securityI wrote this page (Lignum improved it) on network security in CC, this might be useful to you.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.