Skip to content

Commit 9f0e330

Browse files
committed
prep for new release, added bonus/penalty label
1 parent c4d4174 commit 9f0e330

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Diff for: README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ This system provides character sheets and items for your play, if you would lik
1919

2020
* Dialogs
2121
* line up ux and design to match overall look and feel
22-
* potentially move roll dialog to a FormApp to allow for more robust dice pool builiding
2322

2423
* Link conditions on sheet and status icons on the character sheet (adding a status from the token toggels it on the sheet and visa versa)
2524

2625
* CSS optimization - convert current CSS structure to SASS based pre-processor for future ease of adjustment
2726
- underway
2827

28+
* Refactor Actor sheets to clean up code and make it easier to maintain/add features
29+
30+
2931
## Related Website
3032
- https://foundryvtt.com/
3133
- https://frialigan.se/en/store/?collection_id=205381763221
@@ -37,6 +39,15 @@ This system provides character sheets and items for your play, if you would lik
3739
## Release Notes
3840
=======
3941

42+
v3.2.0
43+
- Added Limited Character Sheet, Limited permisions show player a sheet with reduced visibility, allowing secrets, traumas and other information to be hidden from non-owners. (issue [#62](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/62))
44+
- Added Stat and Skill fields to items as needed in the rules set. (issue [#31](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/31)) EXISTING ITEMS WILL NEED TO BE UPDATED TO USE THIS FEATURE. Premium Modules will be updated soon(tm)
45+
- Added PC skills and Attributes can now be dragged to the Macro Bar this covers part of issue [#55](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/55)
46+
- Updated Roll Dialog to show applicable items and talents for the current roll. selecting one will apply the bonus to the dice pool of the roll.
47+
- Fixed: localization for status icons on the Token HUD (fixed issue [#67](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/67))
48+
- Fixed: escaped HTML in Talent Description (issue [#57](https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/issues/57))
49+
50+
4051
v3.1.6
4152
- updated Brazillian Portuguese Localization
4253

Diff for: lang/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"DESCRIPTION": "Description",
101101
"TYPE" : "Type",
102102
"NAME" : "Name",
103+
"BONUS_PENALTY" : "Bonus/Penalty",
103104

104105

105106
"GEAR.ICON": "Icon",

Diff for: model/items/criticalInjury.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</select>
8686
</div>
8787
<div class="grid-span-1 grid-align-end">
88-
<b>{{localize "CRITICAL_INJURY.BONUS"}}</b>
88+
<b>{{localize "BONUS_PENALTY"}}</b>
8989
<input
9090
class="light"
9191
name="system.bonus"

Diff for: system.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Vaesen",
33
"description": "Nordic horror role-playing",
4-
"version": "3.1.6",
4+
"version": "3.2.0",
55
"esmodules": [
66
"script/hooks.js"
77
],
@@ -88,7 +88,7 @@
8888
"url": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt",
8989
"socket": true,
9090
"manifest": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/latest/download/system.json",
91-
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/3.1.6/system.zip",
91+
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/3.2.0/system.zip",
9292
"license": "LICENSE.txt",
9393
"id": "vaesen",
9494
"authors": [

0 commit comments

Comments
 (0)