Updated Class Radio button behavior

Everything should look and behave normally now
This commit is contained in:
amandasearle
2015-10-20 14:22:05 -05:00
parent 21210438bd
commit d41030757c
2 changed files with 610 additions and 143 deletions
+242 -125
View File
@@ -915,17 +915,20 @@ div[data-groupname^="repeating_mutations"] .repitem,
/* Class Tabs */
.charsheet input.sheet-isBard,
.charsheet input.sheet-isCleric,
.charsheet input.sheet-isCyborg,
.charsheet input.sheet-isDwarf,
.charsheet input.sheet-isDwarfPriest,
.charsheet input.sheet-isElf,
.charsheet input.sheet-isElfRogue,
.charsheet input.sheet-isGnome,
.charsheet input.sheet-isHalfling,
.charsheet input.sheet-isMorlock,
.charsheet input.sheet-isHalflingChamp,
.charsheet input.sheet-isMutant,
.charsheet input.sheet-isReptilian,
.charsheet input.sheet-isRobot,
.charsheet input.sheet-isSavage,
.charsheet input.sheet-isSentinel,
.charsheet input.sheet-isPaladin,
.charsheet input.sheet-isPetrolHead,
.charsheet input.sheet-isRanger,
.charsheet input.sheet-isTechnologist,
.charsheet input.sheet-isThief,
.charsheet input.sheet-isWarrior,
@@ -953,213 +956,327 @@ div[data-groupname^="repeating_mutations"] .repitem,
text-align: center;
}
.charsheet .sheet-isBard:checked~ div.sheet-cleric,
.charsheet .sheet-isBard:checked~ div.sheet-cyborg,
.charsheet .sheet-isBard:checked~ div.sheet-dwarf,
.charsheet .sheet-isBard:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isBard:checked~ div.sheet-elf,
.charsheet .sheet-isBard:checked~ div.sheet-elfrogue,
.charsheet .sheet-isBard:checked~ div.sheet-gnome,
.charsheet .sheet-isBard:checked~ div.sheet-halfling,
.charsheet .sheet-isBard:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isBard:checked~ div.sheet-mutant,
.charsheet .sheet-isBard:checked~ div.sheet-paladin,
.charsheet .sheet-isBard:checked~ div.sheet-petrolhead,
.charsheet .sheet-isBard:checked~ div.sheet-ranger,
.charsheet .sheet-isBard:checked~ div.sheet-technologist,
.charsheet .sheet-isBard:checked~ div.sheet-thief,
.charsheet .sheet-isBard:checked~ div.sheet-warrior,
.charsheet .sheet-isBard:checked~ div.sheet-wizard,
.charsheet .sheet-isCleric:checked~ div.sheet-bard,
.charsheet .sheet-isCleric:checked~ div.sheet-cyborg,
.charsheet .sheet-isCleric:checked~ div.sheet-dwarf,
.charsheet .sheet-isCleric:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isCleric:checked~ div.sheet-elf,
.charsheet .sheet-isCleric:checked~ div.sheet-elfrogue,
.charsheet .sheet-isCleric:checked~ div.sheet-gnome,
.charsheet .sheet-isCleric:checked~ div.sheet-halfling,
.charsheet .sheet-isCleric:checked~ div.sheet-morlock,
.charsheet .sheet-isCleric:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isCleric:checked~ div.sheet-mutant,
.charsheet .sheet-isCleric:checked~ div.sheet-reptilian,
.charsheet .sheet-isCleric:checked~ div.sheet-robot,
.charsheet .sheet-isCleric:checked~ div.sheet-savage,
.charsheet .sheet-isCleric:checked~ div.sheet-sentinel,
.charsheet .sheet-isCleric:checked~ div.sheet-paladin,
.charsheet .sheet-isCleric:checked~ div.sheet-petrolhead,
.charsheet .sheet-isCleric:checked~ div.sheet-ranger,
.charsheet .sheet-isCleric:checked~ div.sheet-technologist,
.charsheet .sheet-isCleric:checked~ div.sheet-thief,
.charsheet .sheet-isCleric:checked~ div.sheet-warrior,
.charsheet .sheet-isCleric:checked~ div.sheet-wizard,
.charsheet .sheet-isCyborg:checked~ div.sheet-bard,
.charsheet .sheet-isCyborg:checked~ div.sheet-cleric,
.charsheet .sheet-isCyborg:checked~ div.sheet-dwarf,
.charsheet .sheet-isCyborg:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isCyborg:checked~ div.sheet-elf,
.charsheet .sheet-isCyborg:checked~ div.sheet-elfrogue,
.charsheet .sheet-isCyborg:checked~ div.sheet-gnome,
.charsheet .sheet-isCyborg:checked~ div.sheet-halfling,
.charsheet .sheet-isCyborg:checked~ div.sheet-morlock,
.charsheet .sheet-isCyborg:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isCyborg:checked~ div.sheet-mutant,
.charsheet .sheet-isCyborg:checked~ div.sheet-reptilian,
.charsheet .sheet-isCyborg:checked~ div.sheet-robot,
.charsheet .sheet-isCyborg:checked~ div.sheet-savage,
.charsheet .sheet-isCyborg:checked~ div.sheet-sentinel,
.charsheet .sheet-isCyborg:checked~ div.sheet-paladin,
.charsheet .sheet-isCyborg:checked~ div.sheet-petrolhead,
.charsheet .sheet-isCyborg:checked~ div.sheet-ranger,
.charsheet .sheet-isCyborg:checked~ div.sheet-technologist,
.charsheet .sheet-isCyborg:checked~ div.sheet-thief,
.charsheet .sheet-isCyborg:checked~ div.sheet-warrior,
.charsheet .sheet-isCyborg:checked~ div.sheet-wizard,
.charsheet .sheet-isDwarf:checked~ div.sheet-bard,
.charsheet .sheet-isDwarf:checked~ div.sheet-cleric,
.charsheet .sheet-isDwarf:checked~ div.sheet-cyborg,
.charsheet .sheet-isDwarf:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isDwarf:checked~ div.sheet-elf,
.charsheet .sheet-isDwarf:checked~ div.sheet-elfrogue,
.charsheet .sheet-isDwarf:checked~ div.sheet-gnome,
.charsheet .sheet-isDwarf:checked~ div.sheet-halfling,
.charsheet .sheet-isDwarf:checked~ div.sheet-morlock,
.charsheet .sheet-isDwarf:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isDwarf:checked~ div.sheet-mutant,
.charsheet .sheet-isDwarf:checked~ div.sheet-reptilian,
.charsheet .sheet-isDwarf:checked~ div.sheet-robot,
.charsheet .sheet-isDwarf:checked~ div.sheet-savage,
.charsheet .sheet-isDwarf:checked~ div.sheet-sentinel,
.charsheet .sheet-isDwarf:checked~ div.sheet-paladin,
.charsheet .sheet-isDwarf:checked~ div.sheet-petrolhead,
.charsheet .sheet-isDwarf:checked~ div.sheet-ranger,
.charsheet .sheet-isDwarf:checked~ div.sheet-technologist,
.charsheet .sheet-isDwarf:checked~ div.sheet-thief,
.charsheet .sheet-isDwarf:checked~ div.sheet-warrior,
.charsheet .sheet-isDwarf:checked~ div.sheet-wizard,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-bard,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-cleric,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-cyborg,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-dwarf,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-elf,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-elfrogue,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-gnome,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-halfling,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-halflingchamp,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-mutant,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-paladin,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-petrolhead,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-ranger,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-technologist,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-thief,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-warrior,
.charsheet .sheet-IsDwarfPriest:checked~ div.sheet-wizard,
.charsheet .sheet-isElf:checked~ div.sheet-bard,
.charsheet .sheet-isElf:checked~ div.sheet-cleric,
.charsheet .sheet-isElf:checked~ div.sheet-cyborg,
.charsheet .sheet-isElf:checked~ div.sheet-dwarf,
.charsheet .sheet-isElf:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isElf:checked~ div.sheet-elfrogue,
.charsheet .sheet-isElf:checked~ div.sheet-gnome,
.charsheet .sheet-isElf:checked~ div.sheet-halfling,
.charsheet .sheet-isElf:checked~ div.sheet-morlock,
.charsheet .sheet-isElf:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isElf:checked~ div.sheet-mutant,
.charsheet .sheet-isElf:checked~ div.sheet-reptilian,
.charsheet .sheet-isElf:checked~ div.sheet-robot,
.charsheet .sheet-isElf:checked~ div.sheet-savage,
.charsheet .sheet-isElf:checked~ div.sheet-sentinel,
.charsheet .sheet-isElf:checked~ div.sheet-paladin,
.charsheet .sheet-isElf:checked~ div.sheet-petrolhead,
.charsheet .sheet-isElf:checked~ div.sheet-ranger,
.charsheet .sheet-isElf:checked~ div.sheet-technologist,
.charsheet .sheet-isElf:checked~ div.sheet-thief,
.charsheet .sheet-isElf:checked~ div.sheet-warrior,
.charsheet .sheet-isElf:checked~ div.sheet-wizard,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-bard,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-cleric,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-cyborg,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-dwarf,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-elf,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-gnome,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-halfling,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-halflingchamp,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-mutant,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-paladin,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-petrolhead,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-ranger,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-technologist,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-thief,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-warrior,
.charsheet .sheet-IsElfRogue:checked~ div.sheet-wizard,
.charsheet .sheet-isGnome:checked~ div.sheet-bard,
.charsheet .sheet-isGnome:checked~ div.sheet-cleric,
.charsheet .sheet-isGnome:checked~ div.sheet-cyborg,
.charsheet .sheet-isGnome:checked~ div.sheet-dwarf,
.charsheet .sheet-isGnome:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isGnome:checked~ div.sheet-elf,
.charsheet .sheet-isGnome:checked~ div.sheet-elfrogue,
.charsheet .sheet-isGnome:checked~ div.sheet-halfling,
.charsheet .sheet-isGnome:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isGnome:checked~ div.sheet-mutant,
.charsheet .sheet-isGnome:checked~ div.sheet-paladin,
.charsheet .sheet-isGnome:checked~ div.sheet-petrolhead,
.charsheet .sheet-isGnome:checked~ div.sheet-ranger,
.charsheet .sheet-isGnome:checked~ div.sheet-technologist,
.charsheet .sheet-isGnome:checked~ div.sheet-thief,
.charsheet .sheet-isGnome:checked~ div.sheet-warrior,
.charsheet .sheet-isGnome:checked~ div.sheet-wizard,
.charsheet .sheet-isHalfling:checked~ div.sheet-bard,
.charsheet .sheet-isHalfling:checked~ div.sheet-cleric,
.charsheet .sheet-isHalfling:checked~ div.sheet-cyborg,
.charsheet .sheet-isHalfling:checked~ div.sheet-dwarf,
.charsheet .sheet-isHalfling:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isHalfling:checked~ div.sheet-elf,
.charsheet .sheet-isHalfling:checked~ div.sheet-morlock,
.charsheet .sheet-isHalfling:checked~ div.sheet-elfrogue,
.charsheet .sheet-isHalfling:checked~ div.sheet-gnome,
.charsheet .sheet-isHalfling:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isHalfling:checked~ div.sheet-mutant,
.charsheet .sheet-isHalfling:checked~ div.sheet-reptilian,
.charsheet .sheet-isHalfling:checked~ div.sheet-robot,
.charsheet .sheet-isHalfling:checked~ div.sheet-savage,
.charsheet .sheet-isHalfling:checked~ div.sheet-sentinel,
.charsheet .sheet-isHalfling:checked~ div.sheet-paladin,
.charsheet .sheet-isHalfling:checked~ div.sheet-petrolhead,
.charsheet .sheet-isHalfling:checked~ div.sheet-ranger,
.charsheet .sheet-isHalfling:checked~ div.sheet-technologist,
.charsheet .sheet-isHalfling:checked~ div.sheet-thief,
.charsheet .sheet-isHalfling:checked~ div.sheet-warrior,
.charsheet .sheet-isHalfling:checked~ div.sheet-wizard,
.charsheet .sheet-isMorlock:checked~ div.sheet-cleric,
.charsheet .sheet-isMorlock:checked~ div.sheet-cyborg,
.charsheet .sheet-isMorlock:checked~ div.sheet-dwarf,
.charsheet .sheet-isMorlock:checked~ div.sheet-elf,
.charsheet .sheet-isMorlock:checked~ div.sheet-halfling,
.charsheet .sheet-isMorlock:checked~ div.sheet-mutant,
.charsheet .sheet-isMorlock:checked~ div.sheet-reptilian,
.charsheet .sheet-isMorlock:checked~ div.sheet-robot,
.charsheet .sheet-isMorlock:checked~ div.sheet-savage,
.charsheet .sheet-isMorlock:checked~ div.sheet-sentinel,
.charsheet .sheet-isMorlock:checked~ div.sheet-technologist,
.charsheet .sheet-isMorlock:checked~ div.sheet-thief,
.charsheet .sheet-isMorlock:checked~ div.sheet-warrior,
.charsheet .sheet-isMorlock:checked~ div.sheet-wizard,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-bard,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-cleric,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-cyborg,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-dwarf,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-elf,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-elfrogue,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-gnome,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-halfling,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-mutant,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-paladin,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-petrolhead,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-ranger,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-technologist,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-thief,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-warrior,
.charsheet .sheet-isHalflingChamp:checked~ div.sheet-wizard,
.charsheet .sheet-isMutant:checked~ div.sheet-bard,
.charsheet .sheet-isMutant:checked~ div.sheet-cleric,
.charsheet .sheet-isMutant:checked~ div.sheet-cyborg,
.charsheet .sheet-isMutant:checked~ div.sheet-dwarf,
.charsheet .sheet-isMutant:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isMutant:checked~ div.sheet-elf,
.charsheet .sheet-isMutant:checked~ div.sheet-elfrogue,
.charsheet .sheet-isMutant:checked~ div.sheet-gnome,
.charsheet .sheet-isMutant:checked~ div.sheet-halfling,
.charsheet .sheet-isMutant:checked~ div.sheet-morlock,
.charsheet .sheet-isMutant:checked~ div.sheet-reptilian,
.charsheet .sheet-isMutant:checked~ div.sheet-robot,
.charsheet .sheet-isMutant:checked~ div.sheet-savage,
.charsheet .sheet-isMutant:checked~ div.sheet-sentinel,
.charsheet .sheet-isMutant:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isMutant:checked~ div.sheet-paladin,
.charsheet .sheet-isMutant:checked~ div.sheet-petrolhead,
.charsheet .sheet-isMutant:checked~ div.sheet-ranger,
.charsheet .sheet-isMutant:checked~ div.sheet-technologist,
.charsheet .sheet-isMutant:checked~ div.sheet-thief,
.charsheet .sheet-isMutant:checked~ div.sheet-warrior,
.charsheet .sheet-isMutant:checked~ div.sheet-wizard,
.charsheet .sheet-isReptilian:checked~ div.sheet-cleric,
.charsheet .sheet-isReptilian:checked~ div.sheet-cyborg,
.charsheet .sheet-isReptilian:checked~ div.sheet-dwarf,
.charsheet .sheet-isReptilian:checked~ div.sheet-elf,
.charsheet .sheet-isReptilian:checked~ div.sheet-halfling,
.charsheet .sheet-isReptilian:checked~ div.sheet-morlock,
.charsheet .sheet-isReptilian:checked~ div.sheet-mutant,
.charsheet .sheet-isReptilian:checked~ div.sheet-robot,
.charsheet .sheet-isReptilian:checked~ div.sheet-savage,
.charsheet .sheet-isReptilian:checked~ div.sheet-sentinel,
.charsheet .sheet-isReptilian:checked~ div.sheet-technologist,
.charsheet .sheet-isReptilian:checked~ div.sheet-thief,
.charsheet .sheet-isReptilian:checked~ div.sheet-warrior,
.charsheet .sheet-isReptilian:checked~ div.sheet-wizard,
.charsheet .sheet-isRobot:checked~ div.sheet-cleric,
.charsheet .sheet-isRobot:checked~ div.sheet-cyborg,
.charsheet .sheet-isRobot:checked~ div.sheet-dwarf,
.charsheet .sheet-isRobot:checked~ div.sheet-elf,
.charsheet .sheet-isRobot:checked~ div.sheet-halfling,
.charsheet .sheet-isRobot:checked~ div.sheet-morlock,
.charsheet .sheet-isRobot:checked~ div.sheet-mutant,
.charsheet .sheet-isRobot:checked~ div.sheet-reptilian,
.charsheet .sheet-isRobot:checked~ div.sheet-savage,
.charsheet .sheet-isRobot:checked~ div.sheet-sentinel,
.charsheet .sheet-isRobot:checked~ div.sheet-technologist,
.charsheet .sheet-isRobot:checked~ div.sheet-thief,
.charsheet .sheet-isRobot:checked~ div.sheet-warrior,
.charsheet .sheet-isRobot:checked~ div.sheet-wizard,
.charsheet .sheet-isSavage:checked~ div.sheet-cleric,
.charsheet .sheet-isSavage:checked~ div.sheet-cyborg,
.charsheet .sheet-isSavage:checked~ div.sheet-dwarf,
.charsheet .sheet-isSavage:checked~ div.sheet-elf,
.charsheet .sheet-isSavage:checked~ div.sheet-halfling,
.charsheet .sheet-isSavage:checked~ div.sheet-morlock,
.charsheet .sheet-isSavage:checked~ div.sheet-mutant,
.charsheet .sheet-isSavage:checked~ div.sheet-reptilian,
.charsheet .sheet-isSavage:checked~ div.sheet-robot,
.charsheet .sheet-isSavage:checked~ div.sheet-sentinel,
.charsheet .sheet-isSavage:checked~ div.sheet-technologist,
.charsheet .sheet-isSavage:checked~ div.sheet-thief,
.charsheet .sheet-isSavage:checked~ div.sheet-warrior,
.charsheet .sheet-isSavage:checked~ div.sheet-wizard,
.charsheet .sheet-isSentinel:checked~ div.sheet-cleric,
.charsheet .sheet-isSentinel:checked~ div.sheet-cyborg,
.charsheet .sheet-isSentinel:checked~ div.sheet-dwarf,
.charsheet .sheet-isSentinel:checked~ div.sheet-elf,
.charsheet .sheet-isSentinel:checked~ div.sheet-halfling,
.charsheet .sheet-isSentinel:checked~ div.sheet-morlock,
.charsheet .sheet-isSentinel:checked~ div.sheet-mutant,
.charsheet .sheet-isSentinel:checked~ div.sheet-reptilian,
.charsheet .sheet-isSentinel:checked~ div.sheet-robot,
.charsheet .sheet-isSentinel:checked~ div.sheet-savage,
.charsheet .sheet-isSentinel:checked~ div.sheet-technologist,
.charsheet .sheet-isSentinel:checked~ div.sheet-thief,
.charsheet .sheet-isSentinel:checked~ div.sheet-warrior,
.charsheet .sheet-isSentinel:checked~ div.sheet-wizard,
.charsheet .sheet-isRanger:checked~ div.sheet-bard,
.charsheet .sheet-isPaladin:checked~ div.sheet-cleric,
.charsheet .sheet-isPaladin:checked~ div.sheet-cyborg,
.charsheet .sheet-isPaladin:checked~ div.sheet-dwarf,
.charsheet .sheet-isPaladin:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isPaladin:checked~ div.sheet-elf,
.charsheet .sheet-isPaladin:checked~ div.sheet-elfrogue,
.charsheet .sheet-isPaladin:checked~ div.sheet-gnome,
.charsheet .sheet-isPaladin:checked~ div.sheet-halfling,
.charsheet .sheet-isPaladin:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isPaladin:checked~ div.sheet-mutant,
.charsheet .sheet-isPaladin:checked~ div.sheet-petrolhead,
.charsheet .sheet-isPaladin:checked~ div.sheet-ranger,
.charsheet .sheet-isPaladin:checked~ div.sheet-technologist,
.charsheet .sheet-isPaladin:checked~ div.sheet-thief,
.charsheet .sheet-isPaladin:checked~ div.sheet-warrior,
.charsheet .sheet-isPaladin:checked~ div.sheet-wizard,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-bard,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-cleric,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-cyborg,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-dwarf,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-elf,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-elfrogue,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-gnome,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-halfling,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-mutant,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-paladin,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-ranger,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-technologist,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-thief,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-warrior,
.charsheet .sheet-isPetrolhead:checked~ div.sheet-wizard,
.charsheet .sheet-isRanger:checked~ div.sheet-bard,
.charsheet .sheet-isRanger:checked~ div.sheet-cleric,
.charsheet .sheet-isRanger:checked~ div.sheet-cyborg,
.charsheet .sheet-isRanger:checked~ div.sheet-dwarf,
.charsheet .sheet-isRanger:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isRanger:checked~ div.sheet-elf,
.charsheet .sheet-isRanger:checked~ div.sheet-elfrogue,
.charsheet .sheet-isRanger:checked~ div.sheet-gnome,
.charsheet .sheet-isRanger:checked~ div.sheet-halfling,
.charsheet .sheet-isRanger:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isRanger:checked~ div.sheet-mutant,
.charsheet .sheet-isRanger:checked~ div.sheet-paladin,
.charsheet .sheet-isRanger:checked~ div.sheet-petrolhead,
.charsheet .sheet-isRanger:checked~ div.sheet-technologist,
.charsheet .sheet-isRanger:checked~ div.sheet-thief,
.charsheet .sheet-isRanger:checked~ div.sheet-warrior,
.charsheet .sheet-isRanger:checked~ div.sheet-wizard,
.charsheet .sheet-isTechnologist:checked~ div.sheet-bard,
.charsheet .sheet-isTechnologist:checked~ div.sheet-cleric,
.charsheet .sheet-isTechnologist:checked~ div.sheet-cyborg,
.charsheet .sheet-isTechnologist:checked~ div.sheet-dwarf,
.charsheet .sheet-isTechnologist:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isTechnologist:checked~ div.sheet-elf,
.charsheet .sheet-isTechnologist:checked~ div.sheet-elfrogue,
.charsheet .sheet-isTechnologist:checked~ div.sheet-gnome,
.charsheet .sheet-isTechnologist:checked~ div.sheet-halfling,
.charsheet .sheet-isTechnologist:checked~ div.sheet-morlock,
.charsheet .sheet-isTechnologist:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isTechnologist:checked~ div.sheet-mutant,
.charsheet .sheet-isTechnologist:checked~ div.sheet-reptilian,
.charsheet .sheet-isTechnologist:checked~ div.sheet-robot,
.charsheet .sheet-isTechnologist:checked~ div.sheet-savage,
.charsheet .sheet-isTechnologist:checked~ div.sheet-sentinel,
.charsheet .sheet-isTechnologist:checked~ div.sheet-paladin,
.charsheet .sheet-isTechnologist:checked~ div.sheet-petrolhead,
.charsheet .sheet-isTechnologist:checked~ div.sheet-ranger,
.charsheet .sheet-isTechnologist:checked~ div.sheet-thief,
.charsheet .sheet-isTechnologist:checked~ div.sheet-warrior,
.charsheet .sheet-isTechnologist:checked~ div.sheet-wizard,
.charsheet .sheet-isThief:checked~ div.sheet-bard,
.charsheet .sheet-isThief:checked~ div.sheet-cleric,
.charsheet .sheet-isThief:checked~ div.sheet-cyborg,
.charsheet .sheet-isThief:checked~ div.sheet-dwarf,
.charsheet .sheet-isThief:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isThief:checked~ div.sheet-elf,
.charsheet .sheet-isThief:checked~ div.sheet-elfrogue,
.charsheet .sheet-isThief:checked~ div.sheet-gnome,
.charsheet .sheet-isThief:checked~ div.sheet-halfling,
.charsheet .sheet-isThief:checked~ div.sheet-morlock,
.charsheet .sheet-isThief:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isThief:checked~ div.sheet-mutant,
.charsheet .sheet-isThief:checked~ div.sheet-reptilian,
.charsheet .sheet-isThief:checked~ div.sheet-robot,
.charsheet .sheet-isThief:checked~ div.sheet-savage,
.charsheet .sheet-isThief:checked~ div.sheet-sentinel,
.charsheet .sheet-isThief:checked~ div.sheet-paladin,
.charsheet .sheet-isThief:checked~ div.sheet-petrolhead,
.charsheet .sheet-isThief:checked~ div.sheet-ranger,
.charsheet .sheet-isThief:checked~ div.sheet-technologist,
.charsheet .sheet-isThief:checked~ div.sheet-warrior,
.charsheet .sheet-isThief:checked~ div.sheet-wizard,
.charsheet .sheet-isWarrior:checked~ div.sheet-bard,
.charsheet .sheet-isWarrior:checked~ div.sheet-cleric,
.charsheet .sheet-isWarrior:checked~ div.sheet-cyborg,
.charsheet .sheet-isWarrior:checked~ div.sheet-dwarf,
.charsheet .sheet-isWarrior:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isWarrior:checked~ div.sheet-elf,
.charsheet .sheet-isWarrior:checked~ div.sheet-elfrogue,
.charsheet .sheet-isWarrior:checked~ div.sheet-gnome,
.charsheet .sheet-isWarrior:checked~ div.sheet-halfling,
.charsheet .sheet-isWarrior:checked~ div.sheet-morlock,
.charsheet .sheet-isWarrior:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isWarrior:checked~ div.sheet-mutant,
.charsheet .sheet-isWarrior:checked~ div.sheet-reptilian,
.charsheet .sheet-isWarrior:checked~ div.sheet-robot,
.charsheet .sheet-isWarrior:checked~ div.sheet-savage,
.charsheet .sheet-isWarrior:checked~ div.sheet-sentinel,
.charsheet .sheet-isWarrior:checked~ div.sheet-paladin,
.charsheet .sheet-isWarrior:checked~ div.sheet-petrolhead,
.charsheet .sheet-isWarrior:checked~ div.sheet-ranger,
.charsheet .sheet-isWarrior:checked~ div.sheet-technologist,
.charsheet .sheet-isWarrior:checked~ div.sheet-thief,
.charsheet .sheet-isWarrior:checked~ div.sheet-wizard,
.charsheet .sheet-isWizard:checked~ div.sheet-bard,
.charsheet .sheet-isWizard:checked~ div.sheet-cleric,
.charsheet .sheet-isWizard:checked~ div.sheet-cyborg,
.charsheet .sheet-isWizard:checked~ div.sheet-dwarf,
.charsheet .sheet-isWizard:checked~ div.sheet-dwarfpriest,
.charsheet .sheet-isWizard:checked~ div.sheet-elf,
.charsheet .sheet-isWizard:checked~ div.sheet-elfrogue,
.charsheet .sheet-isWizard:checked~ div.sheet-gnome,
.charsheet .sheet-isWizard:checked~ div.sheet-halfling,
.charsheet .sheet-isWizard:checked~ div.sheet-morlock,
.charsheet .sheet-isWizard:checked~ div.sheet-halflingchamp,
.charsheet .sheet-isWizard:checked~ div.sheet-mutant,
.charsheet .sheet-isWizard:checked~ div.sheet-reptilian,
.charsheet .sheet-isWizard:checked~ div.sheet-robot,
.charsheet .sheet-isWizard:checked~ div.sheet-savage,
.charsheet .sheet-isWizard:checked~ div.sheet-sentinel,
.charsheet .sheet-isWizard:checked~ div.sheet-paladin,
.charsheet .sheet-isWizard:checked~ div.sheet-petrolhead,
.charsheet .sheet-isWizard:checked~ div.sheet-ranger,
.charsheet .sheet-isWizard:checked~ div.sheet-technologist,
.charsheet .sheet-isWizard:checked~ div.sheet-thief,
.charsheet .sheet-isWizard:checked~ div.sheet-warrior {
+368 -18
View File
@@ -552,18 +552,17 @@
<input type="radio" class="isGnome" value="9" name="attr_Class"><label class="sheet-subtab">Gnome</label>
<input type="radio" class="isPaladin" value="10" name="attr_Class"><label class="sheet-subtab">Paladin</label>
<input type="radio" class="isRanger" value="11" name="attr_Class"><label class="sheet-subtab">Ranger</label>
<input type="radio" class="isDwarfPriest" value="12" name="attr_Class"><label class="sheet-subtab">Dwarven Priest</label>
<input type="radio" class="isElvenRogue" value="13" name="attr_Class"><label class="sheet-subtab">Elven Rogue</label>
<input type="radio" class="isHalflingBurgler" value="14" name="attr_Class"><label class="sheet-subtab">Halfling Burgler</label>
<input type="radio" class="isHalflingChampion" value="15" name="attr_Class"><label class="sheet-subtab">Halfling Champion</label>
<input type="radio" class="isDwarfPriest" value="12" name="attr_Class"><label class="sheet-subtab">Dwarf Priest</label>
<input type="radio" class="isElfRogue" value="13" name="attr_Class"><label class="sheet-subtab">Elf Rogue</label>
<input type="radio" class="isHalflingChamp" value="14" name="attr_Class"><label class="sheet-subtab">Halfling Champion</label>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-1 sheet-left sheet-class-label">Crawling Under a Broken Moon Classes</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<input type="radio" class="isCyborg" value="16" name="attr_Class"><label class="sheet-subtab">Cyborg</label>
<input type="radio" class="isMutant" value="17" name="attr_Class"><label class="sheet-subtab">Mutant</label>
<input type="radio" class="isPetrolHead" value="18" name="attr_Class"><label class="sheet-subtab">Petrol Head</label>
<input type="radio" class="isTechnologist" value="19" name="attr_Class"><label class="sheet-subtab">Technologist</label>
<input type="radio" class="isCyborg" value="15" name="attr_Class"><label class="sheet-subtab">Cyborg</label>
<input type="radio" class="isMutant" value="16" name="attr_Class"><label class="sheet-subtab">Mutant</label>
<input type="radio" class="isPetrolHead" value="17" name="attr_Class"><label class="sheet-subtab">Petrol Head</label>
<input type="radio" class="isTechnologist" value="18" name="attr_Class"><label class="sheet-subtab">Technologist</label>
<!-- Bard -->
<div class="sheet-bard">
@@ -1065,6 +1064,91 @@
</ul>
</div>
<!-- Dwarf Priest-->
<div class="sheet-dwarfpriest">
<h3>Dwarven Abilities</h3>
<div class="sheet-col-1-2 sheet-left sheet-vert-middle">Lucky Roll for <b>Harsh Winter (All attack rolls)</b>?</div>
<div class="sheet-col-1-22 sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for All attack rolls"><input type="checkbox" value="@{LCK_Starting}" name="attr_AllAtkLuckyRoll"></div>
<div class="sheet-col-1-2 sheet-left sheet-vert-middle">Lucky Roll for <b>The bull (Melee attack rolls)</b>?</div>
<div class="sheet-col-1-22 sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Melee attackrolls"><input type="checkbox" value="@{LCK_Starting}" name="attr_MeleeAtkLuckyRoll"></div>
<div class="sheet-col-1-2 sheet-left sheet-vert-middle">Lucky Roll for <b>Born on the battlefield (Damage rolls)</b>?</div>
<div class="sheet-col-1-22 sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Damage rolls"><input type="checkbox" value="@{LCK_Starting}" name="attr_DmgLuckyRoll"></div>
<div class="sheet-col-1-2 sheet-left sheet-vert-middle">Lucky Roll for <b>Path of the bear (Melee damage rolls)</b>?</div>
<div class="sheet-col-1-22 sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Melee damage rolls"><input type="checkbox" value="@{LCK_Starting}" name="attr_MeleeDmgLuckyRoll"></div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-5 sheet-hd-row">Mighty Deeds of Arms : </br></div>
<div class="sheet-col-1-10 sheet-right">
<select name="attr_DeedDie">
<option value="d0" selected="selected">--</option>
<option value="d3">d3</option>
<option value="d4">d4</option>
<option value="d5">d5</option>
<option value="d6">d6</option>
<option value="d7">d7</option>
<option value="d8">d8</option>
<option value="d10+1">d10+1</option>
<option value="d10+2">d10+2</option>
<option value="d10+3">d10+3</option>
<option value="d10+4">d10+4</option>
</select>
</div>
<div class="sheet-col-1-10 sheet-center"><button type="roll" class="sheet-roll" name="roll_DeedDie" value="@{character_name} does a Mighty Deed: [[@{DeedDie}]]">Deed Die</button></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-8 sheet-hd-row">Lucky Weapon: <br/></div>
<div class="sheet-col-1-4 sheet-right" title="The weapon must be specific ie Longsword or Shortsword instead of just swords"><input class="sheet-underline sheet-center" type="text" placeholder="Choose one Dwarven Weapon" name="attr_LuckyWeapon"/></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-hd-row">Shield bash (d14)<br/></div>
<div class="sheet-col-1-8 sheet-center"><button type="roll" class="sheet-roll" name="roll_dwarfShieldBash" value="@{character_name} does a shield bash. Attack roll: [[d14 + [[@{STR}]] + @{AllAtkLuckyRoll} + @{MeleeAtkLuckyRoll}]] plus Mighty Deed. Damage roll: [[1d3 + [[@{STR}]] + @{DmgLuckyRoll} + @{MeleeDmgLuckyRoll}]] plus Mighty Deed.">Shield Bash</button></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<ul>
<li><b>Hit Points:</b>1d10 per level<br/> </li>
<li><b>Weapons: </b> Battleaxe, club, dagger, handaxe, longsword, mace, short sword, spear, two-handed sword, warhammer, crossbow, javelin, shortbow, and sling<br/></li>
<li><b>Armor: </b> Any<br/></li>
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (rare)<br/></li>
<li><b>Languages: </b> Knows one additional language<br/></li>
<li><b>Infravision 60'</b><br/></li>
<li><b>Underground Skills </b><br/>
<ul>
<li><b>Smell Gold/Gems </b><br/>
<ul>
<li>Strong concentration within 100' <br/></li>
<li>Smaller concentrations, down to a single coin, as low as 40' (for a single coin or gem) <br/></li>
</ul>
</li>
<li><b>Find Construction: Bonus equal to Class Level</b><br/>
<ul>
<li>Detecting Traps <br/></li>
<li>Detecting Slanting Passages <br/></li>
<li>Detecting Shifting Walls <br/></li>
<li>Detecting New Construction <br/></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- Elf -->
<div class="sheet-elf">
<h3>Elf Abilities</h3>
@@ -1257,6 +1341,198 @@
</div>
<!-- Elf Rogue-->
<div class="sheet-elfrogue">
<h3>Elf Rogue Abilities</h3>
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-hd-row">Heightened Senses : <br/></div>
<div class="sheet-col-1-6 sheet-center"><button type="roll" class="sheet-roll" name="roll_Elf_Secret_Doors" value="/me thinks they notice something. Secret Door Check: [[d20 + 4]]">Secret Door Check</button></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-4 sheet-hd-row">Luck Modifier (1st level): <br/></div>
<div class="sheet-col-1-16 sheet-left" title="Enter your Luck modifier at level 1"><input class="sheet-underline sheet-center" type="text" placeholder="0" name="attr_Elf_Luck_Mod"></div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-4 sheet-hd-row">Lucky Spell (1st level): <br/></div>
<div class="sheet-col-1-3 sheet-right" title="Enter your Lucky Spell"><input class="sheet-underline sheet-center" type="text" placeholder="Choose 1st level spell (if any)" name="attr_Elf_Lucky_Spell"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-5 sheet-hd-row">Momentum : </br></div>
<div class="sheet-col-1-10 sheet-right">
<select name="attr_Momentum" value="10">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10" selected="selected">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
</select>
</div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Familiar</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-4 sheet-hd-row">Find Familiar Spell Check Roll: <br/></div>
<div class="sheet-col-1-16 sheet-right" title="Enter your Find Familiar Spell Check Roll"><input class="sheet-underline sheet-center" type="text" placeholder="0" name="attr_Elf_Familiar_Check"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-8 sheet-hd-row">Name: <br/></div>
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Name"><input class="sheet-underline sheet-center" type="text" placeholder="Familiar Name" name="attr_Elf_Familiar_Name"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-8 sheet-hd-row">Type: <br/></div>
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar Type"><input class="sheet-underline sheet-center" type="text" placeholder="Type of Familiar" name="attr_ElfFamiliar"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-8 sheet-hd-row">Physical Look: <br/></div>
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Physical Look" ><input class="sheet-underline sheet-center" type="text" placeholder="Physical Look" name="attr_Elf_Familiar_Look"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-8 sheet-hd-row">Benefit(s): <br/></div>
<div class="sheet-col-1-2 sheet-right" title="Enter your Familiar's Benefits" ><input class="sheet-underline sheet-center" type="text" placeholder="Enter your familiar's benefits to you here" name="attr_Elf_Familiar_Benefit"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-8 sheet-hd-row">Personality: <br/></div>
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Personality"><input class="sheet-underline sheet-center" type="text" placeholder="Personality" name="attr_Elf_Familiar_Personality"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Patron(s)</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-16 sheet-hd-row">Name(s): <br/></div>
<div class="sheet-col-1-2 sheet-right" title="Enter your Supernatural Patron"><input class="sheet-underline sheet-center" type="text" placeholder="Patron's Name" name="attr_ElfPatron"></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-1">
<div class="sheet-row">
<div class="sheet-col-1-6 sheet-hd-row">Taint: <br/></div>
<div class="sheet-col-1-1" title="Enter Patron Taints here"><textarea name="attr_Elf_Patron_Taint" placeholder="Enter your Patron Taint(s) here"></textarea></div>
</div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-1">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spell Corruption</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-1" title="Enter Spell Corruptions Here"><textarea name="attr_ElfCorruption" placeholder="Enter your Spell Corruption(s) here"></textarea></div>
</div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-col-1-1">
<div class="sheet-row sheet-sub-header">
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
</div>
<div class="sheet-row">
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_ElfNotes" placeholder="Other notes of Elven Importance!"></textarea></div>
</div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<ul>
<li><b>Hit Points:</b> 1d6 per level<br/> </li>
<li><b>Weapons: </b> Dagger, javelin, lance, longbow, longsword, shortbow, short sword, staff, spear, and two-handed sword<br/></li>
<li><b>Armor: </b> Elves often wear Mithril armor, even though it hinders spellcasting.<br/></li>
<li><b>Alignment: </b> Law (rare), Neutral (common), Chaos (common)<br/></li>
<li><b>Languages: </b> Knows Common, Elvish, & one other language. Also knows one additional language for every point of Int modifier<br/></li>
<li><b>Magic: </b><br/>
<ul>
<li>1st level: Knows 3 spells, randomly determined; Also knows Invoke Patron and Patron Bond<br/></li>
<li>Max spell level: Based on the level of the Elf<br/></li>
<li>Max spells known: Based on the level of the Elf<br/></li>
<li>New spells: Can be of any level for which the elf is eligible, must choose the level before randomly rolling for the spell. Higher level spells are more difficult to cast.<br/></li>
</ul>
</li>
<li><b>Infravision 60'</b><br/></li>
<li><b>Immunities: </b><br/>
<ul>
<li>Immune to Magical Sleep<br/></li>
<li>Immune to Paralysis<br/></li>
</ul>
</li>
<li><b>Vulnerabilities: </b><br/>
<ul>
<li>Extremely sensitive to the Touch of Iron<br/></li>
<li>Direct contact to iron causes a burning sensation<br/></li>
<li>Exposure at close distances to iron makes elves uncomfortable<br/></li>
<li>Elf may not wear iron armor or bear the touch of iron weapons for extended periods, this will cause 1 HP of damage per day of direct contact<br/></li>
<li>Due to iron sensitivity, Elves at 1st level may purchase one piece of armor and one weapon made from mithril at no additional cost.<br/></li>
</ul>
</li>
<li><b>Heightened Senses: </b><br/>
<ul>
<li>+4 bonus to detect secret doors<br/></li>
<li>Passing within 10' of a secret door, entitles an elf to check for it<br/></li>
</ul>
</li>
</li><b>Luck: </b> <br/>
<ul>
<li>At 1st level, elf may choose to apply luck modifier to spell checks for ONE spell of their choosing<br/></li>
<li>This modifier will not change as the elf's luck changes<br/></li>
</ul>
</li>
<li><b>Action Dice: </b> An elfs action die can be used for attacks or spell checks at any level. At 5th level, an elf can cast two spells in a single round, the first with a d20 spell check and the second with a d14; or they can make two attacks, the first with a d20 attack roll and the second with a d14; or they may combine an attack with a spell check. Note that the results of mercurial magic may modify the action dice based on the dice chain.<br/></li>
</ul>
</div>
<!-- Halfling -->
<div class="sheet-halfling">
<h3>Halfling Abilities</h3>
@@ -1331,8 +1607,82 @@
</ul>
</div>
<!-- Halfling Champion -->
<div class="sheet-halflingchamp">
<h3>Halfling Abilities</h3>
<div class="sheet-col-1-2 sheet-left sheet-vert-middle">Lucky Roll for <b>Born Under the Loom (Skill Checks)</b>?</div>
<div class="sheet-col-1-22 sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Skill Checks"><input type="checkbox" value="@{LCK_Starting}" name="attr_SkillChecksLuckyRoll"></div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<div class="sheet-row">
<div class="sheet-col-1-8 sheet-hd-row">Stealth Bonus : </br></div>
<div class="sheet-col-1-14 sheet-right">
<select name="attr_HalflingStealth" title="Select your bonus for Sneak and Hide based on your level">
<option value="0" selected="selected">--</option>
<option value="3">+3</option>
<option value="5">+5</option>
<option value="7">+7</option>
<option value="8">+8</option>
<option value="9">+9</option>
<option value="11">+11</option>
<option value="12">+12</option>
<option value="13">+13</option>
<option value="14">+14</option>
<option value="15">+15</option>
</select>
</div>
<div class="sheet-col-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_HalflingSneak" value="@{character_name} Sneaks: [[@{ActionDie} + @{HalflingStealth} + [[@{AGI}]] + @{SkillChecksLuckyRoll}]]">Sneak</button></div>
<div class="sheet-col-1-12 sheet-center"><button type="roll" class="sheet-roll" name="roll_HalflingHide" value="@{character_name} Hides: [[@{ActionDie} + @{HalflingStealth} + [[@{AGI}]] + @{SkillChecksLuckyRoll}]]">Hide</button></div>
</div>
<div class="sheet-col-1-1 sheet-center sheet-small-label">&nbsp;</div>
<ul>
<li><b>Hit Points:</b> 1d6 per level<br/> </li>
<li><b>Weapons: </b> Club, dagger, handaxe, staff, short sword, crossbow, javelin, shortbow, and sling<br/></li>
<li><b>Armor: </b> Any<br/></li>
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (extremely rare)<br/></li>
<li><b>Languages: </b> Knows one additional language<br/></li>
<li><b>Two-weapon fighting </b><br/>
<ul>
<li>Attack Die: d16 + d16<br/></li>
<li>Can fight with two equal sized weapons, such as two handaxes or two short swords<br/></li>
<li>Scores a Critical and Automatic hit on a natural 16<br/></li>
<li>Fumbles only when both dice come up a 1<br/></li>
<li>If AGI &gt;16, use normal two-weapon fighting rules<br/></li>
</ul>
</li>
<li><b>Infravision 30'</b><br/></li>
<li><b>Good Luck Charm </b><br/>
<ul>
<li><b>Double the bonus of a Luck check </b><br/>
<ul>
<li>For every 1 point of Luck expended, gain a +2 to your roll <br/></li>
</ul>
</li>
<li><b>Recover lost Luck</b><br/>
<ul>
<li>Luck score is restored each night by a number of points equal to level <br/></li>
<li>Luck score cannot be taken past natural maximum <br/></li>
</ul>
</li>
<li><b>Expend Luck for Allies</b><br/>
<ul>
<li>Ally must be nearby and visible <br/></li>
<li>Can act out of Initiative order to burn Luck and apply to Ally's rolls <br/></li>
<li>Luck Modifier can apply to any roll made by an Ally <br/></li>
<li>This trait applies to only <i>one</i> halfling in a party. More halflings do not make the party more lucky. <br/></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- Morlock -->
<div class="sheet-morlock">
<!--<div class="sheet-morlock">
<h3>Morlock Abilities</h3>
<div class="sheet-row">
@@ -1399,7 +1749,7 @@
</ul>
</li>
</ul>
</div>
</div>-->
<!-- Mutant -->
<div class="sheet-mutant">
@@ -1538,7 +1888,7 @@
</div>
<!-- Reptilian -->
<div class="sheet-reptilian">
<!--<div class="sheet-reptilian">
<h3>Reptilian Abilities</h3>
@@ -1698,10 +2048,10 @@
</ul>
</li>
</ul>
</div>
</div>-->
<!-- Robot -->
<div class="sheet-robot">
<!--<div class="sheet-robot">
<h3>Robot Abilities</h3>
@@ -1879,10 +2229,10 @@
</select>
</div>
</div>
</div>
</div>-->
<!-- Savage -->
<div class="sheet-savage">
<!--<div class="sheet-savage">
<h3>Savage Abilities</h3>
@@ -1966,10 +2316,10 @@
</ul>
</li>
</ul>
</div>
</div>-->
<!-- Sentinel -->
<div class="sheet-sentinel">
<!--<div class="sheet-sentinel">
<h3>Sentinel Abilities</h3>
@@ -2198,7 +2548,7 @@
</ul>
</li>
</ul>
</div>
</div>-->
<!-- Technologist -->
<div class="sheet-technologist">