diff --git a/D&D_3-5/charsheet_3-5.css b/D&D_3-5/charsheet_3-5.css index 43fe42ad08..3a9eeda695 100644 --- a/D&D_3-5/charsheet_3-5.css +++ b/D&D_3-5/charsheet_3-5.css @@ -4,6 +4,7 @@ .sheet-pc-spells-show:not(:checked)~.sheet-pc-spells {display:none;} .sheet-pc-charrpinfo-show:not(:checked)~.sheet-pc-charrpinfo {display:none;} +.sheet-pc-charclasses-show:not(:checked)~.sheet-pc-charclasses {display:none;} .sheet-pc-combat-show:not(:checked)~.sheet-pc-combat {display:none;} .sheet-pc-charnotes-show:not(:checked)~.sheet-pc-charnotes {display:none;} .sheet-pc-saveblock-show:not(:checked)~.sheet-pc-saveblock {display:none;} @@ -69,6 +70,9 @@ .sheet-pc-rolltemplates-show:not(:checked)~.sheet-pc-rolltemplates {display:none;} +.sheet-npc-charrpinfo-show:not(:checked)~.sheet-npc-charrpinfo {display:none;} +.sheet-npc-charclasses-show:not(:checked)~.sheet-npc-charclasses {display:none;} + .charsheet label { display: inline-block; width: 75px; @@ -504,7 +508,7 @@ input.sheet-tab:not(:first-child)::before border-left: none; } -div.sheet-tab-content +div.sheet-tab-content, .sheet-npc-tab-content { border: 1px solid #a8a8a8; border-top-color: #000; /* black */ diff --git a/D&D_3-5/charsheet_3-5.html b/D&D_3-5/charsheet_3-5.html index b85ff59f49..0122ad0750 100644 --- a/D&D_3-5/charsheet_3-5.html +++ b/D&D_3-5/charsheet_3-5.html @@ -1,9 +1,10 @@ - + + PC         @@ -16,14 +17,14 @@ Header
- +
       
- + @@ -35,9 +36,9 @@ - - - + + - - + + - - - - - - - - + + + + +
 
Character Name
 
Character Name

Player Name
  3.5

Race

Type

Race

Type

Size

Gender

Alignment

Deity

Alignment

Deity

Class

Level

HD

Age

Height

Weight

Eyes

Hair

Age

Height

Weight

Eyes

Hair

+ Classes +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Class 1

Level 1

HD 1

HP 1

Class 2

Level 2

HD 2

HP 2

Class 3

Level 3

HD 3

HP 3

Class 4

Level 4

HD 4

HP 4

Class 5

Level 5

HD 5

HP 5
+
+
+

@@ -3483,130 +3521,207 @@
+ Header +
+
+ + + + + + + + + + + + + + +
       
+ + + + + + + +

Name

Race
+
  3.5

Type

Size

Gender

Alignment
+
+ +
+ + Classes +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Class 1

Level 1

HD 1

HP 1

Class 2

Level 2

HD 2

HP 2

Class 3

Level 3

HD 3

HP 3

Class 4

Level 4

HD 4

HP 4

Class 5

Level 5

HD 5

HP 5
+
+
+
+
+
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name:
Size/Type:/
Hit Dice:(/)
Initiative:
Speed:
Armor Class:(), Touch:, FF:
Base Attack/Grapple:/
Attack:
 
Full Attack:
 
Space/Reach:/    
Special Attacks:
Special Qualities:
Saves: Fort:,     Ref:,     Will:
Abilities: Str:(+),     Dex:(+),     Con:(+),     Int:(+),     Wis:(+),     Cha:(+)
Skills:
Feats:
-
-
Environment:
Organization:
Challenge Rating:
Treasure:    
Alignment:
Advancement:
Level Adjustment:
COMBAT
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hit Dice:(/)
Initiative:
Speed:
Armor Class:(), Touch:, FF:
Base Attack/Grapple:/
Attack:
 
Full Attack:
 
Space/Reach:/    
Special Attacks:
Special Qualities:
Saves: Fort:,     Ref:,     Will:
Abilities: Str:(+),     Dex:(+),     Con:(+),     Int:(+),     Wis:(+),     Cha:(+)
Skills:
Feats:
+
+
Environment:
Organization:
Challenge Rating:
Treasure:    
Alignment:
Advancement:
Level Adjustment:
COMBAT
+
diff --git a/D&D_3-5/translation.json b/D&D_3-5/translation.json index 46a224a1f7..7bafc2e006 100644 --- a/D&D_3-5/translation.json +++ b/D&D_3-5/translation.json @@ -22,6 +22,7 @@ "alignment": "Alignment", "deity": "Deity", "class": "Class", + "classes": "Classes", "level": "Level", "hit-dice-i": "HD", "age": "Age",