Skip to content

Commit

Permalink
Fix adjustment on Increase/Decrease Basic Speed
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Aug 1, 2020
1 parent 647b400 commit 9b83d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Basic Set/Basic Set Advantages.adq
Original file line number Diff line number Diff line change
Expand Up @@ -5188,7 +5188,7 @@
"features": [
{
"type": "attribute_bonus",
"amount": 0,
"amount": -0.25,
"per_level": true,
"attribute": "speed"
}
Expand Down Expand Up @@ -10322,7 +10322,7 @@
"features": [
{
"type": "attribute_bonus",
"amount": 0,
"amount": 0.25,
"per_level": true,
"attribute": "speed"
}
Expand Down

0 comments on commit 9b83d35

Please sign in to comment.