Skip to content

Commit

Permalink
fixes #531
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Oct 15, 2023
1 parent dfd5cef commit ce247ce
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## v.1.x.x

### Bugfixes
* [#531] Missing attack bonuses on the following Talents
- +1 to Melee Attacks and Damage
- +1 to Ranged Attacks and Damage

### Enhancements
* [#527] New predefined effect that will add selected attribute bonuses to AC (if positive)
* [#528] Add built-in effect to support weapon damage dice improvent via matching weapon properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"_id": "0yk16c9qcJ9vCekD",
"_key": "!items!0yk16c9qcJ9vCekD",
"effects": [
"JOP97BP4aJ0kjcgL"
"JOP97BP4aJ0kjcgL",
"c7CGt0FBJHv5BtpM"
],
"folder": "Z4zDnZoxthjHXo5V",
"img": "icons/skills/melee/blade-tip-chipped-blood-red.webp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"_id": "2IfYKGhWxyd3Ldr5",
"_key": "!items!2IfYKGhWxyd3Ldr5",
"effects": [
"lodEOfzuI5jDWc4h"
"lodEOfzuI5jDWc4h",
"OQQ5fxWh3zBw8W5O"
],
"folder": "Z4zDnZoxthjHXo5V",
"img": "icons/weapons/ammunition/arrow-head-war-flight.webp",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"_id": "c7CGt0FBJHv5BtpM",
"_key": "!items.effects!0yk16c9qcJ9vCekD.c7CGt0FBJHv5BtpM",
"changes": [
{
"key": "system.bonuses.meleeAttackBonus",
"mode": 2,
"priority": null,
"value": "1"
}
],
"description": "",
"disabled": false,
"duration": {
"combat": null,
"rounds": null,
"seconds": null,
"startRound": null,
"startTime": null,
"startTurn": null,
"turns": null
},
"icon": "icons/skills/melee/strike-polearm-glowing-white.webp",
"name": "Melee Attack Roll Bonus",
"origin": null,
"statuses": [
],
"transfer": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"_id": "OQQ5fxWh3zBw8W5O",
"_key": "!items.effects!2IfYKGhWxyd3Ldr5.OQQ5fxWh3zBw8W5O",
"changes": [
{
"key": "system.bonuses.rangedAttackBonus",
"mode": 2,
"priority": null,
"value": "1"
}
],
"description": "",
"disabled": false,
"duration": {
"combat": null,
"rounds": null,
"seconds": null,
"startRound": null,
"startTime": null,
"startTurn": null,
"turns": null
},
"icon": "icons/weapons/ammunition/arrow-head-war-flight.webp",
"name": "Ranged Attack Roll Bonus",
"origin": null,
"statuses": [
],
"transfer": true
}

0 comments on commit ce247ce

Please sign in to comment.