Skip to content

Commit

Permalink
Fixes Affliction Gives Disadvantage enhancement cost per level (#287)
Browse files Browse the repository at this point in the history
The cost of the enhancement "Gives @Disadvantage@" for the Affliction trait on GCS was 10% per level, as opposed to B36, where it says it costs 1% per level. This fixes that.
  • Loading branch information
Glcbitj authored Jan 30, 2024
1 parent 6d5cb3e commit 9fe97b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Basic Set/Basic Set Traits.adq
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@
"name": "Gives @Disadvantage@",
"reference": "B36",
"notes": "1 point per level",
"cost": 10,
"cost": 1,
"levels": 1,
"disabled": true
},
Expand Down

0 comments on commit 9fe97b5

Please sign in to comment.