Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADnD_2E_Revised] New Feature - Special conditions, Spell corrections #13740

Open
wants to merge 114 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
2217cbe
Changed the spell book reference from being input to textarea.
DBFBlackbull Jul 15, 2023
b254620
Worked up to comprehend languages. This is very slow process to go th…
DBFBlackbull Jul 15, 2023
88f2ada
Handled down to detect magic for both wizard and priest
DBFBlackbull Jul 21, 2023
2ca6c1d
Correct name for wizard and priest spell compendium
DBFBlackbull Jul 21, 2023
179532d
Level scaling for enlarge
DBFBlackbull Jul 21, 2023
c63bc63
Updated down to feather fall
DBFBlackbull Jul 25, 2023
9db1e5f
Updated down to identify. Also updated detect magic level scaling and…
DBFBlackbull Jul 26, 2023
15ee9f8
Updated the light spell for wizard and priest
DBFBlackbull Jul 26, 2023
0cbd297
- Added 10 foot cube restriction to magic missile
DBFBlackbull Jul 26, 2023
0380686
Updated PO critical hit output to use proper lists and added addition…
DBFBlackbull Jul 26, 2023
f634c5c
Fixed down to protection from evil
DBFBlackbull Jul 27, 2023
8c3b045
- Updated armor class with notes for head and touch
DBFBlackbull Aug 7, 2023
96c8cdf
- Updated change log
DBFBlackbull Aug 10, 2023
a3f9f67
Updated continual light
DBFBlackbull Aug 10, 2023
8ccb3d2
Added spells down to glitterdust
DBFBlackbull Aug 10, 2023
ac48d5f
Added references to dmg for surprise modifier for being blind. Update…
DBFBlackbull Aug 11, 2023
e333db3
More corrections for blindness
DBFBlackbull Aug 11, 2023
f6e963e
Updated the final stuff on invisibility. Buy was that a long one!
DBFBlackbull Aug 11, 2023
1c8733f
Moved blindess, deafness, invisible to the roll template to only have…
DBFBlackbull Aug 11, 2023
6507b80
Added spells down to know alignment for both wizard and priest
DBFBlackbull Aug 11, 2023
b35704c
Fixed locate object (priest) to no longer last 8 hours
DBFBlackbull Aug 11, 2023
1a93a7c
Updated magic mouth
DBFBlackbull Aug 11, 2023
591b97c
Codified dot damage to prepare for Choke.
DBFBlackbull Aug 14, 2023
7cf0610
Fixed mirror images
DBFBlackbull Aug 14, 2023
b891838
Cleaned up some brackets for calculations. Also reveals the roll for …
DBFBlackbull Aug 15, 2023
f2813f7
Updated pyrotechnices and rope tricks
DBFBlackbull Aug 20, 2023
b52eebc
Handled spells down to strength
DBFBlackbull Aug 20, 2023
2ecbbaf
Added notes about a permanent web spell.
DBFBlackbull Aug 21, 2023
39bf464
Added level scaling
DBFBlackbull Aug 21, 2023
9f91629
Frist third level spell, blink is updated
DBFBlackbull Aug 22, 2023
df60b72
clairaudience and clairvoyence
DBFBlackbull Aug 22, 2023
d038a38
Added druids handbook as reference to the scythe
DBFBlackbull Sep 7, 2023
b416db3
Finished up Dispel magic for now. I think I have every reference poss…
DBFBlackbull Sep 9, 2023
22cc9c1
Feign death
DBFBlackbull Sep 11, 2023
2db48cf
Just one more edit to dispel magic
DBFBlackbull Sep 11, 2023
d831348
Handled Haste which is very fast!
DBFBlackbull Sep 13, 2023
d7113fc
Fixed both hold person spells
DBFBlackbull Sep 14, 2023
f4fe93d
Started more work on generalizing Invisibility
DBFBlackbull Sep 19, 2023
88ad6e6
Added notes about wishing for ability scores. Updated change log
DBFBlackbull Sep 19, 2023
05747f3
Added a bunch of future ideas
DBFBlackbull Dec 6, 2023
3758a8c
Updated blind reference to include rules on spellcasting
DBFBlackbull Dec 10, 2023
5543693
Added some more errata
DBFBlackbull Dec 10, 2023
8470d8f
Fixed open doors check. Added more errata
DBFBlackbull Dec 11, 2023
b0a3080
Added notes for find familiar
DBFBlackbull Dec 20, 2023
9f2f195
Added psionic notes to spells if there is a note and the psionics han…
DBFBlackbull Dec 22, 2023
4da459f
Handled spells down to Light
DBFBlackbull Dec 27, 2023
a93abf5
magic missile again
DBFBlackbull Dec 27, 2023
2c278e6
Added notes from wizards handbook for mending
DBFBlackbull Dec 28, 2023
460d536
More on light and protection from evil
DBFBlackbull Dec 30, 2023
e650bfc
finished up first level spells
DBFBlackbull Dec 30, 2023
9bc54ad
Added down to continual light
DBFBlackbull Dec 31, 2023
4f072fc
Added notes for open doors
DBFBlackbull Jan 10, 2024
9873170
2nd level deafness complete
DBFBlackbull Jan 11, 2024
9695e21
Merged with master
DBFBlackbull Jan 23, 2024
c82b19d
- Changed duration input field to textarea
DBFBlackbull Jan 23, 2024
1ff547d
Detect invis and ESP
DBFBlackbull Jan 31, 2024
e72a491
flaming sphere
DBFBlackbull Jan 31, 2024
75da08e
Added tag about int vs illusion
DBFBlackbull Jan 31, 2024
477b4ab
improved phantasmal force
DBFBlackbull Jan 31, 2024
587b761
Merge branch 'master' into ADnD_2E_Revised-Player_option_qol
DBFBlackbull Feb 1, 2024
7de4bef
Initial work for a detect invis button
DBFBlackbull Feb 1, 2024
ab4b194
Added all the notes about detecting invisibility
DBFBlackbull Feb 1, 2024
3917561
Detect invisibility button option
DBFBlackbull Feb 2, 2024
6e9b9b4
Merge branch 'master' into ADnD_2E_Revised-Player_option_qol
DBFBlackbull Feb 2, 2024
ce1a0c1
Added blindfighting to the blindness and invisibility information
DBFBlackbull Feb 8, 2024
fbdebfd
Merge branch 'master' into ADnD_2E_Revised-Player_option_qol
DBFBlackbull Feb 21, 2024
ed0a21f
Moved conditions to DM screen
DBFBlackbull Feb 21, 2024
edebbbe
Moved content invisibility to DM screen
DBFBlackbull Feb 21, 2024
4daf0a8
Added continuing damage
DBFBlackbull Feb 21, 2024
f92dc28
Added magical aging to DM screen.
DBFBlackbull Feb 21, 2024
57dd98d
Added buttons with more information at the bottom of spells
DBFBlackbull Feb 22, 2024
c72d68c
Added character name to scrolls so that information buttons work
DBFBlackbull Feb 22, 2024
5578962
- Moved status effects to their own attributes
DBFBlackbull Feb 22, 2024
d579f21
Added charm effects
DBFBlackbull Mar 27, 2024
e107dd2
- Final update to charm effect
DBFBlackbull Mar 27, 2024
a08913e
Maybe the final cleanup of invisibility
DBFBlackbull Mar 27, 2024
c02aeee
Updated down to Protection from cantrips
DBFBlackbull Mar 27, 2024
3433932
Cleaned up references to blindness source from spells that cause blin…
DBFBlackbull Apr 1, 2024
1275a95
Updated wizard special conditions spells to only include errata for t…
DBFBlackbull Apr 1, 2024
4814c10
Fixed spells down to rope trick
DBFBlackbull Apr 1, 2024
2d57cc3
Completed 2nd level spells, but need to take another look at Whisperi…
DBFBlackbull Apr 3, 2024
39fcb0f
A little cleanup and cursive on the light spell
DBFBlackbull May 2, 2024
89a7e9e
Rolled back Dispel magic for mages
DBFBlackbull May 3, 2024
7d1b975
Rolled back dispel magic to be a pure BTB writeup
DBFBlackbull May 3, 2024
454e858
Added my own dispel magic to wizard and priest
DBFBlackbull May 3, 2024
ff3a6c7
fixed page reference and removed the 1E reference
DBFBlackbull May 3, 2024
8495f4f
Updated wizard and priest dispel magic with a new description for the…
DBFBlackbull May 14, 2024
c729b3b
Checks to see if the character sheet that rolled the spell is set to …
DBFBlackbull Jun 12, 2024
8bb4c50
Fixed spells down to Flame arrow
DBFBlackbull Jul 15, 2024
634c139
Added information for touch attacks
DBFBlackbull Jul 26, 2024
2f954be
corrected spell name
DBFBlackbull Aug 3, 2024
11d03de
Merge branch 'master' into ADnD_2E_Revised-Player_option_qol
DBFBlackbull Sep 12, 2024
b7d6b2a
Fixed line breaks
DBFBlackbull Sep 12, 2024
6eeabb0
Fixed line breaks for rogue information
DBFBlackbull Sep 12, 2024
9b3ab3c
Updated spells down to haste
DBFBlackbull Sep 12, 2024
aa2c05a
Final version of haste
DBFBlackbull Sep 13, 2024
ced752f
Added reference from wizards handbook to hold person
DBFBlackbull Sep 13, 2024
d5e9c7f
down to illutionary script
DBFBlackbull Sep 13, 2024
5578730
Merged with master
DBFBlackbull Jan 9, 2025
da476d4
Added invisibility buttons for invis 10 foot radius
DBFBlackbull Jan 9, 2025
28ff688
A little more for blindness and invisibility
DBFBlackbull Jan 9, 2025
45c4041
Added note that invisible creatures are invisible to themselves
DBFBlackbull Jan 9, 2025
79ae91d
Handled lightning bolt
DBFBlackbull Jan 11, 2025
2b4c488
- Added touch attacks and grenadelike miss to special conditions
DBFBlackbull Jan 11, 2025
b82b59e
protection from evil 10 foot radius done!
DBFBlackbull Jan 11, 2025
435a000
Completed tongues for both wizard and priest
DBFBlackbull Jan 11, 2025
8e4ad95
vampiric touch
DBFBlackbull Jan 11, 2025
d0f4648
water breathing for both
DBFBlackbull Jan 11, 2025
289e7d8
fixed the final spells
DBFBlackbull Jan 20, 2025
c1e1771
Merge branch 'master' into ADnD_2E_Revised-Player_option_qol
DBFBlackbull Jan 25, 2025
81f92fb
remove log
DBFBlackbull Jan 25, 2025
5c5a276
Flipped the touch attack special defense to give the relevant example…
DBFBlackbull Jan 25, 2025
98113b2
Turn off debug values for schools and spheres
DBFBlackbull Jan 31, 2025
0b1137b
updated change log
DBFBlackbull Feb 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,294 changes: 986 additions & 308 deletions ADnD_2E_Revised/2ESheet.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions ADnD_2E_Revised/2EStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,12 @@ input.sheet-toast-error:checked ~ .sheet-toast-content {
font-size: 9pt;
text-align: left;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-desc.sheet-justify {
text-align: justify;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-desc.sheet-center {
text-align: center;
}

/*#endregion*/
/*#region Styles for the 2Eattack Template /*/
Expand Down
6 changes: 6 additions & 0 deletions ADnD_2E_Revised/css/rolltemplates.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@
font-size: 9pt;
text-align: left;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-desc.sheet-justify {
text-align: justify;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-desc.sheet-center {
text-align: center;
}

/*#endregion*/
/*#region Styles for the 2Eattack Template /*/
Expand Down
3 changes: 1 addition & 2 deletions ADnD_2E_Revised/futureIdeas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ New weapon section that combines hit and damage
- Implement backstab
- Implement special maneuvers as written in the Fighters handbook

Add reversible spells to the list of memorized spells. Do not change the content or template.

Tome of Magic 1991 May
Add 8th, 9th, and 10th level Priest spells (Psionic enchantments) from Dark Sun Dragon Kings

Add True Dweomers from DMGR: High-Level Campaign
Expand Down
1 change: 1 addition & 0 deletions ADnD_2E_Revised/html/2ESheet-base.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
insert_weaponProficiencies.js
insert_nonweaponProficiencies.js

insert_specialConditions.js
insert_wizardSpells.js
insert_priestSpells.js
insert_psionicPowers.js
Expand Down
5 changes: 3 additions & 2 deletions ADnD_2E_Revised/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<h2 style="color: black;">Changes in <span name="attr_version"></span></h2>
<div class="sheet-announce-items">
<ul style="font-style:italic">
<li>Increase the input field for monster size to hold more than the size category</li>
<li>All roll templates use a standardized 'title' and 'subtitle' to populate the template heading</li>
<li>Standardised the effects of blindness, deafness, invisibility, continuing damage, magical aging, charm, and touch attacks with DM buttons</li>
<li>Added DM buttons to wizard spells level 1-3</li>
<li>Updated wizard spells level 1-3 with errata</li>
</ul>
<hr>
<p>
Expand Down
23 changes: 17 additions & 6 deletions ADnD_2E_Revised/html/components/dynamicDatalists.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<option value="Protection From Cantrips"></option>
<option value="Pyrotechnics"></option>
<option value="Ray of Enfeeblement"></option>
<option value="Rope Tricks"></option>
<option value="Rope Trick"></option>
<option value="Scare"></option>
<option value="Shatter"></option>
<option value="Spectral Hand"></option>
Expand Down Expand Up @@ -166,6 +166,7 @@
<option value="Clairvoyance"></option>
<option value="Delude"></option>
<option value="Dispel Magic"></option>
<option value="Dispel Magic (expanded)"></option>
<option value="Explosive Runes"></option>
<option value="Feign Death"></option>
<option value="Fireball"></option>
Expand Down Expand Up @@ -695,7 +696,7 @@
<option value="Protection From Cantrips">2nd level</option>
<option value="Pyrotechnics">2nd level</option>
<option value="Ray of Enfeeblement">2nd level</option>
<option value="Rope Tricks">2nd level</option>
<option value="Rope Trick">2nd level</option>
<option value="Scare">2nd level</option>
<option value="Shatter">2nd level</option>
<option value="Spectral Hand">2nd level</option>
Expand Down Expand Up @@ -741,6 +742,7 @@
<option value="Clairvoyance">3rd level</option>
<option value="Delude">3rd level</option>
<option value="Dispel Magic">3rd level</option>
<option value="Dispel Magic (expanded)">3rd level</option>
<option value="Explosive Runes">3rd level</option>
<option value="Feign Death">3rd level</option>
<option value="Fireball">3rd level</option>
Expand Down Expand Up @@ -1260,7 +1262,7 @@
<option value="Protection From Cantrips"></option>
<option value="Pyrotechnics"></option>
<option value="Ray of Enfeeblement"></option>
<option value="Rope Tricks"></option>
<option value="Rope Trick"></option>
<option value="Scare"></option>
<option value="Shatter"></option>
<option value="Spectral Hand"></option>
Expand Down Expand Up @@ -1308,6 +1310,7 @@
<option value="Clairvoyance"></option>
<option value="Delude"></option>
<option value="Dispel Magic"></option>
<option value="Dispel Magic (expanded)"></option>
<option value="Explosive Runes"></option>
<option value="Feign Death"></option>
<option value="Fireball"></option>
Expand Down Expand Up @@ -1837,7 +1840,7 @@
<option value="Protection From Cantrips"></option>
<option value="Pyrotechnics"></option>
<option value="Ray of Enfeeblement"></option>
<option value="Rope Tricks"></option>
<option value="Rope Trick"></option>
<option value="Scare"></option>
<option value="Shatter"></option>
<option value="Spectral Hand"></option>
Expand Down Expand Up @@ -1883,6 +1886,7 @@
<option value="Clairvoyance"></option>
<option value="Delude"></option>
<option value="Dispel Magic"></option>
<option value="Dispel Magic (expanded)"></option>
<option value="Explosive Runes"></option>
<option value="Feign Death"></option>
<option value="Fireball"></option>
Expand Down Expand Up @@ -2443,6 +2447,7 @@
<option value="Cure Disease"></option>
<option value="Cause Disease (Reverse of Cure Disease)"></option>
<option value="Dispel Magic"></option>
<option value="Dispel Magic (expanded)"></option>
<option value="Feign Death"></option>
<option value="Flame Walk"></option>
<option value="Glyph of Warding"></option>
Expand Down Expand Up @@ -2966,6 +2971,7 @@
<option value="Cure Disease">3rd level</option>
<option value="Cause Disease (Reverse of Cure Disease)">3rd level</option>
<option value="Dispel Magic">3rd level</option>
<option value="Dispel Magic (expanded)">3rd level</option>
<option value="Feign Death">3rd level</option>
<option value="Flame Walk">3rd level</option>
<option value="Glyph of Warding">3rd level</option>
Expand Down Expand Up @@ -3483,6 +3489,7 @@
<option value="Cure Disease"></option>
<option value="Cause Disease (Reverse of Cure Disease)"></option>
<option value="Dispel Magic"></option>
<option value="Dispel Magic (expanded)"></option>
<option value="Feign Death"></option>
<option value="Flame Walk"></option>
<option value="Glyph of Warding"></option>
Expand Down Expand Up @@ -4006,6 +4013,7 @@
<option value="Cure Disease"></option>
<option value="Cause Disease (Reverse of Cure Disease)"></option>
<option value="Dispel Magic"></option>
<option value="Dispel Magic (expanded)"></option>
<option value="Feign Death"></option>
<option value="Flame Walk"></option>
<option value="Glyph of Warding"></option>
Expand Down Expand Up @@ -4480,7 +4488,7 @@
<option value="Protection From Cantrips scroll">2nd level Wizard</option>
<option value="Pyrotechnics scroll">2nd level Wizard</option>
<option value="Ray of Enfeeblement scroll">2nd level Wizard</option>
<option value="Rope Tricks scroll">2nd level Wizard</option>
<option value="Rope Trick scroll">2nd level Wizard</option>
<option value="Scare scroll">2nd level Wizard</option>
<option value="Shatter scroll">2nd level Wizard</option>
<option value="Spectral Hand scroll">2nd level Wizard</option>
Expand Down Expand Up @@ -4526,6 +4534,7 @@
<option value="Clairvoyance scroll">3rd level Wizard</option>
<option value="Delude scroll">3rd level Wizard</option>
<option value="Dispel Magic scroll">3rd level Wizard</option>
<option value="Dispel Magic (expanded) scroll">3rd level Wizard</option>
<option value="Explosive Runes scroll">3rd level Wizard</option>
<option value="Feign Death scroll">3rd level Wizard</option>
<option value="Fireball scroll">3rd level Wizard</option>
Expand Down Expand Up @@ -5080,6 +5089,7 @@
<option value="Cure Disease scroll">3rd level Priest</option>
<option value="Cause Disease (Reverse of Cure Disease) scroll">3rd level Priest</option>
<option value="Dispel Magic scroll">3rd level Priest</option>
<option value="Dispel Magic (expanded) scroll">3rd level Priest</option>
<option value="Feign Death scroll">3rd level Priest</option>
<option value="Flame Walk scroll">3rd level Priest</option>
<option value="Glyph of Warding scroll">3rd level Priest</option>
Expand Down Expand Up @@ -5554,7 +5564,7 @@
<option value="Protection From Cantrips scroll"></option>
<option value="Pyrotechnics scroll"></option>
<option value="Ray of Enfeeblement scroll"></option>
<option value="Rope Tricks scroll"></option>
<option value="Rope Trick scroll"></option>
<option value="Scare scroll"></option>
<option value="Shatter scroll"></option>
<option value="Spectral Hand scroll"></option>
Expand Down Expand Up @@ -5600,6 +5610,7 @@
<option value="Clairvoyance scroll"></option>
<option value="Delude scroll"></option>
<option value="Dispel Magic scroll"></option>
<option value="Dispel Magic (expanded) scroll"></option>
<option value="Explosive Runes scroll"></option>
<option value="Feign Death scroll"></option>
<option value="Fireball scroll"></option>
Expand Down
40 changes: 40 additions & 0 deletions ADnD_2E_Revised/html/components/rolltemplate-buttons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{{#blindness}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Blindness](~{{character}}|blindness)</td>
</tr>
{{/blindness}}
{{#deafness}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Deafness](~{{character}}|deafness)</td>
</tr>
{{/deafness}}
{{#invisibility}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Invisibility](~{{character}}|invisibility) [Detect Invisibility](~{{character}}|detect-invisibility)</td>
</tr>
{{/invisibility}}
{{#continuing-damage}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Continuing Damage](~{{character}}|continuing-damage)</td>
</tr>
{{/continuing-damage}}
{{#magical-aging}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Magical aging](~{{character}}|magical-aging)</td>
</tr>
{{/magical-aging}}
{{#charm}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Charm](~{{character}}|charm) [Breaking Charm](~{{character}}|breaking-charm)</td>
</tr>
{{/charm}}
{{#touch-attacks}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Touch Attacks](~{{character}}|touch-attacks)</td>
</tr>
{{/touch-attacks}}
{{#grenade-miss}}
<tr>
<td colspan="6" class="sheet-spell-c1">[Grenade-like Miss](~{{character}}|grenade-miss)</td>
</tr>
{{/grenade-miss}}
6 changes: 2 additions & 4 deletions ADnD_2E_Revised/html/components/rolltemplate-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,7 @@
{{/c30-1}}
</table>
{{/c1-1}}
{{#effects2}}
<br>
{{effects2}}
{{/effects2}}
{{#effects2}}<br>{{effects2}}{{/effects2}}
{{#psionics}}<br>&emsp;**Psionics:** {{psionics}}{{/psionics}}
</td>
</tr>
11 changes: 6 additions & 5 deletions ADnD_2E_Revised/html/components/rolltemplates.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@
</div>
<div class="sheet-template-body">
<table>
{{#allprops() desc desc1 desc2 name title subtitle color}}
{{#allprops() desc desc1 desc2 align align1 align2 name title subtitle color}}
<tr>
<td class="sheet-template-default-key">{{key}}</td>
<td class="sheet-template-default-value">{{value}}</td>
</tr>
{{/allprops() desc desc1 desc2 name title subtitle color}}
{{/allprops() desc desc1 desc2 align align1 align2 name title subtitle color}}
{{#desc}}
<tr>
<td class="sheet-template-default-desc" colspan="2">{{desc}}</td>
<td class="sheet-template-default-desc {{align}}" colspan="2">{{desc}}</td>
</tr>
{{/desc}}
{{#desc1}}
<tr>
<td class="sheet-template-default-desc" colspan="2">{{desc1}}</td>
<td class="sheet-template-default-desc {{align1}}" colspan="2">{{desc1}}</td>
</tr>
{{/desc1}}
{{#desc2}}
<tr>
<td class="sheet-template-default-desc" colspan="2">{{desc2}}</td>
<td class="sheet-template-default-desc {{align2}}" colspan="2">{{desc2}}</td>
</tr>
{{/desc2}}
</table>
Expand Down Expand Up @@ -261,6 +261,7 @@
{{#effects}}
insert_rolltemplate-effects.html
{{/effects}}
insert_rolltemplate-buttons.html
</table>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions ADnD_2E_Revised/html/shared/priest-spell-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<button type="roll" name="roll_spell-init" title="@{repeating_spells-#REPLACE0#_$X_spell-init}" value="/gmroll [[{1d10cs1cf10+(@{spell-cast-time} [Spell])-(@{misc-mod}), {1}}kh1]] [Initiative (@{spell-name})]&{tracker}">Initiative</button>
</td>
<td>
<button type="roll" name="roll_spell-template" title="%{repeating_spells-#REPLACE0#_$X_spell-template}" value="#REPLACE1#&{template:2Espell}{{title=@{spell-name}}}{{splevel=@{spell-level}}}{{school=@{spell-school}}}{{sphere=@{spell-sphere}}}{{components=@{spell-components}}}{{time=@{spell-cast-time}}}{{range=@{spell-range}}}{{duration=@{spell-duration}}}{{aoe=@{spell-aoe}}}{{save=@{spell-saving-throw}}}{{subtlety=@{spell-subtlety}}}{{sensory=@{spell-sensory}}}{{knockdown=@{spell-knockdown}}}{{crit=@{spell-crit-size}}}{{damage=@{spell-damage}}}{{damagetype=@{spell-damage-type}}}{{healing=@{spell-healing}}}{{reference=@{spell-reference}}}{{materials=@{spell-materials}}}{{checkroll=[[1d100]]%}}{{checktarget=#REPLACE2#}}{{fail=The spell is expended with absolutely no effect whatsoever.}}{{effects=@{spell-effect}}}">T</button>
<button type="roll" name="roll_spell-template" title="%{repeating_spells-#REPLACE0#_$X_spell-template}" value="#REPLACE1#&{template:2Espell}{{title=@{spell-name}}}{{splevel=@{spell-level}}}{{school=@{spell-school}}}{{sphere=@{spell-sphere}}}{{components=@{spell-components}}}{{time=@{spell-cast-time}}}{{range=@{spell-range}}}{{duration=@{spell-duration}}}{{aoe=@{spell-aoe}}}{{save=@{spell-saving-throw}}}{{subtlety=@{spell-subtlety}}}{{sensory=@{spell-sensory}}}{{knockdown=@{spell-knockdown}}}{{crit=@{spell-crit-size}}}{{damage=@{spell-damage}}}{{damagetype=@{spell-damage-type}}}{{healing=@{spell-healing}}}{{reference=@{spell-reference}}}{{materials=@{spell-materials}}}{{checkroll=[[1d100]]%}}{{checktarget=#REPLACE2#}}{{fail=The spell is expended with absolutely no effect whatsoever.}}{{character=@{character_name}}}{{effects=@{spell-effect}}}">T</button>
</td>
insert_fold-button.html
</tr>
Expand Down Expand Up @@ -91,7 +91,7 @@
<tr>
<th>Duration:</th>
<td>
<input class="sheet-spell-half" type="text" name="attr_spell-duration" title="@{repeating_spells-#REPLACE0#_$X_spell-duration}" placeholder="Duration"/>
<textarea class="sheet-spell-half sheet-input-like" name="attr_spell-duration" title="@{repeating_spells-#REPLACE0#_$X_spell-duration}" placeholder="Duration"></textarea>
</td>
<th>Components:</th>
<td>
Expand Down Expand Up @@ -146,7 +146,7 @@
<tr>
<th>Reference:</th>
<td colspan="3">
<input class="sheet-table-dynamic" type="text" name="attr_spell-reference" title="@{repeating_spells-#REPLACE0#_$X_spell-reference}" placeholder="Book Reference"/>
<textarea class="sheet-table-dynamic sheet-input-like" name="attr_spell-reference" title="@{repeating_spells-#REPLACE0#_$X_spell-reference}" placeholder="Book Reference"></textarea>
</td>
</tr>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions ADnD_2E_Revised/html/shared/wizard-spell-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<button type="roll" name="roll_spell-init" title="@{repeating_spells-#REPLACE0#_$X_spell-init}" value="/gmroll [[{1d10cs1cf10+(@{spell-cast-time} [Spell])-(@{misc-mod}), {1}}kh1]] [Initiative (@{spell-name})]&{tracker}">Initiative</button>
</td>
<td>
<button type="roll" name="roll_spell-template" title="%{repeating_spells-#REPLACE0#_$X_spell-template}" value="#REPLACE1#&{template:2Espell}{{title=@{spell-name}}}{{splevel=@{spell-level}}}{{school=@{spell-school}}}{{sphere=@{spell-sphere}}}{{components=@{spell-components}}}{{time=@{spell-cast-time}}}{{range=@{spell-range}}}{{duration=@{spell-duration}}}{{aoe=@{spell-aoe}}}{{save=@{spell-saving-throw}}}{{subtlety=@{spell-subtlety}}}{{sensory=@{spell-sensory}}}{{knockdown=@{spell-knockdown}}}{{crit=@{spell-crit-size}}}{{damage=@{spell-damage}}}{{damagetype=@{spell-damage-type}}}{{healing=@{spell-healing}}}{{reference=@{spell-reference}}}{{materials=@{spell-materials}}}{{effects=@{spell-effect}}}">T</button>
<button type="roll" name="roll_spell-template" title="%{repeating_spells-#REPLACE0#_$X_spell-template}" value="#REPLACE1#&{template:2Espell}{{title=@{spell-name}}}{{splevel=@{spell-level}}}{{school=@{spell-school}}}{{sphere=@{spell-sphere}}}{{components=@{spell-components}}}{{time=@{spell-cast-time}}}{{range=@{spell-range}}}{{duration=@{spell-duration}}}{{aoe=@{spell-aoe}}}{{save=@{spell-saving-throw}}}{{subtlety=@{spell-subtlety}}}{{sensory=@{spell-sensory}}}{{knockdown=@{spell-knockdown}}}{{crit=@{spell-crit-size}}}{{damage=@{spell-damage}}}{{damagetype=@{spell-damage-type}}}{{healing=@{spell-healing}}}{{reference=@{spell-reference}}}{{materials=@{spell-materials}}}{{character=@{character_name}}}{{effects=@{spell-effect}}}">T</button>
</td>
insert_fold-button.html
</tr>
Expand Down Expand Up @@ -91,7 +91,7 @@
<tr>
<th>Duration:</th>
<td>
<input class="sheet-spell-half" type="text" name="attr_spell-duration" title="@{repeating_spells-#REPLACE0#_$X_spell-duration}" placeholder="Duration"/>
<textarea class="sheet-spell-half sheet-input-like" name="attr_spell-duration" title="@{repeating_spells-#REPLACE0#_$X_spell-duration}" placeholder="Duration"></textarea>
</td>
<th>Components:</th>
<td>
Expand Down Expand Up @@ -146,7 +146,7 @@
<tr>
<th>Reference:</th>
<td colspan="3">
<input class="sheet-table-dynamic" type="text" name="attr_spell-reference" title="@{repeating_spells-#REPLACE0#_$X_spell-reference}" placeholder="Book Reference"/>
<textarea class="sheet-table-dynamic sheet-input-like" name="attr_spell-reference" title="@{repeating_spells-#REPLACE0#_$X_spell-reference}" placeholder="Book Reference"></textarea>
</td>
</tr>
<tr>
Expand Down
3 changes: 2 additions & 1 deletion ADnD_2E_Revised/html/tabs/character-tab/rogue-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ <h4>Skills & Powers / Dark Sun / Sages & Specialists</h4>
</li>
</ul>
</div>

<br>
<details>
<summary>Thieving Skill Dexterity (Aim, Balance) Adjustments</summary>
Expand Down Expand Up @@ -574,6 +573,7 @@ <h4>Skills & Powers / Dark Sun / Sages & Specialists</h4>
<td>—</td>
</tr>
</table>
<br>
</details>
<details>
<summary>Bard Armor information</summary>
Expand Down Expand Up @@ -716,6 +716,7 @@ <h4>Skills & Powers / Dark Sun / Sages & Specialists</h4>
<td>—</td>
</tr>
</table>
<br>
</details>
<details>
<summary>Ranger Armor information</summary>
Expand Down
Loading