Form overhaul: roll -> trigger

roll, savingThrow, skill, slot, slotfiller, spell, spellList,
toggle, trigger
This commit is contained in:
Stefan Zermatten
2023-05-17 11:32:39 +02:00
parent 4c34986fb7
commit 0a3ea7672f
12 changed files with 443 additions and 814 deletions

View File

@@ -203,7 +203,7 @@ const updateLibraryNode = new ValidatedMethod({
},
mixins: [RateLimiterMixin],
rateLimit: {
numRequests: 5,
numRequests: 15,
timeInterval: 5000,
},
run({ _id, path, value }) {