Skip to content

Commit

Permalink
Fix Versatile Vials having item bonus to attack rolls before level 4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Randommisha13 authored Jan 11, 2025
1 parent 9830a2a commit c3bf2ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packs/equipment/versatile-vial.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
"key": "FlatModifier",
"selector": "{item|id}-attack",
"type": "item",
"predicate": [
{
"gte": [
"parent:level",
4
]
}
],
"value": "ternary(gte(@item.level,18),3,ternary(gte(@item.level,12),2,1))"
},
{
Expand Down

0 comments on commit c3bf2ab

Please sign in to comment.