Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
v1.189.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Oct 22, 2023
1 parent 290498c commit f7aa428
Show file tree
Hide file tree
Showing 80 changed files with 11,103 additions and 10,006 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Upload Release
# Add the files one-by-one in an effort to avoid timeouts
run: |
hub release create -a 5etools-${{ github.ref_name }}.zip -F RELEASE_NOTES.md ${{ github.ref_name }}
for f in $(find . -name 'img-${{ github.ref_name }}.*' -print); do hub release edit ${{ github.ref_name }} -m '' -a $f; done
gh release create "${{github.ref_name}}" --title "${{github.ref_name}}" --notes-file RELEASE_NOTES.md 5etools-${{ github.ref_name }}.zip
for f in $(find . -name 'img-${{ github.ref_name }}.*' -print); do gh release upload ${{ github.ref_name }} $f; done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Cleanup
run: |
rm -rf node_modules node .gitmodules *.md *.zip scss spellcheck homebrew
rm -rf node_modules node .gitmodules *.md *.zip scss spellcheck homebrew prerelease
ls -lah
- name: Setup Pages
Expand Down
1 change: 0 additions & 1 deletion actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ <h1 class="page__title no-wrap my-0">Actions</h1>
<script type="text/javascript" src="js/scalecreature.js"></script>
<script type="text/javascript" src="js/hist.js"></script>
<script type="text/javascript" src="js/listpage.js"></script>

<script type="text/javascript" src="js/filter-common.js"></script>
<script type="text/javascript" src="js/filter-actions.js"></script>
<script type="text/javascript" src="js/actions.js"></script>
Expand Down
1 change: 0 additions & 1 deletion backgrounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ <h1 class="page__title no-wrap my-0">Backgrounds</h1>
<script type="text/javascript" src="js/scalecreature.js"></script>
<script type="text/javascript" src="js/hist.js"></script>
<script type="text/javascript" src="js/listpage.js"></script>

<script type="text/javascript" src="js/filter-common.js"></script>
<script type="text/javascript" src="js/filter-backgrounds.js"></script>
<script type="text/javascript" src="js/backgrounds.js"></script>
Expand Down
19 changes: 10 additions & 9 deletions charcreationoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</head>

<body>

<div class="cancer__wrp-sidebar-rhs cancer__anchor"><div class="cancer__disp-cancer"></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--top"><!--5ETOOLS_AD_RIGHT_1--></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--bottom"><!--5ETOOLS_AD_RIGHT_2--></div></div>

<div class="viewport-wrapper">
Expand All @@ -65,7 +66,7 @@
<header class="hidden-xs hidden-sm page__header">
<div class="container ve-flex-v-baseline">
<h1 class="page__title no-wrap my-0">Other Character Creation Options</h1>
<p class="page__subtitle no-wrap my-0" id="page__subtitle">Search by name on the left, click name to display on the right.</p>
<p class="page__subtitle no-wrap my-0" id="page__subtitle">Search by name on the left, click a name to display on the right.</p>
</div>
</header>
<nav class="container page__nav" id="navigation">
Expand All @@ -83,15 +84,14 @@ <h1 class="page__title no-wrap my-0">Other Character Creation Options</h1>
</div>
<button class="btn btn-default" id="reset">Reset</button>
</div>

<div id="filtertools" class="input-group input-group--bottom ve-flex no-shrink">
<button class="col-5 sort btn btn-default btn-xs" data-sort="type">Type</button>
<button class="col-5 sort btn btn-default btn-xs" data-sort="name">Name</button>
<button class="sort btn btn-default btn-xs ve-grow" data-sort="source">Source</button>
</div>

<div class="list list--stats charcreationoptions">

</div>
<div id="list" class="list list--stats"></div>
</div>

<div class="cancer__wrp-mobile-1 cancer__anchor"><div class="cancer__disp-cancer"></div><!--5ETOOLS_AD_MOB_PLAYER_1--></div>
Expand All @@ -102,19 +102,18 @@ <h1 class="page__title no-wrap my-0">Other Character Creation Options</h1>
<button class="col-5 sort btn btn-default btn-xs" data-sort="type">Type</button>
<button class="col-7 sort btn btn-default btn-xs" data-sort="name">Name</button>
</div>
<div class="list subcharcreationoptions">
<!-- populate with JS -->
</div>

<div id="sublist" class="list"></div>
</div>

<div class="wrp-stat-tab" id="stat-tabs">
<div id="tabs-right"></div>
</div>

<div class="wrp-stats-table">
<div id="wrp-pagecontent" class="wrp-stats-table">
<table id="pagecontent" class="w-100 stats">
<tr><th class="border" colspan="6"></th></tr>
<tr><td colspan="6" class="initial-message">Select a character creation option from the list to view it here</td></tr>
<tr><td colspan="6" class="initial-message">Select an entry from the list to view it here</td></tr>
<tr><th class="border" colspan="6"></th></tr>
</table>
</div>
Expand All @@ -126,6 +125,7 @@ <h1 class="page__title no-wrap my-0">Other Character Creation Options</h1>
</div>
</div>
</div>

<!--5ETOOLS_SCRIPT_ANCHOR-->
<!--5ETOOLS_AD_ADHESION-->

Expand All @@ -147,6 +147,7 @@ <h1 class="page__title no-wrap my-0">Other Character Creation Options</h1>
<script type="text/javascript" src="js/scalecreature.js"></script>
<script type="text/javascript" src="js/hist.js"></script>
<script type="text/javascript" src="js/listpage.js"></script>
<script type="text/javascript" src="js/filter-common.js"></script>
<script type="text/javascript" src="js/filter-charcreationoptions.js"></script>
<script type="text/javascript" src="js/charcreationoptions.js"></script>
<script type="text/javascript" src="js/list2.js"></script>
Expand Down
23 changes: 14 additions & 9 deletions conditionsdiseases.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
</head>

<body>

<div class="cancer__wrp-sidebar-rhs cancer__anchor"><div class="cancer__disp-cancer"></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--top"><!--5ETOOLS_AD_RIGHT_1--></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--bottom"><!--5ETOOLS_AD_RIGHT_2--></div></div>

<div class="viewport-wrapper">
<div class="cancer__wrp-leaderboard cancer__anchor"><div class="cancer__disp-cancer"></div><div class="cancer__wrp-leaderboard-inner"><!--5ETOOLS_AD_LEADERBOARD--></div></div>

<header class="hidden-xs hidden-sm page__header">
<div class="container ve-flex-v-baseline">
<h1 class="page__title no-wrap my-0">Conditions & Diseases</h1>
<h1 class="page__title no-wrap my-0">Conditions &amp; Diseases</h1>
<p class="page__subtitle no-wrap my-0" id="page__subtitle">Search by name on the left, click a name to display on the right.</p>
</div>
</header>

<nav class="container page__nav" id="navigation">
<ul class="nav nav-pills page__nav-inner" id="navbar"></ul>
</nav>
Expand All @@ -92,25 +92,26 @@ <h1 class="page__title no-wrap my-0">Conditions & Diseases</h1>
<button class="sort btn btn-default btn-xs ve-grow" data-sort="source">Source</button>
</div>

<div class="list list--stats conditions"></div>
<div id="list" class="list list--stats"></div>
</div>

<div class="cancer__wrp-mobile-1 cancer__anchor"><div class="cancer__disp-cancer"></div><!--5ETOOLS_AD_MOB_PLAYER_1--></div>

<div id="contentwrapper" class="view-col">
<div id="sublistcontainer" class="sublist sublist--resizable no-print">
<div id="sublistsort" class="btn-group sublist__wrp-cols">
<button class="col-2 sort btn btn-default btn-xs" data-sort="type">Type</button>
<button class="col-10 sort btn btn-default btn-xs" data-sort="name">Name</button>
</div>
<div class="list subconditions">
<!-- populate with JS -->
</div>

<div id="sublist" class="list"></div>
</div>

<div class="wrp-stat-tab" id="stat-tabs">
<div id="tabs-right"></div>
</div>

<div class="wrp-stats-table">
<div id="wrp-pagecontent" class="wrp-stats-table">
<table id="pagecontent" class="w-100 stats">
<tr><th class="border" colspan="6"></th></tr>
<tr><td colspan="6" class="initial-message">Select an entry from the list to view it here</td></tr>
Expand All @@ -124,8 +125,11 @@ <h1 class="page__title no-wrap my-0">Conditions & Diseases</h1>
</div>
</div>
</div>
</div> <!--5ETOOLS_SCRIPT_ANCHOR-->
</div>

<!--5ETOOLS_SCRIPT_ANCHOR-->
<!--5ETOOLS_AD_ADHESION-->

<script type="text/javascript" src="lib/jquery.js"></script>
<script type="text/javascript" src="js/parser.js"></script>
<script type="text/javascript" src="js/utils.js"></script>
Expand All @@ -144,10 +148,11 @@ <h1 class="page__title no-wrap my-0">Conditions & Diseases</h1>
<script type="text/javascript" src="js/scalecreature.js"></script>
<script type="text/javascript" src="js/hist.js"></script>
<script type="text/javascript" src="js/listpage.js"></script>
<script type="text/javascript" src="js/filter-common.js"></script>
<script type="text/javascript" src="js/filter-conditionsdiseases.js"></script>
<script type="text/javascript" src="js/conditionsdiseases.js"></script>
<script type="text/javascript" src="js/list2.js"></script>
<script type="text/javascript" src="lib/elasticlunr.js"></script>
</body>

</body>
</html>
1 change: 1 addition & 0 deletions converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ <h3 class="conv__head">Output</h3>
<script type="text/javascript" src="js/converterutils-race.js"></script>
<script type="text/javascript" src="js/converterutils-background.js"></script>
<script type="text/javascript" src="js/converter.js"></script>
<script type="text/javascript" src="js/converter-feature.js"></script>
<script type="text/javascript" src="js/converter-creature.js"></script>
<script type="text/javascript" src="js/converter-spell.js"></script>
<script type="text/javascript" src="js/converter-item.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion css/main.css

Large diffs are not rendered by default.

32 changes: 21 additions & 11 deletions cultsboons.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</head>

<body>

<div class="cancer__wrp-sidebar-rhs cancer__anchor"><div class="cancer__disp-cancer"></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--top"><!--5ETOOLS_AD_RIGHT_1--></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--bottom"><!--5ETOOLS_AD_RIGHT_2--></div></div>

<div class="viewport-wrapper">
Expand All @@ -65,18 +66,16 @@
<header class="hidden-xs hidden-sm page__header">
<div class="container ve-flex-v-baseline">
<h1 class="page__title no-wrap my-0">Cults &amp; Supernatural Boons</h1>
<p class="page__subtitle no-wrap my-0" id="page__subtitle">Search by name on the left, click to display on the right.</p>
<p class="page__subtitle no-wrap my-0" id="page__subtitle">Search by name on the left, click a name to display on the right.</p>
</div>
</header>

<nav class="container page__nav" id="navigation">
<ul class="nav nav-pills page__nav-inner" id="navbar"></ul>
</nav>

<div class="view-col-group--cancer h-100 mh-0">
<div class="container view-col-wrapper view-col-wrapper--cancer">
<div class="view-col" id="listcontainer">

<div class="lst__form-top" id="filter-search-group">
<div class="w-100 relative">
<input type="search" id="lst__search" autocomplete="off" autocapitalize="off" spellcheck="false" class="search form-control lst__search lst__search--no-border-h">
Expand All @@ -93,35 +92,45 @@ <h1 class="page__title no-wrap my-0">Cults &amp; Supernatural Boons</h1>
<button class="sort btn btn-default btn-xs ve-grow" data-sort="source">Source</button>
</div>

<div class="list list--stats cultsboons"></div>
<div id="list" class="list list--stats"></div>
</div>

<div class="cancer__wrp-mobile-1 cancer__anchor"><div class="cancer__disp-cancer"></div><!--5ETOOLS_AD_MOB_PLAYER_1--></div>

<div id="contentwrapper" class="view-col">
<div id="sublistcontainer" class="sublist sublist--resizable no-print">
<div id="sublistsort" class="btn-group sublist__wrp-cols">
<button class="col-2 sort btn btn-default btn-xs" data-sort="type">Type</button>
<button class="col-2 sort btn btn-default btn-xs" data-sort="subType">Subtype</button>
<button class="col-8 sort btn btn-default btn-xs" data-sort="name">Name</button>
</div>
<div class="list subcultsboons">
<!-- populate with JS -->
</div>

<div id="sublist" class="list"></div>
</div>

<div class="wrp-stat-tab">
<div class="wrp-stat-tab" id="stat-tabs">
<div id="tabs-right"></div>
</div>

<div class="wrp-stats-table"><table id="pagecontent" class="w-100 stats"></table></div>
<div id="wrp-pagecontent" class="wrp-stats-table">
<table id="pagecontent" class="w-100 stats">
<tr><th class="border" colspan="6"></th></tr>
<tr><td colspan="6" class="initial-message">Select an entry from the list to view it here</td></tr>
<tr><th class="border" colspan="6"></th></tr>
</table>
</div>

<div class="ve-text-center mt-2 no-print">
<button class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
</div>
</div>
</div>
</div>
</div> <!--5ETOOLS_SCRIPT_ANCHOR-->
</div>

<!--5ETOOLS_SCRIPT_ANCHOR-->
<!--5ETOOLS_AD_ADHESION-->

<script type="text/javascript" src="lib/jquery.js"></script>
<script type="text/javascript" src="js/parser.js"></script>
<script type="text/javascript" src="js/utils.js"></script>
Expand All @@ -140,10 +149,11 @@ <h1 class="page__title no-wrap my-0">Cults &amp; Supernatural Boons</h1>
<script type="text/javascript" src="js/scalecreature.js"></script>
<script type="text/javascript" src="js/hist.js"></script>
<script type="text/javascript" src="js/listpage.js"></script>
<script type="text/javascript" src="js/filter-common.js"></script>
<script type="text/javascript" src="js/filter-cultsboons.js"></script>
<script type="text/javascript" src="js/cultsboons.js"></script>
<script type="text/javascript" src="js/list2.js"></script>
<script type="text/javascript" src="lib/elasticlunr.js"></script>
</body>

</body>
</html>
2 changes: 1 addition & 1 deletion data/adventure/adventure-cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -27798,7 +27798,7 @@
"You crest a dune and see a rocky escarpment in the distance with small cave entrances all over its surface. Dozens of tiny humanoid creatures dash back into the caves, sensing your presence."
]
},
"The tiny creatures are desert-dwelling {@creature Chwinga|IDRotF|chwingas} (see their stat block at {@area the end of the adventure|524|x}) that live in tiny caves built up on the shell of a giant dragon tortoise. If the characters approach the escarpment, the earth rumbles as the dragon tortoise raises its massive head out of the sand, addresses them, and asks their intentions.",
"The tiny creatures are desert-dwelling {@creature Chwinga|IDRotF|chwingas} (see their stat block at {@area the end of the adventure|524|x}) that live in tiny caves built up on the shell of a giant {@creature dragon tortoise|CM}. If the characters approach the escarpment, the earth rumbles as the {@creature dragon tortoise|CM} raises its massive head out of the sand, addresses them, and asks their intentions.",
"For the {@creature dragon tortoise|CM}, use the {@creature dragon turtle} stat block with the following changes:",
{
"type": "list",
Expand Down
Loading

0 comments on commit f7aa428

Please sign in to comment.