-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from WoD5E-Developers/prerelease-4
Prerelease 4
- Loading branch information
Showing
186 changed files
with
5,287 additions
and
993 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="flexcol detail-row"> | ||
<label class="resource-label field-header">{{localize "WOD5E.HTR.CreedFields"}}</label> | ||
<div class="resource resource-content"> | ||
<span class="data-item"> | ||
{{creed.system.desperationFields}} | ||
</span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="flexcol detail-row"> | ||
<label class="resource-label field-header">{{localize "WOD5E.HTR.Redemption"}}</label> | ||
<div class="resource resource-content"> | ||
<span class="data-item"> | ||
{{drive.system.redemption}} | ||
</span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<header class="item-header"> | ||
<img class="profile-img" data-action="editImage" src="{{img}}" data-edit="img" title="{{name}}" alt="Item Image" /> | ||
<div class="header-fields"> | ||
<input class="itemname" name="name" type="text" value="{{name}}" placeholder="{{localize 'WOD5E.Name'}}"/> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<header class="item-header"> | ||
<img class="profile-img" data-action="editImage" src="{{img}}" data-edit="img" title="{{name}}" alt="Item Image" /> | ||
<div class="header-fields"> | ||
<input class="itemname" name="name" type="text" value="{{name}}" placeholder="{{localize 'WOD5E.Name'}}"/> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<section class="tab {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}"> | ||
<div class="flexcol"> | ||
<div class="flexcol"> | ||
<div class="field-header"> | ||
{{localize 'WOD5E.HTR.SuggestedEdges'}} | ||
</div> | ||
<input type="text" name="system.edges" value="{{edges}}" placeholder="{{localize 'WOD5E.HTR.SuggestedEdges'}}"/> | ||
</div> | ||
<div class="flexcol"> | ||
<div class="field-header"> | ||
{{localize 'WOD5E.HTR.SuggestedDrives'}} | ||
</div> | ||
<input type="text" name="system.drives" value="{{drives}}" placeholder="{{localize 'WOD5E.HTR.SuggestedDrives'}}"/> | ||
</div> | ||
<div class="flexcol"> | ||
<div class="field-header"> | ||
{{localize 'WOD5E.HTR.DesperationDiceFields'}} | ||
</div> | ||
<input type="text" name="system.desperationFields" value="{{desperationFields}}" placeholder="{{localize 'WOD5E.HTR.DesperationDiceFields'}}"/> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<section class="tab {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}"> | ||
<div class="flexcol detail-row"> | ||
<div class="field-header"> | ||
{{localize 'WOD5E.HTR.Redemption'}} | ||
</div> | ||
<input type="text" name="system.redemption" value="{{redemption}}" placeholder="{{localize 'WOD5E.HTR.Redemption'}}"/> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,64 @@ | ||
<section class="tab {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}"> | ||
<div class="flex-group-left"> | ||
<div class="flex-center"> | ||
<label class="resource-label">{{localize "WOD5E.Tabs.Equipment"}}</label> | ||
<div class="flexrow"> | ||
<div class="equipment-notes flexcol"> | ||
<div class="flexcol"> | ||
<div class="description-field"> | ||
<div class="flex-center"> | ||
<label class="resource-label field-header"> | ||
{{localize "WOD5E.EquipmentList.EquipmentNotes"}} | ||
</label> | ||
</div> | ||
<div class="description-content resource"> | ||
<prose-mirror name="system.equipment" value="{{equipment}}" | ||
toggled="true" compact="true"> | ||
{{{enrichedEquipment}}} | ||
</prose-mirror> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="equipment-list item-list"> | ||
{{#each equipmentItems as |equipment key|}} | ||
<div class="category"> | ||
<div class="equipment"> | ||
<div class="flexrow item-header"> | ||
<div class="item-name"> | ||
{{localize (concat 'TYPES.Item.' key)}} | ||
</div> | ||
<!-- Item controls for gift item sections --> | ||
<div class="item-controls"> | ||
<!-- Add new equipment item --> | ||
<a class="item-control item-create" data-action="createItem" title="{{localize 'WOD5E.Add'}}" data-type="{{key}}"> | ||
<i class="fas fa-plus"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
{{#each equipment as |item key|}} | ||
<div class="collapsible-container"> | ||
<div class="flexrow item" data-drag="true" data-item-id="{{item.id}}" data-document-uuid="{{item.uuid}}" data-type="Item"> | ||
<div class="item-image"> | ||
<img src="{{item.img}}" class="clickable" data-action="itemChat" data-item-id="{{item._id}}" title="{{localize 'WOD5E.ItemsList.ShowToChat'}}"> | ||
</div> | ||
<div class="item-name{{#if item.system.enrichedDescription}} collapsible{{/if}}" {{#if item.system.enrichedDescription}}data-action="toggleCollapse"{{/if}}>{{item.name}}</div> | ||
<div class="item-controls"> | ||
<!-- Icon to edit the item --> | ||
<a class="item-control item-edit" data-action="itemEdit" data-item-id="{{item._id}}" title="{{localize 'WOD5E.Edit'}}"> | ||
<i class="fas fa-edit"></i> | ||
</a> | ||
<!-- Icon to delete the item --> | ||
<a class="item-control item-delete" data-action="itemDelete" data-item-id="{{item._id}}" title="{{localize 'WOD5E.Delete'}}"> | ||
<i class="fas fa-trash"></i> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="collapsible-content item-description"> | ||
{{{item.system.enrichedDescription}}} | ||
</div> | ||
</div> | ||
{{/each}} | ||
</div> | ||
{{/each}} | ||
</div> | ||
<prose-mirror name="system.equipment" value="{{actor.system.equipment}}" | ||
toggled="true" compact="true"> | ||
{{{enrichedEquipment}}} | ||
</prose-mirror> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.