Skip to content

Commit

Permalink
Fix for perfect balance - Issue #271 (#288)
Browse files Browse the repository at this point in the history
As per Basic Set - Characters p. 174 under "Acrobatics", you should add +1 to Aquabatics and Aerobatics as well.
  • Loading branch information
Lumek4 authored Feb 8, 2024
1 parent 849be20 commit eca2964
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Library/Basic Set/Basic Set Traits.adq
Original file line number Diff line number Diff line change
Expand Up @@ -20825,6 +20825,24 @@
},
"amount": 1
},
{
"type": "skill_bonus",
"selection_type": "skills_with_name",
"name": {
"compare": "is",
"qualifier": "aerobatics"
},
"amount": 1
},
{
"type": "skill_bonus",
"selection_type": "skills_with_name",
"name": {
"compare": "is",
"qualifier": "aquabatics"
},
"amount": 1
},
{
"type": "skill_bonus",
"selection_type": "skills_with_name",
Expand Down

0 comments on commit eca2964

Please sign in to comment.