mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.209.1
This commit is contained in:
@@ -138,13 +138,19 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print best-ecgen__hidden">
|
||||
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
|
||||
<div id="wrp-profbonusdice" class="ve-flex-v-center mr-2">
|
||||
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master's Guide, p263.">Use Proficiency Dice</button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col best-ecgen__hidden">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
|
||||
<div id="wrp-profbonusdice" class="ve-flex-v-center">
|
||||
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master's Guide, p263.">Use Proficiency Dice</button>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
|
||||
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>
|
||||
|
||||
@@ -2731,5 +2731,10 @@
|
||||
"date": "2024-07-10",
|
||||
"title": "Mind the Step",
|
||||
"txt": "- Added Quests from the Infinite Staircase content\n- Overhauled partnered _[as in, \"partnered on D&D Beyond\"]_ content handling:\n - Added search indexing for partnered homebrew content. When the \"Include Homebrew\" option is enabled in Omnisearch, available partnered homebrew content will be included in the results.\n - Replaced \"Manage Homebrew\" with \"Manage Content\" button set, which includes options to \"Manage Prerelease Content\", \"Manage Homebrew\", and \"Load All Partnered Content\"\n - Added \"Load All Partnered Content\" button to navbar Utilities dropdown, along with an inline \"Export Prerelease Content/Homebrew List as URL\" button _[the latter was previously only accessible via the Prerelease Content Manager/Homebrew Manager UIs]_\n- Added \"Inflicts Curse\" and \"Inflicts Disease\" Bestiary \"Miscellaneous\" filters; added \"Mimicry\" to \"Traits\" filter\n- Added \"Consumable\" Items page \"Miscellaneous\" filter\n- Reworked Deities page `stats: ...` search functionality to search all available information\n- Added \"Download Markdown Data\" right-click option to pinned lists\n- Added middle-click to flip card in Decks page card viewer\n- Added page numbers to Tome of Beasts 1 (2023 Edition); The Book of Many Things\n- Fixed clicking a non-link navbar item resetting the URL hash\n- (Brew) When navigating to the list page link for a homebrew entity which is not yet loaded, that homebrew is _[mostly]_ transparently loaded and displayed\n- (Brew) Added warning when copying a Prerelease Content/Homebrew list URL if \"editable\" Prerelease Content/Homebrew is active\n- (Brew) Fixed Homebrew Builder failing to update/apply \"Source\" selectors\n- (Brew) Fixed crash on specific shared feat prerequisite sets\n- (Fixed typos/added tags)"
|
||||
},
|
||||
{
|
||||
"ver": "1.209.1",
|
||||
"date": "2024-07-10",
|
||||
"txt": "- Improved mobile footer layout on Bestiary, Items, Spells, and Psionics pages"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -152,9 +152,12 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// in deployment, `IS_DEPLOYED = "<version number>";` should be set below.
|
||||
globalThis.IS_DEPLOYED = undefined;
|
||||
globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"1.209.0"/* 5ETOOLS_VERSION__CLOSE */;
|
||||
globalThis.VERSION_NUMBER = /* 5ETOOLS_VERSION__OPEN */"1.209.1"/* 5ETOOLS_VERSION__CLOSE */;
|
||||
globalThis.DEPLOYED_IMG_ROOT = undefined;
|
||||
// for the roll20 script to set
|
||||
globalThis.IS_VTT = false;
|
||||
|
||||
@@ -11,13 +11,19 @@
|
||||
|
||||
{{> "listWrpPagecontent" }}
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print best-ecgen__hidden">
|
||||
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
|
||||
<div id="wrp-profbonusdice" class="ve-flex-v-center mr-2">
|
||||
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master's Guide, p263.">Use Proficiency Dice</button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col best-ecgen__hidden">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-success btn-xs mr-2" id="btn-encounterbuild">Encounter Builder</button>
|
||||
<div id="wrp-profbonusdice" class="ve-flex-v-center">
|
||||
<button type="button" class="btn btn-default btn-xs" id="profbonusdice" title="See the Dungeon Master's Guide, p263.">Use Proficiency Dice</button>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
|
||||
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Creatures in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
{{> "btngroupManager" }}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,9 +5,12 @@
|
||||
|
||||
{{> "listWrpPagecontent" }}
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Printer View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
{{> "btngroupManager" }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -5,9 +5,12 @@
|
||||
|
||||
{{> "listWrpPagecontent" }}
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
{{> "btngroupManager" }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -5,10 +5,16 @@
|
||||
|
||||
{{> "listWrpPagecontent" }}
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
|
||||
{{> "btngroupManager" }}
|
||||
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-v-center mobile__mb-2">
|
||||
{{> "btngroupManager" }}
|
||||
|
||||
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "5etools",
|
||||
"version": "1.209.0",
|
||||
"version": "1.209.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "5etools",
|
||||
"version": "1.209.0",
|
||||
"version": "1.209.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"5etools-utils": "^0.12.19",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "5etools",
|
||||
"author": "TheGiddyLimit",
|
||||
"version": "1.209.0",
|
||||
"version": "1.209.1",
|
||||
"license": "MIT",
|
||||
"description": "A site dedicated to making playing games with your friends as easy as possible.",
|
||||
"type": "module",
|
||||
|
||||
@@ -123,9 +123,12 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Psionics in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>
|
||||
|
||||
22
spells.html
22
spells.html
@@ -130,15 +130,21 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-vh-center mt-2 no-print">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
|
||||
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>
|
||||
<button type="button" class="btn btn-xs btn-info" name="manage-brew" title="Manage Homebrew"><span class="glyphicon glyphicon-glass"></span></button>
|
||||
<div class="ve-flex-vh-center mt-2 no-print mobile__ve-flex-col">
|
||||
<div class="ve-flex-v-center mr-2 mobile__mb-2 mobile__mr-0">
|
||||
<button type="button" class="btn btn-default btn-xs mr-2" id="btn-book">Book View</button>
|
||||
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Spells in Tabular Format">Table View</button>
|
||||
</div>
|
||||
|
||||
<div class="ve-flex-v-center mobile__mb-2">
|
||||
<div class="ve-flex-v-center btn-group" id="btngroup-manager">
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-content">Manage Content</button>
|
||||
<button type="button" class="btn btn-xs btn-primary" name="manage-prerelease" title="Manage Prerelease Content"><span class="glyphicon glyphicon-wrench"></span></button>
|
||||
<button type="button" class="btn btn-xs btn-info" name="manage-brew" title="Manage Homebrew"><span class="glyphicon glyphicon-glass"></span></button>
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
|
||||
</div>
|
||||
<button type="button" class="btn btn-default btn-xs ml-2" id="btn-list-settings" title="Settings"><span class="glyphicon glyphicon-cog"></span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user