Skip to content

Commit

Permalink
fix all of the sneaky things in dnd5e120
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Dec 12, 2020
1 parent 2b444b4 commit 8f64a90
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 58 deletions.
106 changes: 51 additions & 55 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,52 @@
{
"name": "compact-beyond-5e-sheet",
"title": "Compact DnDBeyond 5e Character Sheet",
"description": "A compact 5e character sheet with similar layout and functionality to dndbeyond's.",
"systems": ["dnd5e"],
"version": "0.11.1",
"author": "Andrew Krigline (akrigline)",
"esmodules": [
"foundryvtt-compactBeyond5eSheet.js"
],
"styles": [
"foundryvtt-compactBeyond5eSheet.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/cover-image.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/main-view.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/inventory.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/spellbook.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/features.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/biography.png"
}
],
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.8",
"minimumSystemVersion": 0.99,
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/download/v0.11.1/module.zip",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/README.md",
"url": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet"
}
"name": "compact-beyond-5e-sheet",
"title": "Compact DnDBeyond 5e Character Sheet",
"description": "A compact 5e character sheet with similar layout and functionality to dndbeyond's.",
"systems": ["dnd5e"],
"version": "0.11.1",
"author": "Andrew Krigline (akrigline)",
"esmodules": ["foundryvtt-compactBeyond5eSheet.js"],
"styles": ["foundryvtt-compactBeyond5eSheet.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/cover-image.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/main-view.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/inventory.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/spellbook.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/features.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/biography.png"
}
],
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.8",
"minimumSystemVersion": 0.99,
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/download/v0.11.1/module.zip",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/README.md",
"url": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet"
}
3 changes: 2 additions & 1 deletion src/templates/character-sheet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
<footer class="attribute-footer">
<span class="movement-special" title="{{movement.special}}">{{movement.special}}</span>
</footer>
<a class="configure-movement" title="{{localize 'DND5E.MovementConfig'}}"><i class="fas fa-cog"></i></a>
<a class="configure-movement config-button" data-action="movement" title="{{localize 'DND5E.MovementConfig'}}"><i
class="fas fa-cog"></i></a>
</li>
</ul>

Expand Down
3 changes: 2 additions & 1 deletion src/templates/parts/actor-inventory.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
<h4>
{{item.name~}}
{{~#if item.isStack}} ({{item.data.quantity}}){{/if}}
{{~#if item.data.attuned}} <i class="fas fa-sun attuned" title={{localize "DND5E.Attuned"}}></i>{{/if}}
{{~#if (or item.data.attuned (eq data.attunement 2))}} <i class="fas fa-sun attuned"
title={{localize "DND5E.Attuned"}}></i>{{/if}}
</h4>
{{/if}}
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/templates/parts/actor-traits.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
{{#unless isVehicle}}
<div class="form-group ">
<label>{{localize "DND5E.SpecialTraits"}}</label>
<a class="configure-flags"><i class="fas fa-cog"></i></a>
<a class="configure-flags config-button" data-action="flags" title="{{localize 'DND5E.SpecialTraits'}}"><i
class="fas fa-cog"></i></a>
</div>
{{/unless}}
</div>

0 comments on commit 8f64a90

Please sign in to comment.