D&D 5E The Clean Sheet

schnee

First Post
I have 2.5. Looks great.

Land Druids get 'Natural Recovery' like Wizards' 'Arcane Recovery', but it doesn't show up in that field. When I try to write it in, it wipes every time. I guess it's only auto-generated at launch. Can you have it show up there?
 
Last edited:

log in or register to remove this ad

Gretkatillor

First Post
I have 2.5. Looks great.

Land Druids get 'Natural Recovery' like Wizards' 'Arcane Recovery', but it doesn't show up in that field. When I try to write it in, it wipes every time. I guess it's only auto-generated at launch. Can you have it show up there?

Thanks for the suggestion. I'll try to make it more flexible sometime soon.
 

schnee

First Post
Thanks for the suggestion. I'll try to make it more flexible sometime soon.

I went ahead and added it. One line pasted in the Druid script.

I also added Thunderclap in the Weapons slots. (Sacred Flame is there also, so it felt right.) Ping me and be happy to send you the updated PDF.

Code:
	"thunderclap, intelligence": {
		name: "Thunderclap",
		listName: "Thunderclap, Intelligence",
		attack: [3],
		attackAffix: ["", true],
		damage: [1, 6, "Thunder"],
		save: [2, ""],
		noModDamage: true,
		cantripDamage: true,
		range: "Self (5 radius)",
		weight: 0,
		inventory: false,
		advantage: [0, 0, 0],
		type: ["special", "ranged"]},
	"thunderclap, wisdom": {
		name: "Thunderclap",
		listName: "Thunderclap, Wisdom",
		attack: [4],
		attackAffix: ["", true],
		damage: [1, 6, "Thunder"],
		save: [2, ""],
		noModDamage: true,
		cantripDamage: true,
		range: "Self (5 radius)",
		weight: 0,
		inventory: false,
		advantage: [0, 0, 0],
		type: ["special", "ranged"]},
	"thunderclap, charisma": {
		name: "Thunderclap",
		listName: "Thunderclap, Charisma",
		attack: [5],
		attackAffix: ["", true],
		damage: [1, 6, "Thunder"],
		save: [2, ""],
		noModDamage: true,
		cantripDamage: true,
		range: "Self (5 radius)",
		weight: 0,
		inventory: false,
		advantage: [0, 0, 0],
		type: ["special", "ranged"]},
 

Gretkatillor

First Post
I went ahead and added it. One line pasted in the Druid script.

I also added Thunderclap in the Weapons slots. (Sacred Flame is there also, so it felt right.) Ping me and be happy to send you the updated PDF.

Code:
	"thunderclap, intelligence": {
		name: "Thunderclap",
		listName: "Thunderclap, Intelligence",
		attack: [3],
		attackAffix: ["", true],
		damage: [1, 6, "Thunder"],
		save: [2, ""],
		noModDamage: true,
		cantripDamage: true,
		range: "Self (5 radius)",
		weight: 0,
		inventory: false,
		advantage: [0, 0, 0],
		type: ["special", "ranged"]},
	"thunderclap, wisdom": {
		name: "Thunderclap",
		listName: "Thunderclap, Wisdom",
		attack: [4],
		attackAffix: ["", true],
		damage: [1, 6, "Thunder"],
		save: [2, ""],
		noModDamage: true,
		cantripDamage: true,
		range: "Self (5 radius)",
		weight: 0,
		inventory: false,
		advantage: [0, 0, 0],
		type: ["special", "ranged"]},
	"thunderclap, charisma": {
		name: "Thunderclap",
		listName: "Thunderclap, Charisma",
		attack: [5],
		attackAffix: ["", true],
		damage: [1, 6, "Thunder"],
		save: [2, ""],
		noModDamage: true,
		cantripDamage: true,
		range: "Self (5 radius)",
		weight: 0,
		inventory: false,
		advantage: [0, 0, 0],
		type: ["special", "ranged"]},

That's great! If you could send me that Druid script, I'll add everything to the PDF so that everyone can benefit from it.
 

schnee

First Post
All I did was go into the Class descriptions in the Lists script and add the line

Code:
        arcaneRecovery: true,

from the Wizard to the Druid. The sheet seemed to pick it up perfectly from there.
 

Gretkatillor

First Post
All I did was go into the Class descriptions in the Lists script and add the line

Code:
        arcaneRecovery: true,

from the Wizard to the Druid. The sheet seemed to pick it up perfectly from there.

Excellent. I've added Thunderclap and spell recovery for Circle of the Land Druids in v2.51. To enable the latter, write your class as "Druid, Circle of the Land" (or with braces; doesn't matter). Thanks again.
 

Starting a new Character in the 2.51 sheet leads to these errors:
TypeError: this.getField("SpellAbility") is null
1:Field:Calculate

TypeError: main.ac.otherAbility.trim is not a function
1044:Document-Level:z initialization

TypeError: String(temp.substring(tempPosition, i)).trim is not a function
2093:Field:Calculate

Fields used/filled are: Race, Sex, Background, Classes, and Alignment Spellcasting Ability then using the "Add Traits" button.

If I start adding more fields it works for a bit then stops: The stats and modifiers work then I start filling in the Defenses area putting in Studded Leather the AC shield stops updating with these errors.

TypeError: main.armor.raw.trim is not a function
257:Field:Validate

TypeError: main.shield.raw.trim is not a function
585:Field:Validate

Once again; a well done convenient sheet just not working (for me?) right now.
 

Gretkatillor

First Post
Fields used/filled are: Race, Sex, Background, Classes, and Alignment Spellcasting Ability then using the "Add Traits" button.

If I start adding more fields it works for a bit then stops: The stats and modifiers work then I start filling in the Defenses area putting in Studded Leather the AC shield stops updating with these errors.

Hi, I tried to replicate your errors but couldn't. My guess is that the JavaScript trim() function is not supported for some reason. Are you using the sheet in the latest desktop version of Acrobat?
 

Cringing Dragon

First Post
Thank you so much for creating this. I'm about to start playing 5E for the first time (we've been playing Pathfinder since about the time 4E came out). I didn't like any of the character sheets I found until this one because they didn't list the range for ranged weapons! Such a simple thing. And, in addition to showing this, your sheet is a delight to use. I'm playing a non-standard class, and I love that I can either prefill or manually enter pretty much anything, and the related things all recalculate. Beautiful.
Not a complaint at all (in fact I was very pleasantly surprised to discover it in the drop-down lists), but I have found a minor typo. The damage type for Shillelagh, Intelligence is spelled Blugeoning instead of Bludgeoning.

CD
 


Remove ads

Top