Compare commits

...

27 Commits

Author SHA1 Message Date
Stefan Zermatten
93ac9215c2 Merge branch 'version-2-dev' into version-2 2022-10-10 16:53:10 +02:00
Stefan Zermatten
a6b501a62c Fixed error on missing group prop in tree node 2022-10-10 16:51:02 +02:00
Stefan Zermatten
e956bacf07 Added actionType to effective tags 2022-10-10 16:49:10 +02:00
Stefan Zermatten
60b6b283b1 Folders now get their children applied by actions 2022-10-10 16:45:53 +02:00
Stefan Zermatten
1c9b390551 Added ritual casting 2022-10-09 23:11:06 +02:00
Stefan Zermatten
21a487635d Removed unused code from action cards 2022-10-09 21:56:42 +02:00
Stefan Zermatten
c92a26d5e6 Action cards no longer display folder or the descendants of buffs 2022-10-09 21:56:01 +02:00
Stefan Zermatten
49b514b8f3 Load common dialogs more aggressively 2022-10-09 20:55:50 +02:00
Stefan Zermatten
5cb835c536 Got basic typescript tools working 2022-10-09 17:33:43 +02:00
Stefan Zermatten
aa8f2d230d Hunted the last of the \t's to extinction 2022-10-09 16:56:28 +02:00
Stefan Zermatten
2fa913b09a Applied style rules to genocide all \t characters 2022-10-09 16:01:36 +02:00
Stefan Zermatten
de598c70a7 Fixed rolled effects not applying to checks 2022-10-09 11:10:50 +02:00
Stefan Zermatten
baecdeff24 Fixed bug where items with zero quantity have active children 2022-10-09 10:10:21 +02:00
Stefan Zermatten
d4b7d22b5f Fixed toggled off spells showing in spell list 2022-09-26 09:43:00 +02:00
Stefan Zermatten
87f79737e8 Fixed empty calculated inline fields showing calc 2022-09-25 12:39:49 +02:00
Stefan Zermatten
9f0ffe13f8 Updated meteor to fix observer bugs 2022-09-13 17:34:46 +02:00
Stefan Zermatten
adaa31d76c damage tags to ignore multipliers 2022-09-13 17:34:30 +02:00
Stefan Zermatten
b051d764f8 Slot cards have slot color as outline 2022-09-13 15:47:31 +02:00
Stefan Zermatten
ffb5b4a4f3 Libraries show name in page title 2022-09-13 15:44:37 +02:00
Stefan Zermatten
fd87b7fb75 Added advantage popup to spell cast 2022-09-09 13:20:54 +02:00
Stefan Zermatten
f035902842 Removed unused file 2022-09-08 14:47:12 +02:00
Stefan Zermatten
dbc5f7253f Finished basic docs 2022-09-05 14:36:39 +02:00
Stefan Zermatten
f0e7253374 Updated docs 2022-09-01 13:33:28 +02:00
Stefan Zermatten
ffe37bf907 Added more property help docs 2022-09-01 12:18:29 +02:00
Stefan Zermatten
a63e2099d3 Added documentation UI and began documenting props 2022-08-31 14:43:38 +02:00
Stefan Zermatten
0308e4e7a7 Merge branch 'version-2' into version-2-dev 2022-08-29 11:30:55 +02:00
Stefan Zermatten
43f8df09f0 Fixed client crash when effects target calcs 2022-08-26 09:42:34 +02:00
280 changed files with 8796 additions and 6249 deletions

View File

@@ -11,14 +11,14 @@ accounts-google@1.4.0
email@2.2.1 email@2.2.1
meteor-base@1.5.1 meteor-base@1.5.1
mobile-experience@1.1.0 mobile-experience@1.1.0
mongo@1.15.0 mongo@1.16.0-beta280.7
session@1.2.0 session@1.2.0
tracker@1.2.0 tracker@1.2.0
logging@1.3.1 logging@1.3.1
reload@1.3.1 reload@1.3.1
ejson@1.1.2 ejson@1.1.2
check@1.3.1 check@1.3.1
standard-minifier-js@2.8.0 standard-minifier-js@2.8.1
shell-server@0.5.0 shell-server@0.5.0
ecmascript@0.16.2 ecmascript@0.16.2
es5-shim@4.8.0 es5-shim@4.8.0
@@ -48,3 +48,4 @@ simple:rest-bearer-token-parser
simple:rest-json-error-handler simple:rest-json-error-handler
littledata:synced-cron littledata:synced-cron
mdg:meteor-apm-agent mdg:meteor-apm-agent
typescript

View File

@@ -1 +1 @@
METEOR@2.7.3 METEOR@2.8-beta.7

View File

@@ -1,4 +1,4 @@
accounts-base@2.2.3 accounts-base@2.2.4
accounts-google@1.4.0 accounts-google@1.4.0
accounts-oauth@1.4.1 accounts-oauth@1.4.1
accounts-password@2.3.1 accounts-password@2.3.1
@@ -12,7 +12,7 @@ aldeed:collection2@3.5.0
aldeed:schema-index@3.0.0 aldeed:schema-index@3.0.0
allow-deny@1.1.1 allow-deny@1.1.1
autoupdate@1.8.0 autoupdate@1.8.0
babel-compiler@7.9.0 babel-compiler@7.9.2
babel-runtime@1.5.1 babel-runtime@1.5.1
base64@1.0.12 base64@1.0.12
binary-heap@1.0.11 binary-heap@1.0.11
@@ -55,33 +55,33 @@ littledata:synced-cron@1.5.1
livedata@1.0.18 livedata@1.0.18
localstorage@1.2.0 localstorage@1.2.0
logging@1.3.1 logging@1.3.1
mdg:meteor-apm-agent@3.5.0 mdg:meteor-apm-agent@3.5.1
mdg:validated-method@1.2.0 mdg:validated-method@1.2.0
meteor@1.10.0 meteor@1.10.1-beta280.7
meteor-base@1.5.1 meteor-base@1.5.1
meteortesting:browser-tests@1.3.5 meteortesting:browser-tests@1.3.5
meteortesting:mocha@2.0.3 meteortesting:mocha@2.0.3
meteortesting:mocha-core@8.1.2 meteortesting:mocha-core@8.1.2
mikowals:batch-insert@1.3.0 mikowals:batch-insert@1.3.0
minifier-css@1.6.0 minifier-css@1.6.1
minifier-js@2.7.4 minifier-js@2.7.5
minimongo@1.8.0 minimongo@1.9.0-beta280.7
mobile-experience@1.1.0 mobile-experience@1.1.0
mobile-status-bar@1.1.0 mobile-status-bar@1.1.0
modern-browsers@0.1.8 modern-browsers@0.1.8
modules@0.18.0 modules@0.19.0-beta280.7
modules-runtime@0.13.0 modules-runtime@0.13.0
mongo@1.15.0 mongo@1.16.0-beta280.7
mongo-decimal@0.1.3 mongo-decimal@0.1.3
mongo-dev-server@1.1.0 mongo-dev-server@1.1.0
mongo-id@1.0.8 mongo-id@1.0.8
mongo-livedata@1.0.12 mongo-livedata@1.0.12
npm-mongo@4.3.1 npm-mongo@4.9.0-beta280.7
oauth@2.1.2 oauth@2.1.2
oauth2@1.3.1 oauth2@1.3.1
ordered-dict@1.1.0 ordered-dict@1.1.0
ostrio:cookies@2.7.2 ostrio:cookies@2.7.2
ostrio:files@2.0.1 ostrio:files@2.3.0
patreon-oauth@0.1.0 patreon-oauth@0.1.0
peerlibrary:assert@0.3.0 peerlibrary:assert@0.3.0
peerlibrary:check-extension@0.7.0 peerlibrary:check-extension@0.7.0
@@ -116,7 +116,7 @@ simple:rest-json-error-handler@1.1.1
simple:rest-method-mixin@1.1.0 simple:rest-method-mixin@1.1.0
socket-stream-client@0.5.0 socket-stream-client@0.5.0
spacebars-compiler@1.3.1 spacebars-compiler@1.3.1
standard-minifier-js@2.8.0 standard-minifier-js@2.8.1
static-html@1.3.2 static-html@1.3.2
templating-tools@1.2.2 templating-tools@1.2.2
tmeasday:check-npm-versions@1.0.2 tmeasday:check-npm-versions@1.0.2

View File

@@ -2,38 +2,38 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width initial-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width initial-scale=1.0, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png?v=lk6WXp6Pmj">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png?v=lk6WXp6Pmj"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png?v=lk6WXp6Pmj">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=lk6WXp6Pmj" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-32x32.png?v=lk6WXp6Pmj" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-194x194.png?v=lk6WXp6Pmj" sizes="194x194"> <link rel="icon" type="image/png" href="/favicon-194x194.png?v=lk6WXp6Pmj" sizes="194x194">
<link rel="icon" type="image/png" href="/favicon-96x96.png?v=lk6WXp6Pmj" sizes="96x96"> <link rel="icon" type="image/png" href="/favicon-96x96.png?v=lk6WXp6Pmj" sizes="96x96">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png?v=lk6WXp6Pmj" sizes="192x192"> <link rel="icon" type="image/png" href="/android-chrome-192x192.png?v=lk6WXp6Pmj" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=lk6WXp6Pmj" sizes="16x16"> <link rel="icon" type="image/png" href="/favicon-16x16.png?v=lk6WXp6Pmj" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=lk6WXp6Pmj"> <link rel="manifest" href="/manifest.json?v=lk6WXp6Pmj">
<link rel="shortcut icon" href="/favicon.ico?v=lk6WXp6Pmj"> <link rel="shortcut icon" href="/favicon.ico?v=lk6WXp6Pmj">
<meta name="msapplication-TileColor" content="#b91d1d"> <meta name="msapplication-TileColor" content="#b91d1d">
<meta name="msapplication-TileImage" content="/mstile-144x144.png?v=lk6WXp6Pmj"> <meta name="msapplication-TileImage" content="/mstile-144x144.png?v=lk6WXp6Pmj">
<meta name="theme-color" content="#d12929"> <meta name="theme-color" content="#d12929">
<style type="text/css" media="print"> <style type="text/css" media="print">
@page { @page {
margin: 0mm; margin: 0mm;
} }
html { html {
margin: 0px; margin: 0px;
} }
* { * {
-webkit-transition: none !important; -webkit-transition: none !important;
transition: none !important; transition: none !important;
} }
</style> </style>
</head> </head>

View File

@@ -4,25 +4,25 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let CreatureFolders = new Mongo.Collection('creatureFolders'); let CreatureFolders = new Mongo.Collection('creatureFolders');
let creatureFolderSchema = new SimpleSchema({ let creatureFolderSchema = new SimpleSchema({
name: { name: {
type: String, type: String,
trim: false, trim: false,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
creatures: { creatures: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
}, },
'creatures.$': { 'creatures.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
owner: { owner: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
index: 1, index: 1,
}, },
archived: { archived: {
type: Boolean, type: Boolean,
optional: true, optional: true,

View File

@@ -18,23 +18,23 @@ let CreaturePropertySchema = new SimpleSchema({
type: String, type: String,
optional: true, optional: true,
}, },
type: { type: {
type: String, type: String,
allowedValues: Object.keys(propertySchemasIndex), allowedValues: Object.keys(propertySchemasIndex),
}, },
tags: { tags: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
maxCount: STORAGE_LIMITS.tagCount, maxCount: STORAGE_LIMITS.tagCount,
}, },
'tags.$': { 'tags.$': {
type: String, type: String,
max: STORAGE_LIMITS.tagLength, max: STORAGE_LIMITS.tagLength,
}, },
disabled: { disabled: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
icon: { icon: {
type: storedIconsSchema, type: storedIconsSchema,
optional: true, optional: true,
@@ -93,20 +93,20 @@ const DenormalisedOnlyCreaturePropertySchema = new SimpleSchema({
CreaturePropertySchema.extend(DenormalisedOnlyCreaturePropertySchema); CreaturePropertySchema.extend(DenormalisedOnlyCreaturePropertySchema);
for (let key in propertySchemasIndex){ for (let key in propertySchemasIndex) {
let schema = new SimpleSchema({}); let schema = new SimpleSchema({});
schema.extend(propertySchemasIndex[key]); schema.extend(propertySchemasIndex[key]);
schema.extend(CreaturePropertySchema); schema.extend(CreaturePropertySchema);
schema.extend(ColorSchema); schema.extend(ColorSchema);
schema.extend(ChildSchema); schema.extend(ChildSchema);
schema.extend(SoftRemovableSchema); schema.extend(SoftRemovableSchema);
CreatureProperties.attachSchema(schema, { CreatureProperties.attachSchema(schema, {
selector: {type: key} selector: { type: key }
}); });
} }
export default CreatureProperties; export default CreatureProperties;
export { export {
DenormalisedOnlyCreaturePropertySchema, DenormalisedOnlyCreaturePropertySchema,
CreaturePropertySchema, CreaturePropertySchema,
}; };

View File

@@ -20,33 +20,33 @@ const adjustQuantity = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, operation, value}) { run({ _id, operation, value }) {
// Permissions // Permissions
let property = CreatureProperties.findOne(_id); let property = CreatureProperties.findOne(_id);
let rootCreature = getRootCreatureAncestor(property); let rootCreature = getRootCreatureAncestor(property);
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
// Do work // Do work
adjustQuantityWork({property, operation, value}); adjustQuantityWork({ property, operation, value });
}, },
}); });
export function adjustQuantityWork({property, operation, value}){ export function adjustQuantityWork({ property, operation, value }) {
// Check if property has quantity // Check if property has quantity
let schema = CreatureProperties.simpleSchema(property); let schema = CreatureProperties.simpleSchema(property);
if (!schema.allowsKey('quantity')){ if (!schema.allowsKey('quantity')) {
throw new Meteor.Error( throw new Meteor.Error(
'Adjust quantity failed', 'Adjust quantity failed',
`Property of type "${property.type}" doesn't have a quantity` `Property of type "${property.type}" doesn't have a quantity`
); );
} }
if (operation === 'set'){ if (operation === 'set') {
CreatureProperties.update(property._id, { CreatureProperties.update(property._id, {
$set: {quantity: value, dirty: true} $set: { quantity: value, dirty: true }
}, { }, {
selector: property selector: property
}); });
} else if (operation === 'increment'){ } else if (operation === 'increment') {
// value here is 'damage' // value here is 'damage'
value = -value; value = -value;
let currentQuantity = property.quantity; let currentQuantity = property.quantity;

View File

@@ -22,7 +22,7 @@ const damageProperty = new ValidatedMethod({
timeInterval: 5000, timeInterval: 5000,
}, },
run({ _id, operation, value }) { run({ _id, operation, value }) {
// Get action context // Get action context
let prop = CreatureProperties.findOne(_id); let prop = CreatureProperties.findOne(_id);
if (!prop) throw new Meteor.Error( if (!prop) throw new Meteor.Error(
@@ -30,17 +30,17 @@ const damageProperty = new ValidatedMethod({
); );
const creatureId = prop.ancestors[0].id; const creatureId = prop.ancestors[0].id;
const actionContext = new ActionContext(creatureId, [creatureId], this); const actionContext = new ActionContext(creatureId, [creatureId], this);
// Check permissions // Check permissions
assertEditPermission(actionContext.creature, this.userId); assertEditPermission(actionContext.creature, this.userId);
// Check if property can take damage // Check if property can take damage
let schema = CreatureProperties.simpleSchema(prop); let schema = CreatureProperties.simpleSchema(prop);
if (!schema.allowsKey('damage')){ if (!schema.allowsKey('damage')) {
throw new Meteor.Error( throw new Meteor.Error(
'Damage property failed', 'Damage property failed',
`Property of type "${prop.type}" can't be damaged` `Property of type "${prop.type}" can't be damaged`
); );
} }
// Replace the prop by its actionContext counterpart if possible // Replace the prop by its actionContext counterpart if possible
@@ -50,9 +50,9 @@ const damageProperty = new ValidatedMethod({
prop = actionContextProp; prop = actionContextProp;
} }
} }
const result = damagePropertyWork({ prop, operation, value, actionContext }); const result = damagePropertyWork({ prop, operation, value, actionContext });
// Insert the log // Insert the log
actionContext.writeLog(); actionContext.writeLog();
return result; return result;
@@ -86,7 +86,7 @@ export function damagePropertyWork({ prop, operation, value, actionContext }) {
} }
let damage, newValue, increment; let damage, newValue, increment;
if (operation === 'set'){ if (operation === 'set') {
const total = prop.total || 0; const total = prop.total || 0;
// Set represents what we want the value to be after damage // Set represents what we want the value to be after damage
// So we need the actual damage to get to that value // So we need the actual damage to get to that value
@@ -105,7 +105,7 @@ export function damagePropertyWork({ prop, operation, value, actionContext }) {
// Also write it straight to the prop so that it is updated in the actionContext // Also write it straight to the prop so that it is updated in the actionContext
prop.damage = damage; prop.damage = damage;
prop.value = newValue; prop.value = newValue;
} else if (operation === 'increment'){ } else if (operation === 'increment') {
let currentValue = prop.value || 0; let currentValue = prop.value || 0;
let currentDamage = prop.damage || 0; let currentDamage = prop.damage || 0;
increment = value; increment = value;

View File

@@ -5,12 +5,12 @@ import CreatureProperties from '/imports/api/creature/creatureProperties/Creatur
import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js'; import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js';
import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js'; import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js';
import { import {
setLineageOfDocs, setLineageOfDocs,
renewDocIds renewDocIds
} from '/imports/api/parenting/parenting.js'; } from '/imports/api/parenting/parenting.js';
import { reorderDocs } from '/imports/api/parenting/order.js'; import { reorderDocs } from '/imports/api/parenting/order.js';
var snackbar; var snackbar;
if (Meteor.isClient){ if (Meteor.isClient) {
snackbar = require( snackbar = require(
'/imports/ui/components/snackbars/SnackbarQueue.js' '/imports/ui/components/snackbars/SnackbarQueue.js'
).snackbar ).snackbar
@@ -31,7 +31,7 @@ const duplicateProperty = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}) { run({ _id }) {
let property = CreatureProperties.findOne(_id); let property = CreatureProperties.findOne(_id);
let creature = getRootCreatureAncestor(property); let creature = getRootCreatureAncestor(property);
@@ -44,17 +44,17 @@ const duplicateProperty = new ValidatedMethod({
// Get all the descendants // Get all the descendants
let nodes = CreatureProperties.find({ let nodes = CreatureProperties.find({
'ancestors.id': _id, 'ancestors.id': _id,
removed: {$ne: true}, removed: { $ne: true },
}, { }, {
limit: DUPLICATE_CHILDREN_LIMIT + 1, limit: DUPLICATE_CHILDREN_LIMIT + 1,
sort: {order: 1}, sort: { order: 1 },
}).fetch(); }).fetch();
// Alert the user if the limit was hit // Alert the user if the limit was hit
if (nodes.length > DUPLICATE_CHILDREN_LIMIT){ if (nodes.length > DUPLICATE_CHILDREN_LIMIT) {
nodes.pop(); nodes.pop();
if (Meteor.isClient){ if (Meteor.isClient) {
snackbar({ snackbar({
text: `Only the first ${DUPLICATE_CHILDREN_LIMIT} children were duplicated`, text: `Only the first ${DUPLICATE_CHILDREN_LIMIT} children were duplicated`,
}); });
@@ -63,25 +63,25 @@ const duplicateProperty = new ValidatedMethod({
// re-map all the ancestors // re-map all the ancestors
setLineageOfDocs({ setLineageOfDocs({
docArray: nodes, docArray: nodes,
newAncestry : [ newAncestry: [
...property.ancestors, ...property.ancestors,
{id: propertyId, collection: 'creatureProperties'} { id: propertyId, collection: 'creatureProperties' }
], ],
oldParent : {id: _id, collection: 'creatureProperties'}, oldParent: { id: _id, collection: 'creatureProperties' },
}); });
// Give the docs new IDs without breaking internal references // Give the docs new IDs without breaking internal references
renewDocIds({docArray: nodes}); renewDocIds({ docArray: nodes });
// Order the root node // Order the root node
property.order += 0.5; property.order += 0.5;
// Mark the sheet as needing recompute // Mark the sheet as needing recompute
property.dirty = true; property.dirty = true;
// Insert the properties // Insert the properties
CreatureProperties.batchInsert([property, ...nodes]); CreatureProperties.batchInsert([property, ...nodes]);
// Tree structure changed by inserts, reorder the tree // Tree structure changed by inserts, reorder the tree
reorderDocs({ reorderDocs({

View File

@@ -10,8 +10,8 @@ import getParentRefByTag from '/imports/api/creature/creatureProperties/methods/
// Equipping or unequipping an item will also change its parent // Equipping or unequipping an item will also change its parent
const equipItem = new ValidatedMethod({ const equipItem = new ValidatedMethod({
name: 'creatureProperties.equip', name: 'creatureProperties.equip',
validate({_id, equipped}){ validate({ _id, equipped }) {
if (!_id) throw new Meteor.Error('No _id', '_id is required'); if (!_id) throw new Meteor.Error('No _id', '_id is required');
if (equipped !== true && equipped !== false) { if (equipped !== true && equipped !== false) {
throw new Meteor.Error('No equipped', 'equipped is required to be true or false'); throw new Meteor.Error('No equipped', 'equipped is required to be true or false');
} }
@@ -21,20 +21,20 @@ const equipItem = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, equipped}) { run({ _id, equipped }) {
let item = CreatureProperties.findOne(_id); let item = CreatureProperties.findOne(_id);
if (item.type !== 'item') throw new Meteor.Error('wrong type', if (item.type !== 'item') throw new Meteor.Error('wrong type',
'Equip and unequip can only be performed on items'); 'Equip and unequip can only be performed on items');
let creature = getRootCreatureAncestor(item); let creature = getRootCreatureAncestor(item);
assertEditPermission(creature, this.userId); assertEditPermission(creature, this.userId);
CreatureProperties.update(_id, { CreatureProperties.update(_id, {
$set: { equipped, dirty: true }, $set: { equipped, dirty: true },
}, { }, {
selector: {type: 'item'}, selector: { type: 'item' },
}); });
let tag = equipped ? BUILT_IN_TAGS.equipment : BUILT_IN_TAGS.carried; let tag = equipped ? BUILT_IN_TAGS.equipment : BUILT_IN_TAGS.carried;
let parentRef = getParentRefByTag(creature._id, tag); let parentRef = getParentRefByTag(creature._id, tag);
if (!parentRef) parentRef = {id: creature._id, collection: 'creatures'}; if (!parentRef) parentRef = { id: creature._id, collection: 'creatures' };
organizeDoc.call({ organizeDoc.call({
docRef: { docRef: {

View File

@@ -6,24 +6,24 @@ import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/ge
const flipToggle = new ValidatedMethod({ const flipToggle = new ValidatedMethod({
name: 'creatureProperties.flipToggle', name: 'creatureProperties.flipToggle',
validate({_id}){ validate({ _id }) {
if (!_id) throw new Meteor.Error('No _id', '_id is required'); if (!_id) throw new Meteor.Error('No _id', '_id is required');
}, },
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}) { run({ _id }) {
// Permission // Permission
let property = CreatureProperties.findOne(_id, { let property = CreatureProperties.findOne(_id, {
fields: {type: 1, ancestors: 1, enabled: 1, disabled: 1} fields: { type: 1, ancestors: 1, enabled: 1, disabled: 1 }
}); });
if (property.type !== 'toggle'){ if (property.type !== 'toggle') {
throw new Meteor.Error('wrong property', throw new Meteor.Error('wrong property',
'This method can only be applied to toggles'); 'This method can only be applied to toggles');
} }
if (!property.enabled && !property.disabled){ if (!property.enabled && !property.disabled) {
throw new Meteor.Error('Computed toggle', throw new Meteor.Error('Computed toggle',
'Can\'t flip a toggle that is computed') 'Can\'t flip a toggle that is computed')
} }
@@ -32,13 +32,15 @@ const flipToggle = new ValidatedMethod({
// Invert the current value, disabled is the canonical store of value // Invert the current value, disabled is the canonical store of value
const currentValue = !property.disabled; const currentValue = !property.disabled;
CreatureProperties.update(_id, {$set: { CreatureProperties.update(_id, {
enabled: !currentValue, $set: {
disabled: currentValue, enabled: !currentValue,
dirty: true, disabled: currentValue,
}}, { dirty: true,
selector: {type: 'toggle'}, }
}); }, {
selector: { type: 'toggle' },
});
}, },
}); });

View File

@@ -12,7 +12,7 @@ import { getHighestOrder } from '/imports/api/parenting/order.js';
const insertProperty = new ValidatedMethod({ const insertProperty = new ValidatedMethod({
name: 'creatureProperties.insert', name: 'creatureProperties.insert',
validate: new SimpleSchema({ validate: new SimpleSchema({
creatureProperty: { creatureProperty: {
type: Object, type: Object,
blackbox: true, blackbox: true,
@@ -24,25 +24,25 @@ const insertProperty = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({creatureProperty, parentRef}) { run({ creatureProperty, parentRef }) {
// get the new ancestry for the properties // get the new ancestry for the properties
let {parentDoc, ancestors} = getAncestry({parentRef}); let { parentDoc, ancestors } = getAncestry({ parentRef });
// Check permission to edit // Check permission to edit
let rootCreature; let rootCreature;
if (parentRef.collection === 'creatures'){ if (parentRef.collection === 'creatures') {
rootCreature = parentDoc; rootCreature = parentDoc;
} else if (parentRef.collection === 'creatureProperties'){ } else if (parentRef.collection === 'creatureProperties') {
rootCreature = getRootCreatureAncestor(parentDoc); rootCreature = getRootCreatureAncestor(parentDoc);
} else { } else {
throw `${parentRef.collection} is not a valid parent collection` throw `${parentRef.collection} is not a valid parent collection`
} }
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
creatureProperty.parent = parentRef; creatureProperty.parent = parentRef;
creatureProperty.ancestors = ancestors; creatureProperty.ancestors = ancestors;
return insertPropertyWork({ return insertPropertyWork({
property: creatureProperty, property: creatureProperty,
creature: rootCreature, creature: rootCreature,
}); });
@@ -75,31 +75,31 @@ const insertPropertyAsChildOfTag = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({creatureProperty, creatureId, tag, tagDefaultName}) { run({ creatureProperty, creatureId, tag, tagDefaultName }) {
let parentRef = getParentRefByTag(creatureId, tag); let parentRef = getParentRefByTag(creatureId, tag);
if (!parentRef){ if (!parentRef) {
// Use the creature as the parent and mark that we need to insert the folder first later // Use the creature as the parent and mark that we need to insert the folder first later
var insertFolderFirst = true; var insertFolderFirst = true;
parentRef = {id: creatureId, collection: 'creatures'}; parentRef = { id: creatureId, collection: 'creatures' };
} }
// get the new ancestry for the properties // get the new ancestry for the properties
let {parentDoc, ancestors} = getAncestry({parentRef}); let { parentDoc, ancestors } = getAncestry({ parentRef });
// Check permission to edit // Check permission to edit
let rootCreature; let rootCreature;
if (parentRef.collection === 'creatures'){ if (parentRef.collection === 'creatures') {
rootCreature = parentDoc; rootCreature = parentDoc;
} else if (parentRef.collection === 'creatureProperties'){ } else if (parentRef.collection === 'creatureProperties') {
rootCreature = getRootCreatureAncestor(parentDoc); rootCreature = getRootCreatureAncestor(parentDoc);
} else { } else {
throw `${parentRef.collection} is not a valid parent collection` throw `${parentRef.collection} is not a valid parent collection`
} }
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
// Add the folder first if we need to // Add the folder first if we need to
if (insertFolderFirst){ if (insertFolderFirst) {
let order = getHighestOrder({ let order = getHighestOrder({
collection: CreatureProperties, collection: CreatureProperties,
ancestorId: parentRef.id, ancestorId: parentRef.id,
@@ -113,7 +113,7 @@ const insertPropertyAsChildOfTag = new ValidatedMethod({
order, order,
}); });
// Make the folder our new parent // Make the folder our new parent
let newParentRef = {id, collection: 'creatureProperties'}; let newParentRef = { id, collection: 'creatureProperties' };
ancestors = [parentRef, newParentRef]; ancestors = [parentRef, newParentRef];
parentRef = newParentRef; parentRef = newParentRef;
creatureProperty.order = order + 1; creatureProperty.order = order + 1;
@@ -122,14 +122,14 @@ const insertPropertyAsChildOfTag = new ValidatedMethod({
creatureProperty.parent = parentRef; creatureProperty.parent = parentRef;
creatureProperty.ancestors = ancestors; creatureProperty.ancestors = ancestors;
return insertPropertyWork({ return insertPropertyWork({
property: creatureProperty, property: creatureProperty,
creature: rootCreature, creature: rootCreature,
}); });
}, },
}); });
export function insertPropertyWork({property, creature}){ export function insertPropertyWork({ property, creature }) {
delete property._id; delete property._id;
property.dirty = true; property.dirty = true;
let _id = CreatureProperties.insert(property); let _id = CreatureProperties.insert(property);

View File

@@ -7,57 +7,57 @@ import { RefSchema } from '/imports/api/parenting/ChildSchema.js';
import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js'; import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js';
import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js'; import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js';
import { import {
setLineageOfDocs, setLineageOfDocs,
getAncestry, getAncestry,
renewDocIds renewDocIds
} from '/imports/api/parenting/parenting.js'; } from '/imports/api/parenting/parenting.js';
import { reorderDocs } from '/imports/api/parenting/order.js'; import { reorderDocs } from '/imports/api/parenting/order.js';
import { setDocToLastOrder } from '/imports/api/parenting/order.js'; import { setDocToLastOrder } from '/imports/api/parenting/order.js';
import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js'; import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js';
const insertPropertyFromLibraryNode = new ValidatedMethod({ const insertPropertyFromLibraryNode = new ValidatedMethod({
name: 'creatureProperties.insertPropertyFromLibraryNode', name: 'creatureProperties.insertPropertyFromLibraryNode',
validate: new SimpleSchema({ validate: new SimpleSchema({
nodeIds: { nodeIds: {
type: Array, type: Array,
max: 20, max: 20,
}, },
'nodeIds.$': { 'nodeIds.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
parentRef: { parentRef: {
type: RefSchema, type: RefSchema,
}, },
order: { order: {
type: Number, type: Number,
optional: true, optional: true,
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({nodeIds, parentRef, order}) { run({ nodeIds, parentRef, order }) {
// get the new ancestry for the properties // get the new ancestry for the properties
let {parentDoc, ancestors} = getAncestry({parentRef}); let { parentDoc, ancestors } = getAncestry({ parentRef });
// Check permission to edit // Check permission to edit
let rootCreature; let rootCreature;
if (parentRef.collection === 'creatures'){ if (parentRef.collection === 'creatures') {
rootCreature = parentDoc; rootCreature = parentDoc;
} else if (parentRef.collection === 'creatureProperties'){ } else if (parentRef.collection === 'creatureProperties') {
rootCreature = getRootCreatureAncestor(parentDoc); rootCreature = getRootCreatureAncestor(parentDoc);
} else { } else {
throw `${parentRef.collection} is not a valid parent collection` throw `${parentRef.collection} is not a valid parent collection`
} }
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
// {libraryId: hasViewPermission} // {libraryId: hasViewPermission}
//let libraryPermissionMemoir = {}; //let libraryPermissionMemoir = {};
let node; let node;
nodeIds.forEach(nodeId => { nodeIds.forEach(nodeId => {
// TODO: Check library view permission for each node before starting // TODO: Check library view permission for each node before starting
node = insertPropertyFromNode(nodeId, ancestors, order); node = insertPropertyFromNode(nodeId, ancestors, order);
}); });
@@ -70,18 +70,18 @@ const insertPropertyFromLibraryNode = new ValidatedMethod({
collection: CreatureProperties, collection: CreatureProperties,
ancestorId: rootCreature._id, ancestorId: rootCreature._id,
}); });
// Return the docId of the last property, the inserted root property // Return the docId of the last property, the inserted root property
return rootId; return rootId;
}, },
}); });
function insertPropertyFromNode(nodeId, ancestors, order){ function insertPropertyFromNode(nodeId, ancestors, order) {
// Fetch the library node and its decendents, provided they have not been // Fetch the library node and its decendents, provided they have not been
// removed // removed
// TODO: Check permission to read the library this node is in // TODO: Check permission to read the library this node is in
let node = LibraryNodes.findOne({ let node = LibraryNodes.findOne({
_id: nodeId, _id: nodeId,
removed: {$ne: true}, removed: { $ne: true },
}); });
if (!node) { if (!node) {
if (Meteor.isClient) return; if (Meteor.isClient) return;
@@ -95,7 +95,7 @@ function insertPropertyFromNode(nodeId, ancestors, order){
let oldParent = node.parent; let oldParent = node.parent;
let nodes = LibraryNodes.find({ let nodes = LibraryNodes.find({
'ancestors.id': nodeId, 'ancestors.id': nodeId,
removed: {$ne: true}, removed: { $ne: true },
}).fetch(); }).fetch();
// Convert all references into actual nodes // Convert all references into actual nodes
@@ -118,11 +118,11 @@ function insertPropertyFromNode(nodeId, ancestors, order){
// Give the docs new IDs without breaking internal references // Give the docs new IDs without breaking internal references
renewDocIds({ renewDocIds({
docArray: nodes, docArray: nodes,
collectionMap: {'libraryNodes': 'creatureProperties'} collectionMap: { 'libraryNodes': 'creatureProperties' }
}); });
// Order the root node // Order the root node
if (order === undefined){ if (order === undefined) {
setDocToLastOrder({ setDocToLastOrder({
collection: CreatureProperties, collection: CreatureProperties,
doc: node, doc: node,
@@ -139,7 +139,7 @@ function insertPropertyFromNode(nodeId, ancestors, order){
return node; return node;
} }
function storeLibraryNodeReferences(nodes){ function storeLibraryNodeReferences(nodes) {
nodes.forEach(node => { nodes.forEach(node => {
if (node.libraryNodeId) return; if (node.libraryNodeId) return;
node.libraryNodeId = node._id; node.libraryNodeId = node._id;
@@ -154,7 +154,7 @@ function dirtyNodes(nodes) {
// Covert node references into actual nodes // Covert node references into actual nodes
// TODO: check permissions for each library a reference node references // TODO: check permissions for each library a reference node references
function reifyNodeReferences(nodes, visitedRefs = new Set(), depth = 0){ function reifyNodeReferences(nodes, visitedRefs = new Set(), depth = 0) {
depth += 1; depth += 1;
// New nodes added this function // New nodes added this function
let newNodes = []; let newNodes = [];
@@ -165,9 +165,9 @@ function reifyNodeReferences(nodes, visitedRefs = new Set(), depth = 0){
if (node.type !== 'reference') return true; if (node.type !== 'reference') return true;
// We have gone too deep, keep the reference node as an error // We have gone too deep, keep the reference node as an error
if (depth >= 10){ if (depth >= 10) {
if (Meteor.isClient) console.warn('Reference depth limit exceeded'); if (Meteor.isClient) console.warn('Reference depth limit exceeded');
node.cache = {error: 'Reference depth limit exceeded'}; node.cache = { error: 'Reference depth limit exceeded' };
return true; return true;
} }
@@ -177,17 +177,17 @@ function reifyNodeReferences(nodes, visitedRefs = new Set(), depth = 0){
referencedNode.order = node.order; referencedNode.order = node.order;
// We are definitely replacing this node, so add it to the list // We are definitely replacing this node, so add it to the list
visitedRefs.add(node._id); visitedRefs.add(node._id);
} catch (e){ } catch (e) {
node.cache = {error: e.reason || e.message || e.toString()}; node.cache = { error: e.reason || e.message || e.toString() };
return true; return true;
} }
// Get all the descendants of the referenced node // Get all the descendants of the referenced node
let descendents = LibraryNodes.find({ let descendents = LibraryNodes.find({
'ancestors.id': referencedNode._id, 'ancestors.id': referencedNode._id,
removed: {$ne: true}, removed: { $ne: true },
}, { }, {
sort: {order: 1}, sort: { order: 1 },
}).fetch(); }).fetch();
// We are adding the referenced node and its descendants // We are adding the referenced node and its descendants
@@ -195,20 +195,20 @@ function reifyNodeReferences(nodes, visitedRefs = new Set(), depth = 0){
// re-map all the ancestors to parent the new sub-tree into our existing // re-map all the ancestors to parent the new sub-tree into our existing
// node tree // node tree
setLineageOfDocs({ setLineageOfDocs({
docArray: addedNodes, docArray: addedNodes,
newAncestry: node.ancestors, newAncestry: node.ancestors,
oldParent: referencedNode.parent, oldParent: referencedNode.parent,
}); });
// Filter all the looped references // Filter all the looped references
addedNodes = addedNodes.filter(addedNode => { addedNodes = addedNodes.filter(addedNode => {
// Add all non-reference nodes // Add all non-reference nodes
if (addedNode.type !== 'reference'){ if (addedNode.type !== 'reference') {
return true; return true;
} }
// If this exact reference has already been resolved before, filter it out // If this exact reference has already been resolved before, filter it out
if (visitedRefs.has(addedNode._id)){ if (visitedRefs.has(addedNode._id)) {
return false; return false;
} else { } else {
// Otherwise mark it as visited, and keep it // Otherwise mark it as visited, and keep it

View File

@@ -5,28 +5,28 @@ import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js
import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js'; import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js';
const pullFromProperty = new ValidatedMethod({ const pullFromProperty = new ValidatedMethod({
name: 'creatureProperties.pull', name: 'creatureProperties.pull',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, path, itemId}){ run({ _id, path, itemId }) {
// Permissions // Permissions
let property = CreatureProperties.findOne(_id); let property = CreatureProperties.findOne(_id);
let rootCreature = getRootCreatureAncestor(property); let rootCreature = getRootCreatureAncestor(property);
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
// Do work // Do work
CreatureProperties.update(_id, { CreatureProperties.update(_id, {
$pull: { [path.join('.')]: { _id: itemId } }, $pull: { [path.join('.')]: { _id: itemId } },
$set: { dirty: true } $set: { dirty: true }
}, { }, {
selector: {type: property.type}, selector: { type: property.type },
getAutoValues: false, getAutoValues: false,
}); });
} }
}); });
export default pullFromProperty; export default pullFromProperty;

View File

@@ -6,16 +6,16 @@ import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/ge
import { get } from 'lodash'; import { get } from 'lodash';
const pushToProperty = new ValidatedMethod({ const pushToProperty = new ValidatedMethod({
name: 'creatureProperties.push', name: 'creatureProperties.push',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, path, value}){ run({ _id, path, value }) {
// Permissions // Permissions
let property = CreatureProperties.findOne(_id); let property = CreatureProperties.findOne(_id);
let rootCreature = getRootCreatureAncestor(property); let rootCreature = getRootCreatureAncestor(property);
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
@@ -25,10 +25,10 @@ const pushToProperty = new ValidatedMethod({
let schema = CreatureProperties.simpleSchema(property); let schema = CreatureProperties.simpleSchema(property);
let maxCount = schema.get(joinedPath, 'maxCount'); let maxCount = schema.get(joinedPath, 'maxCount');
if (Number.isFinite(maxCount)){ if (Number.isFinite(maxCount)) {
let array = get(property, path); let array = get(property, path);
let currentCount = array ? array.length : 0; let currentCount = array ? array.length : 0;
if (currentCount >= maxCount){ if (currentCount >= maxCount) {
throw new Meteor.Error( throw new Meteor.Error(
'Array is full', 'Array is full',
`Cannot have more than ${maxCount} values` `Cannot have more than ${maxCount} values`
@@ -37,13 +37,13 @@ const pushToProperty = new ValidatedMethod({
} }
// Do work // Do work
CreatureProperties.update(_id, { CreatureProperties.update(_id, {
$push: { [joinedPath]: value }, $push: { [joinedPath]: value },
$set: { dirty: true }, $set: { dirty: true },
}, { }, {
selector: {type: property.type}, selector: { type: property.type },
}); });
} }
}); });
export default pushToProperty; export default pushToProperty;

View File

@@ -7,18 +7,18 @@ import { restore } from '/imports/api/parenting/softRemove.js';
import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js'; import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js';
const restoreProperty = new ValidatedMethod({ const restoreProperty = new ValidatedMethod({
name: 'creatureProperties.restore', name: 'creatureProperties.restore',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: SimpleSchema.RegEx.Id _id: SimpleSchema.RegEx.Id
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}){ run({ _id }) {
// Permissions // Permissions
let property = CreatureProperties.findOne(_id); let property = CreatureProperties.findOne(_id);
let rootCreature = getRootCreatureAncestor(property); let rootCreature = getRootCreatureAncestor(property);
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
@@ -30,7 +30,7 @@ const restoreProperty = new ValidatedMethod({
$set: { dirty: true } $set: { dirty: true }
}, },
}); });
} }
}); });
export default restoreProperty; export default restoreProperty;

View File

@@ -17,20 +17,20 @@ const selectAmmoItem = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({actionId, itemId, itemConsumedIndex}) { run({ actionId, itemId, itemConsumedIndex }) {
// Permissions // Permissions
let action = CreatureProperties.findOne(actionId); let action = CreatureProperties.findOne(actionId);
let rootCreature = getRootCreatureAncestor(action); let rootCreature = getRootCreatureAncestor(action);
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
// Check that this index has a document to edit // Check that this index has a document to edit
let itemConsumed = action.resources.itemsConsumed[itemConsumedIndex]; let itemConsumed = action.resources.itemsConsumed[itemConsumedIndex];
if (!itemConsumed){ if (!itemConsumed) {
throw new Meteor.Error('Resouce not found', throw new Meteor.Error('Resouce not found',
'Could not set ammo, because the ammo document was not found'); 'Could not set ammo, because the ammo document was not found');
} }
let itemToLink = CreatureProperties.findOne(itemId); let itemToLink = CreatureProperties.findOne(itemId);
if (!itemToLink){ if (!itemToLink) {
throw new Meteor.Error('Item not found', throw new Meteor.Error('Item not found',
'Could not set ammo: the item was not found'); 'Could not set ammo: the item was not found');
} }

View File

@@ -7,24 +7,24 @@ import { softRemove } from '/imports/api/parenting/softRemove.js';
import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js'; import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/getRootCreatureAncestor.js';
const softRemoveProperty = new ValidatedMethod({ const softRemoveProperty = new ValidatedMethod({
name: 'creatureProperties.softRemove', name: 'creatureProperties.softRemove',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: SimpleSchema.RegEx.Id _id: SimpleSchema.RegEx.Id
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}){ run({ _id }) {
// Permissions // Permissions
let property = CreatureProperties.findOne(_id); let property = CreatureProperties.findOne(_id);
let rootCreature = getRootCreatureAncestor(property); let rootCreature = getRootCreatureAncestor(property);
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
// Do work // Do work
softRemove({_id, collection: CreatureProperties}); softRemove({ _id, collection: CreatureProperties });
} }
}); });
export default softRemoveProperty; export default softRemoveProperty;

View File

@@ -6,28 +6,28 @@ import getRootCreatureAncestor from '/imports/api/creature/creatureProperties/ge
const updateCreatureProperty = new ValidatedMethod({ const updateCreatureProperty = new ValidatedMethod({
name: 'creatureProperties.update', name: 'creatureProperties.update',
validate({_id, path}){ validate({ _id, path }) {
if (!_id) throw new Meteor.Error('No _id', '_id is required'); if (!_id) throw new Meteor.Error('No _id', '_id is required');
// We cannot change these fields with a simple update // We cannot change these fields with a simple update
switch (path[0]){ switch (path[0]) {
case 'type': case 'type':
case 'order': case 'order':
case 'parent': case 'parent':
case 'ancestors': case 'ancestors':
case 'damage': case 'damage':
throw new Meteor.Error('Permission denied', throw new Meteor.Error('Permission denied',
'This property can\'t be updated directly'); 'This property can\'t be updated directly');
} }
}, },
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, path, value}) { run({ _id, path, value }) {
// Permission // Permission
let property = CreatureProperties.findOne(_id, { let property = CreatureProperties.findOne(_id, {
fields: {type: 1, ancestors: 1} fields: { type: 1, ancestors: 1 }
}); });
let rootCreature = getRootCreatureAncestor(property); let rootCreature = getRootCreatureAncestor(property);
assertEditPermission(rootCreature, this.userId); assertEditPermission(rootCreature, this.userId);
@@ -35,14 +35,14 @@ const updateCreatureProperty = new ValidatedMethod({
let pathString = path.join('.'); let pathString = path.join('.');
let modifier; let modifier;
// unset empty values // unset empty values
if (value === null || value === undefined){ if (value === null || value === undefined) {
modifier = { $unset: {[pathString]: 1}, $set: { dirty: true } }; modifier = { $unset: { [pathString]: 1 }, $set: { dirty: true } };
} else { } else {
modifier = { $set: {[pathString]: value, dirty: true } }; modifier = { $set: { [pathString]: value, dirty: true } };
} }
CreatureProperties.update(_id, modifier, { CreatureProperties.update(_id, modifier, {
selector: {type: property.type}, selector: { type: property.type },
}); });
}, },
}); });

View File

@@ -4,9 +4,9 @@ import computeCreature from '/imports/api/engine/computeCreature.js';
* Recomputes all ancestor creatures of this property * Recomputes all ancestor creatures of this property
*/ */
export default function recomputeCreaturesByProperty(property){ export default function recomputeCreaturesByProperty(property){
for (let ref of property.ancestors){ for (let ref of property.ancestors){
if (ref.collection === 'creatures') { if (ref.collection === 'creatures') {
computeCreature.call(ref.id); computeCreature.call(ref.id);
} }
} }
} }

View File

@@ -8,21 +8,21 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let Creatures = new Mongo.Collection('creatures'); let Creatures = new Mongo.Collection('creatures');
let CreatureSettingsSchema = new SimpleSchema({ let CreatureSettingsSchema = new SimpleSchema({
//slowed down by carrying too much? //slowed down by carrying too much?
useVariantEncumbrance: { useVariantEncumbrance: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
//hide spellcasting tab //hide spellcasting tab
hideSpellcasting: { hideSpellcasting: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// Swap around the modifier and stat // Swap around the modifier and stat
swapStatAndModifier: { swapStatAndModifier: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// Hide all the unused stats // Hide all the unused stats
hideUnusedStats: { hideUnusedStats: {
type: Boolean, type: Boolean,
@@ -58,28 +58,28 @@ let CreatureSettingsSchema = new SimpleSchema({
}); });
let CreatureSchema = new SimpleSchema({ let CreatureSchema = new SimpleSchema({
// Strings // Strings
name: { name: {
type: String, type: String,
defaultValue: '', defaultValue: '',
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
alignment: { alignment: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
gender: { gender: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
picture: { picture: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.url, max: STORAGE_LIMITS.url,
}, },
avatarPicture: { avatarPicture: {
type: String, type: String,
optional: true, optional: true,
@@ -90,37 +90,37 @@ let CreatureSchema = new SimpleSchema({
allowedLibraries: { allowedLibraries: {
type: Array, type: Array,
optional: true, optional: true,
maxCount: 100, maxCount: 100,
}, },
'allowedLibraries.$': { 'allowedLibraries.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
allowedLibraryCollections: { allowedLibraryCollections: {
type: Array, type: Array,
optional: true, optional: true,
maxCount: 100, maxCount: 100,
}, },
'allowedLibraryCollections.$': { 'allowedLibraryCollections.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
// Mechanics // Mechanics
deathSave: { deathSave: {
type: deathSaveSchema, type: deathSaveSchema,
defaultValue: {}, defaultValue: {},
}, },
// Stats that are computed and denormalised outside of recomputation // Stats that are computed and denormalised outside of recomputation
denormalizedStats: { denormalizedStats: {
type: Object, type: Object,
defaultValue: {}, defaultValue: {},
}, },
// Sum of all XP gained by this character // Sum of all XP gained by this character
'denormalizedStats.xp': { 'denormalizedStats.xp': {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
defaultValue: 0, defaultValue: 0,
}, },
// Sum of all levels granted by milestone XP // Sum of all levels granted by milestone XP
'denormalizedStats.milestoneLevels': { 'denormalizedStats.milestoneLevels': {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
@@ -133,24 +133,24 @@ let CreatureSchema = new SimpleSchema({
}, },
// Version of computation engine that was last used to compute this creature // Version of computation engine that was last used to compute this creature
computeVersion: { computeVersion: {
type: String, type: String,
optional: true, optional: true,
}, },
type: { type: {
type: String, type: String,
defaultValue: 'pc', defaultValue: 'pc',
allowedValues: ['pc', 'npc', 'monster'], allowedValues: ['pc', 'npc', 'monster'],
}, },
damageMultipliers: { damageMultipliers: {
type: Object, type: Object,
blackbox: true, blackbox: true,
defaultValue: {} defaultValue: {}
},
variables: {
type: Object,
blackbox: true,
defaultValue: {}
}, },
variables: {
type: Object,
blackbox: true,
defaultValue: {}
},
computeErrors: { computeErrors: {
type: Array, type: Array,
optional: true, optional: true,
@@ -161,7 +161,7 @@ let CreatureSchema = new SimpleSchema({
'computeErrors.$.type': { 'computeErrors.$.type': {
type: String, type: String,
}, },
'computeErrors.$.details' : { 'computeErrors.$.details': {
type: Object, type: Object,
blackbox: true, blackbox: true,
optional: true, optional: true,
@@ -178,11 +178,11 @@ let CreatureSchema = new SimpleSchema({
optional: true, optional: true,
}, },
// Settings // Settings
settings: { settings: {
type: CreatureSettingsSchema, type: CreatureSettingsSchema,
defaultValue: {}, defaultValue: {},
}, },
}); });
CreatureSchema.extend(ColorSchema); CreatureSchema.extend(ColorSchema);

View File

@@ -1,7 +1,7 @@
import { ValidatedMethod } from 'meteor/mdg:validated-method'; import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { RateLimiterMixin } from 'ddp-rate-limiter-mixin'; import { RateLimiterMixin } from 'ddp-rate-limiter-mixin';
import Creatures from '/imports/api/creature/creatures/Creatures.js'; import Creatures from '/imports/api/creature/creatures/Creatures.js';
import {assertEditPermission} from '/imports/api/sharing/sharingPermissions.js'; import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js';
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import simpleSchemaMixin from '/imports/api/creature/mixins/simpleSchemaMixin.js'; import simpleSchemaMixin from '/imports/api/creature/mixins/simpleSchemaMixin.js';
@@ -36,8 +36,8 @@ const changeAllowedLibraries = new ValidatedMethod({
numRequests: 10, numRequests: 10,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, allowedLibraries, allowedLibraryCollections}) { run({ _id, allowedLibraries, allowedLibraryCollections }) {
let creature = Creatures.findOne(_id); let creature = Creatures.findOne(_id);
assertEditPermission(creature, this.userId); assertEditPermission(creature, this.userId);
let $set; let $set;
if (allowedLibraries) { if (allowedLibraries) {
@@ -48,7 +48,7 @@ const changeAllowedLibraries = new ValidatedMethod({
$set.allowedLibraryCollections = allowedLibraryCollections; $set.allowedLibraryCollections = allowedLibraryCollections;
} }
if (!$set) return; if (!$set) return;
Creatures.update(_id, {$set}); Creatures.update(_id, { $set });
}, },
}); });
@@ -68,7 +68,7 @@ const toggleAllUserLibraries = new ValidatedMethod({
numRequests: 10, numRequests: 10,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, value}) { run({ _id, value }) {
if (value) { if (value) {
Creatures.update(_id, { Creatures.update(_id, {
$unset: { $unset: {
@@ -87,4 +87,4 @@ const toggleAllUserLibraries = new ValidatedMethod({
}, },
}); });
export {changeAllowedLibraries, toggleAllUserLibraries}; export { changeAllowedLibraries, toggleAllUserLibraries };

View File

@@ -51,7 +51,7 @@ const insertCreature = new ValidatedMethod({
allowedLibraries, allowedLibraries,
allowedLibraryCollections, allowedLibraryCollections,
}); });
// Insert experience to get character to starting level // Insert experience to get character to starting level
if (startingLevel) { if (startingLevel) {
insertExperienceForCreature({ insertExperienceForCreature({
@@ -70,7 +70,7 @@ const insertCreature = new ValidatedMethod({
let baseId, rulesetSlot; let baseId, rulesetSlot;
defaultCharacterProperties(creatureId).forEach(prop => { defaultCharacterProperties(creatureId).forEach(prop => {
let id = CreatureProperties.insert(prop); let id = CreatureProperties.insert(prop);
if (prop.name === 'Ruleset'){ if (prop.name === 'Ruleset') {
baseId = id; baseId = id;
rulesetSlot = prop; rulesetSlot = prop;
} }
@@ -81,7 +81,7 @@ const insertCreature = new ValidatedMethod({
insertDefaultRuleset(creatureId, baseId, userId, rulesetSlot); insertDefaultRuleset(creatureId, baseId, userId, rulesetSlot);
} }
return creatureId; return creatureId;
}, },
}); });
@@ -95,7 +95,7 @@ function insertDefaultRuleset(creatureId, baseId, userId, slot) {
const ruleset = fillCursor.fetch()[0] const ruleset = fillCursor.fetch()[0]
insertPropertyFromLibraryNode.call({ insertPropertyFromLibraryNode.call({
nodeIds: [ruleset._id], nodeIds: [ruleset._id],
parentRef: {id: baseId, collection: 'creatureProperties'}, parentRef: { id: baseId, collection: 'creatureProperties' },
order: 0.5, order: 0.5,
}); });
} }

View File

@@ -1,14 +1,14 @@
import { ValidatedMethod } from 'meteor/mdg:validated-method'; import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { RateLimiterMixin } from 'ddp-rate-limiter-mixin'; import { RateLimiterMixin } from 'ddp-rate-limiter-mixin';
import Creatures from '/imports/api/creature/creatures/Creatures.js'; import Creatures from '/imports/api/creature/creatures/Creatures.js';
import {assertEditPermission} from '/imports/api/sharing/sharingPermissions.js'; import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js';
const updateCreature = new ValidatedMethod({ const updateCreature = new ValidatedMethod({
name: 'creatures.update', name: 'creatures.update',
validate({_id, path}){ validate({ _id, path }) {
if (!_id) return false; if (!_id) return false;
// Allowed fields // Allowed fields
let allowedFields = [ let allowedFields = [
'name', 'name',
'alignment', 'alignment',
'gender', 'gender',
@@ -17,26 +17,26 @@ const updateCreature = new ValidatedMethod({
'color', 'color',
'settings', 'settings',
]; ];
if (!allowedFields.includes(path[0])){ if (!allowedFields.includes(path[0])) {
throw new Meteor.Error('Creatures.methods.update.denied', throw new Meteor.Error('Creatures.methods.update.denied',
'This field can\'t be updated using this method'); 'This field can\'t be updated using this method');
} }
}, },
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, path, value}) { run({ _id, path, value }) {
let creature = Creatures.findOne(_id); let creature = Creatures.findOne(_id);
assertEditPermission(creature, this.userId); assertEditPermission(creature, this.userId);
if (value === undefined || value === null){ if (value === undefined || value === null) {
Creatures.update(_id, { Creatures.update(_id, {
$unset: {[path.join('.')]: 1}, $unset: { [path.join('.')]: 1 },
}); });
} else { } else {
Creatures.update(_id, { Creatures.update(_id, {
$set: {[path.join('.')]: value}, $set: { [path.join('.')]: value },
}); });
} }
}, },

View File

@@ -8,17 +8,17 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let Experiences = new Mongo.Collection('experiences'); let Experiences = new Mongo.Collection('experiences');
let ExperienceSchema = new SimpleSchema({ let ExperienceSchema = new SimpleSchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// The amount of XP this experience gives // The amount of XP this experience gives
xp: { xp: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
min: 0, min: 0,
}, },
// Setting levels instead of value grants whole levels // Setting levels instead of value grants whole levels
levels: { levels: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
@@ -26,17 +26,17 @@ let ExperienceSchema = new SimpleSchema({
min: 0, min: 0,
index: 1, index: 1,
}, },
// The real-world date that it occured, usually sorted by date // The real-world date that it occured, usually sorted by date
date: { date: {
type: Date, type: Date,
autoValue: function() { autoValue: function () {
// If the date isn't set, set it to now // If the date isn't set, set it to now
if (!this.isSet) { if (!this.isSet) {
return new Date(); return new Date();
} }
}, },
index: 1, index: 1,
}, },
creatureId: { creatureId: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
@@ -46,8 +46,8 @@ let ExperienceSchema = new SimpleSchema({
Experiences.attachSchema(ExperienceSchema); Experiences.attachSchema(ExperienceSchema);
const insertExperienceForCreature = function({experience, creatureId, userId}){ const insertExperienceForCreature = function ({ experience, creatureId }) {
if (experience.xp){ if (experience.xp) {
Creatures.update(creatureId, { Creatures.update(creatureId, {
$inc: { 'denormalizedStats.xp': experience.xp }, $inc: { 'denormalizedStats.xp': experience.xp },
$set: { dirty: true }, $set: { dirty: true },
@@ -84,16 +84,16 @@ const insertExperience = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({experience, creatureIds}) { run({ experience, creatureIds }) {
let userId = this.userId; let userId = this.userId;
if (!userId) { if (!userId) {
throw new Meteor.Error('Experiences.methods.insert.denied', throw new Meteor.Error('Experiences.methods.insert.denied',
'You need to be logged in to insert an experience'); 'You need to be logged in to insert an experience');
} }
let insertedIds = []; let insertedIds = [];
creatureIds.forEach(creatureId => { creatureIds.forEach(creatureId => {
assertEditPermission(creatureId, userId); assertEditPermission(creatureId, userId);
let id = insertExperienceForCreature({experience, creatureId, userId}); let id = insertExperienceForCreature({ experience, creatureId, userId });
insertedIds.push(id); insertedIds.push(id);
}); });
return insertedIds; return insertedIds;
@@ -113,17 +113,17 @@ const removeExperience = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({experienceId}) { run({ experienceId }) {
let userId = this.userId; let userId = this.userId;
if (!userId) { if (!userId) {
throw new Meteor.Error('Experiences.methods.remove.denied', throw new Meteor.Error('Experiences.methods.remove.denied',
'You need to be logged in to remove an experience'); 'You need to be logged in to remove an experience');
} }
let experience = Experiences.findOne(experienceId); let experience = Experiences.findOne(experienceId);
if (!experience) return; if (!experience) return;
let creatureId = experience.creatureId let creatureId = experience.creatureId
assertEditPermission(creatureId, userId); assertEditPermission(creatureId, userId);
if (experience.xp){ if (experience.xp) {
Creatures.update(creatureId, { Creatures.update(creatureId, {
$inc: { 'denormalizedStats.xp': -experience.xp }, $inc: { 'denormalizedStats.xp': -experience.xp },
$set: { dirty: true }, $set: { dirty: true },
@@ -154,11 +154,11 @@ const recomputeExperiences = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({creatureId}) { run({ creatureId }) {
let userId = this.userId; let userId = this.userId;
if (!userId) { if (!userId) {
throw new Meteor.Error('Experiences.methods.recompute.denied', throw new Meteor.Error('Experiences.methods.recompute.denied',
'You need to be logged in to recompute a creature\'s experiences'); 'You need to be logged in to recompute a creature\'s experiences');
} }
assertEditPermission(creatureId, userId); assertEditPermission(creatureId, userId);
@@ -167,16 +167,18 @@ const recomputeExperiences = new ValidatedMethod({
Experiences.find({ Experiences.find({
creatureId creatureId
}, { }, {
fields: {xp: 1, levels: 1} fields: { xp: 1, levels: 1 }
}).forEach(experience => { }).forEach(experience => {
xp += experience.xp || 0; xp += experience.xp || 0;
milestoneLevels += experience.levels || 0; milestoneLevels += experience.levels || 0;
}); });
Creatures.update(creatureId, {$set: { Creatures.update(creatureId, {
'denormalizedStats.xp': xp, $set: {
'denormalizedStats.milestoneLevels': milestoneLevels, 'denormalizedStats.xp': xp,
dirty: true, 'denormalizedStats.milestoneLevels': milestoneLevels,
}}); dirty: true,
}
});
}, },
}); });

View File

@@ -2,33 +2,33 @@ import SimpleSchema from 'simpl-schema';
import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js'; import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let ExperienceSchema = new SimpleSchema({ let ExperienceSchema = new SimpleSchema({
title: { title: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// Potentially long description of the event // Potentially long description of the event
description: { description: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.description, max: STORAGE_LIMITS.description,
}, },
// The real-world date that it occured // The real-world date that it occured
date: { date: {
type: Date, type: Date,
autoValue: function() { autoValue: function () {
// If the date isn't set, set it to now // If the date isn't set, set it to now
if (!this.isSet) { if (!this.isSet) {
return new Date(); return new Date();
} }
}, },
}, },
// The date in-world of this event // The date in-world of this event
worldDate: { worldDate: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// Tags to better find this entry later // Tags to better find this entry later
tags: { tags: {
type: Array, type: Array,

View File

@@ -4,13 +4,13 @@ import CreatureVariables from '/imports/api/creature/creatures/CreatureVariables
import LogContentSchema from '/imports/api/creature/log/LogContentSchema.js'; import LogContentSchema from '/imports/api/creature/log/LogContentSchema.js';
import { ValidatedMethod } from 'meteor/mdg:validated-method'; import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { RateLimiterMixin } from 'ddp-rate-limiter-mixin'; import { RateLimiterMixin } from 'ddp-rate-limiter-mixin';
import {assertEditPermission} from '/imports/api/creature/creatures/creaturePermissions.js'; import { assertEditPermission } from '/imports/api/creature/creatures/creaturePermissions.js';
import {parse, prettifyParseError} from '/imports/parser/parser.js'; import { parse, prettifyParseError } from '/imports/parser/parser.js';
import resolve, { toString } from '/imports/parser/resolve.js'; import resolve, { toString } from '/imports/parser/resolve.js';
const PER_CREATURE_LOG_LIMIT = 100; const PER_CREATURE_LOG_LIMIT = 100;
import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js'; import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
if (Meteor.isServer){ if (Meteor.isServer) {
var sendWebhookAsCreature = require('/imports/server/discord/sendWebhook.js').sendWebhookAsCreature; var sendWebhookAsCreature = require('/imports/server/discord/sendWebhook.js').sendWebhookAsCreature;
} }
@@ -25,17 +25,17 @@ let CreatureLogSchema = new SimpleSchema({
'content.$': { 'content.$': {
type: LogContentSchema, type: LogContentSchema,
}, },
// The real-world date that it occured, usually sorted by date // The real-world date that it occured, usually sorted by date
date: { date: {
type: Date, type: Date,
autoValue: function() { autoValue: function () {
// If the date isn't set, set it to now // If the date isn't set, set it to now
if (!this.isSet) { if (!this.isSet) {
return new Date(); return new Date();
} }
}, },
index: 1, index: 1,
}, },
creatureId: { creatureId: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
@@ -50,23 +50,23 @@ let CreatureLogSchema = new SimpleSchema({
CreatureLogs.attachSchema(CreatureLogSchema); CreatureLogs.attachSchema(CreatureLogSchema);
function removeOldLogs(creatureId){ function removeOldLogs(creatureId) {
// Find the first log that is over the limit // Find the first log that is over the limit
let firstExpiredLog = CreatureLogs.find({ let firstExpiredLog = CreatureLogs.find({
creatureId creatureId
}, { }, {
sort: {date: -1}, sort: { date: -1 },
skip: PER_CREATURE_LOG_LIMIT, skip: PER_CREATURE_LOG_LIMIT,
}); });
if (!firstExpiredLog) return; if (!firstExpiredLog) return;
// Remove all logs older than the one over the limit // Remove all logs older than the one over the limit
CreatureLogs.remove({ CreatureLogs.remove({
creatureId, creatureId,
date: {$lte: firstExpiredLog.date}, date: { $lte: firstExpiredLog.date },
}); });
} }
function logToMessageData(log){ function logToMessageData(log) {
let embed = { let embed = {
fields: [], fields: [],
}; };
@@ -78,8 +78,8 @@ function logToMessageData(log){
return { embeds: [embed] }; return { embeds: [embed] };
} }
function logWebhook({log, creature}){ function logWebhook({ log, creature }) {
if (Meteor.isServer){ if (Meteor.isServer) {
sendWebhookAsCreature({ sendWebhookAsCreature({
creature, creature,
data: logToMessageData(log), data: logToMessageData(log),
@@ -94,47 +94,49 @@ const insertCreatureLog = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
validate: new SimpleSchema({ validate: new SimpleSchema({
log: CreatureLogSchema.omit('date'), log: CreatureLogSchema.omit('date'),
}).validator(), }).validator(),
run({log}){ run({ log }) {
const creatureId = log.creatureId; const creatureId = log.creatureId;
const creature = Creatures.findOne(creatureId, {fields: { const creature = Creatures.findOne(creatureId, {
readers: 1, fields: {
writers: 1, readers: 1,
owner: 1, writers: 1,
'settings.discordWebhook': 1, owner: 1,
name: 1, 'settings.discordWebhook': 1,
avatarPicture: 1, name: 1,
}}); avatarPicture: 1,
}
});
assertEditPermission(creature, this.userId); assertEditPermission(creature, this.userId);
// Build the new log // Build the new log
let id = insertCreatureLogWork({log, creature, method: this}) let id = insertCreatureLogWork({ log, creature, method: this })
return id; return id;
}, },
}); });
export function insertCreatureLogWork({log, creature, method}){ export function insertCreatureLogWork({ log, creature, method }) {
// Build the new log // Build the new log
if (typeof log === 'string'){ if (typeof log === 'string') {
log = {content: [{value: log}]}; log = { content: [{ value: log }] };
} }
if (!log.content?.length) return; if (!log.content?.length) return;
log.date = new Date(); log.date = new Date();
// Insert it // Insert it
let id = CreatureLogs.insert(log); let id = CreatureLogs.insert(log);
if (Meteor.isServer){ if (Meteor.isServer) {
method?.unblock(); method?.unblock();
removeOldLogs(creature._id); removeOldLogs(creature._id);
logWebhook({log, creature}); logWebhook({ log, creature });
} }
return id; return id;
} }
function equalIgnoringWhitespace(a, b){ function equalIgnoringWhitespace(a, b) {
if (typeof a !== 'string' || typeof b !== 'string') return a === b; if (typeof a !== 'string' || typeof b !== 'string') return a === b;
return a.replace(/\s/g,'') === b.replace(/\s/g, ''); return a.replace(/\s/g, '') === b.replace(/\s/g, '');
} }
const logRoll = new ValidatedMethod({ const logRoll = new ValidatedMethod({
@@ -144,33 +146,35 @@ const logRoll = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
validate: new SimpleSchema({ validate: new SimpleSchema({
roll: { roll: {
type: String, type: String,
}, },
creatureId: { creatureId: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
}).validator(), }).validator(),
run({roll, creatureId}){ run({ roll, creatureId }) {
const creature = Creatures.findOne(creatureId, {fields: { const creature = Creatures.findOne(creatureId, {
readers: 1, fields: {
writers: 1, readers: 1,
owner: 1, writers: 1,
'settings.discordWebhook': 1, owner: 1,
name: 1, 'settings.discordWebhook': 1,
avatarPicture: 1, name: 1,
}}); avatarPicture: 1,
}
});
assertEditPermission(creature, this.userId); assertEditPermission(creature, this.userId);
const variables = CreatureVariables.findOne({ _creatureId: creatureId }); const variables = CreatureVariables.findOne({ _creatureId: creatureId });
let logContent = [] let logContent = []
let parsedResult = undefined; let parsedResult = undefined;
try { try {
parsedResult = parse(roll); parsedResult = parse(roll);
} catch (e){ } catch (e) {
let error = prettifyParseError(e); let error = prettifyParseError(e);
logContent.push({name: 'Parse Error', value: error}); logContent.push({ name: 'Parse Error', value: error });
} }
if (parsedResult) try { if (parsedResult) try {
let { let {
@@ -184,19 +188,19 @@ const logRoll = new ValidatedMethod({
logContent.push({ logContent.push({
value: compiledString value: compiledString
}); });
let {result: rolled} = resolve('roll', compiled, variables, context); let { result: rolled } = resolve('roll', compiled, variables, context);
let rolledString = toString(rolled); let rolledString = toString(rolled);
if (rolledString !== compiledString) logContent.push({ if (rolledString !== compiledString) logContent.push({
value: rolledString value: rolledString
}); });
let {result} = resolve('reduce', rolled, variables, context); let { result } = resolve('reduce', rolled, variables, context);
let resultString = toString(result); let resultString = toString(result);
if (resultString !== rolledString) logContent.push({ if (resultString !== rolledString) logContent.push({
value: resultString value: resultString
}); });
} catch (e){ } catch (e) {
console.error(e); console.error(e);
logContent = [{name: 'Calculation error'}]; logContent = [{ name: 'Calculation error' }];
} }
const log = { const log = {
content: logContent, content: logContent,
@@ -204,11 +208,11 @@ const logRoll = new ValidatedMethod({
date: new Date(), date: new Date(),
}; };
let id = insertCreatureLogWork({log, creature, method: this}); let id = insertCreatureLogWork({ log, creature, method: this });
return id; return id;
}, },
}); });
export default CreatureLogs; export default CreatureLogs;
export { CreatureLogSchema, insertCreatureLog, logRoll, PER_CREATURE_LOG_LIMIT}; export { CreatureLogSchema, insertCreatureLog, logRoll, PER_CREATURE_LOG_LIMIT };

View File

@@ -0,0 +1,3 @@
if (Meteor.isServer) throw 'Client side only collection, don\'t import on server';
const Docs = new Mongo.Collection('docs');
export default Docs;

View File

@@ -4,6 +4,7 @@ import branch from './applyPropertyByType/applyBranch.js';
import buff from './applyPropertyByType/applyBuff.js'; import buff from './applyPropertyByType/applyBuff.js';
import buffRemover from './applyPropertyByType/applyBuffRemover.js'; import buffRemover from './applyPropertyByType/applyBuffRemover.js';
import damage from './applyPropertyByType/applyDamage.js'; import damage from './applyPropertyByType/applyDamage.js';
import folder from './applyPropertyByType/applyFolder.js';
import note from './applyPropertyByType/applyNote.js'; import note from './applyPropertyByType/applyNote.js';
import roll from './applyPropertyByType/applyRoll.js'; import roll from './applyPropertyByType/applyRoll.js';
import savingThrow from './applyPropertyByType/applySavingThrow.js'; import savingThrow from './applyPropertyByType/applySavingThrow.js';
@@ -16,6 +17,7 @@ const applyPropertyByType = {
buff, buff,
buffRemover, buffRemover,
damage, damage,
folder,
note, note,
roll, roll,
savingThrow, savingThrow,

View File

@@ -1,8 +1,8 @@
import { import {
setLineageOfDocs, setLineageOfDocs,
renewDocIds renewDocIds
} from '/imports/api/parenting/parenting.js'; } from '/imports/api/parenting/parenting.js';
import {setDocToLastOrder} from '/imports/api/parenting/order.js'; import { setDocToLastOrder } from '/imports/api/parenting/order.js';
import CreatureProperties from '/imports/api/creature/creatureProperties/CreatureProperties.js'; import CreatureProperties from '/imports/api/creature/creatureProperties/CreatureProperties.js';
import computedSchemas from '/imports/api/properties/computedPropertySchemasIndex.js'; import computedSchemas from '/imports/api/properties/computedPropertySchemasIndex.js';
import applyFnToKey from '/imports/api/engine/computation/utility/applyFnToKey.js'; import applyFnToKey from '/imports/api/engine/computation/utility/applyFnToKey.js';
@@ -15,14 +15,14 @@ import cyrb53 from '/imports/api/engine/computation/utility/cyrb53.js';
import { applyNodeTriggers } from '/imports/api/engine/actions/applyTriggers.js'; import { applyNodeTriggers } from '/imports/api/engine/actions/applyTriggers.js';
import INLINE_CALCULATION_REGEX from '/imports/constants/INLINE_CALCULTION_REGEX.js'; import INLINE_CALCULATION_REGEX from '/imports/constants/INLINE_CALCULTION_REGEX.js';
export default function applyBuff(node, actionContext){ export default function applyBuff(node, actionContext) {
applyNodeTriggers(node, 'before', actionContext); applyNodeTriggers(node, 'before', actionContext);
const prop = node.node; const prop = node.node;
let buffTargets = prop.target === 'self' ? [actionContext.creature] : actionContext.targets; let buffTargets = prop.target === 'self' ? [actionContext.creature] : actionContext.targets;
// Then copy the decendants of the buff to the targets // Then copy the decendants of the buff to the targets
let propList = [prop]; let propList = [prop];
function addChildrenToPropList(children, { skipCrystalize } = {}){ function addChildrenToPropList(children, { skipCrystalize } = {}) {
children.forEach(child => { children.forEach(child => {
if (skipCrystalize) child.node._skipCrystalize = true; if (skipCrystalize) child.node._skipCrystalize = true;
propList.push(child.node); propList.push(child.node);
@@ -34,7 +34,7 @@ export default function applyBuff(node, actionContext){
} }
addChildrenToPropList(node.children); addChildrenToPropList(node.children);
if (!prop.skipCrystalization) { if (!prop.skipCrystalization) {
crystalizeVariables({propList, actionContext}); crystalizeVariables({ propList, actionContext });
} }
let oldParent = { let oldParent = {
@@ -46,8 +46,8 @@ export default function applyBuff(node, actionContext){
copyNodeListToTarget(propList, target, oldParent); copyNodeListToTarget(propList, target, oldParent);
//Log the buff //Log the buff
if ((prop.name || prop.description?.value) && !prop.silent){ if ((prop.name || prop.description?.value) && !prop.silent) {
if (target._id === actionContext.creature._id){ if (target._id === actionContext.creature._id) {
// Targeting self // Targeting self
actionContext.addLog({ actionContext.addLog({
name: prop.name, name: prop.name,
@@ -72,8 +72,8 @@ export default function applyBuff(node, actionContext){
// Don't apply the children of the buff, they get copied to the target instead // Don't apply the children of the buff, they get copied to the target instead
} }
function copyNodeListToTarget(propList, target, oldParent){ function copyNodeListToTarget(propList, target, oldParent) {
let ancestry = [{collection: 'creatures', id: target._id}]; let ancestry = [{ collection: 'creatures', id: target._id }];
setLineageOfDocs({ setLineageOfDocs({
docArray: propList, docArray: propList,
newAncestry: ancestry, newAncestry: ancestry,
@@ -93,14 +93,14 @@ function copyNodeListToTarget(propList, target, oldParent){
* Replaces all variables with their resolved values * Replaces all variables with their resolved values
* except variables of the form `$target.thing.total` become `thing.total` * except variables of the form `$target.thing.total` become `thing.total`
*/ */
function crystalizeVariables({propList, actionContext}){ function crystalizeVariables({ propList, actionContext }) {
propList.forEach(prop => { propList.forEach(prop => {
if (prop._skipCrystalize) { if (prop._skipCrystalize) {
delete prop._skipCrystalize; delete prop._skipCrystalize;
return; return;
} }
// Iterate through all the calculations and crystalize them // Iterate through all the calculations and crystalize them
computedSchemas[prop.type].computedFields().forEach( calcKey => { computedSchemas[prop.type].computedFields().forEach(calcKey => {
applyFnToKey(prop, calcKey, (prop, key) => { applyFnToKey(prop, calcKey, (prop, key) => {
const calcObj = get(prop, key); const calcObj = get(prop, key);
if (!calcObj?.parseNode) return; if (!calcObj?.parseNode) return;
@@ -110,12 +110,12 @@ function crystalizeVariables({propList, actionContext}){
node.parseType !== 'accessor' && node.parseType !== 'symbol' node.parseType !== 'accessor' && node.parseType !== 'symbol'
) return node; ) return node;
// Handle variables // Handle variables
if (node.name === '$target'){ if (node.name === '$target') {
// strip $target // strip $target
if (node.parseType === 'accessor'){ if (node.parseType === 'accessor') {
node.name = node.path.shift(); node.name = node.path.shift();
if (!node.path.length){ if (!node.path.length) {
return symbol.create({name: node.name}) return symbol.create({ name: node.name })
} }
} else { } else {
// Can't strip symbols // Can't strip symbols
@@ -127,7 +127,7 @@ function crystalizeVariables({propList, actionContext}){
return node; return node;
} else { } else {
// Resolve all other variables // Resolve all other variables
const {result, context} = resolve('reduce', node, actionContext.scope); const { result, context } = resolve('reduce', node, actionContext.scope);
logErrors(context.errors, actionContext); logErrors(context.errors, actionContext);
return result; return result;
} }
@@ -137,14 +137,14 @@ function crystalizeVariables({propList, actionContext}){
}); });
}); });
// For each key in the schema // For each key in the schema
computedSchemas[prop.type].inlineCalculationFields().forEach( calcKey => { computedSchemas[prop.type].inlineCalculationFields().forEach(calcKey => {
// That ends in .inlineCalculations // That ends in .inlineCalculations
applyFnToKey(prop, calcKey, (prop, key) => { applyFnToKey(prop, calcKey, (prop, key) => {
const inlineCalcObj = get(prop, key); const inlineCalcObj = get(prop, key);
if (!inlineCalcObj) return; if (!inlineCalcObj) return;
// If there is no text, skip // If there is no text, skip
if (!inlineCalcObj.text){ if (!inlineCalcObj.text) {
return; return;
} }

View File

@@ -1,4 +1,4 @@
import { some, intersection, difference, remove } from 'lodash'; import { some, intersection, difference, remove, includes } from 'lodash';
import applyProperty from '../applyProperty.js'; import applyProperty from '../applyProperty.js';
import {insertCreatureLog} from '/imports/api/creature/log/CreatureLogs.js'; import {insertCreatureLog} from '/imports/api/creature/log/CreatureLogs.js';
import resolve, { Context, toString } from '/imports/parser/resolve.js'; import resolve, { Context, toString } from '/imports/parser/resolve.js';
@@ -147,21 +147,21 @@ function applyDamageMultipliers({target, damage, damageProp, logValue}){
if ( if (
multiplier.immunity && multiplier.immunity &&
some(multiplier.immunities, multiplierAppliesTo(damageProp)) some(multiplier.immunities, multiplierAppliesTo(damageProp, 'immunity'))
){ ){
logValue.push(`Immune to ${damageTypeText}`); logValue.push(`Immune to ${damageTypeText}`);
return 0; return 0;
} else { } else {
if ( if (
multiplier.resistance && multiplier.resistance &&
some(multiplier.resistances, multiplierAppliesTo(damageProp)) some(multiplier.resistances, multiplierAppliesTo(damageProp, 'resistance'))
){ ){
logValue.push(`Resistant to ${damageTypeText}`); logValue.push(`Resistant to ${damageTypeText}`);
damage = Math.floor(damage / 2); damage = Math.floor(damage / 2);
} }
if ( if (
multiplier.vulnerability && multiplier.vulnerability &&
some(multiplier.vulnerabilities, multiplierAppliesTo(damageProp)) some(multiplier.vulnerabilities, multiplierAppliesTo(damageProp, 'vulnerability'))
){ ){
logValue.push(`Vulnerable to ${damageTypeText}`); logValue.push(`Vulnerable to ${damageTypeText}`);
damage = Math.floor(damage * 2); damage = Math.floor(damage * 2);
@@ -170,8 +170,11 @@ function applyDamageMultipliers({target, damage, damageProp, logValue}){
return damage; return damage;
} }
function multiplierAppliesTo(damageProp){ function multiplierAppliesTo(damageProp, multiplierType){
return multiplier => { return multiplier => {
// Apply the default 'ignore x' tags
if (includes(damageProp.tags, `ignore ${multiplierType}`)) return false;
const hasRequiredTags = difference( const hasRequiredTags = difference(
multiplier.includeTags, damageProp.tags multiplier.includeTags, damageProp.tags
).length === 0; ).length === 0;

View File

@@ -0,0 +1,11 @@
import recalculateInlineCalculations from './shared/recalculateInlineCalculations.js';
import applyProperty from '../applyProperty.js';
import { applyNodeTriggers } from '/imports/api/engine/actions/applyTriggers.js';
export default function applyFolder(node, actionContext) {
// Apply triggers
applyNodeTriggers(node, 'before', actionContext);
applyNodeTriggers(node, 'after', actionContext);
// Apply children
node.children.forEach(child => applyProperty(child, actionContext));
}

View File

@@ -5,7 +5,7 @@ import logErrors from './logErrors.js';
export default function recalculateCalculation(calc, actionContext, context){ export default function recalculateCalculation(calc, actionContext, context){
if (!calc?.parseNode) return; if (!calc?.parseNode) return;
calc._parseLevel = 'reduce'; calc._parseLevel = 'reduce';
applyEffectsToCalculationParseNode(calc, actionContext.log); applyEffectsToCalculationParseNode(calc, actionContext);
evaluateCalculation(calc, actionContext.scope, context); evaluateCalculation(calc, actionContext.scope, context);
logErrors(calc.errors, actionContext.log); logErrors(calc.errors, actionContext);
} }

View File

@@ -41,8 +41,8 @@ const doAction = new ValidatedMethod({
let action = CreatureProperties.findOne(actionId); let action = CreatureProperties.findOne(actionId);
const creatureId = action.ancestors[0].id; const creatureId = action.ancestors[0].id;
const actionContext = new ActionContext(creatureId, targetIds, this); const actionContext = new ActionContext(creatureId, targetIds, this);
// Check permissions // Check permissions
assertEditPermission(actionContext.creature, this.userId); assertEditPermission(actionContext.creature, this.userId);
actionContext.targets.forEach(target => { actionContext.targets.forEach(target => {
assertEditPermission(target, this.userId); assertEditPermission(target, this.userId);
@@ -56,13 +56,13 @@ const doAction = new ValidatedMethod({
properties.sort((a, b) => a.order - b.order); properties.sort((a, b) => a.order - b.order);
// Do the action // Do the action
doActionWork({properties, ancestors, actionContext, methodScope: scope}); doActionWork({ properties, ancestors, actionContext, methodScope: scope });
// Recompute all involved creatures // Recompute all involved creatures
Creatures.update({ Creatures.update({
_id: { $in: [creatureId, ...targetIds] } _id: { $in: [creatureId, ...targetIds] }
}, { }, {
$set: {dirty: true}, $set: { dirty: true },
}); });
}, },
}); });
@@ -71,11 +71,11 @@ export default doAction;
export function doActionWork({ export function doActionWork({
properties, ancestors, actionContext, methodScope = {}, properties, ancestors, actionContext, methodScope = {},
}){ }) {
// get the docs // get the docs
const ancestorScope = getAncestorScope(ancestors); const ancestorScope = getAncestorScope(ancestors);
const propertyForest = nodeArrayToTree(properties); const propertyForest = nodeArrayToTree(properties);
if (propertyForest.length !== 1){ if (propertyForest.length !== 1) {
throw new Meteor.Error(`The action has ${propertyForest.length} top level properties, expected 1`); throw new Meteor.Error(`The action has ${propertyForest.length} top level properties, expected 1`);
} }
@@ -91,7 +91,7 @@ export function doActionWork({
} }
// Assumes ancestors are in tree order already // Assumes ancestors are in tree order already
function getAncestorScope(ancestors){ function getAncestorScope(ancestors) {
let scope = {}; let scope = {};
ancestors.forEach(prop => { ancestors.forEach(prop => {
scope[`#${prop.type}`] = prop; scope[`#${prop.type}`] = prop;

View File

@@ -20,6 +20,10 @@ const doAction = new ValidatedMethod({
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
optional: true, optional: true,
}, },
ritual: {
type: Boolean,
optional: true,
},
targetIds: { targetIds: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
@@ -41,13 +45,13 @@ const doAction = new ValidatedMethod({
numRequests: 10, numRequests: 10,
timeInterval: 5000, timeInterval: 5000,
}, },
run({ spellId, slotId, targetIds = [], scope = {} }) { run({ spellId, slotId, ritual, targetIds = [], scope = {} }) {
// Get action context // Get action context
let spell = CreatureProperties.findOne(spellId); let spell = CreatureProperties.findOne(spellId);
const creatureId = spell.ancestors[0].id; const creatureId = spell.ancestors[0].id;
const actionContext = new ActionContext(creatureId, targetIds, this); const actionContext = new ActionContext(creatureId, targetIds, this);
// Check permissions // Check permissions
assertEditPermission(actionContext.creature, this.userId); assertEditPermission(actionContext.creature, this.userId);
actionContext.targets.forEach(target => { actionContext.targets.forEach(target => {
assertEditPermission(target, this.userId); assertEditPermission(target, this.userId);
@@ -64,25 +68,26 @@ const doAction = new ValidatedMethod({
let slotLevel = spell.level || 0; let slotLevel = spell.level || 0;
let slot; let slot;
if (slotId && !spell.castWithoutSpellSlots){ // If a spell requires a slot, make sure a slot is spent
if (!spell.castWithoutSpellSlots && !(ritual && spell.ritual)) {
slot = CreatureProperties.findOne(slotId); slot = CreatureProperties.findOne(slotId);
if (!slot){ if (!slot) {
throw new Meteor.Error('No slot', throw new Meteor.Error('No slot',
'Slot not found to cast spell'); 'Slot not found to cast spell');
} }
if (!slot.value){ if (!slot.value) {
throw new Meteor.Error('No slot', throw new Meteor.Error('No slot',
'Slot depleted'); 'Slot depleted');
} }
if (slot.attributeType !== 'spellSlot'){ if (slot.attributeType !== 'spellSlot') {
throw new Meteor.Error('Not a slot', throw new Meteor.Error('Not a slot',
'The given property is not a valid spell slot'); 'The given property is not a valid spell slot');
} }
if (!slot.spellSlotLevel?.value){ if (!slot.spellSlotLevel?.value) {
throw new Meteor.Error('No slot level', throw new Meteor.Error('No slot level',
'Slot does not have a spell slot level'); 'Slot does not have a spell slot level');
} }
if (slot.spellSlotLevel.value < spell.level){ if (slot.spellSlotLevel.value < spell.level) {
throw new Meteor.Error('Slot too small', throw new Meteor.Error('Slot too small',
'Slot is not large enough to cast spell'); 'Slot is not large enough to cast spell');
} }
@@ -96,14 +101,20 @@ const doAction = new ValidatedMethod({
} }
// Post the slot level spent to the log // Post the slot level spent to the log
if (slot?.spellSlotLevel?.value){ if (slot?.spellSlotLevel?.value) {
actionContext.addLog({ actionContext.addLog({
name: `Casting using a level ${slotLevel} spell slot` name: `Casting using a level ${slotLevel} spell slot`
}); });
} else if (slotLevel) { } else if (slotLevel) {
actionContext.addLog({ if (ritual) {
name: `Casting at level ${slotLevel}` actionContext.addLog({
}); name: `Ritual casting at level ${slotLevel}`
});
} else {
actionContext.addLog({
name: `Casting at level ${slotLevel}`
});
}
} }
actionContext.scope['slotLevel'] = slotLevel; actionContext.scope['slotLevel'] = slotLevel;

View File

@@ -7,6 +7,7 @@ import rollDice from '/imports/parser/rollDice.js';
import numberToSignedString from '/imports/ui/utility/numberToSignedString.js'; import numberToSignedString from '/imports/ui/utility/numberToSignedString.js';
import { applyTriggers } from '/imports/api/engine/actions/applyTriggers.js'; import { applyTriggers } from '/imports/api/engine/actions/applyTriggers.js';
import ActionContext from '/imports/api/engine/actions/ActionContext.js'; import ActionContext from '/imports/api/engine/actions/ActionContext.js';
import evaluateCalculation from '/imports/api/engine/computation/utility/evaluateCalculation.js';
const doCheck = new ValidatedMethod({ const doCheck = new ValidatedMethod({
name: 'creatureProperties.doCheck', name: 'creatureProperties.doCheck',
@@ -72,7 +73,11 @@ function rollCheck(prop, actionContext) {
throw (`${prop.type} not supported for checks`); throw (`${prop.type} not supported for checks`);
} }
const rollModifierText = numberToSignedString(rollModifier, true); let rollModifierText = numberToSignedString(rollModifier, true);
const { effectBonus, effectString } = applyUnresolvedEffects(prop, scope)
rollModifierText += effectString;
rollModifier += effectBonus;
let value, values, resultPrefix; let value, values, resultPrefix;
if (scope['$checkAdvantage'] === 1){ if (scope['$checkAdvantage'] === 1){
@@ -106,3 +111,21 @@ function rollCheck(prop, actionContext) {
value: `${resultPrefix} **${result}**`, value: `${resultPrefix} **${result}**`,
}); });
} }
function applyUnresolvedEffects(prop, scope) {
let effectBonus = 0;
let effectString = '';
if (!prop.effects) {
return { effectBonus, effectString};
}
prop.effects.forEach(effect => {
if (!effect.amount?.parseNode) return;
if (effect.operation !== 'add') return;
effect.amount._parseLevel = 'reduce';
evaluateCalculation(effect.amount, scope);
if (typeof effect.amount?.value !== 'number') return;
effectBonus += effect.amount.value;
effectString += ` ${effect.amount.value < 0 ? '-' : '+'} [${effect.amount.calculation}] ${Math.abs(effect.amount.value)}`
});
return { effectBonus, effectString};
}

View File

@@ -1,15 +1,30 @@
import { EJSON } from 'meteor/ejson'; import { EJSON } from 'meteor/ejson';
import createGraph from 'ngraph.graph'; import createGraph, { Graph } from 'ngraph.graph';
import getEffectivePropTags from '/imports/api/engine/computation/utility/getEffectivePropTags.js'; import getEffectivePropTags from '/imports/api/engine/computation/utility/getEffectivePropTags.js';
interface CreatureProperty {
_id: string;
type: string;
}
export default class CreatureComputation { export default class CreatureComputation {
constructor(properties, creature, variables){ originalPropsById: object;
propsById: object;
propsWithTag: object;
scope: object;
props: Array<CreatureProperty>;
dependencyGraph: Graph;
errors: Array<object>;
creature: object;
variables: object;
constructor(properties: Array<CreatureProperty>, creature: object, variables: object) {
// Set up fields // Set up fields
this.originalPropsById = {}; this.originalPropsById = {};
this.propsById = {}; this.propsById = {};
this.propsWithTag = {}; this.propsWithTag = {};
this.scope = {}; this.scope = {};
this.props = properties; this.props = properties;
this.dependencyGraph = createGraph(); this.dependencyGraph = createGraph();
this.errors = []; this.errors = [];
this.creature = creature; this.creature = creature;

View File

@@ -29,8 +29,8 @@ function childrenActive(prop){
// Children of disabled properties are always inactive // Children of disabled properties are always inactive
if (prop.disabled) return false; if (prop.disabled) return false;
switch (prop.type){ switch (prop.type){
// Only equipped items have active children // Only equipped items with non-zero quantity have active children
case 'item': return !!prop.equipped; case 'item': return !!prop.equipped && prop.quantity !== 0;
// The children of actions, spells, and triggers are always inactive // The children of actions, spells, and triggers are always inactive
case 'action': return false; case 'action': return false;
case 'spell': return false; case 'spell': return false;

View File

@@ -10,8 +10,6 @@ export default function computeToggleDependencies(node, dependencyGraph){
prop.enabled prop.enabled
) return; ) return;
walkDown(node.children, child => { walkDown(node.children, child => {
// Only for children that aren't inactive
if (child.node.inactive) return;
// The child nodes depend on the toggle condition compuation // The child nodes depend on the toggle condition compuation
child.node._computationDetails.toggleAncestors.push(prop); child.node._computationDetails.toggleAncestors.push(prop);
dependencyGraph.addLink(child.node._id, prop._id, 'toggle'); dependencyGraph.addLink(child.node._id, prop._id, 'toggle');

View File

@@ -12,7 +12,7 @@ import computeToggleDependencies from './buildComputation/computeToggleDependenc
import linkCalculationDependencies from './buildComputation/linkCalculationDependencies.js'; import linkCalculationDependencies from './buildComputation/linkCalculationDependencies.js';
import linkTypeDependencies from './buildComputation/linkTypeDependencies.js'; import linkTypeDependencies from './buildComputation/linkTypeDependencies.js';
import computeSlotQuantityFilled from './buildComputation/computeSlotQuantityFilled.js'; import computeSlotQuantityFilled from './buildComputation/computeSlotQuantityFilled.js';
import CreatureComputation from './CreatureComputation.js'; import CreatureComputation from './CreatureComputation.ts';
import removeSchemaFields from './buildComputation/removeSchemaFields.js'; import removeSchemaFields from './buildComputation/removeSchemaFields.js';
/** /**

View File

@@ -1,3 +1,5 @@
import { pick } from 'lodash';
export default function aggregateEffect({node, linkedNode, link}){ export default function aggregateEffect({node, linkedNode, link}){
if (link.data !== 'effect') return; if (link.data !== 'effect') return;
// store the effect aggregator, its presence indicates that the variable is // store the effect aggregator, its presence indicates that the variable is
@@ -19,11 +21,22 @@ export default function aggregateEffect({node, linkedNode, link}){
// Store a summary of the effect itself // Store a summary of the effect itself
node.data.effects = node.data.effects || []; node.data.effects = node.data.effects || [];
// Store either just
let effectAmount;
if (!linkedNode.data.amount) {
effectAmount = undefined;
} else if (typeof linkedNode.data.amount.value === 'string') {
effectAmount = pick(linkedNode.data.amount, [
'calculation', 'parseNode', 'parseError', 'value'
]);
} else {
effectAmount = pick(linkedNode.data.amount, ['value']);
}
node.data.effects.push({ node.data.effects.push({
_id: linkedNode.data._id, _id: linkedNode.data._id,
name: linkedNode.data.name, name: linkedNode.data.name,
operation: linkedNode.data.operation, operation: linkedNode.data.operation,
amount: linkedNode.data.amount && {value: linkedNode.data.amount.value}, amount: effectAmount,
type: linkedNode.data.type, type: linkedNode.data.type,
// ancestors: linkedNode.data.ancestors, // ancestors: linkedNode.data.ancestors,
}); });
@@ -33,7 +46,7 @@ export default function aggregateEffect({node, linkedNode, link}){
// Get the result of the effect // Get the result of the effect
const result = linkedNode.data.amount?.value; const result = linkedNode.data.amount?.value;
// Skip aggregating if the result is not resolved completely // Skip aggregating if the result is not resolved completely
if (typeof result === 'string') return; if (typeof result === 'string' || result === undefined) return;
// Aggregate the effect based on its operation // Aggregate the effect based on its operation
switch(linkedNode.data.operation){ switch(linkedNode.data.operation){
case 'base': case 'base':

View File

@@ -7,19 +7,19 @@ import getAggregatorResult from './getAggregatorResult.js';
export default function computeImplicitVariable(node){ export default function computeImplicitVariable(node){
const prop = {}; const prop = {};
// Combine damage multipliers // Combine damage multipliers
if (node.data.immunity){ if (node.data.immunity){
prop.immunity = node.data.immunity; prop.immunity = node.data.immunity;
prop.immunities = node.data.immunities; prop.immunities = node.data.immunities;
} }
if (node.data.resistance){ if (node.data.resistance){
prop.resistance = node.data.resistance; prop.resistance = node.data.resistance;
prop.resistances = node.data.resistances; prop.resistances = node.data.resistances;
} }
if (node.data.vulnerability){ if (node.data.vulnerability){
prop.vulnerability = node.data.vulnerability; prop.vulnerability = node.data.vulnerability;
prop.vulnerabilities = node.data.vulnerabilities; prop.vulnerabilities = node.data.vulnerabilities;
} }
const result = getAggregatorResult(node); const result = getAggregatorResult(node);
if (result !== undefined){ if (result !== undefined){

View File

@@ -4,7 +4,7 @@ export default function evaluateToggles(computation, node){
let toggles = prop._computationDetails?.toggleAncestors; let toggles = prop._computationDetails?.toggleAncestors;
if (!toggles) return; if (!toggles) return;
toggles.forEach(toggle => { toggles.forEach(toggle => {
if (prop.inactive || !toggle.condition) return; if (!toggle.condition) return;
if (!toggle.condition.value){ if (!toggle.condition.value){
prop.inactive = true; prop.inactive = true;
prop.deactivatedByToggle = true; prop.deactivatedByToggle = true;

View File

@@ -12,6 +12,7 @@ export default function getEffectivePropTags(prop) {
if (prop.variableName) tags.push(prop.variableName); if (prop.variableName) tags.push(prop.variableName);
if (prop.damageType) tags.push(prop.damageType); if (prop.damageType) tags.push(prop.damageType);
if (prop.skillType) tags.push(prop.skillType); if (prop.skillType) tags.push(prop.skillType);
if (prop.actionType) tags.push(prop.actionType);
if (prop.attributeType) tags.push(prop.attributeType); if (prop.attributeType) tags.push(prop.attributeType);
if (prop.reset) tags.push(prop.reset); if (prop.reset) tags.push(prop.reset);
return tags; return tags;

View File

@@ -7,17 +7,17 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let Icons = new Mongo.Collection('icons'); let Icons = new Mongo.Collection('icons');
let iconsSchema = new SimpleSchema({ let iconsSchema = new SimpleSchema({
name: { name: {
type: String, type: String,
unique: true, unique: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
index: 1, index: 1,
}, },
description: { description: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.description, max: STORAGE_LIMITS.description,
}, },
tags: { tags: {
type: Array, type: Array,
optional: true, optional: true,
@@ -38,7 +38,7 @@ if (Meteor.isServer) {
Icons._ensureIndex({ Icons._ensureIndex({
'name': 'text', 'name': 'text',
'description': 'text', 'description': 'text',
'tags': 'text', 'tags': 'text',
}); });
} }
@@ -55,15 +55,15 @@ Icons.attachSchema(iconsSchema);
// This method does not validate icons against the schema, use wisely; // This method does not validate icons against the schema, use wisely;
const writeIcons = new ValidatedMethod({ const writeIcons = new ValidatedMethod({
name: 'icons.write', name: 'icons.write',
validate: null, validate: null,
run(icons){ run(icons) {
assertAdmin(this.userId); assertAdmin(this.userId);
if (Meteor.isServer){ if (Meteor.isServer) {
this.unblock(); this.unblock();
Icons.rawCollection().insert(icons, {ordered: false}); Icons.rawCollection().insert(icons, { ordered: false });
} }
} }
}); });
const findIcons = new ValidatedMethod({ const findIcons = new ValidatedMethod({
@@ -80,11 +80,11 @@ const findIcons = new ValidatedMethod({
numRequests: 20, numRequests: 20,
timeInterval: 10000, timeInterval: 10000,
}, },
run({search}){ run({ search }) {
if (!search) return []; if (!search) return [];
if (!Meteor.isServer) return; if (!Meteor.isServer) return;
return Icons.find( return Icons.find(
{ $text: {$search: search} }, { $text: { $search: search } },
{ {
// relevant documents have a higher score. // relevant documents have a higher score.
fields: { fields: {

View File

@@ -20,7 +20,7 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let Libraries = new Mongo.Collection('libraries'); let Libraries = new Mongo.Collection('libraries');
let LibrarySchema = new SimpleSchema({ let LibrarySchema = new SimpleSchema({
name: { name: {
type: String, type: String,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
@@ -39,95 +39,95 @@ export default Libraries;
const insertLibrary = new ValidatedMethod({ const insertLibrary = new ValidatedMethod({
name: 'libraries.insert', name: 'libraries.insert',
mixins: [ mixins: [
simpleSchemaMixin, simpleSchemaMixin,
], ],
schema: LibrarySchema.omit('owner'), schema: LibrarySchema.omit('owner'),
run(library) { run(library) {
if (!this.userId) { if (!this.userId) {
throw new Meteor.Error('Libraries.methods.insert.denied', throw new Meteor.Error('Libraries.methods.insert.denied',
'You need to be logged in to insert a library'); 'You need to be logged in to insert a library');
} }
let tier = getUserTier(this.userId); let tier = getUserTier(this.userId);
if (!tier.paidBenefits){ if (!tier.paidBenefits) {
throw new Meteor.Error('Libraries.methods.insert.denied', throw new Meteor.Error('Libraries.methods.insert.denied',
`The ${tier.name} tier does not allow you to insert a library`); `The ${tier.name} tier does not allow you to insert a library`);
} }
library.owner = this.userId; library.owner = this.userId;
return Libraries.insert(library); return Libraries.insert(library);
}, },
}); });
const updateLibraryName = new ValidatedMethod({ const updateLibraryName = new ValidatedMethod({
name: 'libraries.updateName', name: 'libraries.updateName',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: { _id: {
type: String, type: String,
regEx: SimpleSchema.RegEx.id regEx: SimpleSchema.RegEx.id
}, },
name: { name: {
type: String, type: String,
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, name}){ run({ _id, name }) {
let library = Libraries.findOne(_id); let library = Libraries.findOne(_id);
assertEditPermission(library, this.userId); assertEditPermission(library, this.userId);
Libraries.update(_id, {$set: {name}}); Libraries.update(_id, { $set: { name } });
}, },
}); });
const updateLibraryDescription = new ValidatedMethod({ const updateLibraryDescription = new ValidatedMethod({
name: 'libraries.updateDescription', name: 'libraries.updateDescription',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: { _id: {
type: String, type: String,
regEx: SimpleSchema.RegEx.id regEx: SimpleSchema.RegEx.id
}, },
description: { description: {
type: String, type: String,
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, description}){ run({ _id, description }) {
let library = Libraries.findOne(_id); let library = Libraries.findOne(_id);
assertEditPermission(library, this.userId); assertEditPermission(library, this.userId);
Libraries.update(_id, {$set: {description}}); Libraries.update(_id, { $set: { description } });
}, },
}); });
const removeLibrary = new ValidatedMethod({ const removeLibrary = new ValidatedMethod({
name: 'libraries.remove', name: 'libraries.remove',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: { _id: {
type: String, type: String,
regEx: SimpleSchema.RegEx.id regEx: SimpleSchema.RegEx.id
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}){ run({ _id }) {
let library = Libraries.findOne(_id); let library = Libraries.findOne(_id);
assertOwnership(library, this.userId); assertOwnership(library, this.userId);
this.unblock(); this.unblock();
removeLibaryWork(_id) removeLibaryWork(_id)
} }
}); });
export function removeLibaryWork(libraryId){ export function removeLibaryWork(libraryId) {
Libraries.remove(libraryId); Libraries.remove(libraryId);
LibraryNodes.remove({'ancestors.id': libraryId}); LibraryNodes.remove({ 'ancestors.id': libraryId });
} }
export { LibrarySchema, insertLibrary, updateLibraryName, updateLibraryDescription, removeLibrary }; export { LibrarySchema, insertLibrary, updateLibraryName, updateLibraryDescription, removeLibrary };

View File

@@ -23,28 +23,28 @@ let LibraryNodeSchema = new SimpleSchema({
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
type: { type: {
type: String, type: String,
allowedValues: Object.keys(propertySchemasIndex), allowedValues: Object.keys(propertySchemasIndex),
}, },
tags: { tags: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
maxCount: STORAGE_LIMITS.tagCount, maxCount: STORAGE_LIMITS.tagCount,
}, },
'tags.$': { 'tags.$': {
type: String, type: String,
max: STORAGE_LIMITS.tagLength, max: STORAGE_LIMITS.tagLength,
}, },
libraryTags: { libraryTags: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
maxCount: STORAGE_LIMITS.tagCount, maxCount: STORAGE_LIMITS.tagCount,
}, },
'libraryTags.$': { 'libraryTags.$': {
type: String, type: String,
max: STORAGE_LIMITS.tagLength, max: STORAGE_LIMITS.tagLength,
}, },
icon: { icon: {
type: storedIconsSchema, type: storedIconsSchema,
optional: true, optional: true,
@@ -56,37 +56,37 @@ let LibraryNodeSchema = new SimpleSchema({
if (Meteor.isServer) { if (Meteor.isServer) {
LibraryNodes._ensureIndex({ LibraryNodes._ensureIndex({
'name': 'text', 'name': 'text',
'tags': 'text', 'tags': 'text',
}); });
} }
for (let key in propertySchemasIndex){ for (let key in propertySchemasIndex) {
let schema = new SimpleSchema({}); let schema = new SimpleSchema({});
schema.extend(LibraryNodeSchema); schema.extend(LibraryNodeSchema);
schema.extend(ColorSchema); schema.extend(ColorSchema);
schema.extend(propertySchemasIndex[key]); schema.extend(propertySchemasIndex[key]);
schema.extend(ChildSchema); schema.extend(ChildSchema);
schema.extend(SoftRemovableSchema); schema.extend(SoftRemovableSchema);
LibraryNodes.attachSchema(schema, { LibraryNodes.attachSchema(schema, {
selector: {type: key} selector: { type: key }
}); });
} }
function getLibrary(node){ function getLibrary(node) {
if (!node) throw new Meteor.Error('No node provided'); if (!node) throw new Meteor.Error('No node provided');
let library = Libraries.findOne(node.ancestors[0].id); let library = Libraries.findOne(node.ancestors[0].id);
if (!library) throw new Meteor.Error('Library does not exist'); if (!library) throw new Meteor.Error('Library does not exist');
return library; return library;
} }
function assertNodeEditPermission(node, userId){ function assertNodeEditPermission(node, userId) {
let lib = getLibrary(node); let lib = getLibrary(node);
return assertEditPermission(lib, userId); return assertEditPermission(lib, userId);
} }
const insertNode = new ValidatedMethod({ const insertNode = new ValidatedMethod({
name: 'libraryNodes.insert', name: 'libraryNodes.insert',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
@@ -95,8 +95,8 @@ const insertNode = new ValidatedMethod({
run(libraryNode) { run(libraryNode) {
delete libraryNode._id; delete libraryNode._id;
assertNodeEditPermission(libraryNode, this.userId); assertNodeEditPermission(libraryNode, this.userId);
let nodeId = LibraryNodes.insert(libraryNode); let nodeId = LibraryNodes.insert(libraryNode);
if (libraryNode.type == 'reference'){ if (libraryNode.type == 'reference') {
libraryNode._id = nodeId; libraryNode._id = nodeId;
updateReferenceNodeWork(libraryNode, this.userId); updateReferenceNodeWork(libraryNode, this.userId);
} }
@@ -106,37 +106,37 @@ const insertNode = new ValidatedMethod({
const updateLibraryNode = new ValidatedMethod({ const updateLibraryNode = new ValidatedMethod({
name: 'libraryNodes.update', name: 'libraryNodes.update',
validate({_id, path}){ validate({ _id, path }) {
if (!_id) return false; if (!_id) return false;
// We cannot change these fields with a simple update // We cannot change these fields with a simple update
switch (path[0]){ switch (path[0]) {
case 'type': case 'type':
case 'order': case 'order':
case 'parent': case 'parent':
case 'ancestors': case 'ancestors':
return false; return false;
} }
}, },
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, path, value}) { run({ _id, path, value }) {
let node = LibraryNodes.findOne(_id); let node = LibraryNodes.findOne(_id);
assertNodeEditPermission(node, this.userId); assertNodeEditPermission(node, this.userId);
let pathString = path.join('.'); let pathString = path.join('.');
let modifier; let modifier;
// unset empty values // unset empty values
if (value === null || value === undefined){ if (value === null || value === undefined) {
modifier = {$unset: {[pathString]: 1}}; modifier = { $unset: { [pathString]: 1 } };
} else { } else {
modifier = {$set: {[pathString]: value}}; modifier = { $set: { [pathString]: value } };
} }
let numUpdated = LibraryNodes.update(_id, modifier, { let numUpdated = LibraryNodes.update(_id, modifier, {
selector: {type: node.type}, selector: { type: node.type },
}); });
if (node.type == 'reference'){ if (node.type == 'reference') {
node = LibraryNodes.findOne(_id); node = LibraryNodes.findOne(_id);
updateReferenceNodeWork(node, this.userId); updateReferenceNodeWork(node, this.userId);
} }
@@ -145,87 +145,87 @@ const updateLibraryNode = new ValidatedMethod({
}); });
const pushToLibraryNode = new ValidatedMethod({ const pushToLibraryNode = new ValidatedMethod({
name: 'libraryNodes.push', name: 'libraryNodes.push',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, path, value}){ run({ _id, path, value }) {
let node = LibraryNodes.findOne(_id); let node = LibraryNodes.findOne(_id);
assertNodeEditPermission(node, this.userId); assertNodeEditPermission(node, this.userId);
return LibraryNodes.update(_id, { return LibraryNodes.update(_id, {
$push: {[path.join('.')]: value}, $push: { [path.join('.')]: value },
}, { }, {
selector: {type: node.type}, selector: { type: node.type },
}); });
} }
}); });
const pullFromLibraryNode = new ValidatedMethod({ const pullFromLibraryNode = new ValidatedMethod({
name: 'libraryNodes.pull', name: 'libraryNodes.pull',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id, path, itemId}){ run({ _id, path, itemId }) {
let node = LibraryNodes.findOne(_id); let node = LibraryNodes.findOne(_id);
assertNodeEditPermission(node, this.userId); assertNodeEditPermission(node, this.userId);
return LibraryNodes.update(_id, { return LibraryNodes.update(_id, {
$pull: {[path.join('.')]: {_id: itemId}}, $pull: { [path.join('.')]: { _id: itemId } },
}, { }, {
selector: {type: node.type}, selector: { type: node.type },
getAutoValues: false, getAutoValues: false,
}); });
} }
}); });
const softRemoveLibraryNode = new ValidatedMethod({ const softRemoveLibraryNode = new ValidatedMethod({
name: 'libraryNodes.softRemove', name: 'libraryNodes.softRemove',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: SimpleSchema.RegEx.Id _id: SimpleSchema.RegEx.Id
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}){ run({ _id }) {
let node = LibraryNodes.findOne(_id); let node = LibraryNodes.findOne(_id);
assertNodeEditPermission(node, this.userId); assertNodeEditPermission(node, this.userId);
softRemove({_id, collection: LibraryNodes}); softRemove({ _id, collection: LibraryNodes });
} }
}); });
const restoreLibraryNode = new ValidatedMethod({ const restoreLibraryNode = new ValidatedMethod({
name: 'libraryNodes.restore', name: 'libraryNodes.restore',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: SimpleSchema.RegEx.Id _id: SimpleSchema.RegEx.Id
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}){ run({ _id }) {
// Permissions // Permissions
let node = LibraryNodes.findOne(_id); let node = LibraryNodes.findOne(_id);
assertNodeEditPermission(node, this.userId); assertNodeEditPermission(node, this.userId);
// Do work // Do work
restore({_id, collection: LibraryNodes}); restore({ _id, collection: LibraryNodes });
} }
}); });
export default LibraryNodes; export default LibraryNodes;
export { export {
LibraryNodeSchema, LibraryNodeSchema,
insertNode, insertNode,
updateLibraryNode, updateLibraryNode,
pullFromLibraryNode, pullFromLibraryNode,
pushToLibraryNode, pushToLibraryNode,
softRemoveLibraryNode, softRemoveLibraryNode,
restoreLibraryNode, restoreLibraryNode,
}; };

View File

@@ -4,13 +4,13 @@ import { RateLimiterMixin } from 'ddp-rate-limiter-mixin';
import LibraryNodes from '/imports/api/library/LibraryNodes.js'; import LibraryNodes from '/imports/api/library/LibraryNodes.js';
import { assertDocEditPermission } from '/imports/api/sharing/sharingPermissions.js'; import { assertDocEditPermission } from '/imports/api/sharing/sharingPermissions.js';
import { import {
setLineageOfDocs, setLineageOfDocs,
renewDocIds renewDocIds
} from '/imports/api/parenting/parenting.js'; } from '/imports/api/parenting/parenting.js';
import { reorderDocs } from '/imports/api/parenting/order.js'; import { reorderDocs } from '/imports/api/parenting/order.js';
var snackbar; var snackbar;
if (Meteor.isClient){ if (Meteor.isClient) {
snackbar = require( snackbar = require(
'/imports/ui/components/snackbars/SnackbarQueue.js' '/imports/ui/components/snackbars/SnackbarQueue.js'
).snackbar ).snackbar
@@ -20,7 +20,7 @@ const DUPLICATE_CHILDREN_LIMIT = 50;
const duplicateLibraryNode = new ValidatedMethod({ const duplicateLibraryNode = new ValidatedMethod({
name: 'libraryNodes.duplicate', name: 'libraryNodes.duplicate',
validate: new SimpleSchema({ validate: new SimpleSchema({
_id: { _id: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
@@ -31,7 +31,7 @@ const duplicateLibraryNode = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({_id}) { run({ _id }) {
let libraryNode = LibraryNodes.findOne(_id); let libraryNode = LibraryNodes.findOne(_id);
assertDocEditPermission(libraryNode, this.userId); assertDocEditPermission(libraryNode, this.userId);
@@ -40,16 +40,16 @@ const duplicateLibraryNode = new ValidatedMethod({
libraryNode._id = libraryNodeId; libraryNode._id = libraryNodeId;
let nodes = LibraryNodes.find({ let nodes = LibraryNodes.find({
'ancestors.id': _id, 'ancestors.id': _id,
removed: {$ne: true}, removed: { $ne: true },
}, { }, {
limit: DUPLICATE_CHILDREN_LIMIT + 1, limit: DUPLICATE_CHILDREN_LIMIT + 1,
sort: {order: 1}, sort: { order: 1 },
}).fetch(); }).fetch();
if (nodes.length > DUPLICATE_CHILDREN_LIMIT){ if (nodes.length > DUPLICATE_CHILDREN_LIMIT) {
nodes.pop(); nodes.pop();
if (Meteor.isClient){ if (Meteor.isClient) {
snackbar({ snackbar({
text: `Only the first ${DUPLICATE_CHILDREN_LIMIT} children were duplicated`, text: `Only the first ${DUPLICATE_CHILDREN_LIMIT} children were duplicated`,
}); });
@@ -58,21 +58,21 @@ const duplicateLibraryNode = new ValidatedMethod({
// re-map all the ancestors // re-map all the ancestors
setLineageOfDocs({ setLineageOfDocs({
docArray: nodes, docArray: nodes,
newAncestry : [ newAncestry: [
...libraryNode.ancestors, ...libraryNode.ancestors,
{id: libraryNodeId, collection: 'libraryNodes'} { id: libraryNodeId, collection: 'libraryNodes' }
], ],
oldParent : {id: _id, collection: 'libraryNodes'}, oldParent: { id: _id, collection: 'libraryNodes' },
}); });
// Give the docs new IDs without breaking internal references // Give the docs new IDs without breaking internal references
renewDocIds({docArray: nodes}); renewDocIds({ docArray: nodes });
// Order the root node // Order the root node
libraryNode.order += 0.5; libraryNode.order += 0.5;
LibraryNodes.batchInsert([libraryNode, ...nodes]); LibraryNodes.batchInsert([libraryNode, ...nodes]);
// Tree structure changed by inserts, reorder the tree // Tree structure changed by inserts, reorder the tree
reorderDocs({ reorderDocs({

View File

@@ -22,7 +22,7 @@ let ChildSchema = new SimpleSchema({
order: { order: {
type: Number, type: Number,
}, },
parent: { parent: {
type: RefSchema, type: RefSchema,
optional: true, optional: true,
}, },

View File

@@ -1,17 +1,17 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
let SoftRemovableSchema = new SimpleSchema({ let SoftRemovableSchema = new SimpleSchema({
"removed": { 'removed': {
type: Boolean, type: Boolean,
optional: true, optional: true,
index: 1, index: 1,
}, },
"removedAt": { 'removedAt': {
type: Date, type: Date,
optional: true, optional: true,
index: 1, index: 1,
}, },
"removedWith": { 'removedWith': {
optional: true, optional: true,
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,

View File

@@ -3,7 +3,7 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
const AdjustmentSchema = createPropertySchema({ const AdjustmentSchema = createPropertySchema({
// The roll that determines how much to change the attribute // The roll that determines how much to change the attribute
// This can be simplified, but should only compute when activated // This can be simplified, but should only compute when activated
amount: { amount: {
type: 'fieldToCompute', type: 'fieldToCompute',
@@ -11,21 +11,21 @@ const AdjustmentSchema = createPropertySchema({
optional: true, optional: true,
defaultValue: 1, defaultValue: 1,
}, },
// Who this adjustment applies to // Who this adjustment applies to
target: { target: {
type: String, type: String,
defaultValue: 'target', defaultValue: 'target',
allowedValues: [ allowedValues: [
'self', 'self',
'target', 'target',
], ],
}, },
// The stat this rolls applies to // The stat this rolls applies to
stat: { stat: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,
}, },
operation: { operation: {
type: String, type: String,
allowedValues: ['set', 'increment'], allowedValues: ['set', 'increment'],

View File

@@ -8,34 +8,34 @@ import createPropertySchema from '/imports/api/properties/subSchemas/createPrope
*/ */
let AttributeSchema = createPropertySchema({ let AttributeSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// The technical, lowercase, single-word name used in formulae // The technical, lowercase, single-word name used in formulae
variableName: { variableName: {
type: String, type: String,
optional: true, optional: true,
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
min: 2, min: 2,
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,
}, },
// How it is displayed and computed is determined by type // How it is displayed and computed is determined by type
attributeType: { attributeType: {
type: String, type: String,
allowedValues: [ allowedValues: [
'ability', //Strength, Dex, Con, etc. 'ability', //Strength, Dex, Con, etc.
'stat', // Speed, Armor Class 'stat', // Speed, Armor Class
'modifier', // Proficiency Bonus, displayed as +x 'modifier', // Proficiency Bonus, displayed as +x
'hitDice', // d12 hit dice 'hitDice', // d12 hit dice
'healthBar', // Hitpoints, Temporary Hitpoints, can take damage 'healthBar', // Hitpoints, Temporary Hitpoints, can take damage
'bar', // Displayed as a health bar, can't take damage 'bar', // Displayed as a health bar, can't take damage
'resource', // Rages, sorcery points 'resource', // Rages, sorcery points
'spellSlot', // Level 1, 2, 3... spell slots 'spellSlot', // Level 1, 2, 3... spell slots
'utility', // Aren't displayed, Jump height, Carry capacity 'utility', // Aren't displayed, Jump height, Carry capacity
], ],
defaultValue: 'stat', defaultValue: 'stat',
index: 1, index: 1,
}, },
// For type hitDice, the size needs to be stored separately // For type hitDice, the size needs to be stored separately
hitDiceSize: { hitDiceSize: {
@@ -46,19 +46,19 @@ let AttributeSchema = createPropertySchema({
// For type spellSlot, the level needs to be stored separately // For type spellSlot, the level needs to be stored separately
spellSlotLevel: { spellSlotLevel: {
type: 'fieldToCompute', type: 'fieldToCompute',
optional: true, optional: true,
}, },
// For type healthBar midColor, and lowColor can be set separately from the // For type healthBar midColor, and lowColor can be set separately from the
// property's color, which is used as the undamaged color // property's color, which is used as the undamaged color
'healthBarColorMid': { 'healthBarColorMid': {
type: String, type: String,
regEx: /^#([a-f0-9]{3}){1,2}\b$/i, regEx: /^#([a-f0-9]{3}){1,2}\b$/i,
optional: true, optional: true,
}, },
'healthBarColorLow': { 'healthBarColorLow': {
type: String, type: String,
regEx: /^#([a-f0-9]{3}){1,2}\b$/i, regEx: /^#([a-f0-9]{3}){1,2}\b$/i,
optional: true, optional: true,
}, },
// Control how the health bar takes damage or healing // Control how the health bar takes damage or healing
healthBarNoDamage: { healthBarNoDamage: {
@@ -68,7 +68,7 @@ let AttributeSchema = createPropertySchema({
healthBarNoHealing: { healthBarNoHealing: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
healthBarDamageOrder: { healthBarDamageOrder: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
@@ -77,17 +77,17 @@ let AttributeSchema = createPropertySchema({
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
}, },
// The starting value, before effects // The starting value, before effects
baseValue: { baseValue: {
type: 'fieldToCompute', type: 'fieldToCompute',
optional: true, optional: true,
}, },
// Description of what the attribute is used for // Description of what the attribute is used for
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
// The damage done to the attribute, should always compute as positive // The damage done to the attribute, should always compute as positive
damage: { damage: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
@@ -107,7 +107,7 @@ let AttributeSchema = createPropertySchema({
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// Automatically zero the adjustment on these conditions // Automatically zero the adjustment on these conditions
reset: { reset: {
type: String, type: String,
optional: true, optional: true,
@@ -126,9 +126,9 @@ let ComputedOnlyAttributeSchema = createPropertySchema({
}, },
spellSlotLevel: { spellSlotLevel: {
type: 'computedOnlyField', type: 'computedOnlyField',
optional: true, optional: true,
}, },
// The computed value of the attribute // The computed value of the attribute
total: { total: {
type: SimpleSchema.oneOf(Number, String, Boolean), type: SimpleSchema.oneOf(Number, String, Boolean),
optional: true, optional: true,
@@ -137,27 +137,27 @@ let ComputedOnlyAttributeSchema = createPropertySchema({
// The computed value of the attribute minus the damage // The computed value of the attribute minus the damage
value: { value: {
type: SimpleSchema.oneOf(Number, String, Boolean), type: SimpleSchema.oneOf(Number, String, Boolean),
defaultValue: 0, defaultValue: 0,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// The computed modifier, provided the attribute type is `ability` // The computed modifier, provided the attribute type is `ability`
modifier: { modifier: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// Attributes with proficiency grant it to all skills based on the attribute // Attributes with proficiency grant it to all skills based on the attribute
proficiency: { proficiency: {
type: Number, type: Number,
allowedValues: [0, 0.49, 0.5, 1, 2], allowedValues: [0, 0.49, 0.5, 1, 2],
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// The computed creature constitution modifier for hit dice // The computed creature constitution modifier for hit dice
constitutionMod: { constitutionMod: {
type: Number, type: Number,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// Should this attribute hide // Should this attribute hide

View File

@@ -3,8 +3,8 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
let BranchSchema = createPropertySchema({ let BranchSchema = createPropertySchema({
branchType: { branchType: {
type: String, type: String,
allowedValues: [ allowedValues: [
// Uses the condition field to determine whether to apply children // Uses the condition field to determine whether to apply children
'if', 'if',
@@ -26,7 +26,7 @@ let BranchSchema = createPropertySchema({
//'option', //'option',
], ],
defaultValue: 'if', defaultValue: 'if',
}, },
text: { text: {
type: String, type: String,
optional: true, optional: true,

View File

@@ -4,31 +4,31 @@ import createPropertySchema from '/imports/api/properties/subSchemas/createPrope
let BuffRemoverSchema = createPropertySchema({ let BuffRemoverSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// This will remove just the nearest ancestor buff // This will remove just the nearest ancestor buff
targetParentBuff: { targetParentBuff: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// The following only applies when not targeting the parent buff // The following only applies when not targeting the parent buff
// Which character to remove buffs from // Which character to remove buffs from
target: { target: {
type: String, type: String,
allowedValues: [ allowedValues: [
'self', 'self',
'target', 'target',
], ],
defaultValue: 'target', defaultValue: 'target',
}, },
// remove 1 or remove all // remove 1 or remove all
removeAll: { removeAll: {
type: Boolean, type: Boolean,
optional: true, optional: true,
defaultValue: true, defaultValue: true,
}, },
// Buffs to remove based on tags: // Buffs to remove based on tags:
targetTags: { targetTags: {
type: Array, type: Array,
@@ -50,7 +50,7 @@ let BuffRemoverSchema = createPropertySchema({
'extraTags.$._id': { 'extraTags.$._id': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
autoValue(){ autoValue() {
if (!this.isSet) return Random.id(); if (!this.isSet) return Random.id();
} }
}, },

View File

@@ -4,37 +4,37 @@ import createPropertySchema from '/imports/api/properties/subSchemas/createPrope
let BuffSchema = createPropertySchema({ let BuffSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
hideRemoveButton: { hideRemoveButton: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// How many rounds this buff lasts // How many rounds this buff lasts
duration: { duration: {
type: 'fieldToCompute', type: 'fieldToCompute',
optional: true, optional: true,
}, },
target: { target: {
type: String, type: String,
allowedValues: [ allowedValues: [
'self', 'self',
'target', 'target',
], ],
defaultValue: 'target', defaultValue: 'target',
}, },
// Prevent the property from showing up in the log // Prevent the property from showing up in the log
silent: { silent: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// Prevent the children from being crystalized // Prevent the children from being crystalized
skipCrystalization: { skipCrystalization: {
type: Boolean, type: Boolean,
optional: true, optional: true,
@@ -42,36 +42,36 @@ let BuffSchema = createPropertySchema({
}); });
let ComputedOnlyBuffSchema = createPropertySchema({ let ComputedOnlyBuffSchema = createPropertySchema({
description: { description: {
type: 'computedOnlyInlineCalculationField', type: 'computedOnlyInlineCalculationField',
optional: true,
max: STORAGE_LIMITS.description,
},
duration: {
type: 'computedOnlyField',
optional: true,
},
durationSpent: {
type: Number,
optional: true,
min: 0,
},
appliedBy: {
type: Object,
optional: true, optional: true,
}, max: STORAGE_LIMITS.description,
'appliedBy.name': { },
type: String, duration: {
type: 'computedOnlyField',
optional: true,
},
durationSpent: {
type: Number,
optional: true,
min: 0,
},
appliedBy: {
type: Object,
optional: true,
},
'appliedBy.name': {
type: String,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
'appliedBy.id': { 'appliedBy.id': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
'appliedBy.collection': { 'appliedBy.collection': {
type: String, type: String,
max: STORAGE_LIMITS.collectionName, max: STORAGE_LIMITS.collectionName,
}, },
}); });
const ComputedBuffSchema = new SimpleSchema() const ComputedBuffSchema = new SimpleSchema()

View File

@@ -4,26 +4,26 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
const ClassLevelSchema = createPropertySchema({ const ClassLevelSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
// The name of this class level's variable // The name of this class level's variable
variableName: { variableName: {
type: String, type: String,
min: 2, min: 2,
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,
optional: true, optional: true,
}, },
level: { level: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
defaultValue: 1, defaultValue: 1,
max: STORAGE_LIMITS.levelMax, max: STORAGE_LIMITS.levelMax,
}, },
// Filters out of UI if condition isn't met, but isn't otherwise enforced // Filters out of UI if condition isn't met, but isn't otherwise enforced
@@ -34,7 +34,7 @@ const ClassLevelSchema = createPropertySchema({
}, },
}); });
const ComputedOnlyClassLevelSchema = createPropertySchema({ const ComputedOnlyClassLevelSchema = createPropertySchema({
description: { description: {
type: 'computedOnlyInlineCalculationField', type: 'computedOnlyInlineCalculationField',
optional: true, optional: true,

View File

@@ -13,29 +13,29 @@ import resolve, { Context, traverse } from '/imports/parser/resolve.js';
*/ */
let ConstantSchema = new SimpleSchema({ let ConstantSchema = new SimpleSchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// The technical, lowercase, single-word name used in formulae // The technical, lowercase, single-word name used in formulae
variableName: { variableName: {
type: String, type: String,
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
min: 2, min: 2,
defaultValue: 'newConstant', defaultValue: 'newConstant',
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,
}, },
// The input value to be parsed, must return a constant node or an array // The input value to be parsed, must return a constant node or an array
// of constant nodes to be valid // of constant nodes to be valid
calculation: { calculation: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.calculation, max: STORAGE_LIMITS.calculation,
}, },
errors: { errors: {
type: Array, type: Array,
maxCount: STORAGE_LIMITS.errorCount, maxCount: STORAGE_LIMITS.errorCount,
autoValue(){ autoValue() {
let calc = this.field('calculation'); let calc = this.field('calculation');
if (!calc.isSet && this.isModifier) { if (!calc.isSet && this.isModifier) {
this.unset() this.unset()
@@ -44,27 +44,27 @@ let ConstantSchema = new SimpleSchema({
let string = calc.value; let string = calc.value;
if (!string) return []; if (!string) return [];
// Evaluate the calculation with no scope // Evaluate the calculation with no scope
let {result, context} = parseString(string); let { result, context } = parseString(string);
// Any existing errors will result in an early failure // Any existing errors will result in an early failure
if (context && context.errors.length) return context.errors; if (context && context.errors.length) return context.errors;
// Ban variables in constants if necessary // Ban variables in constants if necessary
result && traverse(result, node => { result && traverse(result, node => {
if (node.parseType === 'symbol' || node.parseType === 'accessor'){ if (node.parseType === 'symbol' || node.parseType === 'accessor') {
context.error('Variables can\'t be used to define a constant'); context.error('Variables can\'t be used to define a constant');
} }
}); });
return context && context.errors || []; return context && context.errors || [];
} }
}, },
'errors.$':{ 'errors.$': {
type: ErrorSchema, type: ErrorSchema,
}, },
}); });
function parseString(string, fn = 'compile'){ function parseString(string, fn = 'compile') {
let context = new Context(); let context = new Context();
if (!string){ if (!string) {
return {result: string, context}; return { result: string, context };
} }
// Parse the string using mathjs // Parse the string using mathjs
@@ -74,11 +74,11 @@ function parseString(string, fn = 'compile'){
} catch (e) { } catch (e) {
let message = prettifyParseError(e); let message = prettifyParseError(e);
context.error(message); context.error(message);
return {context}; return { context };
} }
if (!node) return {context}; if (!node) return { context };
let {result} = resolve(fn, node, {/*empty scope*/}, context); let { result } = resolve(fn, node, {/*empty scope*/ }, context);
return {result, context} return { result, context }
} }
const ComputedOnlyConstantSchema = new SimpleSchema({}); const ComputedOnlyConstantSchema = new SimpleSchema({});

View File

@@ -3,61 +3,61 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
let ContainerSchema = createPropertySchema({ let ContainerSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
trim: false, trim: false,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
carried: { carried: {
type: Boolean, type: Boolean,
defaultValue: true, defaultValue: true,
optional: true,
},
contentsWeightless: {
type: Boolean,
optional: true,
},
weight: {
type: Number,
min: 0,
optional: true, optional: true,
}, },
value: { contentsWeightless: {
type: Number, type: Boolean,
min: 0,
optional: true, optional: true,
}, },
description: { weight: {
type: 'inlineCalculationFieldToCompute', type: Number,
optional: true, min: 0,
}, optional: true,
},
value: {
type: Number,
min: 0,
optional: true,
},
description: {
type: 'inlineCalculationFieldToCompute',
optional: true,
},
}); });
const ComputedOnlyContainerSchema = createPropertySchema({ const ComputedOnlyContainerSchema = createPropertySchema({
description: { description: {
type: 'computedOnlyInlineCalculationField', type: 'computedOnlyInlineCalculationField',
optional: true, optional: true,
}, },
// Weight of all the contents, zero if `contentsWeightless` is true // Weight of all the contents, zero if `contentsWeightless` is true
contentsWeight:{ contentsWeight: {
type: Number, type: Number,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// Weight of all the carried contents (some sub-containers might not be carried) // Weight of all the carried contents (some sub-containers might not be carried)
// zero if `contentsWeightless` is true // zero if `contentsWeightless` is true
carriedWeight:{ carriedWeight: {
type: Number, type: Number,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
contentsValue:{ contentsValue: {
type: Number, type: Number,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
carriedValue:{ carriedValue: {
type: Number, type: Number,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
@@ -65,7 +65,7 @@ const ComputedOnlyContainerSchema = createPropertySchema({
}); });
const ComputedContainerSchema = new SimpleSchema() const ComputedContainerSchema = new SimpleSchema()
.extend(ComputedOnlyContainerSchema) .extend(ComputedOnlyContainerSchema)
.extend(ContainerSchema); .extend(ContainerSchema);
export { ContainerSchema, ComputedOnlyContainerSchema, ComputedContainerSchema }; export { ContainerSchema, ComputedOnlyContainerSchema, ComputedContainerSchema };

View File

@@ -8,10 +8,10 @@ import VARIABLE_NAME_REGEX from '/imports/constants/VARIABLE_NAME_REGEX.js';
*/ */
let DamageMultiplierSchema = new SimpleSchema({ let DamageMultiplierSchema = new SimpleSchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
damageTypes: { damageTypes: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
@@ -23,11 +23,11 @@ let DamageMultiplierSchema = new SimpleSchema({
max: STORAGE_LIMITS.calculation, max: STORAGE_LIMITS.calculation,
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
}, },
// The value of the damage multiplier // The value of the damage multiplier
value: { value: {
type: Number, type: Number,
defaultValue: 0.5, defaultValue: 0.5,
allowedValues: [0, 0.5, 2], allowedValues: [0, 0.5, 2],
}, },
// Tags which bypass this multiplier (OR) // Tags which bypass this multiplier (OR)
excludeTags: { excludeTags: {

View File

@@ -4,7 +4,7 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import VARIABLE_NAME_REGEX from '/imports/constants/VARIABLE_NAME_REGEX.js'; import VARIABLE_NAME_REGEX from '/imports/constants/VARIABLE_NAME_REGEX.js';
const DamageSchema = createPropertySchema({ const DamageSchema = createPropertySchema({
// The roll that determines how much to damage the attribute // The roll that determines how much to damage the attribute
// This can be simplified, but only computed when applied // This can be simplified, but only computed when applied
amount: { amount: {
type: 'fieldToCompute', type: 'fieldToCompute',
@@ -12,19 +12,19 @@ const DamageSchema = createPropertySchema({
defaultValue: '1d8 + strength.modifier', defaultValue: '1d8 + strength.modifier',
parseLevel: 'compile', parseLevel: 'compile',
}, },
// Who this damage applies to // Who this damage applies to
target: { target: {
type: String, type: String,
defaultValue: 'target', defaultValue: 'target',
allowedValues: [ allowedValues: [
'self', 'self',
'target', 'target',
], ],
}, },
damageType: { damageType: {
type: String, type: String,
max: STORAGE_LIMITS.calculation, max: STORAGE_LIMITS.calculation,
defaultValue: 'slashing', defaultValue: 'slashing',
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
}, },
// Prevent the property from showing up in the log // Prevent the property from showing up in the log

View File

@@ -3,19 +3,19 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
let FeatureSchema = createPropertySchema({ let FeatureSchema = createPropertySchema({
name: { name: {
type: String, type: String,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
optional: true, optional: true,
}, },
summary: { summary: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
}); });
let ComputedOnlyFeatureSchema = createPropertySchema({ let ComputedOnlyFeatureSchema = createPropertySchema({

View File

@@ -3,58 +3,58 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
const ItemSchema = createPropertySchema({ const ItemSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// Plural name of the item, if there is more than one // Plural name of the item, if there is more than one
plural: { plural: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true,
},
// Number currently held
quantity: {
type: SimpleSchema.Integer,
min: 0,
defaultValue: 1
},
// Weight per item in the stack
weight: {
type: Number,
min: 0,
optional: true, optional: true,
}, },
// Value per item in the stack, in gold pieces // Number currently held
value: { quantity: {
type: Number, type: SimpleSchema.Integer,
min: 0, min: 0,
defaultValue: 1
},
// Weight per item in the stack
weight: {
type: Number,
min: 0,
optional: true, optional: true,
}, },
// If this item is equipped, it requires attunement // Value per item in the stack, in gold pieces
requiresAttunement: { value: {
type: Boolean, type: Number,
optional: true, min: 0,
}, optional: true,
},
// If this item is equipped, it requires attunement
requiresAttunement: {
type: Boolean,
optional: true,
},
attuned: { attuned: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// Show increment/decrement buttons in item lists // Show increment/decrement buttons in item lists
showIncrement: { showIncrement: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// Unequipped items shouldn't affect creature stats // Unequipped items shouldn't affect creature stats
equipped: { equipped: {
type: Boolean, type: Boolean,
defaultValue: false, defaultValue: false,
}, },
}); });
let ComputedOnlyItemSchema = createPropertySchema({ let ComputedOnlyItemSchema = createPropertySchema({

View File

@@ -3,19 +3,19 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
let NoteSchema = createPropertySchema({ let NoteSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
summary: { summary: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
}); });
let ComputedOnlyNoteSchema = createPropertySchema({ let ComputedOnlyNoteSchema = createPropertySchema({

View File

@@ -2,28 +2,28 @@ import SimpleSchema from 'simpl-schema';
import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js'; import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let ProficiencySchema = new SimpleSchema({ let ProficiencySchema = new SimpleSchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// The variableNames of the skills, tags, or attributes to apply proficiency to // The variableNames of the skills, tags, or attributes to apply proficiency to
stats: { stats: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
maxCount: STORAGE_LIMITS.statsToTarget, maxCount: STORAGE_LIMITS.statsToTarget,
}, },
'stats.$': { 'stats.$': {
type: String, type: String,
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,
}, },
// A number representing how proficient the character is // A number representing how proficient the character is
// where 0.49 is half rounded down and 0.5 is half rounded up // where 0.49 is half rounded down and 0.5 is half rounded up
value: { value: {
type: Number, type: Number,
allowedValues: [0.49, 0.5, 1, 2], allowedValues: [0.49, 0.5, 1, 2],
defaultValue: 1, defaultValue: 1,
}, },
}); });
const ComputedOnlyProficiencySchema = new SimpleSchema({}); const ComputedOnlyProficiencySchema = new SimpleSchema({});

View File

@@ -23,14 +23,14 @@ import createPropertySchema from '/imports/api/properties/subSchemas/createPrope
*/ */
let RollSchema = createPropertySchema({ let RollSchema = createPropertySchema({
name: { name: {
type: String, type: String,
defaultValue: 'New Roll', defaultValue: 'New Roll',
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// The technical, lowercase, single-word name used in formulae // The technical, lowercase, single-word name used in formulae
variableName: { variableName: {
type: String, type: String,
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
min: 2, min: 2,
defaultValue: 'newRoll', defaultValue: 'newRoll',
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,

View File

@@ -16,14 +16,14 @@ let SavingThrowSchema = createPropertySchema({
optional: true, optional: true,
}, },
// Who this saving throw applies to // Who this saving throw applies to
target: { target: {
type: String, type: String,
defaultValue: 'target', defaultValue: 'target',
allowedValues: [ allowedValues: [
'self', 'self',
'target', 'target',
], ],
}, },
// The variable name of save to roll // The variable name of save to roll
stat: { stat: {
type: String, type: String,

View File

@@ -9,10 +9,10 @@ import createPropertySchema from '/imports/api/properties/subSchemas/createPrope
*/ */
let SkillSchema = createPropertySchema({ let SkillSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// The technical, lowercase, single-word name used in formulae // The technical, lowercase, single-word name used in formulae
// Ignored for skilltype = save // Ignored for skilltype = save
variableName: { variableName: {
@@ -22,33 +22,33 @@ let SkillSchema = createPropertySchema({
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,
optional: true, optional: true,
}, },
// The variable name of the ability this skill relies on // The variable name of the ability this skill relies on
ability: { ability: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.variableName, max: STORAGE_LIMITS.variableName,
}, },
// What type of skill is this // What type of skill is this
skillType: { skillType: {
type: String, type: String,
allowedValues: [ allowedValues: [
'skill', 'skill',
'save', 'save',
'check', 'check',
'tool', 'tool',
'weapon', 'weapon',
'armor', 'armor',
'language', 'language',
'utility', //not displayed anywhere 'utility', //not displayed anywhere
], ],
defaultValue: 'skill', defaultValue: 'skill',
}, },
// The base proficiency of this skill // The base proficiency of this skill
baseProficiency: { baseProficiency: {
type: Number, type: Number,
optional: true, optional: true,
allowedValues: [0.49, 0.5, 1, 2], allowedValues: [0.49, 0.5, 1, 2],
}, },
// The starting value, before effects // The starting value, before effects
baseValue: { baseValue: {
type: 'fieldToCompute', type: 'fieldToCompute',
@@ -56,16 +56,16 @@ let SkillSchema = createPropertySchema({
}, },
// Description of what the skill is used for // Description of what the skill is used for
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
}); });
let ComputedOnlySkillSchema = createPropertySchema({ let ComputedOnlySkillSchema = createPropertySchema({
// Computed value of skill to be added to skill rolls // Computed value of skill to be added to skill rolls
value: { value: {
type: Number, type: Number,
defaultValue: 0, defaultValue: 0,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
@@ -75,33 +75,33 @@ let ComputedOnlySkillSchema = createPropertySchema({
optional: true, optional: true,
}, },
description: { description: {
type: 'computedOnlyInlineCalculationField', type: 'computedOnlyInlineCalculationField',
optional: true, optional: true,
}, },
// Computed value added by the ability // Computed value added by the ability
abilityMod: { abilityMod: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// Computed advantage/disadvantage // Computed advantage/disadvantage
advantage: { advantage: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
allowedValues: [-1, 0, 1], allowedValues: [-1, 0, 1],
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// Computed bonus to passive checks // Computed bonus to passive checks
passiveBonus: { passiveBonus: {
type: Number, type: Number,
optional: true, optional: true,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// Computed proficiency multiplier // Computed proficiency multiplier
proficiency: { proficiency: {
type: Number, type: Number,
allowedValues: [0, 0.49, 0.5, 1, 2], allowedValues: [0, 0.49, 0.5, 1, 2],
defaultValue: 0, defaultValue: 0,
removeBeforeCompute: true, removeBeforeCompute: true,
}, },
// Compiled text of all conditional benefits // Compiled text of all conditional benefits
@@ -113,7 +113,7 @@ let ComputedOnlySkillSchema = createPropertySchema({
'conditionalBenefits.$': { 'conditionalBenefits.$': {
type: String, type: String,
}, },
// Computed number of things forcing this skill to fail // Computed number of things forcing this skill to fail
fail: { fail: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,

View File

@@ -3,17 +3,17 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js'; import createPropertySchema from '/imports/api/properties/subSchemas/createPropertySchema.js';
let SpellListSchema = createPropertySchema({ let SpellListSchema = createPropertySchema({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
description: { description: {
type: 'inlineCalculationFieldToCompute', type: 'inlineCalculationFieldToCompute',
optional: true, optional: true,
}, },
// Calculation of how many spells in this list can be prepared // Calculation of how many spells in this list can be prepared
maxPrepared: { maxPrepared: {
type: 'fieldToCompute', type: 'fieldToCompute',
optional: true, optional: true,
}, },

View File

@@ -3,93 +3,93 @@ import SimpleSchema from 'simpl-schema';
import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js'; import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
const magicSchools = [ const magicSchools = [
'abjuration', 'abjuration',
'conjuration', 'conjuration',
'divination', 'divination',
'enchantment', 'enchantment',
'evocation', 'evocation',
'illusion', 'illusion',
'necromancy', 'necromancy',
'transmutation', 'transmutation',
]; ];
let SpellSchema = new SimpleSchema({}) let SpellSchema = new SimpleSchema({})
.extend(ActionSchema) .extend(ActionSchema)
.extend({ .extend({
name: { name: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
// If it's always prepared, it doesn't count against the number of spells // If it's always prepared, it doesn't count against the number of spells
// prepared in a spell list, and enabled should be true // prepared in a spell list, and enabled should be true
alwaysPrepared: { alwaysPrepared: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
prepared: { prepared: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// This spell ignores spell slot rules // This spell ignores spell slot rules
castWithoutSpellSlots: { castWithoutSpellSlots: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
hasAttackRoll: { hasAttackRoll: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
castingTime: { castingTime: {
type: String, type: String,
optional: true, optional: true,
defaultValue: 'action', defaultValue: 'action',
max: STORAGE_LIMITS.spellDetail, max: STORAGE_LIMITS.spellDetail,
}, },
range: { range: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.spellDetail, max: STORAGE_LIMITS.spellDetail,
}, },
duration: { duration: {
type: String, type: String,
optional: true, optional: true,
defaultValue: 'Instantaneous', defaultValue: 'Instantaneous',
max: STORAGE_LIMITS.spellDetail, max: STORAGE_LIMITS.spellDetail,
}, },
verbal: { verbal: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
somatic: { somatic: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
concentration: { concentration: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
material: { material: {
type: String, type: String,
optional: true, optional: true,
max: STORAGE_LIMITS.spellDetail, max: STORAGE_LIMITS.spellDetail,
}, },
ritual: { ritual: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
level: { level: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
defaultValue: 1, defaultValue: 1,
max: 9, max: 9,
min: 0, min: 0,
}, },
school: { school: {
type: String, type: String,
defaultValue: 'abjuration', defaultValue: 'abjuration',
allowedValues: magicSchools, allowedValues: magicSchools,
}, },
}); });
const ComputedOnlySpellSchema = new SimpleSchema() const ComputedOnlySpellSchema = new SimpleSchema()
.extend(ComputedOnlyActionSchema); .extend(ComputedOnlyActionSchema);

View File

@@ -41,7 +41,7 @@ const ComputedOnlyToggleSchema = createPropertySchema({
}); });
const ComputedToggleSchema = new SimpleSchema() const ComputedToggleSchema = new SimpleSchema()
.extend(ComputedOnlyToggleSchema) .extend(ComputedOnlyToggleSchema)
.extend(ToggleSchema); .extend(ToggleSchema);
export { ToggleSchema, ComputedOnlyToggleSchema, ComputedToggleSchema }; export { ToggleSchema, ComputedOnlyToggleSchema, ComputedToggleSchema };

View File

@@ -5,31 +5,31 @@ const AdjustmentSchema = new SimpleSchema({
_id: { _id: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
autoValue(){ autoValue() {
if (!this.isSet) return Random.id(); if (!this.isSet) return Random.id();
} }
}, },
// The roll that determines how much to change the attribute // The roll that determines how much to change the attribute
adjustment: { adjustment: {
type: String, type: String,
optional: true, optional: true,
defaultValue: '1', defaultValue: '1',
}, },
// Who this adjustment applies to // Who this adjustment applies to
target: { target: {
type: String, type: String,
defaultValue: 'every', defaultValue: 'every',
allowedValues: [ allowedValues: [
'self', // the character who took the action 'self', // the character who took the action
'each', // rolled once for `each` target 'each', // rolled once for `each` target
'every', // rolled once and applied to `every` target 'every', // rolled once and applied to `every` target
], ],
}, },
// The stat this rolls applies to, if damage type is set, this is ignored // The stat this rolls applies to, if damage type is set, this is ignored
stat: { stat: {
type: String, type: String,
optional: true, optional: true,
}, },
}); });
export default AdjustmentSchema; export default AdjustmentSchema;

View File

@@ -1,12 +1,12 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
const ColorSchema = new SimpleSchema({ const ColorSchema = new SimpleSchema({
color: { color: {
type: String, type: String,
// match hex colors of the form #A23 or #A23f56 // match hex colors of the form #A23 or #A23f56
regEx: /^#([a-f0-9]{3}){1,2}\b$/i, regEx: /^#([a-f0-9]{3}){1,2}\b$/i,
optional: true, optional: true,
}, },
}); });
export default ColorSchema; export default ColorSchema;

View File

@@ -1,26 +1,26 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
const DeathSavesSchema = new SimpleSchema({ const DeathSavesSchema = new SimpleSchema({
pass: { pass: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
min: 0, min: 0,
max: 3, max: 3,
defaultValue: 0, defaultValue: 0,
}, },
fail: { fail: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
min: 0, min: 0,
max: 3, max: 3,
defaultValue: 0, defaultValue: 0,
}, },
canDeathSave: { canDeathSave: {
type: Boolean, type: Boolean,
defaultValue: true, defaultValue: true,
}, },
stable: { stable: {
type: Boolean, type: Boolean,
defaultValue: false, defaultValue: false,
}, },
}); });
export default DeathSavesSchema; export default DeathSavesSchema;

View File

@@ -6,10 +6,10 @@ const ErrorSchema = new SimpleSchema({
type: String, type: String,
max: STORAGE_LIMITS.errorMessage, max: STORAGE_LIMITS.errorMessage,
}, },
type: { type: {
type: String, type: String,
max: STORAGE_LIMITS.name, max: STORAGE_LIMITS.name,
}, },
}); });
export default ErrorSchema; export default ErrorSchema;

View File

@@ -3,7 +3,7 @@ import ErrorSchema from '/imports/api/properties/subSchemas/ErrorSchema.js';
import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js'; import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
const InlineComputationSchema = new SimpleSchema({ const InlineComputationSchema = new SimpleSchema({
// The part between bracers {} // The part between bracers {}
calculation: { calculation: {
type: String, type: String,
max: STORAGE_LIMITS.calculation, max: STORAGE_LIMITS.calculation,

View File

@@ -1,11 +1,11 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import ResultsSchema from '/imports/api/properties/subSchemas/ResultsSchema.js'; import ResultsSchema from '/imports/api/properties/subSchemas/ResultsSchema.js';
let RollResultsSchema = new SimpleSchema ({ let RollResultsSchema = new SimpleSchema({
_id: { _id: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
autoValue(){ autoValue() {
if (!this.isSet) return Random.id(); if (!this.isSet) return Random.id();
} }
}, },
@@ -17,9 +17,9 @@ let RollResultsSchema = new SimpleSchema ({
optional: true, optional: true,
}, },
results: { results: {
type: ResultsSchema, type: ResultsSchema,
defaultValue: {}, defaultValue: {},
}, },
}); });
export default RollResultsSchema ; export default RollResultsSchema;

View File

@@ -4,35 +4,35 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let SharingSchema = new SimpleSchema({ let SharingSchema = new SimpleSchema({
owner: { owner: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
index: 1 index: 1
}, },
readers: { readers: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
index: 1, index: 1,
maxCount: STORAGE_LIMITS.readersCount, maxCount: STORAGE_LIMITS.readersCount,
}, },
'readers.$': { 'readers.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id regEx: SimpleSchema.RegEx.Id
}, },
writers: { writers: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
index: 1, index: 1,
maxCount: STORAGE_LIMITS.writersCount, maxCount: STORAGE_LIMITS.writersCount,
}, },
'writers.$': { 'writers.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id regEx: SimpleSchema.RegEx.Id
}, },
public: { public: {
type: Boolean, type: Boolean,
defaultValue: false, defaultValue: false,
index: 1, index: 1,
}, },
}); });
export default SharingSchema; export default SharingSchema;

View File

@@ -9,8 +9,8 @@ import { getUserTier } from '/imports/api/users/patreon/tiers.js';
const setPublic = new ValidatedMethod({ const setPublic = new ValidatedMethod({
name: 'sharing.setPublic', name: 'sharing.setPublic',
validate: new SimpleSchema({ validate: new SimpleSchema({
docRef: RefSchema, docRef: RefSchema,
isPublic: { type: Boolean }, isPublic: { type: Boolean },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
@@ -18,19 +18,19 @@ const setPublic = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({docRef, isPublic}){ run({ docRef, isPublic }) {
let doc = fetchDocByRef(docRef); let doc = fetchDocByRef(docRef);
assertOwnership(doc, this.userId); assertOwnership(doc, this.userId);
return getCollectionByName(docRef.collection).update(docRef.id, { return getCollectionByName(docRef.collection).update(docRef.id, {
$set: {public: isPublic}, $set: { public: isPublic },
}); });
}, },
}); });
const updateUserSharePermissions = new ValidatedMethod({ const updateUserSharePermissions = new ValidatedMethod({
name: 'sharing.updateUserSharePermissions', name: 'sharing.updateUserSharePermissions',
validate: new SimpleSchema({ validate: new SimpleSchema({
docRef: RefSchema, docRef: RefSchema,
userId: { userId: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
@@ -45,40 +45,40 @@ const updateUserSharePermissions = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({docRef, userId, role}){ run({ docRef, userId, role }) {
let doc = fetchDocByRef(docRef); let doc = fetchDocByRef(docRef);
if (role === 'none'){ if (role === 'none') {
// only assert ownership if you aren't removing yourself // only assert ownership if you aren't removing yourself
if (this.userId !== userId){ if (this.userId !== userId) {
assertOwnership(doc, this.userId); assertOwnership(doc, this.userId);
} }
return getCollectionByName(docRef.collection).update(docRef.id, { return getCollectionByName(docRef.collection).update(docRef.id, {
$pullAll: { readers: userId, writers: userId }, $pullAll: { readers: userId, writers: userId },
}); });
} }
if (doc.owner === userId){ if (doc.owner === userId) {
throw new Meteor.Error('Sharing update failed', throw new Meteor.Error('Sharing update failed',
'User is already the owner of this document'); 'User is already the owner of this document');
} }
assertOwnership(doc, this.userId); assertOwnership(doc, this.userId);
if (role === 'reader'){ if (role === 'reader') {
return getCollectionByName(docRef.collection).update(docRef.id, { return getCollectionByName(docRef.collection).update(docRef.id, {
$addToSet: { readers: userId }, $addToSet: { readers: userId },
$pullAll: { writers: userId }, $pullAll: { writers: userId },
}); });
} else if (role === 'writer'){ } else if (role === 'writer') {
return getCollectionByName(docRef.collection).update(docRef.id, { return getCollectionByName(docRef.collection).update(docRef.id, {
$addToSet: { writers: userId }, $addToSet: { writers: userId },
$pullAll: { readers: userId }, $pullAll: { readers: userId },
}); });
} }
}, },
}); });
const transferOwnership = new ValidatedMethod({ const transferOwnership = new ValidatedMethod({
name: 'sharing.transferOwnership', name: 'sharing.transferOwnership',
validate: new SimpleSchema({ validate: new SimpleSchema({
docRef: RefSchema, docRef: RefSchema,
userId: { userId: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
@@ -89,31 +89,31 @@ const transferOwnership = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({docRef, userId}){ run({ docRef, userId }) {
let doc = fetchDocByRef(docRef); let doc = fetchDocByRef(docRef);
assertOwnership(doc, this.userId); assertOwnership(doc, this.userId);
let collection = getCollectionByName(docRef.collection); let collection = getCollectionByName(docRef.collection);
let tier = getUserTier(userId); let tier = getUserTier(userId);
if (docRef.collection === 'creatures'){ if (docRef.collection === 'creatures') {
let currentCharacterCount = collection.find({ let currentCharacterCount = collection.find({
owner: userId, owner: userId,
}, { }, {
fields: {_id: 1}, fields: { _id: 1 },
}).count(); }).count();
if ( if (
tier.characterSlots !== -1 && tier.characterSlots !== -1 &&
currentCharacterCount >= tier.characterSlots currentCharacterCount >= tier.characterSlots
){ ) {
throw new Meteor.Error('Sharing.methods.transferOwnership.denied', throw new Meteor.Error('Sharing.methods.transferOwnership.denied',
'The new owner is already at their character limit') 'The new owner is already at their character limit')
} }
} else if (docRef.collection === 'libraries'){ } else if (docRef.collection === 'libraries') {
if (!tier.paidBenefits){ if (!tier.paidBenefits) {
throw new Meteor.Error('Sharing.methods.transferOwnership.denied', throw new Meteor.Error('Sharing.methods.transferOwnership.denied',
'The new owner\'s Patreon tier does not have access to library ownership'); 'The new owner\'s Patreon tier does not have access to library ownership');
} }
} }
@@ -123,10 +123,10 @@ const transferOwnership = new ValidatedMethod({
}); });
// Then make the user the owner and the current owner a writer // Then make the user the owner and the current owner a writer
return collection.update(docRef.id, { return collection.update(docRef.id, {
$set: {owner: userId}, $set: { owner: userId },
$addToSet: { writers: this.userId }, $addToSet: { writers: this.userId },
}); });
}, },
}); });
export { setPublic, updateUserSharePermissions, transferOwnership }; export { setPublic, updateUserSharePermissions, transferOwnership };

View File

@@ -51,21 +51,21 @@ const sendMessage = new ValidatedMethod({
timeInterval: 5000, timeInterval: 5000,
}, },
run({content, tabletopId}) { run({ content, tabletopId }) {
let user = Meteor.user(); let user = Meteor.user();
if (!user) { if (!user) {
throw new Meteor.Error('messages.send.denied', throw new Meteor.Error('messages.send.denied',
'You need to be logged in to send a message'); 'You need to be logged in to send a message');
} }
assertUserInTabletop(tabletopId, this.userId); assertUserInTabletop(tabletopId, this.userId);
return Messages.insert({ return Messages.insert({
content, content,
tabletopId, tabletopId,
timestamp: new Date(), timestamp: new Date(),
userId: user._id, userId: user._id,
username: user.username, username: user.username,
}); });
}, },
}); });
@@ -87,24 +87,24 @@ const removeMessages = new ValidatedMethod({
timeInterval: 5000, timeInterval: 5000,
}, },
run({messageId, tabletopId}) { run({ messageId, tabletopId }) {
if (!this.userId) { if (!this.userId) {
throw new Meteor.Error('messages.remove.denied', throw new Meteor.Error('messages.remove.denied',
'You need to be logged in to remove a tabletop'); 'You need to be logged in to remove a tabletop');
} }
let message = Messages.findOne(messageId); let message = Messages.findOne(messageId);
let tabletop = Tabletops.findOne(message.tabletopId); let tabletop = Tabletops.findOne(message.tabletopId);
if (this.userId !== message.userId && this.userId !== tabletop.gameMaster){ if (this.userId !== message.userId && this.userId !== tabletop.gameMaster) {
throw new Meteor.Error('messages.remove.denied', throw new Meteor.Error('messages.remove.denied',
'You don\'t have permission to remove this message'); 'You don\'t have permission to remove this message');
} }
let removed = Messages.remove({ let removed = Messages.remove({
_id: messageId, _id: messageId,
}); });
Creatures.update({ Creatures.update({
tabletop: tabletopId, tabletop: tabletopId,
}, { }, {
$unset: {tabletop: 1}, $unset: { tabletop: 1 },
}); });
return removed; return removed;
}, },

View File

@@ -19,14 +19,14 @@ const insertTabletop = new ValidatedMethod({
run() { run() {
if (!this.userId) { if (!this.userId) {
throw new Meteor.Error('tabletops.insert.denied', throw new Meteor.Error('tabletops.insert.denied',
'You need to be logged in to insert a tabletop'); 'You need to be logged in to insert a tabletop');
} }
assertUserHasPaidBenefits(this.userId); assertUserHasPaidBenefits(this.userId);
assertAdmin(this.userId); assertAdmin(this.userId);
return Tabletops.insert({ return Tabletops.insert({
gameMaster: this.userId, gameMaster: this.userId,
}); });
}, },
}); });

View File

@@ -24,22 +24,22 @@ const removeTabletop = new ValidatedMethod({
timeInterval: 5000, timeInterval: 5000,
}, },
run({tabletopId}) { run({ tabletopId }) {
if (!this.userId) { if (!this.userId) {
throw new Meteor.Error('tabletops.remove.denied', throw new Meteor.Error('tabletops.remove.denied',
'You need to be logged in to remove a tabletop'); 'You need to be logged in to remove a tabletop');
} }
assertUserHasPaidBenefits(this.userId); assertUserHasPaidBenefits(this.userId);
assertUserIsTabletopOwner(tabletopId, this.userId); assertUserIsTabletopOwner(tabletopId, this.userId);
assertAdmin(this.userId); assertAdmin(this.userId);
let removed = Tabletops.remove({ let removed = Tabletops.remove({
_id: tabletopId, _id: tabletopId,
}); });
Creatures.update({ Creatures.update({
tabletop: tabletopId, tabletop: tabletopId,
}, { }, {
$unset: {tabletop: 1}, $unset: { tabletop: 1 },
}); });
return removed; return removed;
}, },

View File

@@ -11,94 +11,94 @@ const defaultLibraries = process.env.DEFAULT_LIBRARIES && process.env.DEFAULT_LI
const defaultLibraryCollections = process.env.DEFAULT_LIBRARY_COLLECTIONS && process.env.DEFAULT_LIBRARY_COLLECTIONS.split(',') || []; const defaultLibraryCollections = process.env.DEFAULT_LIBRARY_COLLECTIONS && process.env.DEFAULT_LIBRARY_COLLECTIONS.split(',') || [];
const userSchema = new SimpleSchema({ const userSchema = new SimpleSchema({
username: { username: {
type: String, type: String,
optional: true, optional: true,
max: 30, max: 30,
min: 4, min: 4,
}, },
emails: { emails: {
type: Array, type: Array,
optional: true, optional: true,
}, },
'emails.$': { 'emails.$': {
type: Object, type: Object,
}, },
'emails.$.address': { 'emails.$.address': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Email, regEx: SimpleSchema.RegEx.Email,
}, },
'emails.$.verified': { 'emails.$.verified': {
type: Boolean, type: Boolean,
}, },
registered_emails: { registered_emails: {
type: Array, type: Array,
optional: true, optional: true,
}, },
'registered_emails.$': { 'registered_emails.$': {
type: Object, type: Object,
blackbox: true, blackbox: true,
}, },
createdAt: { createdAt: {
type: Date type: Date
}, },
services: { services: {
type: Object, type: Object,
optional: true, optional: true,
blackbox: true, blackbox: true,
}, },
roles: { roles: {
type: Array, type: Array,
optional: true, optional: true,
}, },
'roles.$': { 'roles.$': {
type: String type: String
}, },
// In order to avoid an 'Exception in setInterval callback' from Meteor // In order to avoid an 'Exception in setInterval callback' from Meteor
heartbeat: { heartbeat: {
type: Date, type: Date,
optional: true, optional: true,
}, },
apiKey: { apiKey: {
type: String, type: String,
index: 1, index: 1,
optional: true, optional: true,
}, },
darkMode: { darkMode: {
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
subscribedLibraries: { subscribedLibraries: {
type: Array, type: Array,
defaultValue: defaultLibraries, defaultValue: defaultLibraries,
maxCount: 100, maxCount: 100,
}, },
'subscribedLibraries.$': { 'subscribedLibraries.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
subscribedLibraryCollections: { subscribedLibraryCollections: {
type: Array, type: Array,
defaultValue: defaultLibraryCollections, defaultValue: defaultLibraryCollections,
maxCount: 100, maxCount: 100,
}, },
'subscribedLibraryCollections.$': { 'subscribedLibraryCollections.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
subscribedCharacters: { subscribedCharacters: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
max: 100, max: 100,
}, },
'subscribedCharacters.$': { 'subscribedCharacters.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
fileStorageUsed: { fileStorageUsed: {
type: Number, type: Number,
optional: true, optional: true,
}, },
profile: { profile: {
type: Object, type: Object,
blackbox: true, blackbox: true,
@@ -123,25 +123,25 @@ Meteor.users.attachSchema(userSchema);
Meteor.users.generateApiKey = new ValidatedMethod({ Meteor.users.generateApiKey = new ValidatedMethod({
name: 'users.generateApiKey', name: 'users.generateApiKey',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run(){ run() {
if(Meteor.isClient) return; if (Meteor.isClient) return;
var user = Meteor.users.findOne(this.userId); var user = Meteor.users.findOne(this.userId);
if (!user) return; if (!user) return;
if (user && user.apiKey) return; if (user && user.apiKey) return;
var apiKey = Random.id(30); var apiKey = Random.id(30);
Meteor.users.update(this.userId, {$set: {apiKey}}); Meteor.users.update(this.userId, { $set: { apiKey } });
}, },
}); });
Meteor.users.setDarkMode = new ValidatedMethod({ Meteor.users.setDarkMode = new ValidatedMethod({
name: 'users.setDarkMode', name: 'users.setDarkMode',
validate: new SimpleSchema({ validate: new SimpleSchema({
darkMode: { type: Boolean }, darkMode: { type: Boolean },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
@@ -149,81 +149,81 @@ Meteor.users.setDarkMode = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({darkMode}){ run({ darkMode }) {
if (!this.userId) return; if (!this.userId) return;
Meteor.users.update(this.userId, {$set: {darkMode}}); Meteor.users.update(this.userId, { $set: { darkMode } });
}, },
}); });
Meteor.users.sendVerificationEmail = new ValidatedMethod({ Meteor.users.sendVerificationEmail = new ValidatedMethod({
name: 'users.sendVerificationEmail', name: 'users.sendVerificationEmail',
validate: new SimpleSchema({ validate: new SimpleSchema({
userId:{ userId: {
type: String, type: String,
optional: true, optional: true,
}, },
address: { address: {
type: String, type: String,
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({userId, address}){ run({ userId, address }) {
userId = this.userId || userId; userId = this.userId || userId;
let user = Meteor.users.findOne(userId); let user = Meteor.users.findOne(userId);
if (!user) { if (!user) {
throw new Meteor.Error('User not found', throw new Meteor.Error('User not found',
'Can\'t send a validation email to a user that does not exist'); 'Can\'t send a validation email to a user that does not exist');
} }
if (!some(user.emails, email => email.address === address)) { if (!some(user.emails, email => email.address === address)) {
throw new Meteor.Error('Email address not found', throw new Meteor.Error('Email address not found',
'The specified email address wasn\'t found on this user account'); 'The specified email address wasn\'t found on this user account');
} }
Accounts.sendVerificationEmail(userId, address); Accounts.sendVerificationEmail(userId, address);
} }
}); });
Meteor.users.canPickUsername = new ValidatedMethod({ Meteor.users.canPickUsername = new ValidatedMethod({
name: 'users.canPickUsername', name: 'users.canPickUsername',
validate: userSchema.pick('username').validator(), validate: userSchema.pick('username').validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({username}){ run({ username }) {
if (Meteor.isClient) return; if (Meteor.isClient) return;
let user = Accounts.findUserByUsername(username); let user = Accounts.findUserByUsername(username);
// You can pick your own username // You can pick your own username
if (user && user._id === this.userId){ if (user && user._id === this.userId) {
return false; return false;
} }
return !!user; return !!user;
} }
}); });
Meteor.users.setUsername = new ValidatedMethod({ Meteor.users.setUsername = new ValidatedMethod({
name: 'users.setUsername', name: 'users.setUsername',
validate: userSchema.pick('username').validator(), validate: userSchema.pick('username').validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({username}){ run({ username }) {
if (!this.userId) throw 'Can only set your username if logged in'; if (!this.userId) throw 'Can only set your username if logged in';
if (Meteor.isClient) return; if (Meteor.isClient) return;
return Accounts.setUsername(this.userId, username) return Accounts.setUsername(this.userId, username)
} }
}); });
Meteor.users.setPreference = new ValidatedMethod({ Meteor.users.setPreference = new ValidatedMethod({
name: 'users.setPreference', name: 'users.setPreference',
validate: new SimpleSchema({ validate: new SimpleSchema({
preference:{ preference: {
type: String, type: String,
}, },
value: { value: {
@@ -235,97 +235,97 @@ Meteor.users.setPreference = new ValidatedMethod({
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({preference, value}){ run({ preference, value }) {
if (!this.userId) throw 'You can only set preferences once logged in'; if (!this.userId) throw 'You can only set preferences once logged in';
let prefPath = `preferences.${preference}` let prefPath = `preferences.${preference}`
if (value == true){ if (value == true) {
return Meteor.users.update(this.userId, { return Meteor.users.update(this.userId, {
$set: {[prefPath]: true}, $set: { [prefPath]: true },
}); });
} else { } else {
return Meteor.users.update(this.userId, { return Meteor.users.update(this.userId, {
$unset: {[prefPath]: 1}, $unset: { [prefPath]: 1 },
}); });
} }
}, },
}); });
Meteor.users.subscribeToLibrary = new ValidatedMethod({ Meteor.users.subscribeToLibrary = new ValidatedMethod({
name: 'users.subscribeToLibrary', name: 'users.subscribeToLibrary',
validate: new SimpleSchema({ validate: new SimpleSchema({
libraryId:{ libraryId: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
subscribe: { subscribe: {
type: Boolean, type: Boolean,
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({libraryId, subscribe}){ run({ libraryId, subscribe }) {
if (!this.userId) throw 'Can only subscribe if logged in'; if (!this.userId) throw 'Can only subscribe if logged in';
if (subscribe){ if (subscribe) {
return Meteor.users.update(this.userId, { return Meteor.users.update(this.userId, {
$addToSet: {subscribedLibraries: libraryId}, $addToSet: { subscribedLibraries: libraryId },
}); });
} else { } else {
return Meteor.users.update(this.userId, { return Meteor.users.update(this.userId, {
$pullAll: {subscribedLibraries: libraryId}, $pullAll: { subscribedLibraries: libraryId },
}); });
} }
} }
}); });
Meteor.users.subscribeToLibraryCollection = new ValidatedMethod({ Meteor.users.subscribeToLibraryCollection = new ValidatedMethod({
name: 'users.subscribeToLibraryCollection', name: 'users.subscribeToLibraryCollection',
validate: new SimpleSchema({ validate: new SimpleSchema({
libraryCollectionId:{ libraryCollectionId: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
}, },
subscribe: { subscribe: {
type: Boolean, type: Boolean,
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({libraryCollectionId, subscribe}){ run({ libraryCollectionId, subscribe }) {
if (!this.userId) throw 'Can only subscribe if logged in'; if (!this.userId) throw 'Can only subscribe if logged in';
if (subscribe){ if (subscribe) {
return Meteor.users.update(this.userId, { return Meteor.users.update(this.userId, {
$addToSet: {subscribedLibraryCollections: libraryCollectionId}, $addToSet: { subscribedLibraryCollections: libraryCollectionId },
}); });
} else { } else {
return Meteor.users.update(this.userId, { return Meteor.users.update(this.userId, {
$pullAll: {subscribedLibraryCollections: libraryCollectionId}, $pullAll: { subscribedLibraryCollections: libraryCollectionId },
}); });
} }
} }
}); });
Meteor.users.findUserByUsernameOrEmail = new ValidatedMethod({ Meteor.users.findUserByUsernameOrEmail = new ValidatedMethod({
name: 'users.findUserByUsernameOrEmail', name: 'users.findUserByUsernameOrEmail',
validate: new SimpleSchema({ validate: new SimpleSchema({
usernameOrEmail:{ usernameOrEmail: {
type: String, type: String,
}, },
}).validator(), }).validator(),
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,
timeInterval: 5000, timeInterval: 5000,
}, },
run({usernameOrEmail}){ run({ usernameOrEmail }) {
if (Meteor.isClient) return; if (Meteor.isClient) return;
let user = Accounts.findUserByUsername(usernameOrEmail) || let user = Accounts.findUserByUsername(usernameOrEmail) ||
Accounts.findUserByEmail(usernameOrEmail); Accounts.findUserByEmail(usernameOrEmail);
return user && user._id; return user && user._id;
} }
}); });

View File

@@ -3,8 +3,8 @@ import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { RateLimiterMixin } from 'ddp-rate-limiter-mixin'; import { RateLimiterMixin } from 'ddp-rate-limiter-mixin';
const addEmail = new ValidatedMethod({ const addEmail = new ValidatedMethod({
name: 'users.addEmail', name: 'users.addEmail',
validate: new SimpleSchema({ validate: new SimpleSchema({
email: { email: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Email, regEx: SimpleSchema.RegEx.Email,
@@ -15,20 +15,20 @@ const addEmail = new ValidatedMethod({
numRequests: 1, numRequests: 1,
timeInterval: 5000, timeInterval: 5000,
}, },
run({email}){ run({ email }) {
const userId = Meteor.userId(); const userId = Meteor.userId();
const user = Meteor.users.findOne(userId); const user = Meteor.users.findOne(userId);
if (!user) throw new Meteor.Error('No user', if (!user) throw new Meteor.Error('No user',
'You must be logged in to add an email address'); 'You must be logged in to add an email address');
if (user.emails && user.emails.length >= 2){ if (user.emails && user.emails.length >= 2) {
throw new Meteor.Error('Emails full', throw new Meteor.Error('Emails full',
'You may only have up to 2 email addresses per account'); 'You may only have up to 2 email addresses per account');
} }
if (Meteor.isServer){ if (Meteor.isServer) {
Accounts.addEmail(userId, email); Accounts.addEmail(userId, email);
Accounts.sendVerificationEmail(userId, email); Accounts.sendVerificationEmail(userId, email);
} }
} }
}); });
export default addEmail; export default addEmail;

View File

@@ -1,31 +1,31 @@
import { ValidatedMethod } from 'meteor/mdg:validated-method'; import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { RateLimiterMixin } from 'ddp-rate-limiter-mixin'; import { RateLimiterMixin } from 'ddp-rate-limiter-mixin';
import Libraries, {removeLibaryWork} from '/imports/api/library/Libraries.js'; import Libraries, { removeLibaryWork } from '/imports/api/library/Libraries.js';
import Creatures from '/imports/api/creature/creatures/Creatures.js'; import Creatures from '/imports/api/creature/creatures/Creatures.js';
import {removeCreatureWork} from '/imports/api/creature/creatures/methods/removeCreature.js'; import { removeCreatureWork } from '/imports/api/creature/creatures/methods/removeCreature.js';
Meteor.users.deleteMyAccount = new ValidatedMethod({ Meteor.users.deleteMyAccount = new ValidatedMethod({
name: 'users.deleteMyAccount', name: 'users.deleteMyAccount',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 1, numRequests: 1,
timeInterval: 5000, timeInterval: 5000,
}, },
run(){ run() {
let userId = Meteor.userId(); let userId = Meteor.userId();
if (!userId) throw new Meteor.Error('No user', if (!userId) throw new Meteor.Error('No user',
'You must be logged in to delete your account'); 'You must be logged in to delete your account');
// Delete all creatures // Delete all creatures
let creatures = Creatures.find({owner: userId}, {fields: {_id: 1}}).fetch(); let creatures = Creatures.find({ owner: userId }, { fields: { _id: 1 } }).fetch();
creatures.forEach(creature => removeCreatureWork(creature._id)); creatures.forEach(creature => removeCreatureWork(creature._id));
// Remove permissions from all creatures // Remove permissions from all creatures
Creatures.update({ Creatures.update({
$or: [ $or: [
{writers: userId}, { writers: userId },
{readers: userId}, { readers: userId },
], ],
}, { }, {
$pull: { $pull: {
@@ -37,14 +37,14 @@ Meteor.users.deleteMyAccount = new ValidatedMethod({
}); });
// Delete all libraries // Delete all libraries
let libraries = Libraries.find({owner: userId}, {fields: {_id: 1}}).fetch(); let libraries = Libraries.find({ owner: userId }, { fields: { _id: 1 } }).fetch();
libraries.forEach(library => removeLibaryWork(library._id)); libraries.forEach(library => removeLibaryWork(library._id));
// Remove permissions from all creatures // Remove permissions from all creatures
Libraries.update({ Libraries.update({
$or: [ $or: [
{writers: userId}, { writers: userId },
{readers: userId}, { readers: userId },
], ],
}, { }, {
$pull: { $pull: {
@@ -57,5 +57,5 @@ Meteor.users.deleteMyAccount = new ValidatedMethod({
// delete the account // delete the account
Meteor.users.remove(userId); Meteor.users.remove(userId);
} }
}); });

View File

@@ -3,8 +3,8 @@ import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { RateLimiterMixin } from 'ddp-rate-limiter-mixin'; import { RateLimiterMixin } from 'ddp-rate-limiter-mixin';
const removeEmail = new ValidatedMethod({ const removeEmail = new ValidatedMethod({
name: 'users.removeEmail', name: 'users.removeEmail',
validate: new SimpleSchema({ validate: new SimpleSchema({
email: { email: {
type: String, type: String,
regEx: SimpleSchema.RegEx.Email, regEx: SimpleSchema.RegEx.Email,
@@ -15,23 +15,23 @@ const removeEmail = new ValidatedMethod({
numRequests: 1, numRequests: 1,
timeInterval: 5000, timeInterval: 5000,
}, },
run({email}){ run({ email }) {
const userId = Meteor.userId(); const userId = Meteor.userId();
const user = Meteor.users.findOne(userId); const user = Meteor.users.findOne(userId);
if (!user) throw new Meteor.Error('No user', if (!user) throw new Meteor.Error('No user',
'You must be logged in to remove an email address'); 'You must be logged in to remove an email address');
if (!user.emails){ if (!user.emails) {
throw new Meteor.Error('No email to remove', throw new Meteor.Error('No email to remove',
'No email addresses are associated with this account'); 'No email addresses are associated with this account');
} }
if (user.emails.length == 1){ if (user.emails.length == 1) {
throw new Meteor.Error('Can\'t remove last email', throw new Meteor.Error('Can\'t remove last email',
'You may not remove the last email address from your account'); 'You may not remove the last email address from your account');
} }
if (Meteor.isServer){ if (Meteor.isServer) {
Accounts.removeEmail(userId, email); Accounts.removeEmail(userId, email);
} }
} }
}); });
export default removeEmail; export default removeEmail;

View File

@@ -2,12 +2,14 @@ const PROPERTIES = Object.freeze({
action: { action: {
icon: '$vuetify.icons.action', icon: '$vuetify.icons.action',
name: 'Action', name: 'Action',
docsPath: 'property/action',
helpText: 'Actions are things your character can do. When an action is taken, all the properties under it are activated.', helpText: 'Actions are things your character can do. When an action is taken, all the properties under it are activated.',
suggestedParents: ['classLevel', 'feature', 'item'], suggestedParents: ['classLevel', 'feature', 'item'],
}, },
attribute: { attribute: {
icon: '$vuetify.icons.attribute', icon: '$vuetify.icons.attribute',
name: 'Attribute', name: 'Attribute',
docsPath: 'property/attribute',
helpText: 'Attributes are the numbered statistics of your character, excluding rolls you might add proficiency bonus to, those are skills.', helpText: 'Attributes are the numbered statistics of your character, excluding rolls you might add proficiency bonus to, those are skills.',
examples: 'Ability scores, speed, hit points, ki', examples: 'Ability scores, speed, hit points, ki',
suggestedParents: ['classLevel', 'buff'], suggestedParents: ['classLevel', 'buff'],
@@ -15,48 +17,56 @@ const PROPERTIES = Object.freeze({
adjustment: { adjustment: {
icon: '$vuetify.icons.attribute_damage', icon: '$vuetify.icons.attribute_damage',
name: 'Attribute damage', name: 'Attribute damage',
docsPath: 'property/attribute-damage',
helpText: 'Attribute damage reduces the current value of an attribute when it is applied by an action. A negative value causes the attribute to increase instead, up to its normal maximum.', helpText: 'Attribute damage reduces the current value of an attribute when it is applied by an action. A negative value causes the attribute to increase instead, up to its normal maximum.',
suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'], suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'],
}, },
buff: { buff: {
icon: '$vuetify.icons.buff', icon: '$vuetify.icons.buff',
name: 'Buff', name: 'Buff',
docsPath: 'property/buff',
helpText: 'When a buff is activated as a child of an action, it will copy the properties under itself onto a target character.', helpText: 'When a buff is activated as a child of an action, it will copy the properties under itself onto a target character.',
suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'], suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'],
}, },
buffRemover: { buffRemover: {
icon: '$vuetify.icons.buffRemover', icon: '$vuetify.icons.buffRemover',
name: 'Remove Buff', name: 'Remove Buff',
docsPath: 'property/remove-buff',
helpText: 'Removes a buff from the target character', helpText: 'Removes a buff from the target character',
suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'], suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'],
}, },
branch: { branch: {
icon: 'mdi-file-tree', icon: 'mdi-file-tree',
name: 'Branch', name: 'Branch',
docsPath: 'property/branch',
helpText: 'When a branch is activated as a child of an action, it can control which of its children get activated.', helpText: 'When a branch is activated as a child of an action, it can control which of its children get activated.',
suggestedParents: ['action', 'attack', 'savingThrow', 'spell'], suggestedParents: ['action', 'attack', 'savingThrow', 'spell'],
}, },
class: { class: {
icon: 'mdi-card-account-details', icon: 'mdi-card-account-details',
name: 'Class', name: 'Class',
docsPath: 'property/class',
helpText: 'Your character should ideally have one starting class. Classes hold class levels', helpText: 'Your character should ideally have one starting class. Classes hold class levels',
suggestedParents: [], suggestedParents: [],
}, },
classLevel: { classLevel: {
icon: '$vuetify.icons.class_level', icon: '$vuetify.icons.class_level',
name: 'Class level', name: 'Class level',
docsPath: 'property/class-level',
helpText: 'Class levels represent a single level gained in a class', helpText: 'Class levels represent a single level gained in a class',
suggestedParents: ['class'], suggestedParents: ['class'],
}, },
constant: { constant: {
icon: 'mdi-anchor', icon: 'mdi-anchor',
name: 'Constant', name: 'Constant',
docsPath: 'property/constant',
helpText: 'A constant can define a static value that can be used in calculations elsewhere in the sheet', helpText: 'A constant can define a static value that can be used in calculations elsewhere in the sheet',
suggestedParents: [], suggestedParents: [],
}, },
container: { container: {
icon: 'mdi-bag-personal-outline', icon: 'mdi-bag-personal-outline',
name: 'Container', name: 'Container',
docsPath: 'property/container',
helpText: 'A container holds items in the inventory', helpText: 'A container holds items in the inventory',
examples: 'Coin pouch, backpack', examples: 'Coin pouch, backpack',
suggestedParents: ['folder'], suggestedParents: ['folder'],
@@ -64,18 +74,21 @@ const PROPERTIES = Object.freeze({
damage: { damage: {
icon: '$vuetify.icons.damage', icon: '$vuetify.icons.damage',
name: 'Damage', name: 'Damage',
docsPath: 'property/damage',
helpText: 'When damage is activated by an action it reduces the hit points of the target creature by the calculated amount.', helpText: 'When damage is activated by an action it reduces the hit points of the target creature by the calculated amount.',
suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'], suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'],
}, },
damageMultiplier: { damageMultiplier: {
icon: '$vuetify.icons.damage_multiplier', icon: '$vuetify.icons.damage_multiplier',
name: 'Damage multiplier', name: 'Damage multiplier',
docsPath: 'property/damage-multiplier',
helpText: 'Resistance, vulnerability, and immunity.', helpText: 'Resistance, vulnerability, and immunity.',
suggestedParents: ['classLevel', 'feature', 'item'], suggestedParents: ['classLevel', 'feature', 'item'],
}, },
effect: { effect: {
icon: '$vuetify.icons.effect', icon: '$vuetify.icons.effect',
name: 'Effect', name: 'Effect',
docsPath: 'property/effect',
helpText: 'Effects change the value or state of attributes and skills.', helpText: 'Effects change the value or state of attributes and skills.',
examples: '+2 Strength, Advantage on dexterity saving throws', examples: '+2 Strength, Advantage on dexterity saving throws',
suggestedParents: ['buff', 'classLevel', 'feature', 'folder', 'item'], suggestedParents: ['buff', 'classLevel', 'feature', 'folder', 'item'],
@@ -83,42 +96,49 @@ const PROPERTIES = Object.freeze({
feature: { feature: {
icon: 'mdi-text-subject', icon: 'mdi-text-subject',
name: 'Feature', name: 'Feature',
docsPath: 'property/feature',
helpText: 'Descriptive or narrative features your character has access to', helpText: 'Descriptive or narrative features your character has access to',
suggestedParents: ['classLevel', 'folder'], suggestedParents: ['classLevel', 'folder'],
}, },
folder: { folder: {
icon: 'mdi-folder-outline', icon: 'mdi-folder-outline',
name: 'Folder', name: 'Folder',
docsPath: 'property/feature',
helpText: 'A way to organise other properties on the character', helpText: 'A way to organise other properties on the character',
suggestedParents: ['folder'], suggestedParents: ['action', 'folder'],
}, },
item: { item: {
icon: 'mdi-cube-outline', icon: 'mdi-cube-outline',
name: 'Item', name: 'Item',
docsPath: 'property/item',
helpText: 'Objects and equipment your charcter finds on their adventures', helpText: 'Objects and equipment your charcter finds on their adventures',
suggestedParents: ['container'], suggestedParents: ['container'],
}, },
note: { note: {
icon: 'mdi-note-outline', icon: 'mdi-note-outline',
name: 'Note', name: 'Note',
docsPath: 'property/note',
helpText: 'Notes about your character and their adventures', helpText: 'Notes about your character and their adventures',
suggestedParents: ['note', 'folder'], suggestedParents: ['note', 'folder'],
}, },
pointBuy: { pointBuy: {
icon: 'mdi-table', icon: 'mdi-table',
name: 'Point Buy', name: 'Point Buy',
docsPath: 'property/point-buy',
helpText: 'A point buy table that allows the user to select an array of values that match a given cost', helpText: 'A point buy table that allows the user to select an array of values that match a given cost',
suggestedParents: [], suggestedParents: [],
}, },
proficiency: { proficiency: {
icon: 'mdi-brightness-1', icon: 'mdi-brightness-1',
name: 'Proficiency', name: 'Proficiency',
docsPath: 'property/proficiency',
helpText: 'Proficiencies apply your proficiency bonus to skills already on your character sheet.', helpText: 'Proficiencies apply your proficiency bonus to skills already on your character sheet.',
suggestedParents: ['buff', 'classLevel', 'feature', 'folder'], suggestedParents: ['buff', 'classLevel', 'feature', 'folder'],
}, },
roll: { roll: {
icon: '$vuetify.icons.roll', icon: '$vuetify.icons.roll',
name: 'Roll', name: 'Roll',
docsPath: 'property/roll',
helpText: 'When activated by an action, rolls perform a calculation and temporarily store the result for other properties under the same action to use', helpText: 'When activated by an action, rolls perform a calculation and temporarily store the result for other properties under the same action to use',
suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'], suggestedParents: ['action', 'attack', 'savingThrow', 'spell', 'branch'],
}, },
@@ -132,48 +152,56 @@ const PROPERTIES = Object.freeze({
savingThrow: { savingThrow: {
icon: '$vuetify.icons.saving_throw', icon: '$vuetify.icons.saving_throw',
name: 'Saving throw', name: 'Saving throw',
docsPath: 'property/saving-throw',
helpText: 'When a saving throw is activated by an action, it causes the target to make a saving throw, if the saving throw fails, the children properties of the saving throw are activated.', helpText: 'When a saving throw is activated by an action, it causes the target to make a saving throw, if the saving throw fails, the children properties of the saving throw are activated.',
suggestedParents: ['action', 'attack', 'spell'], suggestedParents: ['action', 'attack', 'spell'],
}, },
skill: { skill: {
icon: '$vuetify.icons.skill', icon: '$vuetify.icons.skill',
name: 'Skill', name: 'Skill',
docsPath: 'property/skill',
helpText: 'Skills, saves, languages, and weapon and tool proficiencies are all skills. Skills can have a default proficiency set. Proficiencies and effects can change the value and state of skills.', helpText: 'Skills, saves, languages, and weapon and tool proficiencies are all skills. Skills can have a default proficiency set. Proficiencies and effects can change the value and state of skills.',
suggestedParents: ['classLevel', 'folder'], suggestedParents: ['classLevel', 'folder'],
}, },
propertySlot: { propertySlot: {
icon: 'mdi-power-socket-eu', icon: 'mdi-power-socket-eu',
name: 'Slot', name: 'Slot',
docsPath: 'property/slot',
helpText: 'A slot in the character sheet is used to specify that a property needs to be selected from a library to fill the slot. The slot can determine what tags it is looking for, and any subscribed library property with matching tags can fill the slot', helpText: 'A slot in the character sheet is used to specify that a property needs to be selected from a library to fill the slot. The slot can determine what tags it is looking for, and any subscribed library property with matching tags can fill the slot',
suggestedParents: [], suggestedParents: [],
}, },
slotFiller: { slotFiller: {
icon: 'mdi-power-plug-outline', icon: 'mdi-power-plug-outline',
name: 'Slot filler', name: 'Slot filler',
docsPath: 'property/slot-filler',
helpText: 'A slot filler allows for more advanced logic when it attempts to fill a slot. It can masquarade as any property type, and calculate whether it should fill a slot or not.', helpText: 'A slot filler allows for more advanced logic when it attempts to fill a slot. It can masquarade as any property type, and calculate whether it should fill a slot or not.',
suggestedParents: ['propertySlot'], suggestedParents: ['propertySlot'],
}, },
spellList: { spellList: {
icon: '$vuetify.icons.spell_list', icon: '$vuetify.icons.spell_list',
name: 'Spell list', name: 'Spell list',
docsPath: 'property/spell-list',
helpText: 'A list of spells on your character sheet. It can provide a DC and spell attack bonus to the spells within', helpText: 'A list of spells on your character sheet. It can provide a DC and spell attack bonus to the spells within',
suggestedParents: [], suggestedParents: [],
}, },
spell: { spell: {
icon: '$vuetify.icons.spell', icon: '$vuetify.icons.spell',
name: 'Spell', name: 'Spell',
docsPath: 'property/spell',
helpText: 'A spell your character can potentially cast', helpText: 'A spell your character can potentially cast',
suggestedParents: ['spellList'], suggestedParents: ['spellList'],
}, },
toggle: { toggle: {
icon: '$vuetify.icons.toggle', icon: '$vuetify.icons.toggle',
name: 'Toggle', name: 'Toggle',
docsPath: 'property/toggle',
helpText: 'Togggles allow parts of the character sheet to be turned on and off, either manually or as the result of a calculation.', helpText: 'Togggles allow parts of the character sheet to be turned on and off, either manually or as the result of a calculation.',
suggestedParents: [], suggestedParents: [],
}, },
trigger: { trigger: {
icon: 'mdi-electric-switch', icon: 'mdi-electric-switch',
name: 'Trigger', name: 'Trigger',
docsPath: 'property/trigger',
helpText: 'Triggers apply their children in response to events on the character sheet, such as taking an action or receiving damage', helpText: 'Triggers apply their children in response to events on the character sheet, such as taking an action or receiving damage',
suggestedParents: [], suggestedParents: [],
}, },
@@ -188,3 +216,17 @@ export function getPropertyName(type){
export function getPropertyIcon(type){ export function getPropertyIcon(type){
return type && PROPERTIES[type] && PROPERTIES[type].icon; return type && PROPERTIES[type] && PROPERTIES[type].icon;
} }
const propsByDocsPath = new Map();
for (const key in PROPERTIES) {
const prop = PROPERTIES[key];
if (prop.docsPath) {
propsByDocsPath.set(prop.docsPath, {
...prop,
type: key,
});
}
}
export { propsByDocsPath };

View File

@@ -10,7 +10,7 @@ const dbVersionToGitVersion = {
const getVersion = new ValidatedMethod({ const getVersion = new ValidatedMethod({
name: 'admin.getVersion', name: 'admin.getVersion',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 5, numRequests: 5,

View File

@@ -6,7 +6,7 @@ import { Migrations } from 'meteor/percolate:migrations';
const migrateTo = new ValidatedMethod({ const migrateTo = new ValidatedMethod({
name: 'admin.migrateTo', name: 'admin.migrateTo',
validate: new SimpleSchema({ validate: new SimpleSchema({
version: { version: {
type: SimpleSchema.oneOf( type: SimpleSchema.oneOf(
SimpleSchema.Integer, SimpleSchema.Integer,
@@ -19,7 +19,7 @@ const migrateTo = new ValidatedMethod({
numRequests: 1, numRequests: 1,
timeInterval: 10000, timeInterval: 10000,
}, },
run({version}) { run({ version }) {
if (Meteor.isClient) return; if (Meteor.isClient) return;
assertAdmin(this.userId); assertAdmin(this.userId);
Migrations.migrateTo(version); Migrations.migrateTo(version);

View File

@@ -4,7 +4,7 @@ import { assertAdmin } from '/imports/api/sharing/sharingPermissions.js';
const validateDatabase = new ValidatedMethod({ const validateDatabase = new ValidatedMethod({
name: 'validateDatabase', name: 'validateDatabase',
validate: null, validate: null,
mixins: [RateLimiterMixin], mixins: [RateLimiterMixin],
rateLimit: { rateLimit: {
numRequests: 1, numRequests: 1,
@@ -23,8 +23,8 @@ const validateDatabase = new ValidatedMethod({
const schema = collection.instance.simpleSchema(doc); const schema = collection.instance.simpleSchema(doc);
let cleanDoc = schema.clean(doc); let cleanDoc = schema.clean(doc);
try { try {
schema.validate(cleanDoc, {modifier: false}); schema.validate(cleanDoc, { modifier: false });
} catch (e){ } catch (e) {
console.log(collection.name, doc._id, e.message || e.reason || e.toString()); console.log(collection.name, doc._id, e.message || e.reason || e.toString());
} }
}); });

View File

@@ -112,10 +112,10 @@ export default {
} }
}, },
'resolve': { 'resolve': {
comment: 'Forces the given calcultion to resolve into a number', comment: 'Forces the given calcultion to resolve into a number, even in calculations where it would usually keep the unknown values as is',
examples: [ examples: [
{input: 'resolve(someUndefinedVariable + 3 + 4)', result: '7'}, {input: 'resolve(someUndefinedVariable + 3 + 4)', result: '7'},
{input: 'resolve(3d6)', result: '2'}, {input: 'resolve(1d6)', result: '4'},
], ],
arguments: ['parseNode'], arguments: ['parseNode'],
fn: function resolveFn(node){ fn: function resolveFn(node){

View File

@@ -4,7 +4,7 @@ function id(x) { return x[0]; }
import node from './parseTree/_index.js'; import node from './parseTree/_index.js';
import moo from 'moo'; import moo from 'moo';
const lexer = moo.compile({ const lexer = moo.compile({
number: /[0-9]+(?:\.[0-9]+)?/, number: /[0-9]+(?:\.[0-9]+)?/,

View File

@@ -2,7 +2,7 @@
@{% @{%
import node from './parseTree/_index.js'; import node from './parseTree/_index.js';
import moo from 'moo'; import moo from 'moo';
const lexer = moo.compile({ const lexer = moo.compile({
number: /[0-9]+(?:\.[0-9]+)?/, number: /[0-9]+(?:\.[0-9]+)?/,

View File

@@ -2,23 +2,23 @@ import resolve, { traverse, toString, map } from '../resolve';
import error from './error'; import error from './error';
const indexNode = { const indexNode = {
create({array, index}) { create({ array, index }) {
return { return {
parseType: 'index', parseType: 'index',
array, array,
index, index,
} }
}, },
resolve(fn, node, scope, context){ resolve(fn, node, scope, context) {
let {result: index} = resolve(fn, node.index, scope, context); let { result: index } = resolve(fn, node.index, scope, context);
let {result: array} = resolve(fn, node.array, scope, context); let { result: array } = resolve(fn, node.array, scope, context);
if ( if (
index.valueType === 'number' && index.valueType === 'number' &&
Number.isInteger(index.value) && Number.isInteger(index.value) &&
array.parseType === 'array' array.parseType === 'array'
){ ) {
if (index.value < 1 || index.value > array.values.length){ if (index.value < 1 || index.value > array.values.length) {
context.error({ context.error({
type: 'warning', type: 'warning',
message: `Index of ${index.value} is out of range for an array` + message: `Index of ${index.value} is out of range for an array` +
@@ -26,11 +26,11 @@ const indexNode = {
}); });
} }
let selection = array.values[index.value - 1]; let selection = array.values[index.value - 1];
if (selection){ if (selection) {
return resolve(fn, selection, scope, context); return resolve(fn, selection, scope, context);
} }
} else if (fn === 'reduce'){ } else if (fn === 'reduce') {
if (array.parseType !== 'array'){ if (array.parseType !== 'array') {
const message = `Can not get the index of a non-array node: ${toString(node.array)} = ${toString(array)}` const message = `Can not get the index of a non-array node: ${toString(node.array)} = ${toString(array)}`
context.error(message); context.error(message);
return { return {
@@ -40,7 +40,7 @@ const indexNode = {
}), }),
context, context,
}; };
} else if (!index.isInteger){ } else if (!index.isInteger) {
const message = `${toString(array)} is not an integer index of the array` const message = `${toString(array)} is not an integer index of the array`
context.error(message); context.error(message);
return { return {
@@ -60,17 +60,17 @@ const indexNode = {
context, context,
}; };
}, },
toString(node){ toString(node) {
return `${toString(node.array)}[${toString(node.index)}]`; return `${toString(node.array)}[${toString(node.index)}]`;
}, },
traverse(node, fn){ traverse(node, fn) {
fn(node); fn(node);
traverse(node.array, fn); traverse(node.array, fn);
traverse(node.index, fn); traverse(node.index, fn);
}, },
map(node, fn){ map(node, fn) {
const resultingNode = fn(node); const resultingNode = fn(node);
if (resultingNode === node){ if (resultingNode === node) {
node.array = map(node.array, fn); node.array = map(node.array, fn);
node.index = map(node.index, fn); node.index = map(node.index, fn);
} }

View File

@@ -1,24 +1,24 @@
import constant from './constant.js'; import constant from './constant.js';
const rollArray = { const rollArray = {
create({values, diceSize, diceNum}) { create({ values, diceSize, diceNum }) {
return { return {
parseType: 'rollArray', parseType: 'rollArray',
values, values,
diceSize, diceSize,
diceNum, diceNum,
}; };
}, },
compile(node, scope, context){ compile(node, scope, context) {
return { return {
result: node, result: node,
context context
}; };
}, },
toString(node){ toString(node) {
return `${node.diceNum || ''}d${node.diceSize} [ ${node.values.join(', ')} ]`; return `${node.diceNum || ''}d${node.diceSize} [ ${node.values.join(', ')} ]`;
}, },
reduce(node, scope, context){ reduce(node, scope, context) {
const total = node.values.reduce((a, b) => a + b, 0); const total = node.values.reduce((a, b) => a + b, 0);
return { return {
result: constant.create({ result: constant.create({

View File

View File

@@ -4,47 +4,47 @@ import { assertAdmin } from '/imports/api/sharing/sharingPermissions.js';
import { SyncedCron } from 'meteor/littledata:synced-cron'; import { SyncedCron } from 'meteor/littledata:synced-cron';
Meteor.startup(() => { Meteor.startup(() => {
const collections = [ const collections = [
CreatureProperties, CreatureProperties,
LibraryNodes, LibraryNodes,
]; ];
/** /**
* Deletes all soft removed documents that were removed more than 1 day ago * Deletes all soft removed documents that were removed more than 1 day ago
* and were not restored * and were not restored
* @return {Number} Number of documents removed * @return {Number} Number of documents removed
*/ */
const deleteOldSoftRemovedDocs = function(){ const deleteOldSoftRemovedDocs = function () {
const now = new Date(); const now = new Date();
const yesterday = new Date(now.getTime() - (24 * 60 * 60 * 1000)); const yesterday = new Date(now.getTime() - (24 * 60 * 60 * 1000));
collections.forEach(collection => { collections.forEach(collection => {
collection.remove({ collection.remove({
removed: true, removed: true,
removedAt: {$lt: yesterday} // dates *before* yesterday removedAt: { $lt: yesterday } // dates *before* yesterday
}, function(error){ }, function (error) {
if (error){ if (error) {
console.error(JSON.stringify(error, null, 2)); console.error(JSON.stringify(error, null, 2));
} }
}); });
}); });
}; };
SyncedCron.add({ SyncedCron.add({
name: 'deleteSoftRemovedDocs', name: 'deleteSoftRemovedDocs',
schedule: function(parser) { schedule: function (parser) {
return parser.text('every 10 minutes'); return parser.text('every 10 minutes');
}, },
job: deleteOldSoftRemovedDocs, job: deleteOldSoftRemovedDocs,
}); });
SyncedCron.start(); SyncedCron.start();
// Add a method to manually trigger removal // Add a method to manually trigger removal
Meteor.methods({ Meteor.methods({
deleteOldSoftRemovedDocs() { deleteOldSoftRemovedDocs() {
assertAdmin(this.userId); assertAdmin(this.userId);
this.unblock(); this.unblock();
deleteOldSoftRemovedDocs(); deleteOldSoftRemovedDocs();
}, },
}); });
}); });

View File

@@ -0,0 +1,34 @@
import { propsByDocsPath } from '/imports/constants/PROPERTIES.js';
// Manual doc paths
const docPaths = [
'computed-fields',
'inline-calculations',
'dependency-loops',
'docs',
'tags',
];
const docs = new Map();
docPaths.forEach(path => {
docs.set(path, Assets.getText(`docs/${path}.md`))
});
// Doc paths for properties
propsByDocsPath.forEach(prop => {
docs.set(prop.docsPath, Assets.getText(`docs/${prop.docsPath}.md`));
});
Meteor.publish('docs', function (path) {
if (!path) {
docs.forEach((text, path) => {
this.added('docs', path, { text });
});
} else {
const text = docs.get(path);
if (text) {
this.added('docs', path, { text });
}
}
this.ready();
});

View File

@@ -1,16 +1,16 @@
import Icons from '/imports/api/icons/Icons.js'; import Icons from '/imports/api/icons/Icons.js';
Meteor.publish('sampleIcons', function(){ Meteor.publish('sampleIcons', function () {
return Icons.find({}, {limit: 50}); return Icons.find({}, { limit: 50 });
}); });
Meteor.publish('searchIcons', function(searchValue) { Meteor.publish('searchIcons', function (searchValue) {
// Don't publish anything if there's no search value // Don't publish anything if there's no search value
if (!searchValue) { if (!searchValue) {
return []; return [];
} }
return Icons.find( return Icons.find(
{ $text: {$search: searchValue} }, { $text: { $search: searchValue } },
{ {
// relevant documents have a higher score. // relevant documents have a higher score.
fields: { fields: {

View File

@@ -11,3 +11,4 @@ import '/imports/server/publications/ownedDocuments.js';
import '/imports/server/publications/searchLibraryNodes.js'; import '/imports/server/publications/searchLibraryNodes.js';
import '/imports/server/publications/archiveFiles.js'; import '/imports/server/publications/archiveFiles.js';
import '/imports/server/publications/userImages.js'; import '/imports/server/publications/userImages.js';
import '/imports/server/publications/docs.js';

View File

@@ -2,31 +2,33 @@ import SimpleSchema from 'simpl-schema';
import '/imports/api/users/Users.js'; import '/imports/api/users/Users.js';
import Invites from '/imports/api/users/Invites.js'; import Invites from '/imports/api/users/Invites.js';
Meteor.publish('user', function(){ Meteor.publish('user', function () {
return [ return [
Meteor.users.find(this.userId, {fields: { Meteor.users.find(this.userId, {
roles: 1, fields: {
username: 1, roles: 1,
apiKey: 1, username: 1,
darkMode: 1, apiKey: 1,
subscribedLibraries: 1, darkMode: 1,
subscribedLibraryCollections: 1, subscribedLibraries: 1,
fileStorageUsed: 1, subscribedLibraryCollections: 1,
profile: 1, fileStorageUsed: 1,
preferences: 1, profile: 1,
'services.patreon.id': 1, preferences: 1,
'services.patreon.entitledCents': 1, 'services.patreon.id': 1,
'services.patreon.entitledCentsOverride': 1, 'services.patreon.entitledCents': 1,
'services.google.id': 1, 'services.patreon.entitledCentsOverride': 1,
'services.google.picture': 1, 'services.google.id': 1,
'services.google.name': 1, 'services.google.picture': 1,
'services.google.email': 1, 'services.google.name': 1,
'services.google.locale': 1, 'services.google.email': 1,
}}), 'services.google.locale': 1,
}
}),
Invites.find({ Invites.find({
$or: [ $or: [
{inviter: this.userId}, { inviter: this.userId },
{invitee: this.userId} { invitee: this.userId }
], ],
}, { }, {
fields: { fields: {
@@ -41,19 +43,19 @@ let userIdsSchema = new SimpleSchema({
type: Array, type: Array,
optional: true, optional: true,
}, },
'ids.$':{ 'ids.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
} }
}) })
Meteor.publish('userPublicProfiles', function(ids){ Meteor.publish('userPublicProfiles', function (ids) {
userIdsSchema.validate({ids}); userIdsSchema.validate({ ids });
if (!this.userId || !ids) return this.ready(); if (!this.userId || !ids) return this.ready();
return Meteor.users.find({ return Meteor.users.find({
_id: {$in: ids} _id: { $in: ids }
},{ }, {
fields: {username: 1}, fields: { username: 1 },
sort: {username: 1}, sort: { username: 1 },
}); });
}); });

Some files were not shown because too many files have changed in this diff Show More