Skip to content

Commit

Permalink
[#31] Sync scaling action ability uses with RAW item uses
Browse files Browse the repository at this point in the history
Action uses are now synced correctly.
  • Loading branch information
giffyglyph committed Jul 12, 2021
1 parent 4db5611 commit 9c378d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/classes/ActionBlueprint.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const ActionBlueprint = (function() {
{ from: "range.units", to: "data.range.units" },
{ from: "duration.value", to: "data.duration.value" },
{ from: "duration.units", to: "data.duration.units" },
{ from: "uses.units", to: "data.uses.value" },
{ from: "uses.maximum", to: "data.uses.max" },
{ from: "uses.value", to: "data.uses.value" },
{ from: "uses.max", to: "data.uses.max" },
{ from: "uses.per", to: "data.uses.per" },
{ from: "resource_consumption.type", to: "data.consume.type" },
{ from: "resource_consumption.target", to: "data.consume.target" },
Expand Down

0 comments on commit 9c378d8

Please sign in to comment.