Skip to content

Commit

Permalink
pushed jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Aug 7, 2023
1 parent 864170e commit a559f2e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ Hooks.on("init", () => {
default: 25,
type: Number,
});
game.settings.register("pf2e-rpg-numbers", "jitter", {
name: game.i18n.localize("pf2e-rpg-numbers.module-settings.jitter.name"),
hint: game.i18n.localize("pf2e-rpg-numbers.module-settings.jitter.hint"),
scope: "world",
config: true,
default: 0.5,
range: {
min: 0,
max: 1,
step: 0.05
},
type: Number,
});

game.settings.register("pf2e-rpg-numbers", "number-scale-type", {
name: game.i18n.localize("pf2e-rpg-numbers.module-settings.number-scale-type.name"),
Expand Down

0 comments on commit a559f2e

Please sign in to comment.