Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crnormand committed Apr 28, 2021
1 parent a02e360 commit a1f9f23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Users Guide for [GURPS 4e game aid for Foundry VTT](https://bit.ly/2JaSlQd)

# Current Release Version 0.9.0
# Current Release Version 0.9.1

[If you like our work...](https://ko-fi.com/crnormand)

Expand Down
9 changes: 5 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This is what we are currently working on:

0.9.1
## History

0.9.1 - 4/28/2021
- Modifier bucket is now scalable in the system settings. Its a client setting so every user can have a different scale factor. At its smallest size (80%) it fits on a 1024x640 monitor. Tiny laptop users, rejoice!!
- The "Common Modifiers" pane of the Modifier Bucket is now a tabbed interface and the user can set any number of journal entries to display in that pane. Use journals to customize your MB!!! Which journal entries to use is a client setting. See this GitHub issue for more info: [#434](https://github.com/crnormand/gurps/issues/434#issuecomment-825715096)
- Fixed a bug so that the ADD will use "effective damage" instead of "basic damage" to calculate knockback. This fixes the problems with explosions and knockback.
Expand All @@ -15,10 +17,9 @@ This is what we are currently working on:
- System setting "SHIFT Click does a Blind roll for players, and a Self roll for GMs"
- Fixed broken "Apply All Damage To <Targeted Actor>" functionality
- Fixed Slam Calculator's always printing that the Target was knocked down, even if it was the Attacker who was knocked down.
- Added System setting to show 'saved' icon next to user created equipment and notes.

## History

0.9.0
0.9.0 - 4/22/2021
- rewrite of Modifier Bucket communication system, now commands are guaranteed to be sequential
- refactor Chat command parsing
- Added /if chat command ["Acrobatic Dodge"/if [S:Acrobatics] /r [+2 Acrobatics] /else [-2 Failed Acrobatics]\\/r [Dodge]]
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gurps",
"title": "GURPS 4th Edition Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT (GCS/GCA edition)",
"version": "0.9.0",
"version": "0.9.1",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 2,
Expand Down Expand Up @@ -44,7 +44,7 @@
"secondaryTokenAttribute": "FP",
"url": "https://github.com/crnormand/gurps",
"manifest": "https://raw.githubusercontent.com/crnormand/gurps/release/system.json",
"download": "https://github.com/crnormand/gurps/archive/0.9.0.zip",
"download": "https://github.com/crnormand/gurps/archive/0.9.1.zip",
"socket": true,
"license": "LICENSE.txt"
}

0 comments on commit a1f9f23

Please sign in to comment.