Skip to content

Commit d901a7c

Browse files
committed
added magic to NPC sheet
1 parent 3a0bcac commit d901a7c

File tree

7 files changed

+592
-366
lines changed

7 files changed

+592
-366
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ This system provides character sheets and items for your play, if you would lik
3535

3636
## Release Notes
3737

38+
v2.3.0
39+
- Added Magic attribute to NPC (this is relatively common in the printed mysteries) Sheet
40+
- minor css tweaks to NPC sheet
41+
3842
v2.2.19
3943
- Continued work on CSS clean up
4044
- added French Localization

Diff for: model/npc.html

+240-118
Large diffs are not rendered by default.

Diff for: model/tab/npc-note.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="flex column full">
22
<div class="flex column heavy-border wrapper grow">
3-
<b class="title" style="width: 345px; margin: auto;">{{localize "HEADER.NOTES"}}</b>
3+
<b class="title" >{{localize "HEADER.NOTES"}}</b>
44
{{editor content=data.data.note target="data.note" button=true owner=owner editable=true}}
55
</div>
66
</div>

0 commit comments

Comments
 (0)