Compare commits

...

123 Commits

Author SHA1 Message Date
Stefan Zermatten
fb91fd12df Set up custom icons for most properties 2020-05-31 21:03:45 +02:00
Stefan Zermatten
19f4735412 Icon search field now focuses when the menu is opened 2020-05-31 19:18:49 +02:00
Stefan Zermatten
fb2f1efa72 Property insert forms now have color selectors 2020-05-31 19:00:32 +02:00
Stefan Zermatten
f7ee09470e Improved container and item forms and viewers 2020-05-31 18:50:00 +02:00
Stefan Zermatten
a5c42fea19 Made custom svg icons work anywhere a regular icon would work 2020-05-31 18:49:46 +02:00
Stefan Zermatten
8f81614294 Weight and value are no longer required on containers 2020-05-31 15:59:37 +02:00
Stefan Zermatten
c56cebc652 Fixed dark/light font color swapping not working in dark mode 2020-05-31 15:58:21 +02:00
Stefan Zermatten
d24fb5661d re-enabled computation on client side for optimistic UI 2020-05-30 23:56:55 +02:00
Stefan Zermatten
4bdc254627 Improved item viewer significantly, including increment button. 2020-05-30 23:36:27 +02:00
Stefan Zermatten
db652ac47f Update paragon avatar 2020-05-30 19:28:54 +02:00
Stefan Zermatten
32c9283569 Library items can now correctly store icons 2020-05-30 18:19:57 +02:00
Stefan Zermatten
060c44f384 Added svg icons, currently only for items 2020-05-30 18:04:48 +02:00
Stefan Zermatten
8138cd98f1 Added quantities to item tree views 2020-05-30 12:52:15 +02:00
Stefan Zermatten
5195e3fad5 Made health bar input accept negative sign from copy-paste and mobile (hopefully) 2020-05-30 12:45:11 +02:00
Stefan Zermatten
eb97a98644 removed dead reference to reset multipliers 2020-05-30 12:34:00 +02:00
Stefan Zermatten
51845c62a7 Skill base values now work in a way consistent with attribute base values 2020-05-30 12:32:05 +02:00
Stefan Zermatten
56cd48da9d Fixed health bars not hiding 2020-05-29 00:38:12 +02:00
Stefan Zermatten
298f659829 Fixed broken import 2020-05-28 23:48:01 +02:00
Stefan Zermatten
b99d1a00f5 Fixed small issues with hit dice on long rest. rests trigger recomputations now 2020-05-28 23:43:03 +02:00
Thaum Rystra
15ad8b1f5d Added short and long rest buttons, closes #87 2020-05-28 23:17:25 +02:00
Thaum Rystra
d4804e5292 Made minimum variable name 2 characters long 2020-05-28 21:26:31 +02:00
Thaum Rystra
36c23e1eb5 Made hiding stats that aren't targeted by effects or proficiencies an option 2020-05-28 21:06:40 +02:00
Thaum Rystra
9236f3e477 Added calculation errors to attributes and toggles 2020-05-28 20:33:08 +02:00
Thaum Rystra
cd413ba64f Added icon for set effects 2020-05-28 20:17:16 +02:00
Thaum Rystra
2c671acf72 Made sure effects without calculations don't have computed results 2020-05-28 20:14:19 +02:00
Thaum Rystra
44e726417e Convert mathjs objects to strings in evaluations 2020-05-28 20:10:33 +02:00
Thaum Rystra
7f2401da81 Referencing a missing variable in an effect now returns zero, not an error 2020-05-28 19:58:52 +02:00
Thaum Rystra
d31f980002 Added paragon's title 2020-05-28 17:25:44 +02:00
Thaum Rystra
4c8512af80 Rounding only occurs on numbers, preventing uneccessary type casting of attribute values 2020-05-28 16:06:00 +02:00
Thaum Rystra
edf68b1355 Properties in dropdowns are sorted by order again, rather than name 2020-05-28 15:59:04 +02:00
Thaum Rystra
868b9e11fa Added 'set' operation to effects, it overrides all other numerical effects 2020-05-28 15:58:48 +02:00
Thaum Rystra
14f5c3e797 improved field naming for damage multiplier tag targeting 2020-05-28 15:47:02 +02:00
Thaum Rystra
66e25c53d0 Fixed paragon's avatar image 2020-05-28 15:46:39 +02:00
Thaum Rystra
7a75d34246 Added healing damage type 2020-05-28 15:41:46 +02:00
Thaum Rystra
70a6c817cb Organised images, added about page, tweaked home page 2020-05-28 15:27:55 +02:00
Thaum Rystra
56879f1911 Removing a property in the character sheet tree now unselects that property 2020-05-28 13:03:35 +02:00
Thaum Rystra
6d12bcb063 Public libraries no longer require login to view 2020-05-28 13:00:03 +02:00
Thaum Rystra
1c26b7717c Fixed saving throw fields that weren't working, added name to saving throws 2020-05-28 12:29:41 +02:00
Thaum Rystra
a41b267364 Use embedded property dialog in tree tab. Colors for creature properties 2020-05-25 19:36:14 +02:00
Thaum Rystra
dfb144b8dc Added color picking to library properties 2020-05-25 19:09:55 +02:00
Thaum Rystra
2859bf0e00 Added fade transition to library dialog 2020-05-25 18:41:22 +02:00
Thaum Rystra
469822d4d7 In organize mode, new library properties get placed under the selected node 2020-05-25 18:33:38 +02:00
Thaum Rystra
c7de96c8c3 Added "move" button to library property menu 2020-05-25 18:15:35 +02:00
Thaum Rystra
f7cbee27f9 Made selecting a property from a library use the mobile friendly library 2020-05-25 17:39:25 +02:00
Thaum Rystra
b61dd6e81a Added maximum length of ancestors array 2020-05-25 17:25:49 +02:00
Thaum Rystra
add0cac31d Added "duplicate" option to library properties 2020-05-25 17:23:36 +02:00
Thaum Rystra
e9c643699c Made tab swiping sync with the tab list 2020-05-25 17:07:38 +02:00
Thaum Rystra
3ec0f9500c Overhauled library UI to work on small screens 2020-05-25 16:43:28 +02:00
Thaum Rystra
a55c1382b1 Fixed skills not computing below zero 2020-05-24 04:30:14 +02:00
Thaum Rystra
7571806cd0 Made user profiles optional 2020-05-23 12:07:42 +02:00
Thaum Rystra
afa641a290 made ids optional in users publication 2020-05-21 16:52:36 +02:00
Thaum Rystra
81131ddb9f Allowed non-patreons to view, but not edit, sheets and libraries 2020-05-21 16:50:06 +02:00
Thaum Rystra
7a442d8fb9 Improved publications to be reactive to permission changes 2020-05-21 15:13:30 +02:00
Thaum Rystra
26d836767b Fixed some broken forms 2020-05-21 14:57:35 +02:00
Thaum Rystra
c4a52ca744 Display an error if the character can't be found or viewed 2020-05-21 13:36:59 +02:00
Thaum Rystra
b640ce457f Removed unused story files 2020-05-21 12:49:40 +02:00
Thaum Rystra
13a0d66433 Disabled various buttons when the user doesn't have edit permission 2020-05-21 12:47:02 +02:00
Thaum Rystra
47aad6d186 Added UI to unshare a view-only character with yourself 2020-05-20 16:52:05 +02:00
Thaum Rystra
32eb85a099 Refactored all forms to disable all fields without edit permission 2020-05-20 16:40:47 +02:00
Thaum Rystra
048b150c88 Significantly improved performance of interacting with large library trees 2020-05-19 01:28:29 +02:00
Thaum Rystra
65d367942e Got cards to behave themselves in columns and not overflow width 2020-05-19 01:03:18 +02:00
Thaum Rystra
e0fc5abe7b Improved invite landing page UI 2020-05-19 00:28:31 +02:00
Thaum Rystra
18c9474570 Separated attacks and actions into two separate cards 2020-05-19 00:19:23 +02:00
Thaum Rystra
4a039e769b Added viewers, tree node viewers and fixed forms for new damage schema 2020-05-19 00:15:05 +02:00
Thaum Rystra
93ab67a91b Fixed failure to recompute creature on tree reorganize 2020-05-18 23:53:34 +02:00
Thaum Rystra
4352ca5f0d Inventory items can now be equipped 2020-05-18 23:03:34 +02:00
Thaum Rystra
fe11c9ec23 Tree nodes are no longer lazy - smoother animations when expanding nodes 2020-05-18 20:22:48 +02:00
Thaum Rystra
37d6b32ea3 Action 'uses' now shows up as the computed value 2020-05-18 20:22:00 +02:00
Thaum Rystra
7592332637 Fixed setDocToLastOrder not working with new ordering design 2020-05-18 20:09:21 +02:00
Thaum Rystra
397ff82c43 Organizing the tree now causes a character recomputation where relevant 2020-05-18 19:58:28 +02:00
Thaum Rystra
7e3815a699 Fixed glitchy reordering of trees 2020-05-18 02:03:31 +02:00
Thaum Rystra
9214529284 rewrote entire ordering structure for ancestor trees 2020-05-18 02:03:14 +02:00
Thaum Rystra
60f5588e7d Prevented description viewers from keeping zombie text after description is deleted 2020-05-17 18:13:06 +02:00
Thaum Rystra
ad3bec3521 Began working on bringing forms and UI in line with data structure overhaul 2020-05-17 00:06:19 +02:00
Thaum Rystra
ca5ded7ded Class levels now recompute properly 2020-05-16 22:51:17 +02:00
Thaum Rystra
5c0a2a4d6c Overhauled computations to allow for toggles :'( that sucked 2020-05-16 22:03:21 +02:00
Thaum Rystra
7024adecaf created a general way to fetch the active properties of an ancestor 2020-05-16 17:08:57 +02:00
Thaum Rystra
9b6f259358 Library node edit form no longer uses stored variants 2020-05-16 14:27:54 +02:00
Thaum Rystra
3642d1d249 Workaround for Firefox not obeying break-inside: avoid; 2020-05-16 14:19:13 +02:00
Thaum Rystra
cd2727b61c Can now link google account 2020-05-16 14:07:22 +02:00
Thaum Rystra
acb9dc342a Improved handling of character avatars, added portraits 2020-05-16 13:40:54 +02:00
Thaum Rystra
d59d8cb54f Library insert forms no longer used stored variants 2020-05-16 12:51:59 +02:00
Thaum Rystra
2c988b8717 Fixed an error where incorrectly targeted effects would cause computation error 2020-05-15 17:27:34 +02:00
Thaum Rystra
3af48649f7 Added some guards against missing properties 2020-05-15 16:51:58 +02:00
Thaum Rystra
79e03e0e63 Separated tool, weapon, armor, and language proficiencies into separate cards 2020-05-15 16:43:37 +02:00
Thaum Rystra
2d788f0c07 ability scores now pass on their skill effects to checks and skills 2020-05-15 16:38:28 +02:00
Thaum Rystra
891fd00b5f Skills now correctly denormalise their passive bonus, conditional benefits, advantage, and fail effects 2020-05-15 16:23:57 +02:00
Thaum Rystra
41b05064c8 login redirects now carry over to the register page 2020-05-15 15:16:59 +02:00
Thaum Rystra
cf110db67d Effect stats input now uses chips 2020-05-15 15:09:46 +02:00
Thaum Rystra
db696574f5 Comboboxes now clear search text when selecting an option 2020-05-15 15:09:34 +02:00
Thaum Rystra
4478628200 Reworked how bare symbols are handled, which should fix simplification 2020-05-15 14:44:08 +02:00
Thaum Rystra
cd8a557120 Let effects autofill skills as well as attributes 2020-05-15 14:29:07 +02:00
Thaum Rystra
5f95471bb6 Added transitions to tree tab property viewer 2020-05-15 14:23:32 +02:00
Thaum Rystra
a62726ae3a Allowed long property viewers in tree tab to scroll 2020-05-15 13:57:09 +02:00
Thaum Rystra
59fa5bcd8c Improved spacing on cards 2020-05-15 13:54:43 +02:00
Thaum Rystra
4b3f068d87 Fixed character sheet tabs not taking up the full screen height 2020-05-15 13:38:31 +02:00
Thaum Rystra
a771d896a8 Prevented dialog titles from overflowing 2020-05-15 13:31:07 +02:00
Thaum Rystra
b439befd47 Stopped tree view overflowing horizontally 2020-05-15 13:23:34 +02:00
Thaum Rystra
b44a18c28c Made tree tab work on mobile. prevented overflow of long titles 2020-05-15 13:18:27 +02:00
Thaum Rystra
bae2f4181a removed old default docs 2020-05-15 11:10:30 +02:00
Thaum Rystra
9b46a91641 Fixed missing Creature imports 2020-05-15 11:10:21 +02:00
Thaum Rystra
fc9467177b hotfix to prevent character sheet going black if DamageMultipliers isn't present 2020-05-14 15:32:54 +02:00
Thaum Rystra
136dd5fd29 Removed stray logging 2020-05-14 15:25:58 +02:00
Thaum Rystra
cb34363a4e Damage multipliers now compute and show up on the character sheet 2020-05-14 15:22:23 +02:00
Thaum Rystra
a4d6adacff Fixed damage multiplier forms and viewers 2020-05-14 13:43:12 +02:00
Thaum Rystra
29588a87d0 Fixed dependency loops causing a stack overflow. Added level variable 2020-05-14 13:32:46 +02:00
Thaum Rystra
97fcb76454 Added if function 2020-05-13 10:42:20 +02:00
Thaum Rystra
9069ee8e35 Improved effect, skill, and attribute viewers 2020-05-13 10:28:39 +02:00
Thaum Rystra
170bac6934 Pruned unused components 2020-05-13 09:43:01 +02:00
Thaum Rystra
809426b183 Improved effect components 2020-05-13 09:42:24 +02:00
Thaum Rystra
e8728166a9 Moved effect components to components folder 2020-05-13 09:34:00 +02:00
Thaum Rystra
5046a847cf Quality pass over all publications, fixed public documents permission error 2020-05-13 09:29:29 +02:00
Thaum Rystra
b6c7ea8c4f Improved handling of tiers, made guest tier funcitonal, improved invites 2020-05-12 15:28:43 +02:00
Thaum Rystra
bbda0ea1b6 Invites can now be managed to some extent 2020-05-12 14:11:43 +02:00
Thaum Rystra
47206ccfc4 Continued implementing sharing 2020-05-12 12:27:24 +02:00
Thaum Rystra
dd213feb0a Added label to username edit field 2020-05-09 13:53:47 +02:00
Thaum Rystra
30ab216dc1 removed redundant publications 2020-05-09 13:45:11 +02:00
Thaum Rystra
ea88a9c41e Libraries can now be shared from the library edit dialog 2020-05-09 13:40:01 +02:00
Thaum Rystra
f0e22dc1ca Made feedback page go to discord 2020-05-09 13:33:33 +02:00
Thaum Rystra
8c608937bb Username can now be changed 2020-05-09 13:15:03 +02:00
Thaum Rystra
c3ed3d55ce Locked friends page since it's not implemented 2020-05-08 17:12:03 +02:00
Thaum Rystra
323cac9405 corrected not implemented page to 'beta' instead of 'alpha' 2020-05-08 16:58:01 +02:00
Thaum Rystra
62689174e2 removed stray console.log 2020-05-08 16:31:58 +02:00
272 changed files with 8450 additions and 6327 deletions

View File

@@ -49,3 +49,4 @@ aldeed:schema-index
akryum:vue-component akryum:vue-component
accounts-patreon accounts-patreon
bozhao:link-accounts bozhao:link-accounts
peerlibrary:reactive-publish

View File

@@ -27,6 +27,8 @@ caching-html-compiler@1.1.3
callback-hook@1.3.0 callback-hook@1.3.0
check@1.3.1 check@1.3.1
chuangbo:marked@0.3.5_1 chuangbo:marked@0.3.5_1
coffeescript@2.4.1
coffeescript-compiler@2.4.1
dburles:collection-helpers@1.1.0 dburles:collection-helpers@1.1.0
dburles:mongo-collection-instances@0.3.5 dburles:mongo-collection-instances@0.3.5
ddp@1.4.0 ddp@1.4.0
@@ -91,6 +93,12 @@ observe-sequence@1.0.16
ongoworks:speakingurl@9.0.0 ongoworks:speakingurl@9.0.0
ordered-dict@1.1.0 ordered-dict@1.1.0
patreon-oauth@0.1.0 patreon-oauth@0.1.0
peerlibrary:assert@0.3.0
peerlibrary:extend-publish@0.6.0
peerlibrary:fiber-utils@0.10.0
peerlibrary:reactive-mongo@0.4.0
peerlibrary:reactive-publish@0.10.0
peerlibrary:server-autorun@0.8.0
percolate:migrations@0.9.8 percolate:migrations@0.9.8
percolate:synced-cron@1.3.2 percolate:synced-cron@1.3.2
promise@0.11.2 promise@0.11.2

View File

@@ -1,2 +1,3 @@
import "/imports/ui/vueSetup.js"; import '/imports/ui/vueSetup.js';
import "/imports/ui/styles/stylesIndex.js"; import '/imports/ui/styles/stylesIndex.js';
import '/imports/ui/styles/stylesIndex.js';

View File

@@ -2,6 +2,7 @@ import { Meteor } from 'meteor/meteor';
import { Mongo } from 'meteor/mongo'; import { Mongo } from 'meteor/mongo';
import { ValidatedMethod } from 'meteor/mdg:validated-method'; import { ValidatedMethod } from 'meteor/mdg:validated-method';
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import ColorSchema from '/imports/api/properties/subSchemas/ColorSchema.js';
import ChildSchema, { RefSchema } from '/imports/api/parenting/ChildSchema.js'; import ChildSchema, { RefSchema } from '/imports/api/parenting/ChildSchema.js';
import { recomputeCreature } from '/imports/api/creature/computation/recomputeCreature.js'; import { recomputeCreature } from '/imports/api/creature/computation/recomputeCreature.js';
import LibraryNodes from '/imports/api/library/LibraryNodes.js'; import LibraryNodes from '/imports/api/library/LibraryNodes.js';
@@ -16,6 +17,7 @@ import {
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 { storedIconsSchema } from '/imports/api/icons/Icons.js';
let CreatureProperties = new Mongo.Collection('creatureProperties'); let CreatureProperties = new Mongo.Collection('creatureProperties');
@@ -35,12 +37,17 @@ let CreaturePropertySchema = new SimpleSchema({
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
icon: {
type: storedIconsSchema,
optional: true,
}
}); });
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(ChildSchema); schema.extend(ChildSchema);
schema.extend(SoftRemovableSchema); schema.extend(SoftRemovableSchema);
CreatureProperties.attachSchema(schema, { CreatureProperties.attachSchema(schema, {
@@ -72,6 +79,7 @@ const insertProperty = new ValidatedMethod({
name: 'CreatureProperties.methods.insert', name: 'CreatureProperties.methods.insert',
validate: null, validate: null,
run({creatureProperty}) { run({creatureProperty}) {
delete creatureProperty._id;
assertPropertyEditPermission(creatureProperty, this.userId); assertPropertyEditPermission(creatureProperty, this.userId);
let _id = CreatureProperties.insert(creatureProperty); let _id = CreatureProperties.insert(creatureProperty);
let property = CreatureProperties.findOne(_id); let property = CreatureProperties.findOne(_id);
@@ -79,6 +87,23 @@ const insertProperty = new ValidatedMethod({
}, },
}); });
const duplicateProperty = new ValidatedMethod({
name: 'CreatureProperties.methods.duplicate',
validate: new SimpleSchema({
_id: {
type: String,
regEx: SimpleSchema.RegEx.Id,
}
}).validator(),
run({_id}) {
let creatureProperty = CreatureProperties.findOne(_id);
assertPropertyEditPermission(creatureProperty, this.userId);
delete creatureProperty._id;
CreatureProperties.insert(creatureProperty);
recomputeCreatures(creatureProperty);
},
});
const insertPropertyFromLibraryNode = new ValidatedMethod({ const insertPropertyFromLibraryNode = new ValidatedMethod({
name: 'CreatureProperties.methods.insertPropertyFromLibraryNode', name: 'CreatureProperties.methods.insertPropertyFromLibraryNode',
validate: new SimpleSchema({ validate: new SimpleSchema({
@@ -239,6 +264,48 @@ const damageProperty = new ValidatedMethod({
}, },
}); });
const adjustQuantity = new ValidatedMethod({
name: 'CreatureProperties.methods.adjustQuantity',
validate: new SimpleSchema({
_id: SimpleSchema.RegEx.Id,
operation: {
type: String,
allowedValues: ['set', 'increment']
},
value: Number,
}).validator(),
run({_id, operation, value}) {
let currentProperty = CreatureProperties.findOne(_id);
// Check permissions
assertPropertyEditPermission(currentProperty, this.userId);
// Check if property can take damage
let schema = CreatureProperties.simpleSchema(currentProperty);
if (!schema.allowsKey('quantity')){
throw new Meteor.Error(
'Adjust quantity failed',
`Property of type "${currentProperty.type}" doesn't have a quantity`
);
}
if (operation === 'set'){
CreatureProperties.update(_id, {
$set: {quantity: value}
}, {
selector: currentProperty
});
} else if (operation === 'increment'){
// value here is 'damage'
value = -value;
let currentQuantity = currentProperty.quantity;
if (currentQuantity + value < 0) value = -currentQuantity;
CreatureProperties.update(_id, {
$inc: {quantity: value}
}, {
selector: currentProperty
});
}
},
});
const pushToProperty = new ValidatedMethod({ const pushToProperty = new ValidatedMethod({
name: 'CreatureProperties.methods.push', name: 'CreatureProperties.methods.push',
validate: null, validate: null,
@@ -288,9 +355,11 @@ export default CreatureProperties;
export { export {
CreaturePropertySchema, CreaturePropertySchema,
insertProperty, insertProperty,
duplicateProperty,
insertPropertyFromLibraryNode, insertPropertyFromLibraryNode,
updateProperty, updateProperty,
damageProperty, damageProperty,
adjustQuantity,
pushToProperty, pushToProperty,
pullFromProperty, pullFromProperty,
softRemoveProperty, softRemoveProperty,

View File

@@ -1,13 +1,16 @@
import { ValidatedMethod } from 'meteor/mdg:validated-method';
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import deathSaveSchema from '/imports/api/properties/subSchemas/DeathSavesSchema.js' import deathSaveSchema from '/imports/api/properties/subSchemas/DeathSavesSchema.js'
import ColorSchema from '/imports/api/properties/subSchemas/ColorSchema.js'; import ColorSchema from '/imports/api/properties/subSchemas/ColorSchema.js';
import SharingSchema from '/imports/api/sharing/SharingSchema.js'; import SharingSchema from '/imports/api/sharing/SharingSchema.js';
import {assertEditPermission, assertOwnership} from '/imports/api/sharing/sharingPermissions.js'; import {assertEditPermission} from '/imports/api/sharing/sharingPermissions.js';
import { getUserTier } from '/imports/api/users/patreon/tiers.js';
import '/imports/api/creature/removeCreature.js'; import '/imports/api/creature/removeCreature.js';
import '/imports/api/creature/restCreature.js';
//set up the collection for creatures //set up the collection for creatures
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?
@@ -25,6 +28,18 @@ let CreatureSettingsSchema = new SimpleSchema({
type: Boolean, type: Boolean,
optional: true, optional: true,
}, },
// Hide all the unused stats
hideUnusedStats: {
type: Boolean,
optional: true,
},
// How much each hitDice resets on a long rest
hitDiceResetMultiplier: {
type: Number,
optional: true,
min: 0,
max: 1,
}
}); });
let CreatureSchema = new SimpleSchema({ let CreatureSchema = new SimpleSchema({
@@ -34,13 +49,6 @@ let CreatureSchema = new SimpleSchema({
defaultValue: '', defaultValue: '',
optional: true, optional: true,
}, },
urlName: {
type: String,
optional: true,
autoValue: function() {
return getSlug(this.field('name').value, {maintainCase: true}) || '-';
},
},
alignment: { alignment: {
type: String, type: String,
optional: true optional: true
@@ -53,6 +61,10 @@ let CreatureSchema = new SimpleSchema({
type: String, type: String,
optional: true optional: true
}, },
avatarPicture: {
type: String,
optional: true,
},
// Mechanics // Mechanics
deathSave: { deathSave: {
@@ -76,6 +88,11 @@ let CreatureSchema = new SimpleSchema({
defaultValue: 'pc', defaultValue: 'pc',
allowedValues: ['pc', 'npc', 'monster'], allowedValues: ['pc', 'npc', 'monster'],
}, },
damageMultipliers: {
type: Object,
blackbox: true,
defaultValue: {}
},
variables: { variables: {
type: Object, type: Object,
blackbox: true, blackbox: true,
@@ -105,6 +122,11 @@ const insertCreature = new ValidatedMethod({
throw new Meteor.Error('Creatures.methods.insert.denied', throw new Meteor.Error('Creatures.methods.insert.denied',
'You need to be logged in to insert a creature'); 'You need to be logged in to insert a creature');
} }
let tier = getUserTier(this.userId);
if (!tier.paidBenefits){
throw new Meteor.Error('Creatures.methods.insert.denied',
`The ${tier.name} tier does not allow you to insert a creature`);
}
// Create the creature document // Create the creature document
let charId = Creatures.insert({ let charId = Creatures.insert({
@@ -118,10 +140,10 @@ const insertCreature = new ValidatedMethod({
const updateCreature = new ValidatedMethod({ const updateCreature = new ValidatedMethod({
name: 'Creatures.methods.update', name: 'Creatures.methods.update',
validate({_id, path, value}){ validate({_id, path}){
if (!_id) return false; if (!_id) return false;
// Allowed fields // Allowed fields
let allowedFields = ['name', 'alignment', 'gender', 'picture', 'settings']; let allowedFields = ['name', 'alignment', 'gender', 'picture', 'avatarPicture', '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');
@@ -137,4 +159,4 @@ const updateCreature = new ValidatedMethod({
}); });
export default Creatures; export default Creatures;
export { CreatureSchema, insertCreature, removeCreature, updateCreature }; export { CreatureSchema, insertCreature, updateCreature };

View File

@@ -1,146 +0,0 @@
// Don't just export a constant, because deep nested objects could be changed
// by code that requires it. Exporting a function that returns the newly created
// object is a little safer.
export default () => ({
"attributes": [
{"name": "Strength", "variableName": "strength", "baseValue": 10, "type": "ability"},
{"name": "Dexterity", "variableName": "dexterity", "baseValue": 10, "type": "ability"},
{"name": "Constitution", "variableName": "constitution", "baseValue": 10, "type": "ability"},
{"name": "Intelligence", "variableName": "intelligence", "baseValue": 10, "type": "ability"},
{"name": "Wisdom", "variableName": "wisdom", "baseValue": 10, "type": "ability"},
{"name": "Charisma", "variableName": "charisma", "baseValue": 10, "type": "ability"},
{"name": "Speed", "variableName": "speed", "baseValue": 30, "type": "stat"},
{"name": "Armor Class", "variableName": "armor", "baseValue": 10, "type": "stat"},
{"name": "d6 Hit Dice", "variableName": "d6HitDice", "type": "hitDice"},
{"name": "d8 Hit Dice", "variableName": "d8HitDice", "type": "hitDice"},
{"name": "d10 Hit Dice", "variableName": "d10HitDice", "type": "hitDice"},
{"name": "d12 Hit Dice", "variableName": "d12HitDice", "type": "hitDice"},
{"name": "Hit Points", "variableName": "hitPoints", "type": "healthBar"},
{"name": "Temporary Hit Points", "variableName": "tempHitPoints", "type": "healthBar"},
{"name": "Ki", "variableName": "ki", "type": "resource"},
{"name": "Rages", "variableName": "rages", "type": "resource"},
{"name": "Sourcery Points", "variableName": "sorceryPoints", "type": "resource"},
{"name": "Superiority Dice", "variableName": "superiorityDice", "type": "resource"},
{"name": "Expertise Dice", "variableName": "expertiseDice", "type": "resource"},
{"name": "Level 1 Spell Slots", "variableName": "level1SpellSlots", "type": "spellSlot"},
{"name": "Level 2 Spell Slots", "variableName": "level2SpellSlots", "type": "spellSlot"},
{"name": "Level 3 Spell Slots", "variableName": "level3SpellSlots", "type": "spellSlot"},
{"name": "Level 4 Spell Slots", "variableName": "level4SpellSlots", "type": "spellSlot"},
{"name": "Level 5 Spell Slots", "variableName": "level5SpellSlots", "type": "spellSlot"},
{"name": "Level 6 Spell Slots", "variableName": "level6SpellSlots", "type": "spellSlot"},
{"name": "Level 7 Spell Slots", "variableName": "level7SpellSlots", "type": "spellSlot"},
{"name": "Level 8 Spell Slots", "variableName": "level8SpellSlots", "type": "spellSlot"},
{"name": "Level 9 Spell Slots", "variableName": "level9SpellSlots", "type": "spellSlot"},
{"name": "Proficiency Bonus", "variableName": "proficiencyBonus", "type": "modifier"},
{"name": "Carry Capacity Multiplier", "variableName": "carryMultiplier", "type": "utility", "baseValue": 1},
{"name": "Rage Damage", "variableName": "rageDamage", "type": "utility"},
],
"skills": [
{"name": "Acrobatics", "variableName": "acrobatics", "ability": "dexterity", "type":"skill"},
{"name": "Animal Handling", "variableName": "animalHandling", "ability": "wisdom", "type":"skill"},
{"name": "Arcana", "variableName": "arcana", "ability": "intelligence", "type":"skill"},
{"name": "Athletics", "variableName": "athletics", "ability": "strength", "type":"skill"},
{"name": "Deception", "variableName": "deception", "ability": "charisma", "type":"skill"},
{"name": "History", "variableName": "history", "ability": "intelligence", "type":"skill"},
{"name": "Insight", "variableName": "insight", "ability": "wisdom", "type":"skill"},
{"name": "Intimidation", "variableName": "intimidation", "ability": "charisma", "type":"skill"},
{"name": "Investigation", "variableName": "investigation", "ability": "intelligence", "type":"skill"},
{"name": "Medicine", "variableName": "medicine", "ability": "wisdom", "type":"skill"},
{"name": "Nature", "variableName": "nature", "ability": "intelligence", "type":"skill"},
{"name": "Perception", "variableName": "perception", "ability": "wisdom", "type":"skill"},
{"name": "Performance", "variableName": "performance", "ability": "charisma", "type":"skill"},
{"name": "Persuasion", "variableName": "persuasion", "ability": "charisma", "type":"skill"},
{"name": "Religion", "variableName": "religion", "ability": "intelligence", "type":"skill"},
{"name": "Sleight of Hand", "variableName": "sleightOfHand", "ability": "dexterity", "type":"skill"},
{"name": "Stealth", "variableName": "stealth", "ability": "dexterity", "type":"skill"},
{"name": "Survival", "variableName": "survival", "ability": "wisdom", "type":"skill"},
{"name": "Strength Save", "variableName": "strengthSave", "ability": "strength", "type":"save"},
{"name": "Dexterity Save", "variableName": "dexteritySave", "ability": "dexterity", "type":"save"},
{"name": "Constitution Save", "variableName": "constitutionSave", "ability": "constitution", "type":"save"},
{"name": "Intelligence Save", "variableName": "intelligenceSave", "ability": "intelligence", "type":"save"},
{"name": "Wisdom Save", "variableName": "wisdomSave", "ability": "wisdom", "type":"save"},
{"name": "Charisma Save", "variableName": "charismaSave", "ability": "charisma", "type":"save"},
{"name": "Initiative", "variableName": "initiative", "ability": "dexterity", "type":"check"},
],
"damageMultipliers": [
{"name": "Acid Multiplier", "variableName":"acidMultiplier"},
{"name": "Bludgeoning Multiplier", "variableName":"bludgeoningMultiplier"},
{"name": "Cold Multiplier", "variableName":"coldMultiplier"},
{"name": "Fire Multiplier", "variableName":"fireMultiplier"},
{"name": "Force Multiplier", "variableName":"forceMultiplier"},
{"name": "Lightning Multiplier", "variableName":"lightningMultiplier"},
{"name": "Necrotic Multiplier", "variableName":"necroticMultiplier"},
{"name": "Piercing Multiplier", "variableName":"piercingMultiplier"},
{"name": "Poison Multiplier", "variableName":"poisonMultiplier"},
{"name": "Psychic Multiplier", "variableName":"psychicMultiplier"},
{"name": "Radiant Multiplier", "variableName":"radiantMultiplier"},
{"name": "Slashing Multiplier", "variableName":"slashingMultiplier"},
{"name": "Thunder Multiplier", "variableName":"thunderMultiplier"},
],
"effects": [
{
"name": "Proficiency bonus by level",
"stat": "proficiencyBonus",
"operation": "add",
"calculation": "floor(level / 4 + 1.75)",
"enabled": true,
},{
"name": "Constitution modifier per level",
"stat": "hitPoints",
"operation": "add",
"calculation": "constitutionMod * level",
"enabled": true,
},
],
"containers": [
{
"name": "Coin Pouch",
"isCarried": true,
"description": "A sturdy pouch for coins",
"items": [
{
"name": "Gold piece",
"plural": "Gold pieces",
"quantity": 0,
"weight": 0.02,
"value": 1,
"settings": {
"showIncrement": true,
},
}, {
"name": "Silver piece",
"plural": "Silver pieces",
"quantity": 0,
"weight": 0.02,
"value": 0.1,
"settings": {
"showIncrement": true,
},
}, {
"name": "Copper piece",
"plural": "Copper pieces",
"quantity": 0,
"weight": 0.02,
"value": 0.01,
"settings": {
"showIncrement": true,
},
},
],
},
],
});

View File

@@ -1,21 +1,46 @@
import { includes, cloneDeep, has } from 'lodash'; import { includes, cloneDeep } from 'lodash';
// The computation memo is an in-memory data structure used only during the
// computation process
export default class ComputationMemo { export default class ComputationMemo {
constructor(props){ constructor(props){
this.statsByVariableName = {}; this.statsByVariableName = {};
this.extraStatsByVariableName = {};
this.statsById = {};
this.originalPropsById = {}; this.originalPropsById = {};
this.propsById = {}; this.propsById = {};
this.skillsByAbility = {}; this.skillsByAbility = {};
this.unassignedEffects = []; this.unassignedEffects = [];
props.filter((prop) => { this.classLevelsById = {};
// skip effects, proficiencies, and class levels for the next pass this.classes = {};
this.togglesById = {};
this.toggleIds = new Set();
// First note all the ids of all the toggles
props.forEach((prop) => {
if ( if (
prop.type === 'effect' || prop.type === 'toggle'
prop.type === 'proficiency' || ) {
prop.type === 'classLevel' this.toggleIds.add(prop._id);
) return true; }
// Add all the stats });
this.addStat(prop); props.filter((prop) => {
if (
prop.type === 'toggle'
) {
this.addToggle(prop);
} else {
return true;
}
}).filter((prop) => {
if (
prop.type === 'attribute' ||
prop.type === 'skill'
) {
// Add all the stats
this.addStat(prop);
} else {
return true;
}
}).forEach((prop) => { }).forEach((prop) => {
// Now add all effects and proficiencies // Now add all effects and proficiencies
if (prop.type === 'effect'){ if (prop.type === 'effect'){
@@ -31,46 +56,57 @@ export default class ComputationMemo {
this.originalPropsById[prop._id] = cloneDeep(prop); this.originalPropsById[prop._id] = cloneDeep(prop);
this.propsById[prop._id] = prop; this.propsById[prop._id] = prop;
prop.computationDetails = propDetails(prop); prop.computationDetails = propDetails(prop);
prop.ancestors.forEach(ancestor => {
if (this.toggleIds.has(ancestor.id)){
prop.computationDetails.toggleAncestors.push(ancestor.id);
}
});
return prop; return prop;
} }
storeHighestClassLevel(name, prop){ addToggle(prop){
// Only store the highest level classLevel prop = this.registerProperty(prop);
let stat = this.statsByVariableName[name] this.togglesById[prop._id] = prop;
if (!stat){
this.statsByVariableName[name] = prop;
} else if (!has(stat, 'level')){
// Stat is overriden by an attribute
return;
} else if (stat.level < prop.level) {
this.statsByVariableName[name] = prop;
}
} }
addClassLevel(prop){ addClassLevel(prop){
prop = this.registerProperty(prop); prop = this.registerProperty(prop);
if (prop.variableName){ this.classLevelsById[prop._id] = prop;
this.storeHighestClassLevel(prop.variableName, prop);
}
if (prop.baseClass){
this.storeHighestClassLevel(prop.baseClass, prop);
}
} }
addStat(prop){ addStat(prop){
prop = this.registerProperty(prop);
let variableName = prop.variableName; let variableName = prop.variableName;
if (!variableName) return; if (!variableName) return;
if (this.statsByVariableName[variableName]){ let existingStat = this.statsByVariableName[variableName];
prop.value = NaN; if (existingStat){
prop.computationDetails.error = 'variableNameCollision'; existingStat.computationDetails.idsOfSameName.push(prop._id);
console.warn('variableNameCollision', prop); this.originalPropsById[prop._id] = cloneDeep(prop);
return; if (prop.baseValueCalculation){
} existingStat.computationDetails.effects.push({
this.statsByVariableName[variableName] = prop; operation: 'base',
if ( calculation: prop.baseValueCalculation,
prop.type === 'skill' && stats: [variableName],
isSkillCheck(prop) && computationDetails: propDetailsByType.effect(),
prop.ability statBase: true,
){ });
this.addSkillToAbility(prop, prop.ability) }
if (prop.baseProficiency){
existingStat.computationDetails.proficiencies.push({
value: prop.baseProficiency,
stats: [variableName],
computationDetails: propDetailsByType.proficiency(),
type: 'proficiency',
statBase: true,
});
}
} else {
prop = this.registerProperty(prop);
this.statsById[prop._id] = prop;
this.statsByVariableName[variableName] = prop;
if (
prop.type === 'skill' &&
isSkillCheck(prop) &&
prop.ability
){
this.addSkillToAbility(prop, prop.ability)
}
} }
} }
addSkillToAbility(prop, ability){ addSkillToAbility(prop, ability){
@@ -83,7 +119,9 @@ export default class ComputationMemo {
prop = this.registerProperty(prop); prop = this.registerProperty(prop);
let targets = this.getEffectTargets(prop); let targets = this.getEffectTargets(prop);
targets.forEach(target => { targets.forEach(target => {
target.computationDetails.effects.push(prop); if (target.computationDetails.effects){
target.computationDetails.effects.push(prop);
}
}); });
if (!targets.size){ if (!targets.size){
this.unassignedEffects.push(prop); this.unassignedEffects.push(prop);
@@ -98,7 +136,12 @@ export default class ComputationMemo {
targets.add(target); targets.add(target);
if (isSkillOperation(prop) && isAbility(target)){ if (isSkillOperation(prop) && isAbility(target)){
let extras = this.skillsByAbility[statName] || []; let extras = this.skillsByAbility[statName] || [];
targets.add(...extras) extras.forEach(ex =>{
// Only pass on ability effects to skills and checks
if (ex.skillType === 'skill' || ex.skillType === 'check'){
targets.add(ex)
}
});
} }
}); });
return targets; return targets;
@@ -117,15 +160,29 @@ export default class ComputationMemo {
let target = this.statsByVariableName[statName]; let target = this.statsByVariableName[statName];
if (!target) return; if (!target) return;
targets.add(target); targets.add(target);
if (isAbility(target) && isSkillCheck(prop)) { if (isAbility(target)) {
let extras = this.skillsByAbility[statName] || []; let extras = this.skillsByAbility[statName] || [];
targets.add(...extras) extras.forEach(ex =>{
// Only pass on ability proficiencies to skills and checks
if (ex.skillType === 'skill' || ex.skillType === 'check'){
targets.add(ex)
}
});
} }
}); });
return targets; return targets;
} }
} }
function isAbility(prop){
return prop.type === 'attribute' &&
prop.attributeType === 'ability'
}
function isSkillCheck(prop){
return includes(['skill', 'check', 'save', 'utility'], prop.skillType);
}
const skillOperations = [ const skillOperations = [
'advantage', 'advantage',
'disadvantage', 'disadvantage',
@@ -135,15 +192,6 @@ const skillOperations = [
'rollBonus', 'rollBonus',
]; ];
function isAbility(prop){
return prop.type === 'attribute' &&
prop.attributeType === 'ability'
}
function isSkillCheck(prop){
return includes(['skill', 'check', 'save', 'utility'], prop.skillType);
}
function isSkillOperation(prop){ function isSkillOperation(prop){
return skillOperations.includes(prop.operation); return skillOperations.includes(prop.operation);
} }
@@ -153,11 +201,22 @@ function propDetails(prop){
} }
const propDetailsByType = { const propDetailsByType = {
toggle(){
return {
computed: false,
busyComputing: false,
toggleAncestors: [],
disabledByToggle: false,
};
},
attribute(){ attribute(){
return { return {
computed: false, computed: false,
busyComputing: false, busyComputing: false,
effects: [], effects: [],
toggleAncestors: [],
disabledByToggle: false,
idsOfSameName: [],
}; };
}, },
skill(){ skill(){
@@ -166,22 +225,30 @@ const propDetailsByType = {
busyComputing: false, busyComputing: false,
effects: [], effects: [],
proficiencies: [], proficiencies: [],
toggleAncestors: [],
disabledByToggle: false,
idsOfSameName: [],
}; };
}, },
effect(){ effect(){
return { return {
computed: false, computed: false,
busyComputing: false,
toggleAncestors: [],
disabledByToggle: false,
}; };
}, },
classLevel(){ classLevel(){
return { return {
computed: true, computed: true,
toggleAncestors: [],
disabledByToggle: false,
}; };
}, },
proficiency(){ proficiency(){
return {}; return {
}, toggleAncestors: [],
damageMultiplier(){ disabledByToggle: false,
return {}; };
}, },
} }

View File

@@ -2,9 +2,14 @@ import evaluateCalculation from '/imports/api/creature/computation/evaluateCalcu
export default class EffectAggregator{ export default class EffectAggregator{
constructor(stat, memo){ constructor(stat, memo){
delete this.baseValueErrors;
if (stat.baseValueCalculation){ if (stat.baseValueCalculation){
this.statBaseValue = evaluateCalculation(stat.baseValueCalculation, memo); let {value, errors} = evaluateCalculation(stat.baseValueCalculation, memo);
this.base = +this.statBaseValue; this.statBaseValue = value;
if (errors.length){
this.baseValueErrors = errors;
}
this.base = this.statBaseValue;
} else { } else {
this.base = 0; this.base = 0;
} }
@@ -16,15 +21,23 @@ export default class EffectAggregator{
this.disadvantage = 0; this.disadvantage = 0;
this.passiveAdd = 0; this.passiveAdd = 0;
this.fail = 0; this.fail = 0;
this.set = undefined;
this.conditional = []; this.conditional = [];
this.rollBonus = []; this.rollBonus = [];
this.hasNoEffects = true;
} }
addEffect(effect){ addEffect(effect){
let result = effect.result; let result = effect.result;
if (this.hasNoEffects) this.hasNoEffects = false;
switch(effect.operation){ switch(effect.operation){
case 'base': case 'base':
// Take the largest base value // Take the largest base value
this.base = result > this.base ? result : this.base; this.base = result > this.base ? result : this.base;
if (effect.statBase){
if (this.statBaseValue === undefined || result > this.statBaseValue){
this.statBaseValue = result;
}
}
break; break;
case 'add': case 'add':
// Add all adds together // Add all adds together
@@ -42,6 +55,10 @@ export default class EffectAggregator{
// Take the smallest max value // Take the smallest max value
this.max = result < this.max ? result : this.max; this.max = result < this.max ? result : this.max;
break; break;
case 'set':
// Take the highest set value
this.set = this.set === undefined || result > this.set ? result : this.set;
break;
case 'advantage': case 'advantage':
// Sum number of advantages // Sum number of advantages
this.advantage++; this.advantage++;

View File

@@ -1,5 +1,5 @@
import * as math from 'mathjs'; import math from '/imports/math.js';
import replaceBareSymbolsWithValueAccessor from '/imports/api/creature/computation/utility/replaceBareSymbolsWithValueAccessor.js'; import bareSymbolSubtitutor from '/imports/api/creature/computation/utility/bareSymbolSubtitutor.js';
export default function evaluateString(string, scope){ export default function evaluateString(string, scope){
let errors = []; let errors = [];
@@ -20,7 +20,7 @@ export default function evaluateString(string, scope){
} }
// Replace all bare symbols with symbol.value // Replace all bare symbols with symbol.value
let transformedCalc = calc.transform(replaceBareSymbolsWithValueAccessor); let transformedCalc = calc.transform(bareSymbolSubtitutor(scope));
// Evaluate the expression to a number or return with substitutions // Evaluate the expression to a number or return with substitutions
try { try {
@@ -29,11 +29,11 @@ export default function evaluateString(string, scope){
} catch (e1){ } catch (e1){
errors.push(e1); errors.push(e1);
try { try {
let result = simplifyWithAccessors(calc, scope).toHTML(); let result = simplifyWithAccessors(transformedCalc, scope).toHTML();
return {result, errors}; return {result, errors};
} catch (e2){ } catch (e2){
errors.push(e2); errors.push(e2);
return {result: calc.toHTML(), errors}; return {result: transformedCalc.toHTML(), errors};
} }
} }
} }

View File

@@ -0,0 +1,11 @@
import computeToggle from '/imports/api/creature/computation/computeToggle.js';
export default function applyToggles(prop, memo){
prop.computationDetails.toggleAncestors.forEach(toggleId => {
let toggle = memo.togglesById[toggleId];
computeToggle(toggle, memo);
if (!toggle.toggleResult){
prop.computationDetails.disabledByToggle = true;
}
});
}

View File

@@ -1,5 +1,5 @@
import computeStat from '/imports/api/creature/computation/computeStat.js'; import computeStat from '/imports/api/creature/computation/computeStat.js';
import applyToggles from '/imports/api/creature/computation/applyToggles.js';
export default function combineStat(stat, aggregator, memo){ export default function combineStat(stat, aggregator, memo){
if (stat.type === 'attribute'){ if (stat.type === 'attribute'){
@@ -11,17 +11,34 @@ export default function combineStat(stat, aggregator, memo){
} }
} }
function combineAttribute(stat, aggregator){ function getAggregatorResult(stat, aggregator){
let result = (aggregator.base + aggregator.add) * aggregator.mul; let result = (aggregator.base + aggregator.add) * aggregator.mul;
if (result < aggregator.min) result = aggregator.min; if (result < aggregator.min) {
if (result > aggregator.max) result = aggregator.max; result = aggregator.min;
if (!stat.decimal) result = Math.floor(result); }
stat.value = result; if (result > aggregator.max) {
result = aggregator.max;
}
if (aggregator.set !== undefined) {
result = aggregator.set;
}
if (!stat.decimal && Number.isFinite(result)){
result = Math.floor(result);
}
return result;
}
function combineAttribute(stat, aggregator){
stat.value = getAggregatorResult(stat, aggregator);
stat.baseValue = aggregator.statBaseValue; stat.baseValue = aggregator.statBaseValue;
stat.baseValueErrors = aggregator.baseValueErrors;
if (stat.attributeType === 'ability') { if (stat.attributeType === 'ability') {
stat.modifier = Math.floor((result - 10) / 2); stat.modifier = Math.floor((stat.value - 10) / 2);
} }
stat.currentValue = stat.value - (stat.damage || 0); stat.currentValue = stat.value - (stat.damage || 0);
stat.hide = aggregator.hasNoEffects &&
stat.baseValue === undefined ||
undefined
} }
function combineSkill(stat, aggregator, memo){ function combineSkill(stat, aggregator, memo){
@@ -37,26 +54,61 @@ function combineSkill(stat, aggregator, memo){
stat.proficiency = stat.baseProficiency || 0; stat.proficiency = stat.baseProficiency || 0;
for (let i in stat.computationDetails.proficiencies){ for (let i in stat.computationDetails.proficiencies){
let prof = stat.computationDetails.proficiencies[i]; let prof = stat.computationDetails.proficiencies[i];
if (prof.value > stat.proficiency) stat.proficiency = prof.value; applyToggles(prof, memo);
if (
!prof.computationDetails.disabledByToggle &&
prof.value > stat.proficiency
){
stat.proficiency = prof.value;
}
} }
// Get the character's proficiency bonus to apply // Get the character's proficiency bonus to apply
let profBonusStat = memo.statsByVariableName['proficiencyBonus']; let profBonusStat = memo.statsByVariableName['proficiencyBonus'];
let profBonus = profBonusStat && profBonusStat.value; let profBonus = profBonusStat && profBonusStat.value;
/** TODO level needs to be on the memo somewhere if (typeof profBonus !== 'number' && memo.statsByVariableName['level']){
if (typeof profBonus !== "number"){ let level = memo.statsByVariableName['level'].value;
profBonus = Math.floor(char.level / 4 + 1.75); profBonus = Math.ceil(level / 4) + 1;
} }
*/
// Multiply the proficiency bonus by the actual proficiency // Multiply the proficiency bonus by the actual proficiency
profBonus *= stat.proficiency; profBonus *= stat.proficiency;
// Base value
stat.baseValue = aggregator.statBaseValue;
stat.baseValueErrors = aggregator.baseValueErrors;
// Combine everything to get the final result // Combine everything to get the final result
let result = (stat.abilityMod + profBonus + aggregator.add) * aggregator.mul; let result = (aggregator.base + stat.abilityMod + profBonus + aggregator.add) * aggregator.mul;
if (result < aggregator.min) result = aggregator.min; if (result < aggregator.min) result = aggregator.min;
if (result > aggregator.max) result = aggregator.max; if (result > aggregator.max) result = aggregator.max;
result = Math.floor(result); if (aggregator.set !== undefined) {
if (stat.base > result) result = stat.base; result = aggregator.set;
}
if (Number.isFinite(result)){
result = Math.floor(result);
}
stat.value = result; stat.value = result;
// Advantage/disadvantage
if (aggregator.advantage && !aggregator.disadvantage){
stat.advantage = 1;
} else if (aggregator.disadvantage && !aggregator.advantage){
stat.advantage = -1;
} else {
stat.advantage = 0;
}
// Passive bonus
stat.passiveBonus = aggregator.passiveAdd;
// conditional benefits
stat.conditionalBenefits = aggregator.conditional;
// Roll bonuses
stat.rollBonus = aggregator.rollBonus;
// Forced to fail
stat.fail = aggregator.fail;
// Rollbonus
stat.rollBonuses = aggregator.rollBonus;
// Hide
stat.hide = aggregator.hasNoEffects &&
stat.baseValue === undefined &&
stat.proficiency == 0 ||
undefined;
} }
function combineDamageMultiplier(stat){ function combineDamageMultiplier(stat){

View File

@@ -1,15 +1,45 @@
import evaluateCalculation from '/imports/api/creature/computation/evaluateCalculation.js'; import evaluateCalculation from '/imports/api/creature/computation/evaluateCalculation.js';
import applyToggles from '/imports/api/creature/computation/applyToggles.js';
export default function computeEffect(effect, memo){ export default function computeEffect(effect, memo){
if (effect.computationDetails.computed) return; if (effect.computationDetails.computed) return;
if (_.isFinite(effect.calculation)){ if (effect.computationDetails.busyComputing){
// Trying to compute this effect again while it is already computing.
// We must be in a dependency loop.
effect.computationDetails.computed = true;
effect.result = NaN;
effect.computationDetails.busyComputing = false;
effect.computationDetails.error = 'dependencyLoop';
if (Meteor.isClient) console.warn('dependencyLoop', effect);
return;
}
// Before doing any work, mark this effect as busy
effect.computationDetails.busyComputing = true;
// Apply any toggles
applyToggles(effect, memo);
// Determine result of effect calculation
delete effect.errors;
if (!effect.calculation){
if(effect.operation === 'add' || effect.operation === 'base'){
effect.result = 0;
} else {
delete effect.result
}
} else if (Number.isFinite(+effect.calculation)){
effect.result = +effect.calculation; effect.result = +effect.calculation;
} else if(effect.operation === "conditional" || effect.operation === "rollBonus"){ } else if(effect.operation === 'conditional' || effect.operation === 'rollBonus'){
effect.result = effect.calculation; effect.result = effect.calculation;
} else if(_.contains(["advantage", "disadvantage", "fail"], effect.operation)){ } else if(_.contains(['advantage', 'disadvantage', 'fail'], effect.operation)){
effect.result = 1; effect.result = 1;
} else { } else {
effect.result = evaluateCalculation(effect.calculation, memo); let {value, errors} = evaluateCalculation(effect.calculation, memo);
effect.result = value;
if (errors.length){
effect.errors = errors;
}
} }
effect.computationDetails.computed = true; effect.computationDetails.computed = true;
effect.computationDetails.busyComputing = false;
} }

View File

@@ -0,0 +1,44 @@
import { forOwn, has } from 'lodash';
export default function computeLevels(memo){
computeClassLevels(memo);
computeTotalLevel(memo);
}
function computeClassLevels(memo){
forOwn(memo.classLevelsById, classLevel => {
let name = classLevel.variableName;
let stat = memo.statsByVariableName[name];
if (!stat){
memo.statsByVariableName[name] = classLevel;
memo.classes[name] = classLevel;
} else if (!has(stat, 'level')){
// Stat is overriden by an attribute
return;
} else if (stat.level < classLevel.level) {
memo.statsByVariableName[name] = classLevel;
memo.classes[name] = classLevel;
}
});
}
function computeTotalLevel(memo){
let currentLevel = memo.statsByVariableName['level'];
if (!currentLevel){
currentLevel = {
value: 0,
computationDetails: {
builtIn: true,
computed: true,
}
};
memo.statsByVariableName['level'] = currentLevel;
}
// bail out if overriden by an attribute
if (!currentLevel.computationDetails.builtIn) return;
let level = 0;
for (let name in memo.classes){
level += memo.classes[name].level || 0;
}
memo.statsByVariableName['level'].value = level;
}

View File

@@ -1,12 +1,22 @@
import { each, forOwn } from 'lodash'; import { each, forOwn } from 'lodash';
import computeLevels from '/imports/api/creature/computation/computeLevels.js';
import computeStat from '/imports/api/creature/computation/computeStat.js'; import computeStat from '/imports/api/creature/computation/computeStat.js';
import computeEffect from '/imports/api/creature/computation/computeEffect.js'; import computeEffect from '/imports/api/creature/computation/computeEffect.js';
import computeToggle from '/imports/api/creature/computation/computeToggle.js';
export default function computeMemo(memo){ export default function computeMemo(memo){
forOwn(memo.statsByVariableName, (stat) => { // Compute level
computeLevels(memo);
// Compute all stats, even if they are overriden
forOwn(memo.statsById, stat => {
computeStat (stat, memo); computeStat (stat, memo);
}); });
each(memo.unassignedEffects, (effect) => { // Compute effects which didn't end up targeting a stat
each(memo.unassignedEffects, effect => {
computeEffect(effect, memo); computeEffect(effect, memo);
}); });
forOwn(memo.togglesById, toggle => {
computeToggle(toggle, memo);
});
// Compute class levels
} }

View File

@@ -1,6 +1,7 @@
import combineStat from '/imports/api/creature/computation/combineStat.js'; import combineStat from '/imports/api/creature/computation/combineStat.js';
import computeEffect from '/imports/api/creature/computation/computeEffect.js'; import computeEffect from '/imports/api/creature/computation/computeEffect.js';
import EffectAggregator from '/imports/api/creature/computation/EffectAggregator.js'; import EffectAggregator from '/imports/api/creature/computation/EffectAggregator.js';
import applyToggles from '/imports/api/creature/computation/applyToggles.js';
import { each } from 'lodash'; import { each } from 'lodash';
export default function computeStat(stat, memo){ export default function computeStat(stat, memo){
@@ -13,17 +14,26 @@ export default function computeStat(stat, memo){
stat.value = NaN; stat.value = NaN;
stat.computationDetails.busyComputing = false; stat.computationDetails.busyComputing = false;
stat.computationDetails.error = 'dependencyLoop'; stat.computationDetails.error = 'dependencyLoop';
console.warn('dependencyLoop', stat); if (Meteor.isClient) console.warn('dependencyLoop', stat);
return; return;
} }
// Compute and aggregate all the effects // Before doing any work, mark this stat as busy
let aggregator = new EffectAggregator(stat, memo) stat.computationDetails.busyComputing = true;
each(stat.computationDetails.effects, (effect) => { // Apply any toggles
computeEffect(effect, memo); applyToggles(stat, memo);
aggregator.addEffect(effect);
}); if (!stat.computationDetails.disabledByToggle){
// Conglomerate all the effects to compute the final stat values // Compute and aggregate all the effects
combineStat(stat, aggregator, memo); let aggregator = new EffectAggregator(stat, memo)
each(stat.computationDetails.effects, (effect) => {
computeEffect(effect, memo);
if (!effect.computationDetails.disabledByToggle){
aggregator.addEffect(effect);
}
});
// Conglomerate all the effects to compute the final stat values
combineStat(stat, aggregator, memo);
}
// Mark the attribute as computed // Mark the attribute as computed
stat.computationDetails.computed = true; stat.computationDetails.computed = true;
stat.computationDetails.busyComputing = false; stat.computationDetails.busyComputing = false;

View File

@@ -0,0 +1,37 @@
import evaluateCalculation from '/imports/api/creature/computation/evaluateCalculation.js';
export default function computeToggle(toggle, memo){
if (toggle.computationDetails.computed) return;
if (toggle.computationDetails.busyComputing){
// Trying to compute this effect again while it is already computing.
// We must be in a dependency loop.
toggle.computationDetails.computed = true;
toggle.result = false;
toggle.computationDetails.busyComputing = false;
toggle.computationDetails.error = 'dependencyLoop';
if (Meteor.isClient) console.warn('dependencyLoop', toggle);
return;
}
// Before doing any work, mark this toggle as busy
toggle.computationDetails.busyComputing = true;
// Do work
delete toggle.errors;
if (toggle.enabled){
toggle.toggleResult = true;
} else if (toggle.disabled){
toggle.toggleResult = false;
} else if (!toggle.condition){
toggle.toggleResult = false;
} else if (Number.isFinite(+toggle.condition)){
toggle.toggleResult = !!+toggle.condition;
} else {
let {value, errors} = evaluateCalculation(toggle.condition, memo);
toggle.toggleResult = value;
if (errors.length){
toggle.errors = errors;
}
}
toggle.computationDetails.computed = true;
toggle.computationDetails.busyComputing = false;
}

View File

@@ -1,16 +1,20 @@
import replaceBareSymbolsWithValueAccessor from '/imports/api/creature/computation/utility/replaceBareSymbolsWithValueAccessor.js';
import computeStat from '/imports/api/creature/computation/computeStat.js'; import computeStat from '/imports/api/creature/computation/computeStat.js';
import * as math from 'mathjs'; import math from '/imports/math.js';
/* Convert a calculation into a constant output and errors*/
export default function evaluateCalculation(string, memo){ export default function evaluateCalculation(string, memo){
if (!string) return string; if (!string) return string;
let errors = [];
// Parse the string using mathjs // Parse the string using mathjs
let calc; let calc;
try { try {
calc = math.parse(string); calc = math.parse(string);
} catch (e) { } catch (e) {
console.error(e); errors.push({
return string; type: 'parsing',
message: e.message || e
});
return {errors, value: string};
} }
// Ensure all symbol nodes are defined and coputed // Ensure all symbol nodes are defined and coputed
calc.traverse(node => { calc.traverse(node => {
@@ -21,12 +25,74 @@ export default function evaluateCalculation(string, memo){
} }
} }
}); });
// Ensure any bare symbols are value accessors instead // Replace all symbols with their subtitution
let substitutedCalc = calc.transform(replaceBareSymbolsWithValueAccessor); let substitutedCalc = calc.transform(
symbolSubtitutor(memo.statsByVariableName, errors)
);
// Evaluate the expression to a number or return with substitutions // Evaluate the expression to a number or return with substitutions
try { try {
return substitutedCalc.evaluate(memo.statsByVariableName); let value = substitutedCalc.evaluate(memo.statsByVariableName);
if (typeof value === 'object') value = value.toString();
return {errors, value};
} catch (e){ } catch (e){
return substitutedCalc.toString(); errors.push({
type: 'evaluation',
message: e.message || e
});
let value = substitutedCalc.toString();
return {errors, value};
}
}
// returns a function to replace all symbols with either their resolved value
// or zero, keeping the errors
function symbolSubtitutor(scope, errors){
return function(node){
// mark symbol nodes that are children of function nodes to be skipped
if (node.isFunctionNode){
let fn = node.fn;
if (fn && fn.isSymbolNode){
fn.skipReplacement = true;
}
return node;
} else if (node.isSymbolNode && node.skipReplacement !== true){
//bare symbols of name "stat", should search for stat.value
let stat = scope[node.name];
if (stat){
if (stat.value === undefined){
errors.push({
type: 'subsitution',
message: `${node.name} does not have a value, set to 0`
});
return new math.ConstantNode(0);
} else {
return new math.ConstantNode(stat.value);
}
} else {
try {
return new math.ConstantNode(node.evaluate(scope));
} catch (e) {
errors.push({
type: 'subsitution',
message: `${node.name} not found, set to 0`
});
return new math.ConstantNode(0);
}
}
} else if (node.isAccessorNode){
try {
let value = node.evaluate(scope);
if (value === undefined) throw 'Not found';
return new math.ConstantNode(value);
} catch (e) {
errors.push({
type: 'subsitution',
message: `${node.toString()} not found, set to 0`
});
return new math.ConstantNode(0);
}
} else {
return node;
}
} }
} }

View File

@@ -1,42 +0,0 @@
import Creatures from '/imports/api/creature/Creatures.js';
import CreatureProperties from '/imports/api/creature/CreatureProperties.js';
export default function getCalculationProperties(creatureId){
// First get ids of disabled properties and unequiped items
let disabledAncestorIds = CreatureProperties.find({
'ancestors.id': creatureId,
$or: [
{disabled: true},
{equipped: false},
],
}, {
fields: {_id: 1},
}).map(prop => prop._id);
// Then get the ids of creatures that are children of this creature
// to isolate their decendent properties from this calculation
Creatures.find({
'ancestors.id': creatureId,
}, {
fields: {_id: 1},
}).forEach(prop => {
disabledAncestorIds.push(prop._id);
});
// Get all the properties that aren't from the excluded decendents
return CreatureProperties.find({
'ancestors.id': {
$eq: creatureId,
$nin: disabledAncestorIds,
},
removed: {$ne: true},
type: {$in: [
'attribute',
'skill',
'damageMultiplier',
'effect',
'proficiency',
'classLevel',
]},
}).fetch();
}

View File

@@ -1,12 +1,12 @@
import { Meteor } from 'meteor/meteor'
import { ValidatedMethod } from 'meteor/mdg:validated-method'; import { ValidatedMethod } from 'meteor/mdg:validated-method';
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { assertEditPermission } from '/imports/api/creature/creaturePermissions.js'; import { assertEditPermission } from '/imports/api/creature/creaturePermissions.js';
import ComputationMemo from '/imports/api/creature/computation/ComputationMemo.js'; import ComputationMemo from '/imports/api/creature/computation/ComputationMemo.js';
import computeMemo from '/imports/api/creature/computation/computeMemo.js'; import computeMemo from '/imports/api/creature/computation/computeMemo.js';
import getCalculationProperties from '/imports/api/creature/computation/getCalculationProperties.js'; import getActiveProperties from '/imports/api/creature/getActiveProperties.js';
import writeAlteredProperties from '/imports/api/creature/computation/writeAlteredProperties.js'; import writeAlteredProperties from '/imports/api/creature/computation/writeAlteredProperties.js';
import writeCreatureVariables from '/imports/api/creature/computation/writeCreatureVariables.js'; import writeCreatureVariables from '/imports/api/creature/computation/writeCreatureVariables.js';
import { recomputeDamageMultipliersById } from '/imports/api/creature/damageMultiplierDenormalise/recomputeDamageMultipliers.js'
export const recomputeCreature = new ValidatedMethod({ export const recomputeCreature = new ValidatedMethod({
@@ -26,6 +26,15 @@ export const recomputeCreature = new ValidatedMethod({
}); });
const calculationPropertyTypes = [
'attribute',
'skill',
'effect',
'proficiency',
'classLevel',
'toggle',
];
/** /**
* This function is the heart of DiceCloud. It recomputes a creature's stats, * This function is the heart of DiceCloud. It recomputes a creature's stats,
* distilling down effects and proficiencies into the final stats that make up * distilling down effects and proficiencies into the final stats that make up
@@ -63,11 +72,16 @@ export const recomputeCreature = new ValidatedMethod({
* - Write the computed results back to the database * - Write the computed results back to the database
*/ */
export function recomputeCreatureById(creatureId){ export function recomputeCreatureById(creatureId){
let props = getCalculationProperties(creatureId); let props = getActiveProperties({
ancestorId: creatureId,
filter: {type: {$in: calculationPropertyTypes}},
includeUntoggled: true,
// TODO filter out expensive fields, particularly icon field
});
let computationMemo = new ComputationMemo(props); let computationMemo = new ComputationMemo(props);
computeMemo(computationMemo); computeMemo(computationMemo);
writeAlteredProperties(computationMemo); writeAlteredProperties(computationMemo);
writeCreatureVariables(computationMemo, creatureId); writeCreatureVariables(computationMemo, creatureId);
// if(Meteor.isClient) console.log(computationMemo); recomputeDamageMultipliersById(creatureId);
return computationMemo; return computationMemo;
} }

View File

@@ -0,0 +1,24 @@
import math from '/imports/math.js';
export default function bareSymbolSubtitutor(scope){
return function(node, path){
if (!scope) return node;
if (node.isFunctionNode){
let fn = node.fn;
if (fn && fn.isSymbolNode){
fn.skipReplacement = true;
}
return node;
} else if (
node.isSymbolNode &&
path !== 'object' &&
node.skipReplacement !== true
) {
let stat = scope[node.name];
if (!stat) return node;
return new math.ConstantNode(stat.value);
} else {
return node;
}
}
}

View File

@@ -1,22 +0,0 @@
import * as math from 'mathjs';
export default function replaceBareSymbolsWithValueAccessor(node, path) {
if (node.isFunctionNode){
let fn = node.fn;
if (fn && fn.isSymbolNode){
fn.skipReplacement = true;
}
return node;
} else if (
node.isSymbolNode &&
path !== 'object' &&
node.skipReplacement !== true
) {
const object = new math.SymbolNode(node.name);
const address = new math.ConstantNode('value');
const index = new math.IndexNode([address]);
return new math.AccessorNode(object, index);
} else {
return node;
}
}

View File

@@ -3,51 +3,60 @@ import { isEqual, forOwn } from 'lodash';
import { ComputedOnlySkillSchema } from '/imports/api/properties/Skills.js'; import { ComputedOnlySkillSchema } from '/imports/api/properties/Skills.js';
import { ComputedOnlyAttributeSchema } from '/imports/api/properties/Attributes.js'; import { ComputedOnlyAttributeSchema } from '/imports/api/properties/Attributes.js';
import { ComputedOnlyEffectSchema } from '/imports/api/properties/Effects.js'; import { ComputedOnlyEffectSchema } from '/imports/api/properties/Effects.js';
import { ComputedOnlyToggleSchema } from '/imports/api/properties/Toggles.js';
import CreatureProperties from '/imports/api/creature/CreatureProperties.js'; import CreatureProperties from '/imports/api/creature/CreatureProperties.js';
const schemasByType = {
'skill': ComputedOnlySkillSchema,
'attribute': ComputedOnlyAttributeSchema,
'effect': ComputedOnlyEffectSchema,
'toggle': ComputedOnlyToggleSchema,
};
export default function writeAlteredProperties(memo){ export default function writeAlteredProperties(memo){
let bulkWriteOperations = []; let bulkWriteOperations = [];
// Loop through all properties on the memo // Loop through all properties on the memo
forOwn(memo.originalPropsById, (original, _id) => { forOwn(memo.propsById, changed => {
let changed = memo.propsById[_id]; let schema = schemasByType[changed.type];
if (!schema) return;
let schema; let extraIds = changed.computationDetails.idsOfSameName;
switch (changed.type){ let ids;
case 'skill': if (extraIds && extraIds.length){
schema = ComputedOnlySkillSchema; ids = [changed._id, ...extraIds];
break; } else {
case 'attribute': ids = [changed._id];
schema = ComputedOnlyAttributeSchema;
break;
case 'effect':
schema = ComputedOnlyEffectSchema;
break;
default:
return;
} }
let op = undefined; ids.forEach(id => {
// Loop through all keys that can be changed by computation let op = undefined;
// and compile an operation that sets all those keys let original = memo.originalPropsById[id];
for (let key of schema.objectKeys()){ op = addChangedKeysToOp(op, schema.objectKeys(), original, changed);
if (!isEqual(original[key], changed[key])){ if (op){
if (!op) op = newOperation(_id, changed.type); bulkWriteOperations.push(op);
let value = changed[key];
if (value === undefined){
// Unset values that become undefined
addUnsetOp(op, key);
} else {
// Set values that changed to something else
addSetOp(op, key, value);
}
} }
} });
if (op){
bulkWriteOperations.push(op);
}
}); });
bulkWriteProperties(bulkWriteOperations); bulkWriteProperties(bulkWriteOperations);
} }
function addChangedKeysToOp(op, keys, original, changed) {
// Loop through all keys that can be changed by computation
// and compile an operation that sets all those keys
for (let key of keys){
if (!isEqual(original[key], changed[key])){
if (!op) op = newOperation(original._id, changed.type);
let value = changed[key];
if (value === undefined){
// Unset values that become undefined
addUnsetOp(op, key);
} else {
// Set values that changed to something else
addSetOp(op, key, value);
}
}
}
return op;
}
function newOperation(_id, type){ function newOperation(_id, type){
let newOp = { let newOp = {
updateOne: { updateOne: {
@@ -84,12 +93,16 @@ function bulkWriteProperties(bulkWriteOps){
bulkWriteOps, bulkWriteOps,
{ordered : false}, {ordered : false},
function(e){ function(e){
if (e) console.error(e); if (e) {
console.error('Bulk write failed: ');
console.error(e);
}
} }
); );
} else { } else {
bulkWriteOps.forEach(op => { bulkWriteOps.forEach(op => {
CreatureProperties.update(op.updateOne.filter, op.updateOne.update, { let updateOneOrMany = op.updateOne || op.updateMany;
CreatureProperties.update(updateOneOrMany.filter, updateOneOrMany.update, {
// The server code is bypassing collection 2 validation, so do the same // The server code is bypassing collection 2 validation, so do the same
// on the client // on the client
// include this if bypass is off: // include this if bypass is off:

View File

@@ -1,3 +1,4 @@
import Creatures from '/imports/api/creature/Creatures.js';
import { import {
assertEditPermission as editPermission, assertEditPermission as editPermission,
assertViewPermission as viewPermission, assertViewPermission as viewPermission,

View File

@@ -0,0 +1,67 @@
import { ValidatedMethod } from 'meteor/mdg:validated-method';
import SimpleSchema from 'simpl-schema';
import { assertEditPermission } from '/imports/api/creature/creaturePermissions.js';
import Creatures from '/imports/api/creature/Creatures.js';
import getActiveProperties from '/imports/api/creature/getActiveProperties.js';
export const recomputeDamageMultipliers = new ValidatedMethod({
name: 'Creatures.methods.recomputeDamageMultipliers',
validate: new SimpleSchema({
creatureId: { type: String }
}).validator(),
run({creatureId}) {
// Permission
assertEditPermission(creatureId, this.userId);
// Work, call this direcly if you are already in a method that has checked
// for permission to edit a given character
recomputeDamageMultipliersById(creatureId);
},
});
export function recomputeDamageMultipliersById(creatureId){
if (!creatureId) throw 'Creature ID is required';
let props = getActiveProperties({
ancestorId: creatureId,
filter: {type: 'damageMultiplier'},
});
// Count of how many weakness, resistances and immunities each damage type has
let multipliersByName = {};
props.forEach(dm => {
dm.damageTypes.forEach(damageType => {
if (!multipliersByName[damageType]){
multipliersByName[damageType] = {
weaknesses: 0,
resistances: 0,
immunities: 0,
};
}
if (dm.value === 0){
multipliersByName[damageType].immunities++;
} else if (dm.value === 0.5){
multipliersByName[damageType].resistances++;
} else if (dm.value === 2){
multipliersByName[damageType].weaknesses++;
}
});
});
// Make an Object with keys of all the damage types that have a resulting
// immunity, weakness, or resistance
let damageMultipliers = {};
for (let damageType in multipliersByName){
let multiplier = multipliersByName[damageType];
if (multiplier.immunities){
damageMultipliers[damageType] = 0;
} else if (multiplier.resistances && !multiplier.weaknesses){
damageMultipliers[damageType] = 0.5;
} else if (multiplier.weaknesses && !multiplier.resistances){
damageMultipliers[damageType] = 2;
}
}
// Store the Object on the creature document
Creatures.update(creatureId, {$set: {damageMultipliers}});
}

View File

@@ -0,0 +1,61 @@
import Creatures from '/imports/api/creature/Creatures.js';
import CreatureProperties from '/imports/api/creature/CreatureProperties.js';
export default function getActiveProperties({
ancestorId,
filter = {},
options,
includeUntoggled = false
}){
filter = getActivePropertyFilter({ancestorId, filter, includeUntoggled});
return CreatureProperties.find(filter, options).fetch();
}
export function getActivePropertyFilter({
ancestorId,
filter = {},
includeUntoggled = false
}){
if (!ancestorId){
throw 'Ancestor Id is required to get active properties'
}
// First get ids of disabled properties, unequiped items, unapplied buffs
let disabledAncestorsFilter = {
'ancestors.id': ancestorId,
$or: [
{disabled: true}, // Everything can be disabled
{equipped: false}, // Items can be equipped
{applied: false}, // Buffs can be applied
],
};
if (!includeUntoggled){
disabledAncestorsFilter.$or.push({toggleResult: false});
}
let disabledAncestorIds = CreatureProperties.find(disabledAncestorsFilter, {
fields: {_id: 1},
}).map(prop => prop._id);
// Then get the ids of creatures that are children of this creature
// to isolate their decendent properties
Creatures.find({
'ancestors.id': ancestorId,
}, {
fields: {_id: 1},
}).forEach(subCreature => {
disabledAncestorIds.push(subCreature._id);
});
// Get all the properties that are decendents of the ancestor of interest but
// aren't from the excluded decendents
filter['ancestors.id'] = {
$eq: ancestorId,
$nin: disabledAncestorIds,
};
// Get properties that aren't removed
filter.removed = {$ne: true};
// Don't include the disabled ancestors themselves either
filter._id = {
$nin: disabledAncestorIds,
}
return filter;
}

View File

@@ -1,181 +0,0 @@
import DEFAULT_CHARACTER_DOCS from '/imports/api/creature/DEFAULT_CHARACTER_DOCS.js';
import { Random } from 'meteor/random';
const setParent = function(charId){
let parent = {
collection: "Creatures",
id: charId,
group: "default",
};
return doc => {
doc.parent = doc.parent || parent;
doc.charId = charId;
};
};
const getRacialBonusEffect = function(charId, attribute, bonus){
return {
name: "Race Bonus",
stat: attribute,
operation: "add",
calculation: bonus.toString(),
enabled: true,
parent: {
collection: "Creatures",
id: charId,
group: "race",
},
charId: charId,
};
};
const giveDocsOrderAndIds = function(docArray){
for (i in docArray){
docArray[i].order = +i;
if (!docArray[i]._id){
docArray[i]._id = Random.id();
}
}
};
const getDefaultCharacterDocs = function(charId, {
// Character form data
baseStrength = 10,
baseDexterity = 10,
baseConstitution = 10,
baseIntelligence = 10,
baseWisdom = 10,
baseCharisma = 10,
strengthBonus = 0,
dexterityBonus = 0,
constitutionBonus = 0,
intelligenceBonus = 0,
wisdomBonus = 0,
charismaBonus = 0,
hitDice = "d8",
cls = "Class",
level = 1,
}){
let docs = DEFAULT_CHARACTER_DOCS();
// Setup the base ability scores
docs.attributes[0].baseValue = baseStrength;
docs.attributes[1].baseValue = baseDexterity;
docs.attributes[2].baseValue = baseConstitution;
docs.attributes[3].baseValue = baseIntelligence;
docs.attributes[4].baseValue = baseWisdom;
docs.attributes[5].baseValue = baseCharisma;
// Set up racial bonuses
if (strengthBonus) {
docs.effects.push(
getRacialBonusEffect(charId, 'strength', strengthBonus)
);
}
if (dexterityBonus) {
docs.effects.push(
getRacialBonusEffect(charId, 'dexterity', dexterityBonus)
);
}
if (constitutionBonus) {
docs.effects.push(
getRacialBonusEffect(charId, 'constitution', constitutionBonus)
);
}
if (intelligenceBonus) {
docs.effects.push(
getRacialBonusEffect(charId, 'intelligence', intelligenceBonus)
);
}
if (wisdomBonus) {
docs.effects.push(
getRacialBonusEffect(charId, 'wisdom', wisdomBonus)
);
}
if (charismaBonus) {
docs.effects.push(
getRacialBonusEffect(charId, 'charisma', charismaBonus)
);
}
// Set up Class
const strippedCls = cls.replace(/\s+/g, '')
const classId = Random.id();
docs.classes = [{
_id: classId,
charId,
level,
name: cls,
}];
// Setup hit dice
docs.effects.push({
name: cls,
stat: `${hitDice}HitDice`,
operation: "add",
calculation: `${strippedCls}Level`,
enabled: true,
parent: {
collection: "Classes",
id: classId,
},
charId: charId,
});
// Setup health for all class levels
let healthPerLevel = 4;
if (hitDice == "d6"){
healthPerLevel = 4;
} else if (hitDice == "d8"){
healthPerLevel = 5;
} else if (hitDice == "d10"){
healthPerLevel = 6;
} else if (hitDice == "d12"){
healthPerLevel = 7;
}
docs.effects.push({
name: cls,
stat: `hitPoints`,
operation: "add",
calculation: `${healthPerLevel - 2} + ${healthPerLevel} * ${strippedCls}Level`,
enabled: true,
parent: {
collection: "Classes",
id: classId,
},
charId: charId,
});
// Set the parents for base items
docs.attributes.forEach(setParent(charId));
docs.skills.forEach(setParent(charId));
docs.damageMultipliers.forEach(setParent(charId));
docs.effects.forEach(setParent(charId));
docs.containers.forEach(setParent(charId));
// Set up parenting on items and move them to the top level items object
docs.items = [];
docs.containers.forEach(container => {
container._id = Random.id();
const parent = {
collection: "Containers",
id: container._id,
};
container.items.forEach(item => {
item.parent = parent;
item.charId = charId;
});
// Move the items to the top level array
docs.items.push(...container.items);
delete container.items;
});
// Order the docs
for (collection in docs){
giveDocsOrderAndIds(docs[collection]);
}
return docs
};
export default getDefaultCharacterDocs;

View File

@@ -0,0 +1,106 @@
import SimpleSchema from 'simpl-schema';
import { ValidatedMethod } from 'meteor/mdg:validated-method';
import Creatures from '/imports/api/creature/Creatures.js';
import CreatureProperties from '/imports/api/creature/CreatureProperties.js';
import getActiveProperties, { getActivePropertyFilter } from '/imports/api/creature/getActiveProperties.js';
import { assertEditPermission } from '/imports/api/creature/creaturePermissions.js';
import { recomputeCreatureById } from '/imports/api/creature/computation/recomputeCreature.js';
const restCreature = new ValidatedMethod({
name: 'creature.methods.longRest',
validate: new SimpleSchema({
creatureId: {
type: String,
regEx: SimpleSchema.RegEx.Id,
},
restType: {
type: String,
allowedValues: ['shortRest', 'longRest'],
},
}).validator(),
run({creatureId, restType}) {
let creature = Creatures.findOne(creatureId, {
fields: {
owner: 1,
writers: 1,
settings: 1,
}
}) ;
// Need edit permissions
assertEditPermission(creature, this.userId);
// Long rests reset short rest properties as well
let resetFilter;
if (restType === 'shortRest'){
resetFilter = 'shortRest'
} else {
resetFilter = {$in: ['shortRest', 'longRest']}
}
// Only apply to active properties
let filter = getActivePropertyFilter({
filter: {reset: resetFilter},
ancestorId: creatureId,
includeUntoggled: true,
});
// update all attribute's damage
filter.type = 'attribute';
CreatureProperties.update(filter, {
$set: {damage: 0}
}, {
selector: {type: 'attribute'},
multi: true,
});
// Update all action-like properties' usesUsed
filter.type = {$in: [
'action',
'attack',
'spell'
]};
CreatureProperties.update(filter, {
$set: {usesUsed: 0}
}, {
selector: {type: 'action'},
multi: true,
});
// Reset half hit dice on a long rest, starting with the highest dice
if (restType === 'longRest'){
let hitDice = getActiveProperties({
ancestorId: creatureId,
filter: {type: 'attribute', attributeType: 'hitDice'},
options: {fields: {
hitDiceSize: 1,
damage: 1,
value: 1,
}},
});
// Use a collator to do sorting in natural order
let collator = new Intl.Collator('en', {
numeric: true, sensitivity: 'base'
});
// Get the hit dice in decending order of hitDiceSize
let compare = (a, b) => collator.compare(b.hitDiceSize, a.hitDiceSize)
hitDice.sort(compare);
// Get the total number of hit dice that can be recovered this rest
let totalHd = hitDice.reduce((sum, hd) => sum + (hd.value || 0), 0);
let resetMultiplier = creature.settings.hitDiceResetMultiplier || 0.5;
let recoverableHd = Math.max(Math.floor(totalHd*resetMultiplier), 1);
// recover each hit dice in turn until the recoverable amount is used up
let amountToRecover, resultingDamage;
hitDice.forEach(hd => {
if (!recoverableHd) return;
amountToRecover = Math.min(recoverableHd, hd.damage || 0);
if (!amountToRecover) return;
recoverableHd -= amountToRecover;
resultingDamage = hd.damage - amountToRecover;
CreatureProperties.update(hd._id, {
$set: {damage: resultingDamage}
}, {
selector: {type: 'attribute'},
});
});
}
recomputeCreatureById(creatureId);
},
});
export default restCreature;

View File

@@ -1,8 +1,10 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { assertAdmin } from '/imports/api/sharing/sharingPermissions.js';
let Icons = new Mongo.Collection('icons'); let Icons = new Mongo.Collection('icons');
iconsSchema = new SimpleSchema({ let iconsSchema = new SimpleSchema({
name: { name: {
type: String, type: String,
unique: true, unique: true,
@@ -33,21 +35,57 @@ if (Meteor.isServer) {
}); });
} }
const storedIconsSchema = new SimpleSchema({
name: {
type: String,
},
shape: {
type: String,
},
});
Icons.attachSchema(iconsSchema); Icons.attachSchema(iconsSchema);
/* // This method does not validate icons against the schema, use wisely;
console.warn("Write Icons is not secure, disable before deployment")
const writeIcons = new ValidatedMethod({ const writeIcons = new ValidatedMethod({
name: 'writeIcons', name: 'icons.methods.write',
validate: null, validate: null,
run(icons){ run(icons){
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});
} }
} }
}); });
*/
export { writeIcons }; const findIcons = new ValidatedMethod({
name: 'icons.methods.find',
validate: new SimpleSchema({
search: {
type: String,
max: 30,
optional: true,
},
}).validator(),
run({search}){
if (!search) return [];
if (!Meteor.isServer) return;
return Icons.find(
{ $text: {$search: search} },
{
// relevant documents have a higher score.
fields: {
score: { $meta: 'textScore' }
},
// `score` property specified in the projection fields above.
sort: {
score: { $meta: 'textScore' }
}
}
).fetch();
}
})
export { writeIcons, findIcons, storedIconsSchema };
export default Icons; export default Icons;

View File

@@ -1,8 +1,10 @@
import { ValidatedMethod } from 'meteor/mdg:validated-method';
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import SharingSchema from '/imports/api/sharing/SharingSchema.js'; import SharingSchema from '/imports/api/sharing/SharingSchema.js';
import simpleSchemaMixin from '/imports/api/creature/mixins/simpleSchemaMixin.js'; import simpleSchemaMixin from '/imports/api/creature/mixins/simpleSchemaMixin.js';
import { assertEditPermission, assertOwnership } from '/imports/api/sharing/sharingPermissions.js'; import { assertEditPermission, assertOwnership } from '/imports/api/sharing/sharingPermissions.js';
import LibraryNodes from '/imports/api/library/LibraryNodes.js'; import LibraryNodes from '/imports/api/library/LibraryNodes.js';
import { getUserTier } from '/imports/api/users/patreon/tiers.js'
/** /**
* Libraries are trees of library nodes where each node represents a character * Libraries are trees of library nodes where each node represents a character
@@ -38,6 +40,15 @@ const insertLibrary = new ValidatedMethod({
], ],
schema: LibrarySchema.omit('owner', 'isDefault'), schema: LibrarySchema.omit('owner', 'isDefault'),
run(library) { run(library) {
if (!this.userId) {
throw new Meteor.Error('Libraries.methods.insert.denied',
'You need to be logged in to insert a library');
}
let tier = getUserTier(this.userId);
if (!tier.paidBenefits){
throw new Meteor.Error('Libraries.methods.insert.denied',
`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);
}, },

View File

@@ -2,12 +2,14 @@ import { Meteor } from 'meteor/meteor';
import { Mongo } from 'meteor/mongo'; import { Mongo } from 'meteor/mongo';
import { ValidatedMethod } from 'meteor/mdg:validated-method'; import { ValidatedMethod } from 'meteor/mdg:validated-method';
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import ColorSchema from '/imports/api/properties/subSchemas/ColorSchema.js';
import ChildSchema from '/imports/api/parenting/ChildSchema.js'; import ChildSchema from '/imports/api/parenting/ChildSchema.js';
import propertySchemasIndex from '/imports/api/properties/propertySchemasIndex.js'; import propertySchemasIndex from '/imports/api/properties/propertySchemasIndex.js';
import Libraries from '/imports/api/library/Libraries.js'; import Libraries from '/imports/api/library/Libraries.js';
import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js'; import { assertEditPermission } from '/imports/api/sharing/sharingPermissions.js';
import { softRemove } from '/imports/api/parenting/softRemove.js'; import { softRemove } from '/imports/api/parenting/softRemove.js';
import SoftRemovableSchema from '/imports/api/parenting/SoftRemovableSchema.js'; import SoftRemovableSchema from '/imports/api/parenting/SoftRemovableSchema.js';
import { storedIconsSchema } from '/imports/api/icons/Icons.js';
let LibraryNodes = new Mongo.Collection('libraryNodes'); let LibraryNodes = new Mongo.Collection('libraryNodes');
@@ -23,11 +25,16 @@ let LibraryNodeSchema = new SimpleSchema({
'tags.$': { 'tags.$': {
type: String, type: String,
}, },
icon: {
type: storedIconsSchema,
optional: true,
}
}); });
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(propertySchemasIndex[key]); schema.extend(propertySchemasIndex[key]);
schema.extend(ChildSchema); schema.extend(ChildSchema);
schema.extend(SoftRemovableSchema); schema.extend(SoftRemovableSchema);
@@ -52,11 +59,28 @@ const insertNode = new ValidatedMethod({
name: 'LibraryNodes.methods.insert', name: 'LibraryNodes.methods.insert',
validate: null, validate: null,
run(libraryNode) { run(libraryNode) {
delete libraryNode._id;
assertNodeEditPermission(libraryNode, this.userId); assertNodeEditPermission(libraryNode, this.userId);
return LibraryNodes.insert(libraryNode); return LibraryNodes.insert(libraryNode);
}, },
}); });
const duplicateNode = new ValidatedMethod({
name: 'LibraryNodes.methods.duplicate',
validate: new SimpleSchema({
_id: {
type: String,
regEx: SimpleSchema.RegEx.Id,
}
}).validator(),
run({_id}) {
let libraryNode = LibraryNodes.findOne(_id);
assertNodeEditPermission(libraryNode, this.userId);
delete libraryNode._id;
return LibraryNodes.insert(libraryNode);
},
})
const updateLibraryNode = new ValidatedMethod({ const updateLibraryNode = new ValidatedMethod({
name: 'LibraryNodes.methods.update', name: 'LibraryNodes.methods.update',
validate({_id, path}){ validate({_id, path}){
@@ -132,6 +156,7 @@ export default LibraryNodes;
export { export {
LibraryNodeSchema, LibraryNodeSchema,
insertNode, insertNode,
duplicateNode,
updateLibraryNode, updateLibraryNode,
pullFromLibraryNode, pullFromLibraryNode,
pushToLibraryNode, pushToLibraryNode,

View File

@@ -14,7 +14,6 @@ const RefSchema = new SimpleSchema({
let ChildSchema = new SimpleSchema({ let ChildSchema = new SimpleSchema({
order: { order: {
type: Number, type: Number,
min: 0,
}, },
parent: { parent: {
type: RefSchema, type: RefSchema,
@@ -23,6 +22,7 @@ let ChildSchema = new SimpleSchema({
ancestors: { ancestors: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
max: 100,
}, },
'ancestors.$': { 'ancestors.$': {
type: RefSchema, type: RefSchema,

View File

@@ -0,0 +1,27 @@
import { nodesToTree } from '/imports/api/parenting/parenting.js';
export default function getDescendantsInDepthFirstOrder({
collection,
ancestorId,
filter,
options = {fields: {order: 1, ancestors: 1}},
}){
let forest = nodesToTree({collection, ancestorId, filter, options});
let orderMemo = getDocsInDepthFirstOrder(forest);
return orderMemo;
}
export function getDocsInDepthFirstOrder(forest){
let docs = [];
forest.forEach(node => {
addNodeAndTraverse(node, docs)
});
return docs;
}
function addNodeAndTraverse(node, docs){
docs.push(node.node);
node.children.forEach(child => {
addNodeAndTraverse(child, docs)
});
}

View File

@@ -1,53 +1,24 @@
import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js'; import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js';
import getCollectionByName from '/imports/api/parenting/getCollectionByName.js'; import getCollectionByName from '/imports/api/parenting/getCollectionByName.js';
import getDescendantsInDepthFirstOrder from '/imports/api/parenting/getDescendantsInDepthFirstOrder.js'
// Docs keep track of their order amongst their siblings and keep a copy of the // Docs keep track of their depth-first order amongst their entire ancestor tree
// order of their ancestors. Order is first compared between oldest non-shared
// ancestors, then by ancestors before children, then between order of siblings.
export function compareOrder(docA, docB){ export function compareOrder(docA, docB){
// < 0 if A comes before B // < 0 if A comes before B
// = 0 if A and B are the same order // = 0 if A and B are the same order
// > 0 if B comes before A // > 0 if B comes before A
// Documents are equal order to themselves
if (docA._id && docB._id && docA._id === docB._id){
return 0;
}
// If they are siblings, just compare order
if (docA.parent.id === docB.parent.id){
return docA.order - docB.order;
}
// They must share a root ancestor to be meaningfully sorted // They must share a root ancestor to be meaningfully sorted
if (docA.ancestors[0].id !== docB.ancestors[0].id){ if (docA.ancestors[0].id !== docB.ancestors[0].id){
return 0; return 0;
} else {
return docA.order - docB.order;
} }
// Go through their ancestors after the root, and find the first order
// difference
// TODO ancestors don't store order yet
let i, difference;
const length = Math.min(docA.ancestors.length, docB.ancestors.length);
for (i = 1; i < length; i++){
difference = docA.ancestors[i].order - docB.ancestors[i].order;
if (difference){
return difference;
} else if (docA.ancestors[i].id !== docB.ancestors[i].id) {
throw new Meteor.Error('Sibling order clash',
'Sibling docs share the same order, sort failed');
}
}
// We haven't returned yet, all ancestors up to this point are shared and one
// doc has no more ancestors implying one is an ancestor of the other,
// return the difference in their ancestor list lengths, shorter comes first
return docA.ancestors.length - docB.ancestors.length
} }
export function getHighestOrder({collection, parentId}){ export function getHighestOrder({collection, ancestorId}){
const highestOrderedDoc = collection.findOne({ const highestOrderedDoc = collection.findOne({
'parent.id': parentId, 'ancestors.id': ancestorId,
}, { }, {
fields: {order: 1}, fields: {order: 1},
sort: {order: -1}, sort: {order: -1},
@@ -58,13 +29,13 @@ export function getHighestOrder({collection, parentId}){
export function setDocToLastOrder({collection, doc}){ export function setDocToLastOrder({collection, doc}){
doc.order = getHighestOrder({ doc.order = getHighestOrder({
collection, collection,
parentId: doc.parent.id, ancestorId: doc.ancestors[0].id,
}) + 1; }) + 1;
} }
// update the order of a doc, and shift the siblings around to suit the new // update the order of a doc, and shift the related docs around to suit the new
// order // order
export function updateDocOrder({docRef, order}){ function cheapUpdateDocOrder({docRef, order}){
let doc = fetchDocByRef(docRef, {fields: { let doc = fetchDocByRef(docRef, {fields: {
order: 1, order: 1,
parent: 1, parent: 1,
@@ -92,7 +63,7 @@ export function updateDocOrder({docRef, order}){
increment = 1; increment = 1;
} }
collection.update({ collection.update({
'parent.id': doc.parent.id, 'ancestors.id': doc.ancestors[0].id,
order: inBetweenSelector, order: inBetweenSelector,
}, { }, {
$inc: {order: increment}, $inc: {order: increment},
@@ -105,10 +76,10 @@ export function updateDocOrder({docRef, order}){
} }
} }
export function removedDocAtOrder({collection, doc}){ export function cheapRemovedDocAtOrder({collection, doc}){
// Decrement the order of all docs after the removed doc // Decrement the order of all docs after the removed doc
collection.update({ collection.update({
'parent.id': doc.parent.id, 'ancestors.id': doc.ancestors[0].id,
order: {$gt: doc.order}, order: {$gt: doc.order},
}, { }, {
$inc: {order: -1}, $inc: {order: -1},
@@ -118,10 +89,10 @@ export function removedDocAtOrder({collection, doc}){
}); });
} }
export function insertedDocAtOrder({collection, parentId, order}){ export function cheapInsertedDocAtOrder({collection, ancestorId, order}){
// Increment the order of all docs after the inserted doc // Increment the order of all docs after the inserted doc
collection.update({ collection.update({
'parent.id': parentId, 'ancestors.id': ancestorId,
order: {$gte: order}, order: {$gte: order},
}, { }, {
$inc: {order: 1}, $inc: {order: 1},
@@ -131,54 +102,28 @@ export function insertedDocAtOrder({collection, parentId, order}){
}); });
} }
// Update the order a single doc and re-order the entire sibling list // Update the order a single doc and re-order the entire related doc list
// with the change // with the change
export function safeUpdateDocOrder({docRef, order}){ export function safeUpdateDocOrder({docRef, order}){
let collection = getCollectionByName(docRef.collection); let collection = getCollectionByName(docRef.collection);
let movedDoc = fetchDocByRef(docRef, {fields: { // Put the new doc half a step in front of its new order
parent: 1, name: 1 // to ensure it's in front of whichever doc was there before
}}); collection.update(docRef.id, {
let parentId = movedDoc.parent.id; $set: {order}
let bulkWrite = [];
let docs = collection.find({
'parent.id': parentId,
'_id': {$ne: movedDoc._id},
}, { }, {
fields: {order: 1, name: 1}, selector: {type: 'any'}
sort: {order: 1}
}).fetch();
docs.splice(order, 0, movedDoc);
docs.forEach((doc, index) => {
if (doc.order !== index){
bulkWrite.push({
updateOne: {
filter: {_id: doc._id},
update: {$set: {order: index}},
},
});
}
}); });
if (Meteor.isServer){ // reorder all related docs so that order is back to being a continous
collection.rawCollection().bulkWrite(bulkWrite); // set of whole numbers
} else { let movedDoc = fetchDocByRef(docRef, {fields: {ancestors: 1}});
bulkWrite.forEach(op => { let ancestorId = movedDoc.ancestors[0].id;
collection.update( reorderDocs({collection, ancestorId});
op.updateOne.filter, }
op.updateOne.update,
{selector: {type: 'any'}}
);
});
}
};
export function reorderDocs({collection, parentId}){ export function reorderDocs({collection, ancestorId}){
let orderedDocs = getDescendantsInDepthFirstOrder({collection, ancestorId});
let bulkWrite = []; let bulkWrite = [];
collection.find({ orderedDocs.forEach((doc, index) => {
'parent.id': parentId,
}, {
fields: {order: 1},
sort: {order: 1}
}).forEach((doc, index) => {
if (doc.order !== index){ if (doc.order !== index){
bulkWrite.push({ bulkWrite.push({
updateOne : { updateOne : {
@@ -188,11 +133,24 @@ export function reorderDocs({collection, parentId}){
}); });
} }
}); });
if (Meteor.isServer){ if (Meteor.isServer && bulkWrite.length){
collection.rawCollection().bulkWrite(bulkWrite); collection.rawCollection().bulkWrite(
bulkWrite,
{ordered : false},
function(e){
if (e) {
console.error('Bulk write failed: ');
console.error(e);
}
}
);
} else { } else {
bulkWrite.forEach(op => { bulkWrite.forEach(op => {
collection.update(op.updateOne.filter, op.updateOne.update); collection.update(
op.updateOne.filter,
op.updateOne.update,
{selector: {type: 'any'}}
);
}); });
} }
} }

View File

@@ -1,10 +1,13 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { union } from 'lodash';
import { ValidatedMethod } from 'meteor/mdg:validated-method';
import { updateParent } from '/imports/api/parenting/parenting.js'; import { updateParent } from '/imports/api/parenting/parenting.js';
import { insertedDocAtOrder, removedDocAtOrder, safeUpdateDocOrder } from '/imports/api/parenting/order.js'; import { reorderDocs, safeUpdateDocOrder } from '/imports/api/parenting/order.js';
import { RefSchema } from '/imports/api/parenting/ChildSchema.js'; import { RefSchema } from '/imports/api/parenting/ChildSchema.js';
import { assertDocEditPermission } from '/imports/api/sharing/sharingPermissions.js'; import { assertDocEditPermission } from '/imports/api/sharing/sharingPermissions.js';
import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js'; import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js';
import getCollectionByName from '/imports/api/parenting/getCollectionByName.js'; import getCollectionByName from '/imports/api/parenting/getCollectionByName.js';
import { recomputeCreatureById } from '/imports/api/creature/computation/recomputeCreature.js';
const organizeDoc = new ValidatedMethod({ const organizeDoc = new ValidatedMethod({
name: 'organize.methods.organizeDoc', name: 'organize.methods.organizeDoc',
@@ -13,7 +16,7 @@ const organizeDoc = new ValidatedMethod({
parentRef: RefSchema, parentRef: RefSchema,
order: { order: {
type: Number, type: Number,
min: 0, // Should end in 0.5 to place it reliably between two existing documents
}, },
}).validator(), }).validator(),
run({docRef, parentRef, order}) { run({docRef, parentRef, order}) {
@@ -25,14 +28,28 @@ const organizeDoc = new ValidatedMethod({
let parent = fetchDocByRef(parentRef); let parent = fetchDocByRef(parentRef);
assertDocEditPermission(parent, this.userId); assertDocEditPermission(parent, this.userId);
// Reorder the documents in the doc's old parent
removedDocAtOrder({collection, doc});
// Reorder the docs in the destination parent
insertedDocAtOrder({collection, parentId: parentRef.id, order});
// Change the doc's parent // Change the doc's parent
updateParent({docRef, parentRef}); updateParent({docRef, parentRef});
// Change the doc's order // Change the doc's order to be a half step ahead of its target location
collection.update(doc._id, {$set: {order}}, {selector: {type: 'any'}}); collection.update(doc._id, {$set: {order}}, {selector: {type: 'any'}});
// Reorder both ancestors' documents
let oldAncestorId = doc.ancestors[0].id;
reorderDocs({collection, ancestorId: oldAncestorId});
let newAncestorId = getRootId(parent);
if (newAncestorId !== oldAncestorId){
reorderDocs({collection, ancestorId: newAncestorId});
}
// Figure out which creatures need to be recalculated after this move
let docCreatures = getCreatureAncestors(doc);
let parentCreatures = getCreatureAncestors(parent);
let creaturesToRecompute = union(docCreatures, parentCreatures);
// Recompute the creatures
creaturesToRecompute.forEach(id => {
recomputeCreatureById(id);
});
}, },
}); });
@@ -42,14 +59,41 @@ const reorderDoc = new ValidatedMethod({
docRef: RefSchema, docRef: RefSchema,
order: { order: {
type: Number, type: Number,
min: 0, // Should end in 0.5 to place it reliably between two existing documents
}, },
}).validator(), }).validator(),
run({docRef, order}) { run({docRef, order}) {
let doc = fetchDocByRef(docRef); let doc = fetchDocByRef(docRef);
assertDocEditPermission(doc, this.userId); assertDocEditPermission(doc, this.userId);
safeUpdateDocOrder({docRef, order}) safeUpdateDocOrder({docRef, order});
// Recompute the affected creatures
getCreatureAncestors(doc).forEach(id => {
recomputeCreatureById(id);
});
}, },
}); });
function getRootId(doc){
if (doc.ancestors && doc.ancestors.length && doc.ancestors[0]){
return doc.ancestors[0].id;
} else {
return doc._id;
}
}
function getCreatureAncestors(doc){
let ids = [];
if(doc.type === 'pc' || doc.type === 'npc' || doc.type === 'monster'){
ids.push(doc._id);
}
if (doc.ancestors){
doc.ancestors.forEach(ancestorRef => {
if (ancestorRef.collection === 'creatures'){
ids.push(ancestorRef.id);
}
});
}
return ids;
}
export { organizeDoc, reorderDoc }; export { organizeDoc, reorderDoc };

View File

@@ -48,38 +48,38 @@ export function fetchParent({id, collection}){
} }
export function fetchChildren({ collection, parentId, filter = {}, options = {sort: {order: 1}} }){ export function fetchChildren({ collection, parentId, filter = {}, options = {sort: {order: 1}} }){
filter["parent.id"] = parentId; filter['parent.id'] = parentId;
let children = []; let children = [];
children.push( children.push(
...collection.find({ ...collection.find({
"parent.id": parentId 'parent.id': parentId
}, options).fetch() }, options).fetch()
); );
return children; return children;
} }
export function updateChildren({collection, parentId, filter = {}, modifier, options={}}){ export function updateChildren({collection, parentId, filter = {}, modifier, options={}}){
filter["parent.id"] = parentId; filter['parent.id'] = parentId;
options.multi = true; options.multi = true;
collection.update(filter, modifier, options); collection.update(filter, modifier, options);
} }
export function fetchDescendants({ collection, ancestorId, filter = {}, options}){ export function fetchDescendants({ collection, ancestorId, filter = {}, options}){
filter["ancestors.id"] = ancestorId; filter['ancestors.id'] = ancestorId;
let descendants = []; let descendants = [];
descendants.push(...collection.find(filter, options).fetch()); descendants.push(...collection.find(filter, options).fetch());
return descendants; return descendants;
} }
export function updateDescendants({collection, ancestorId, filter = {}, modifier, options={}}){ export function updateDescendants({collection, ancestorId, filter = {}, modifier, options={}}){
filter["ancestors.id"] = ancestorId; filter['ancestors.id'] = ancestorId;
options.multi = true; options.multi = true;
options.selector = {type: 'any'}; options.selector = {type: 'any'};
collection.update(filter, modifier, options); collection.update(filter, modifier, options);
} }
export function forEachDescendant({collection, ancestorId, filter = {}, options}, callback){ export function forEachDescendant({collection, ancestorId, filter = {}, options}, callback){
filter["ancestors.id"] = ancestorId; filter['ancestors.id'] = ancestorId;
collection.find(filter, options).forEach(callback); collection.find(filter, options).forEach(callback);
} }
@@ -200,21 +200,21 @@ export function getName(doc){
if (doc.name) return name; if (doc.name) return name;
var i = doc.ancestors.length; var i = doc.ancestors.length;
while(i--) { while(i--) {
if (ancestors[i].name) return ancestors[i].name; if (doc.ancestors[i].name) return doc.ancestors[i].name;
} }
} }
export function nodesToTree({collection, ancestorId, filter}){ export function nodesToTree({collection, ancestorId, filter, options}){
// Store a dict of all the nodes // Store a dict of all the nodes
let nodeIndex = {}; let nodeIndex = {};
let nodeList = []; let nodeList = [];
if (!options) options = {};
options.sort = {order: 1};
collection.find({ collection.find({
'ancestors.id': ancestorId, 'ancestors.id': ancestorId,
removed: {$ne: true}, removed: {$ne: true},
...filter, ...filter,
}, { }, options).forEach( node => {
sort: {order: 1}
}).forEach( node => {
let treeNode = { let treeNode = {
node: node, node: node,
children: [], children: [],

View File

@@ -1,6 +1,5 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import ResourcesSchema from '/imports/api/properties/subSchemas/ResourcesSchema.js' import ResourcesSchema from '/imports/api/properties/subSchemas/ResourcesSchema.js'
import ResultsSchema from '/imports/api/properties/subSchemas/ResultsSchema.js';
/* /*
* Actions are things a character can do * Actions are things a character can do
@@ -41,10 +40,6 @@ let ActionSchema = new SimpleSchema({
'tags.$': { 'tags.$': {
type: String, type: String,
}, },
results: {
type: ResultsSchema,
defaultValue: {},
},
resources: { resources: {
type: ResourcesSchema, type: ResourcesSchema,
defaultValue: {}, defaultValue: {},

View File

@@ -0,0 +1,27 @@
import SimpleSchema from 'simpl-schema';
const AdjustmentSchema = new SimpleSchema({
// The roll that determines how much to change the attribute
amount: {
type: String,
optional: true,
defaultValue: '1',
},
// Who this adjustment applies to
target: {
type: String,
defaultValue: 'every',
allowedValues: [
'self', // the character who took the action
'each', // rolled once for `each` target
'every', // rolled once and applied to `every` target
],
},
// The stat this rolls applies to
stat: {
type: String,
optional: true,
},
});
export { AdjustmentSchema };

View File

@@ -1,4 +1,5 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import ErrorSchema from '/imports/api/properties/subSchemas/ErrorSchema.js';
import VARIABLE_NAME_REGEX from '/imports/constants/VARIABLE_NAME_REGEX.js'; import VARIABLE_NAME_REGEX from '/imports/constants/VARIABLE_NAME_REGEX.js';
/* /*
@@ -13,7 +14,7 @@ let AttributeSchema = new SimpleSchema({
variableName: { variableName: {
type: String, type: String,
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
min: 3, min: 2,
defaultValue: 'newAttribute', defaultValue: 'newAttribute',
}, },
// How it is displayed and computed is determined by type // How it is displayed and computed is determined by type
@@ -73,18 +74,36 @@ let ComputedOnlyAttributeSchema = new SimpleSchema({
baseValue: { baseValue: {
type: SimpleSchema.oneOf(Number, String, Boolean), type: SimpleSchema.oneOf(Number, String, Boolean),
optional: true, optional: true,
},
baseValueErrors: {
type: Array,
optional: true,
},
'baseValueErrors.$': {
type: ErrorSchema,
}, },
// The computed value of the attribute // The computed value of the attribute
value: { value: {
type: SimpleSchema.oneOf(Number, String, Boolean), type: SimpleSchema.oneOf(Number, String, Boolean),
defaultValue: 0, defaultValue: 0,
optional: true, optional: true,
},
// The computed value of the attribute minus the damage
currentValue: {
type: SimpleSchema.oneOf(Number, String, Boolean),
defaultValue: 0,
optional: 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,
}, },
// Should this attribute hide
hide: {
type: Boolean,
optional: true,
},
}); });
const ComputedAttributeSchema = new SimpleSchema() const ComputedAttributeSchema = new SimpleSchema()

View File

@@ -1,6 +1,4 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { Random } from 'meteor/random';
import { StoredEffectSchema } from '/imports/api/properties/Effects.js';
let BuffSchema = new SimpleSchema({ let BuffSchema = new SimpleSchema({
name: { name: {
@@ -15,20 +13,12 @@ let BuffSchema = new SimpleSchema({
type: String, type: String,
optional: true, optional: true,
}, },
}); applied: {
type: Boolean,
// The effects in the stored buff need to be resolved to a number before being defaultValue: false,
// placed on other characters, if they are applied to self, they can remain as index: 1,
// calculations, provided they don't contain any rolls },
let StoredBuffSchema = new SimpleSchema({ target: {
effects: {
type: Array,
defaultValue: [],
},
'effects.$': {
type: StoredEffectSchema,
},
target: {
type: String, type: String,
allowedValues: [ allowedValues: [
'self', // the character who took the buff 'self', // the character who took the buff
@@ -37,21 +27,14 @@ let StoredBuffSchema = new SimpleSchema({
], ],
defaultValue: 'every', defaultValue: 'every',
}, },
}).extend(BuffSchema); });
let StoredBuffWithIdSchema = new SimpleSchema({
_id: {
type: String,
regEx: SimpleSchema.RegEx.Id,
autoValue(){
if (!this.isSet){
return Random.id();
}
},
},
}).extend(StoredBuffSchema);
let AppliedBuffSchema = new SimpleSchema({ let AppliedBuffSchema = new SimpleSchema({
applied: {
type: Boolean,
defaultValue: true,
index: 1,
},
durationSpent: { durationSpent: {
type: Number, type: Number,
optional: true, optional: true,
@@ -73,4 +56,4 @@ let AppliedBuffSchema = new SimpleSchema({
}, },
}).extend(BuffSchema); }).extend(BuffSchema);
export { AppliedBuffSchema, StoredBuffSchema, StoredBuffWithIdSchema }; export { AppliedBuffSchema, BuffSchema };

View File

@@ -9,14 +9,9 @@ let ClassLevelSchema = new SimpleSchema({
// The name of this class level's variable // The name of this class level's variable
variableName: { variableName: {
type: String, type: String,
min: 2,
regEx: VARIABLE_NAME_REGEX, regEx: VARIABLE_NAME_REGEX,
}, },
// The variable name of the base class this level is attached to
baseClass: {
type: String,
regEx: VARIABLE_NAME_REGEX,
optional: true,
},
level: { level: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
defaultValue: 1, defaultValue: 1,

View File

@@ -18,12 +18,12 @@ let ContainerSchema = new SimpleSchema({
weight: { weight: {
type: Number, type: Number,
min: 0, min: 0,
defaultValue: 0 optional: true,
}, },
value: { value: {
type: Number, type: Number,
min: 0, min: 0,
defaultValue: 0 optional: true,
}, },
description: { description: {
type: String, type: String,
@@ -32,4 +32,16 @@ let ContainerSchema = new SimpleSchema({
}, },
}); });
export { ContainerSchema }; const ComputedOnlyContainerSchema = new SimpleSchema({
// Weight of all the contents, zero if `contentsWeightless` is true
contentsWeight:{
type: Number,
optional: true,
},
});
const ComputedContainerSchema = new SimpleSchema()
.extend(ComputedOnlyContainerSchema)
.extend(ContainerSchema);
export { ContainerSchema, ComputedContainerSchema };

View File

@@ -34,11 +34,11 @@ let DamageMultiplierSchema = new SimpleSchema({
type: String, type: String,
}, },
// Tags which must be present to be affected by this multiplier (AND) // Tags which must be present to be affected by this multiplier (AND)
targetTags: { includeTags: {
type: Array, type: Array,
defaultValue: [], defaultValue: [],
}, },
'targetTags.$': { 'includeTags.$': {
type: String, type: String,
}, },
}); });

View File

@@ -1,22 +1,14 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { Random } from 'meteor/random';
import DAMAGE_TYPES from '/imports/constants/DAMAGE_TYPES.js'; import DAMAGE_TYPES from '/imports/constants/DAMAGE_TYPES.js';
const DamageSchema = new SimpleSchema({ const DamageSchema = new SimpleSchema({
_id: {
type: String,
regEx: SimpleSchema.RegEx.Id,
autoValue(){
if (!this.isSet) return Random.id();
}
},
// The roll that determines how much to damage the attribute // The roll that determines how much to damage the attribute
damage: { amount: {
type: String, type: String,
optional: true, optional: true,
defaultValue: '1d8 + strength.modifier', defaultValue: '1d8 + strength.modifier',
}, },
// Who this adjustment applies to // Who this damage applies to
target: { target: {
type: String, type: String,
defaultValue: 'every', defaultValue: 'every',
@@ -33,4 +25,4 @@ const DamageSchema = new SimpleSchema({
}, },
}); });
export default DamageSchema; export { DamageSchema };

View File

@@ -1,6 +1,5 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { Random } from 'meteor/random'; import ErrorSchema from '/imports/api/properties/subSchemas/ErrorSchema.js';
/* /*
* Effects are reason-value attached to skills and abilities * Effects are reason-value attached to skills and abilities
* that modify their final value or presentation in some way * that modify their final value or presentation in some way
@@ -19,6 +18,7 @@ let EffectSchema = new SimpleSchema({
'mul', 'mul',
'min', 'min',
'max', 'max',
'set',
'advantage', 'advantage',
'disadvantage', 'disadvantage',
'passiveAdd', 'passiveAdd',
@@ -42,26 +42,24 @@ let EffectSchema = new SimpleSchema({
}, },
}); });
const StoredEffectSchema = new SimpleSchema({
_id: {
type: String,
regEx: SimpleSchema.RegEx.Id,
autoValue(){
if (!this.isSet) return Random.id();
}
},
}).extend(EffectSchema);
const ComputedOnlyEffectSchema = new SimpleSchema({ const ComputedOnlyEffectSchema = new SimpleSchema({
// The computed result of the effect // The computed result of the effect
result: { result: {
type: SimpleSchema.oneOf(Number, String, Boolean), type: SimpleSchema.oneOf(Number, String, Boolean),
optional: true, optional: true,
}, },
}) // The errors encountered while computing the result
errors: {
type: Array,
optional: true,
},
'errors.$':{
type: ErrorSchema,
},
});
const ComputedEffectSchema = new SimpleSchema() const ComputedEffectSchema = new SimpleSchema()
.extend(ComputedOnlyEffectSchema) .extend(ComputedOnlyEffectSchema)
.extend(EffectSchema); .extend(EffectSchema);
export { EffectSchema, StoredEffectSchema, ComputedEffectSchema, ComputedOnlyEffectSchema }; export { EffectSchema, ComputedEffectSchema, ComputedOnlyEffectSchema };

View File

@@ -24,13 +24,13 @@ const ItemSchema = new SimpleSchema({
weight: { weight: {
type: Number, type: Number,
min: 0, min: 0,
defaultValue: 0, optional: true,
}, },
// Value per item in the stack, in gold pieces // Value per item in the stack, in gold pieces
value: { value: {
type: Number, type: Number,
min: 0, min: 0,
defaultValue: 0, optional: true,
}, },
// If this item is equipped, it requires attunement // If this item is equipped, it requires attunement
// Being equipped is `enabled === true` // Being equipped is `enabled === true`

View File

@@ -1,5 +1,4 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import RollResultsSchema from '/imports/api/properties/subSchemas/RollResultsSchema.js'
/** /**
* Rolls are children to actions or other rolls, they are triggered with 0 or * Rolls are children to actions or other rolls, they are triggered with 0 or
@@ -34,13 +33,6 @@ let RollSchema = new SimpleSchema({
'tags.$': { 'tags.$': {
type: String, type: String,
}, },
rollResults: {
type: Array,
defaultValue: [],
},
'rollResults.$': {
type: RollResultsSchema,
},
}); });
export { RollSchema }; export { RollSchema };

View File

@@ -1,25 +1,20 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import ResultsSchema from '/imports/api/properties/subSchemas/ResultsSchema.js';
// These are the rolls made when saves are called for // These are the rolls made when saves are called for
// For the saving throw bonus or proficiency, see ./Skills.js // For the saving throw bonus or proficiency, see ./Skills.js
let SavingThrowSchema = new SimpleSchema ({ let SavingThrowSchema = new SimpleSchema ({
name: {
type: String,
optional: true,
},
dc: { dc: {
type: String, type: String,
optional: true, optional: true,
}, },
// The variable name of ability the saving throw relies on // The variable name of ability the save to roll
ability: { stat: {
type: String, type: String,
optional: true, optional: true,
},
passResults: {
type: ResultsSchema,
defaultValue: {},
},
failResults: {
type: ResultsSchema,
defaultValue: {},
}, },
}); });

View File

@@ -1,4 +1,6 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import VARIABLE_NAME_REGEX from '/imports/constants/VARIABLE_NAME_REGEX.js';
import ErrorSchema from '/imports/api/properties/subSchemas/ErrorSchema.js';
/* /*
* Skills are anything that results in a modifier to be added to a D20 * Skills are anything that results in a modifier to be added to a D20
@@ -13,7 +15,8 @@ let SkillSchema = new SimpleSchema({
// Ignored for skilltype = save // Ignored for skilltype = save
variableName: { variableName: {
type: String, type: String,
regEx: /^\w*[a-z]\w*$/i, regEx: VARIABLE_NAME_REGEX,
min: 2,
}, },
// The variable name of the ability this skill relies on // The variable name of the ability this skill relies on
ability: { ability: {
@@ -35,9 +38,9 @@ let SkillSchema = new SimpleSchema({
], ],
defaultValue: 'skill', defaultValue: 'skill',
}, },
// If the baseValue is higher than the computed value, it will be used as `value` // The starting value, before effects
baseValue: { baseValueCalculation: {
type: Number, type: String,
optional: true, optional: true,
}, },
// The base proficiency of this skill // The base proficiency of this skill
@@ -57,6 +60,18 @@ let ComputedOnlySkillSchema = new SimpleSchema({
value: { value: {
type: Number, type: Number,
defaultValue: 0, defaultValue: 0,
},
// The result of baseValueCalculation
baseValue: {
type: SimpleSchema.oneOf(Number, String, Boolean),
optional: true,
},
baseValueErrors: {
type: Array,
optional: true,
},
'baseValueErrors.$': {
type: ErrorSchema,
}, },
// Computed value added by the ability // Computed value added by the ability
abilityMod: { abilityMod: {
@@ -101,6 +116,11 @@ let ComputedOnlySkillSchema = new SimpleSchema({
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
optional: true, optional: true,
}, },
// Should this attribute hide
hide: {
type: Boolean,
optional: true,
},
}) })
const ComputedSkillSchema = new SimpleSchema() const ComputedSkillSchema = new SimpleSchema()

View File

@@ -0,0 +1,45 @@
import SimpleSchema from 'simpl-schema';
import ErrorSchema from '/imports/api/properties/subSchemas/ErrorSchema.js';
const ToggleSchema = new SimpleSchema({
name: {
type: String,
optional: true,
},
disabled: {
type: Boolean,
optional: true,
},
enabled: {
type: Boolean,
optional: true,
},
// if neither disabled or enabled, the condition will be run to determine
// if the children of the toggle should be active
condition: {
type: String,
optional: true,
},
});
const ComputedOnlyToggleSchema = new SimpleSchema({
// The computed result of the effect
toggleResult: {
type: SimpleSchema.oneOf(Number, String, Boolean),
optional: true,
},
// The errors encountered while computing the result
errors: {
type: Array,
optional: true,
},
'errors.$': {
type: ErrorSchema,
},
});
const ComputedToggleSchema = new SimpleSchema()
.extend(ComputedOnlyToggleSchema)
.extend(ToggleSchema);
export { ToggleSchema, ComputedOnlyToggleSchema, ComputedToggleSchema };

View File

@@ -1,31 +1,36 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { ActionSchema } from '/imports/api/properties/Actions.js'; import { ActionSchema } from '/imports/api/properties/Actions.js';
import { AdjustmentSchema } from '/imports/api/properties/Adjustments.js';
import { AttackSchema } from '/imports/api/properties/Attacks.js'; import { AttackSchema } from '/imports/api/properties/Attacks.js';
import { ComputedAttributeSchema } from '/imports/api/properties/Attributes.js'; import { ComputedAttributeSchema } from '/imports/api/properties/Attributes.js';
import { AppliedBuffSchema } from '/imports/api/properties/Buffs.js'; import { BuffSchema } from '/imports/api/properties/Buffs.js';
import { ClassLevelSchema } from '/imports/api/properties/ClassLevels.js'; import { ClassLevelSchema } from '/imports/api/properties/ClassLevels.js';
import { ContainerSchema } from '/imports/api/properties/Containers.js';
import { DamageSchema } from '/imports/api/properties/Damages.js';
import { DamageMultiplierSchema } from '/imports/api/properties/DamageMultipliers.js'; import { DamageMultiplierSchema } from '/imports/api/properties/DamageMultipliers.js';
import { ComputedEffectSchema } from '/imports/api/properties/Effects.js'; import { ComputedEffectSchema } from '/imports/api/properties/Effects.js';
import { ExperienceSchema } from '/imports/api/properties/Experiences.js'; import { ExperienceSchema } from '/imports/api/properties/Experiences.js';
import { FeatureSchema } from '/imports/api/properties/Features.js'; import { FeatureSchema } from '/imports/api/properties/Features.js';
import { FolderSchema } from '/imports/api/properties/Folders.js'; import { FolderSchema } from '/imports/api/properties/Folders.js';
import { ItemSchema } from '/imports/api/properties/Items.js';
import { NoteSchema } from '/imports/api/properties/Notes.js'; import { NoteSchema } from '/imports/api/properties/Notes.js';
import { ProficiencySchema } from '/imports/api/properties/Proficiencies.js'; import { ProficiencySchema } from '/imports/api/properties/Proficiencies.js';
import { RollSchema } from '/imports/api/properties/Rolls.js'; import { RollSchema } from '/imports/api/properties/Rolls.js';
import { SavingThrowSchema } from '/imports/api/properties/SavingThrows.js'; import { SavingThrowSchema } from '/imports/api/properties/SavingThrows.js';
import { ComputedSkillSchema } from '/imports/api/properties/Skills.js'; import { ComputedSkillSchema } from '/imports/api/properties/Skills.js';
import { SlotSchema } from '/imports/api/properties/Slots.js'; import { SlotSchema } from '/imports/api/properties/Slots.js';
import { SpellListSchema } from '/imports/api/properties/SpellLists.js';
import { SpellSchema } from '/imports/api/properties/Spells.js'; import { SpellSchema } from '/imports/api/properties/Spells.js';
import { ContainerSchema } from '/imports/api/properties/Containers.js'; import { SpellListSchema } from '/imports/api/properties/SpellLists.js';
import { ItemSchema } from '/imports/api/properties/Items.js'; import { ToggleSchema } from '/imports/api/properties/Toggles.js';
const propertySchemasIndex = { const propertySchemasIndex = {
action: ActionSchema, action: ActionSchema,
adjustment: AdjustmentSchema,
attack: AttackSchema, attack: AttackSchema,
attribute: ComputedAttributeSchema, attribute: ComputedAttributeSchema,
buff: AppliedBuffSchema, buff: BuffSchema,
classLevel: ClassLevelSchema, classLevel: ClassLevelSchema,
damage: DamageSchema,
damageMultiplier: DamageMultiplierSchema, damageMultiplier: DamageMultiplierSchema,
effect: ComputedEffectSchema, effect: ComputedEffectSchema,
experience: ExperienceSchema, experience: ExperienceSchema,
@@ -39,6 +44,7 @@ const propertySchemasIndex = {
slot: SlotSchema, slot: SlotSchema,
spellList: SpellListSchema, spellList: SpellListSchema,
spell: SpellSchema, spell: SpellSchema,
toggle: ToggleSchema,
container: ContainerSchema, container: ContainerSchema,
item: ItemSchema, item: ItemSchema,
any: new SimpleSchema({}), any: new SimpleSchema({}),

View File

@@ -1,9 +1,11 @@
import SimpleSchema from 'simpl-schema'; import SimpleSchema from 'simpl-schema';
import { ActionSchema } from '/imports/api/properties/Actions.js'; import { ActionSchema } from '/imports/api/properties/Actions.js';
import { AdjustmentSchema } from '/imports/api/properties/Adjustments.js';
import { AttackSchema } from '/imports/api/properties/Attacks.js'; import { AttackSchema } from '/imports/api/properties/Attacks.js';
import { AttributeSchema } from '/imports/api/properties/Attributes.js'; import { AttributeSchema } from '/imports/api/properties/Attributes.js';
import { StoredBuffSchema } from '/imports/api/properties/Buffs.js'; import { BuffSchema } from '/imports/api/properties/Buffs.js';
import { ClassLevelSchema } from '/imports/api/properties/ClassLevels.js'; import { ClassLevelSchema } from '/imports/api/properties/ClassLevels.js';
import { DamageSchema } from '/imports/api/properties/Damages.js';
import { DamageMultiplierSchema } from '/imports/api/properties/DamageMultipliers.js'; import { DamageMultiplierSchema } from '/imports/api/properties/DamageMultipliers.js';
import { EffectSchema } from '/imports/api/properties/Effects.js'; import { EffectSchema } from '/imports/api/properties/Effects.js';
import { ExperienceSchema } from '/imports/api/properties/Experiences.js'; import { ExperienceSchema } from '/imports/api/properties/Experiences.js';
@@ -17,15 +19,18 @@ import { SkillSchema } from '/imports/api/properties/Skills.js';
import { SlotSchema } from '/imports/api/properties/Slots.js'; import { SlotSchema } from '/imports/api/properties/Slots.js';
import { SpellListSchema } from '/imports/api/properties/SpellLists.js'; import { SpellListSchema } from '/imports/api/properties/SpellLists.js';
import { SpellSchema } from '/imports/api/properties/Spells.js'; import { SpellSchema } from '/imports/api/properties/Spells.js';
import { ToggleSchema } from '/imports/api/properties/Toggles.js';
import { ContainerSchema } from '/imports/api/properties/Containers.js'; import { ContainerSchema } from '/imports/api/properties/Containers.js';
import { ItemSchema } from '/imports/api/properties/Items.js'; import { ItemSchema } from '/imports/api/properties/Items.js';
const propertySchemasIndex = { const propertySchemasIndex = {
action: ActionSchema, action: ActionSchema,
adjustment: AdjustmentSchema,
attack: AttackSchema, attack: AttackSchema,
attribute: AttributeSchema, attribute: AttributeSchema,
buff: StoredBuffSchema, buff: BuffSchema,
classLevel: ClassLevelSchema, classLevel: ClassLevelSchema,
damage: DamageSchema,
damageMultiplier: DamageMultiplierSchema, damageMultiplier: DamageMultiplierSchema,
effect: EffectSchema, effect: EffectSchema,
experience: ExperienceSchema, experience: ExperienceSchema,
@@ -39,6 +44,7 @@ const propertySchemasIndex = {
slot: SlotSchema, slot: SlotSchema,
spellList: SpellListSchema, spellList: SpellListSchema,
spell: SpellSchema, spell: SpellSchema,
toggle: ToggleSchema,
container: ContainerSchema, container: ContainerSchema,
item: ItemSchema, item: ItemSchema,
any: new SimpleSchema({}), any: new SimpleSchema({}),

View File

@@ -0,0 +1,14 @@
import SimpleSchema from 'simpl-schema';
const ErrorSchema = new SimpleSchema({
// The roll that determines how much to change the attribute
message: {
type: String,
},
// Who this adjustment applies to
type: {
type: String,
},
});
export default ErrorSchema;

View File

@@ -1,36 +0,0 @@
import SimpleSchema from 'simpl-schema';
import AdjustmentSchema from '/imports/api/properties/subSchemas/AdjustmentSchema.js';
import DamageSchema from '/imports/api/properties/subSchemas/DamageSchema.js';
import { StoredBuffWithIdSchema } from '/imports/api/properties/Buffs.js';
let ResultsSchema = new SimpleSchema({
// Adjustments applied when taking this action
// Ideally, if these adjustments can't be made, the action should be unusable
adjustments: {
type: Array,
defaultValue: [],
},
'adjustments.$': {
type: AdjustmentSchema,
},
// Damage is done to hitpoints or hitpoint-like stats
// has a damage type, can be mitigated by resistances, etc.
damages: {
type: Array,
defaultValue: [],
},
'damages.$': {
type: DamageSchema,
},
// Buffs applied when taking this action
buffs: {
type: Array,
defaultValue: [],
},
'buffs.$': {
type: StoredBuffWithIdSchema,
},
});
export default ResultsSchema;

View File

@@ -3,18 +3,64 @@ import { assertOwnership } from '/imports/api/sharing/sharingPermissions.js';
import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js'; import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js';
import getCollectionByName from '/imports/api/parenting/getCollectionByName.js'; import getCollectionByName from '/imports/api/parenting/getCollectionByName.js';
import { RefSchema } from '/imports/api/parenting/ChildSchema.js'; import { RefSchema } from '/imports/api/parenting/ChildSchema.js';
import { ValidatedMethod } from 'meteor/mdg:validated-method';
const setPublic = new ValidatedMethod({ const setPublic = new ValidatedMethod({
name: 'sharing.methods.setPublic', name: 'sharing.methods.setPublic',
validate: new SimpleSchema({ validate: new SimpleSchema({
docRef: RefSchema, docRef: RefSchema,
public: { type: Boolean }, isPublic: { type: Boolean },
}).validator(), }).validator(),
run({docRef, public}){ run({docRef, isPublic}){
let doc = fetchDocByRef(docRef); let doc = fetchDocByRef(docRef);
assertOwnership(doc, this.userId); assertOwnership(doc, this.userId);
getCollectionByName(docRef.collection).update(docRef.id, {$set: {public}}); return getCollectionByName(docRef.collection).update(docRef.id, {
$set: {public: isPublic},
});
}, },
}); });
export { setPublic }; const updateUserSharePermissions = new ValidatedMethod({
name: 'sharing.methods.updateUserSharePermissions',
validate: new SimpleSchema({
docRef: RefSchema,
userId: {
type: String,
regEx: SimpleSchema.RegEx.Id,
},
role: {
type: String,
allowedValues: ['reader', 'writer', 'none'],
},
}).validator(),
run({docRef, userId, role}){
let doc = fetchDocByRef(docRef);
if (role === 'none'){
// only asser ownership if you aren't removing yourself
if (this.userId !== userId){
assertOwnership(doc, this.userId);
}
return getCollectionByName(docRef.collection).update(docRef.id, {
$pullAll: { readers: userId, writers: userId },
});
}
if (doc.owner === userId){
throw new Meteor.Error('Sharing update failed',
'User is already the owner of this document');
}
assertOwnership(doc, this.userId);
if (role === 'reader'){
return getCollectionByName(docRef.collection).update(docRef.id, {
$addToSet: { readers: userId },
$pullAll: { writers: userId },
});
} else if (role === 'writer'){
return getCollectionByName(docRef.collection).update(docRef.id, {
$addToSet: { writers: userId },
$pullAll: { readers: userId },
});
}
},
});
export { setPublic, updateUserSharePermissions };

View File

@@ -1,17 +1,18 @@
import { _ } from 'meteor/underscore'; import { _ } from 'meteor/underscore';
import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js'; import fetchDocByRef from '/imports/api/parenting/fetchDocByRef.js';
import { getUserTier } from '/imports/api/users/patreon/tiers.js';
function assertIdValid(userId){ function assertIdValid(userId){
if (!userId || typeof userId !== 'string'){ if (!userId || typeof userId !== 'string'){
throw new Meteor.Error("Permission denied", throw new Meteor.Error('Permission denied',
"No user ID given for edit permission check"); 'No user ID given for edit permission check');
} }
} }
function assertdocExists(doc){ function assertdocExists(doc){
if (!doc){ if (!doc){
throw new Meteor.Error("Permission denied", throw new Meteor.Error('Permission denied',
`No such document exists`); 'No such document exists');
} }
} }
@@ -21,8 +22,8 @@ export function assertOwnership(doc, userId){
if (doc.owner === userId ){ if (doc.owner === userId ){
return true; return true;
} else { } else {
throw new Meteor.Error("Permission denied", throw new Meteor.Error('Permission denied',
`You are not the owner of this document`); 'You are not the owner of this document');
} }
} }
@@ -35,11 +36,34 @@ export function assertOwnership(doc, userId){
export function assertEditPermission(doc, userId) { export function assertEditPermission(doc, userId) {
assertIdValid(userId); assertIdValid(userId);
assertdocExists(doc); assertdocExists(doc);
if (doc.owner === userId || _.contains(doc.writers, userId)){ let user = Meteor.users.findOne(userId, {
fields: {
'services.patreon': 1,
'roles': 1,
}
});
// Admin override
if (user.roles && user.roles.includes('admin')){
return true;
}
// Ensure the user is of a tier with paid benefits
let tier = getUserTier(user);
if (!tier.paidBenefits){
throw new Meteor.Error('Edit permission denied',
`The ${tier.name} tier does not allow you to edit this document`);
}
// Ensure the user is authorized for this specific document
if (
doc.owner === userId ||
_.contains(doc.writers, userId)
){
return true; return true;
} else { } else {
throw new Meteor.Error("Edit permission denied", throw new Meteor.Error('Edit permission denied',
`You do not have permission to edit this document`); 'You do not have permission to edit this document');
} }
} }
@@ -74,8 +98,8 @@ export function assertViewPermission(doc, userId) {
){ ){
return true; return true;
} else { } else {
throw new Meteor.Error("View permission denied", throw new Meteor.Error('View permission denied',
`You do not have permission to view this character`); 'You do not have permission to view this character');
} }
} }
@@ -89,3 +113,17 @@ export function assertDocViewPermission(doc, userId){
let root = getRoot(doc); let root = getRoot(doc);
assertViewPermission(root, userId); assertViewPermission(root, userId);
} }
export function assertAdmin(userId){
assertIdValid(userId);
let user = Meteor.users.findOne(userId, {fields: {roles: 1}});
if (!user){
throw new Meteor.Error('Permission denied',
'UserId does not match any existing user');
}
let isAdmin = user.roles && user.roles.includes('admin')
if (!isAdmin){
throw new Meteor.Error('Permission denied',
'User does not have the admin role');
}
}

View File

@@ -15,6 +15,7 @@ let InviteSchema = new SimpleSchema({
regEx: SimpleSchema.RegEx.Id, regEx: SimpleSchema.RegEx.Id,
optional: true, optional: true,
index: 1, index: 1,
unique: 1,
}, },
inviteToken: { inviteToken: {
type: String, type: String,
@@ -25,10 +26,6 @@ let InviteSchema = new SimpleSchema({
isFunded: { isFunded: {
type: Boolean, type: Boolean,
}, },
isRedundant: {
type: Boolean,
optional: true,
},
// The timestamp of when the invitee was confirmed // The timestamp of when the invitee was confirmed
// Older invites have priority over newer ones // Older invites have priority over newer ones
dateConfirmed: { dateConfirmed: {
@@ -119,14 +116,15 @@ const acceptInviteToken = new ValidatedMethod({
}, },
}).validator(), }).validator(),
run({inviteToken}) { run({inviteToken}) {
if (this.userId) { if (!this.userId) {
throw new Meteor.Error('Invites.methods.acceptToken.denied', throw new Meteor.Error('Invites.methods.acceptToken.denied',
'You need to be the logged in to accept a token'); 'You need to be the logged in to accept a token');
} }
if (Meteor.isClient) return;
let invite = Invites.findOne({inviteToken}); let invite = Invites.findOne({inviteToken});
if (!invite){ if (!invite){
throw new Meteor.Error('Invites.methods.acceptToken.notFound', throw new Meteor.Error('Invites.methods.acceptToken.notFound',
'No invite could be found for this token'); 'No invite could be found for this link, maybe it has already been claimed');
} }
// If the invitee is already filled, fix unexpected case by deleting the token // If the invitee is already filled, fix unexpected case by deleting the token
if (invite.invitee){ if (invite.invitee){
@@ -134,7 +132,7 @@ const acceptInviteToken = new ValidatedMethod({
$unset: {inviteToken: 1} $unset: {inviteToken: 1}
}); });
throw new Meteor.Error('Invites.methods.acceptToken.alreadyAccepted', throw new Meteor.Error('Invites.methods.acceptToken.alreadyAccepted',
'This invite already has an invitee, and shouldn\'t have a token'); 'This invite has already been claimed');
} }
if (this.userId === invite.inviter){ if (this.userId === invite.inviter){
throw new Meteor.Error('Invites.methods.acceptToken.ownToken', throw new Meteor.Error('Invites.methods.acceptToken.ownToken',
@@ -147,7 +145,41 @@ const acceptInviteToken = new ValidatedMethod({
}, },
}); });
const revokeInvite = new ValidatedMethod({
name: 'Invites.methods.revokeInvite',
validate: new SimpleSchema({
inviteId: {
type: String,
regEx: SimpleSchema.RegEx.Id,
},
}).validator(),
run({inviteId}) {
if (!this.userId) {
throw new Meteor.Error('Invites.methods.revokeInvite.denied',
'You need to be the logged in to revoke a token');
}
if (Meteor.isClient) return;
let invite = Invites.findOne(inviteId);
if (!invite){
throw new Meteor.Error('Invites.methods.revokeInvite.notFound',
'No invite could be found for this id');
}
if (this.userId !== invite.inviter) {
throw new Meteor.Error('Invites.methods.revokeInvite.denied',
'You are not the owner of this invite');
}
// If the invitee is empty, the token has already been revoked
if (!invite.invitee){
return;
}
Invites.update(invite._id, {
$unset: {invitee: 1, dateConfirmed: 1},
});
},
});
Invites.attachSchema(InviteSchema); Invites.attachSchema(InviteSchema);
export default Invites; export default Invites;
export { alignInvitesWithPatreonTier, getInviteToken, acceptInviteToken }; export { alignInvitesWithPatreonTier, getInviteToken, acceptInviteToken, revokeInvite };

View File

@@ -66,7 +66,22 @@ const userSchema = new SimpleSchema({
}, },
'subscribedLibraries.$': { 'subscribedLibraries.$': {
type: String, type: String,
regEx: SimpleSchema.RegEx.Id,
}, },
subscribedCharacters: {
type: Array,
defaultValue: [],
max: 100,
},
'subscribedCharacters.$': {
type: String,
regEx: SimpleSchema.RegEx.Id,
},
profile: {
type: Object,
blackbox: true,
optional: true,
},
}); });
Meteor.users.attachSchema(userSchema); Meteor.users.attachSchema(userSchema);
@@ -127,6 +142,55 @@ Meteor.users.isAdmin = function(userId){
return user && user.roles.includes('admin'); return user && user.roles.includes('admin');
} }
Meteor.users.canPickUsername = new ValidatedMethod({
name: 'Users.methods.canPickUsername',
validate: userSchema.pick('username').validator(),
run({username}){
if (Meteor.isClient) return;
let user = Accounts.findUserByUsername(username);
// You can pick your own username
if (user && user._id === this.userId){
return false;
}
return !!user;
}
});
Meteor.users.setUsername = new ValidatedMethod({
name: 'Users.methods.setUsername',
validate: userSchema.pick('username').validator(),
run({username}){
if (!this.userId) throw 'Can only set your username if logged in';
if (Meteor.isClient) return;
return Accounts.setUsername(this.userId, username)
}
});
Meteor.users.subscribeToLibrary = new ValidatedMethod({
name: 'Users.methods.subscribeToLibrary',
validate: new SimpleSchema({
libraryId:{
type: String,
regEx: SimpleSchema.RegEx.Id,
},
subscribe: {
type: Boolean,
},
}).validator(),
run({libraryId, subscribe}){
if (!this.userId) throw 'Can only subscribe if logged in';
if (subscribe){
return Meteor.users.update(this.userId, {
$addToSet: {subscribedLibraries: libraryId},
});
} else {
return Meteor.users.update(this.userId, {
$pullAll: {subscribedLibraries: libraryId},
});
}
}
});
Meteor.users.findUserByUsernameOrEmail = new ValidatedMethod({ Meteor.users.findUserByUsernameOrEmail = new ValidatedMethod({
name: 'Users.methods.findUserByUsernameOrEmail', name: 'Users.methods.findUserByUsernameOrEmail',
validate: new SimpleSchema({ validate: new SimpleSchema({

View File

@@ -1,5 +1,6 @@
import { findLast } from 'lodash'; import { findLast } from 'lodash';
import getEntitledCents from '/imports/api/users/patreon/getEntitledCents.js'; import getEntitledCents from '/imports/api/users/patreon/getEntitledCents.js';
import Invites from '/imports/api/users/Invites.js';
const TIERS = [ const TIERS = [
{ {
@@ -58,11 +59,22 @@ export function getTierByEntitledCents(entitledCents = 0){
export function getUserTier(user){ export function getUserTier(user){
if (!user) throw 'user must be provided'; if (!user) throw 'user must be provided';
if (typeof user === 'string'){ if (typeof user === 'string'){
user = Meteor.users.findOne(user); user = Meteor.users.findOne(user, {
fields: {
'services.patreon': 1,
}
});
if (!user) throw 'User not found'; if (!user) throw 'User not found';
} }
const entitledCents = getEntitledCents(user); const entitledCents = getEntitledCents(user);
return getTierByEntitledCents(entitledCents); const tier = getTierByEntitledCents(entitledCents);
if (tier.paidBenefits) return tier;
let invite = Invites.findOne({invitee: user._id, isFunded: true});
if (invite){
return GUEST_TIER;
} else {
return tier;
}
} }
export default TIERS; export default TIERS;

View File

@@ -1,17 +1,18 @@
const DAMAGE_TYPES = Object.freeze([ const DAMAGE_TYPES = Object.freeze([
"bludgeoning", 'healing',
"piercing", 'bludgeoning',
"slashing", 'piercing',
"acid", 'slashing',
"cold", 'acid',
"fire", 'cold',
"force", 'fire',
"lightning", 'force',
"necrotic", 'lightning',
"poison", 'necrotic',
"psychic", 'poison',
"radiant", 'psychic',
"thunder", 'radiant',
'thunder',
]); ]);
export default DAMAGE_TYPES; export default DAMAGE_TYPES;

View File

@@ -1,34 +1,42 @@
const PROPERTIES = Object.freeze({ const PROPERTIES = Object.freeze({
action: { action: {
icon: 'offline_bolt', icon: '$vuetify.icons.action',
name: 'Action' name: 'Action'
}, },
adjustment: {
icon: '$vuetify.icons.attribute_damage',
name: 'Attribute damage'
},
attack: { attack: {
icon: 'bolt', icon: '$vuetify.icons.attack',
name: 'Attack' name: 'Attack'
}, },
attribute: { attribute: {
icon: 'donut_small', icon: '$vuetify.icons.attribute',
name: 'Attribute' name: 'Attribute'
}, },
buff: { buff: {
icon: 'star', icon: '$vuetify.icons.buff',
name: 'Buff' name: 'Buff'
}, },
classLevel: { classLevel: {
icon: 'school', icon: '$vuetify.icons.class_level',
name: 'Class level' name: 'Class level'
}, },
damage: {
icon: '$vuetify.icons.damage',
name: 'Damage'
},
damageMultiplier: { damageMultiplier: {
icon: 'layers', icon: '$vuetify.icons.damage_multiplier',
name: 'Damage multiplier' name: 'Damage multiplier'
}, },
effect: { effect: {
icon: 'show_chart', icon: '$vuetify.icons.effect',
name: 'Effect' name: 'Effect'
}, },
experience: { experience: {
icon: 'add', icon: '$vuetify.icons.experience',
name: 'Experience' name: 'Experience'
}, },
feature: { feature: {
@@ -48,23 +56,23 @@ const PROPERTIES = Object.freeze({
name: 'Proficiency' name: 'Proficiency'
}, },
roll: { roll: {
icon: 'flare', icon: '$vuetify.icons.roll',
name: 'Roll' name: 'Roll'
}, },
savingThrow: { savingThrow: {
icon: 'all_out', icon: '$vuetify.icons.saving_throw',
name: 'Saving throw' name: 'Saving throw'
}, },
skill: { skill: {
icon: 'check_box', icon: '$vuetify.icons.skill',
name: 'Skill' name: 'Skill'
}, },
spellList: { spellList: {
icon: 'list', icon: '$vuetify.icons.spell_list',
name: 'Spell list' name: 'Spell list'
}, },
spell: { spell: {
icon: 'whatshot', icon: '$vuetify.icons.spell',
name: 'Spell' name: 'Spell'
}, },
container: { container: {
@@ -72,9 +80,13 @@ const PROPERTIES = Object.freeze({
name: 'Container' name: 'Container'
}, },
item: { item: {
icon: 'category', icon: '$vuetify.icons.item',
name: 'Item' name: 'Item'
}, },
toggle: {
icon: '$vuetify.icons.toggle',
name: 'Toggle'
},
}); });
export default PROPERTIES; export default PROPERTIES;

File diff suppressed because one or more lines are too long

9
app/imports/math.js Normal file
View File

@@ -0,0 +1,9 @@
import { create, all } from 'mathjs';
const math = create(all);
math.import({
'if': function(pred, a, b) {
return pred ? a : b;
}
});
export default math;

View File

@@ -1,37 +1,42 @@
import Creatures from "/imports/api/creature/Creatures.js"; import Creatures from '/imports/api/creature/Creatures.js';
import Parties from '/imports/api/campaign/Parties.js'; import Parties from '/imports/api/campaign/Parties.js';
Meteor.publish("characterList", function(){ Meteor.publish('characterList', function(){
var userId = this.userId; this.autorun(function (){
if (!userId) { var userId = this.userId;
this.ready(); if (!userId) {
return; return this.ready();
} }
return [ const user = Meteor.users.findOne(this.userId, {
Creatures.find( fields: {subscribedCharacters: 1}
{$or: [{readers: userId}, {writers: userId}, {owner: userId}], type: "pc"}, });
{ const subs = user && user.subscribedCharacters || [];
fields: { return [
name: 1, Creatures.find({
urlName: 1, $or: [
race: 1, {readers: userId},
alignment: 1, {writers: userId},
gender: 1, {owner: userId},
readers: 1, {_id: {$in: subs}},
writers:1, ],
owner: 1, type: 'pc',
color: 1, }, {
picture: 1, fields: {
} name: 1,
} initial: 1,
), alignment: 1,
Parties.find({owner: userId}), gender: 1,
]; readers: 1,
writers:1,
owner: 1,
color: 1,
picture: 1,
avatarPicture: 1,
public: 1,
}
}
),
Parties.find({owner: userId}),
];
});
}); });
DDPRateLimiter.addRule({
name: "characterList",
type: "subscription",
userId(){ return true; },
connectionId(){ return true; },
}, 8, 5000);

View File

@@ -1,11 +1,10 @@
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 [];
@@ -15,11 +14,11 @@ Meteor.publish("searchIcons", function(searchValue) {
{ {
// relevant documents have a higher score. // relevant documents have a higher score.
fields: { fields: {
score: { $meta: "textScore" } score: { $meta: 'textScore' }
}, },
// `score` property specified in the projection fields above. // `score` property specified in the projection fields above.
sort: { sort: {
score: { $meta: "textScore" } score: { $meta: 'textScore' }
} }
} }
); );

View File

@@ -1,5 +1,5 @@
import './characterList.js'; import '/imports/server/publications/characterList.js';
import './library.js'; import '/imports/server/publications/library.js';
import './singleCharacter.js'; import '/imports/server/publications/singleCharacter.js';
import './users.js'; import '/imports/server/publications/users.js';
import './icons.js'; import '/imports/server/publications/icons.js';

View File

@@ -1,66 +1,68 @@
import SimpleSchema from 'simpl-schema';
import Libraries from '/imports/api/library/Libraries.js'; import Libraries from '/imports/api/library/Libraries.js';
import LibraryNodes from '/imports/api/library/LibraryNodes.js'; import LibraryNodes from '/imports/api/library/LibraryNodes.js';
const standardLibraryIds = [ const standardLibraryIds = [
'SRDLibraryGA3XWsd', 'SRDLibraryGA3XWsd',
]; ];
Meteor.publish('standardLibraries', function(){ Meteor.publish('standardLibraries', function(){
return Libraries.find({_id: {$in: standardLibraryIds}}); return Libraries.find({_id: {$in: standardLibraryIds}});
});
Meteor.publish('standardLibraryItems', function(categoryKey){
return LibraryItems.find({
library: {$in: standardLibraryIds},
'settings.category': categoryKey,
}, {
sort: {name: 1},
});
});
Meteor.publish('standardLibrarySpells', function(level){
return LibrarySpells.find({
library: {$in: standardLibraryIds},
level,
}, {
sort: {name: 1},
});
}); });
Meteor.publish('libraries', function(){ Meteor.publish('libraries', function(){
const user = Meteor.user(); this.autorun(function (){
const userId = user && user._id; if (!this.userId) {
if (!userId) return []; return this.ready();
const subs = user && user.subscribedLibraries || []; }
return Libraries.find({ const user = Meteor.users.findOne(this.userId, {
$or: [ fields: {subscribedLibraries: 1}
{owner: userId}, });
{writers: userId}, const subs = user && user.subscribedLibraries || [];
{readers: userId}, return Libraries.find({
{_id: {$in: subs}}, $or: [
] {owner: this.userId},
}); {writers: this.userId},
{readers: this.userId},
{_id: {$in: subs}},
]
});
});
});
let libraryIdSchema = new SimpleSchema({
libraryId: {
type: String,
regEx: SimpleSchema.RegEx.Id,
},
}); });
Meteor.publish('library', function(libraryId){ Meteor.publish('library', function(libraryId){
const user = Meteor.user(); libraryIdSchema.validate({libraryId});
const userId = user && user._id; this.autorun(function (){
if (!userId) return []; let libraryCursor
const subs = user && user.subscribedLibraries || []; if (this.userId) {
let libraryCursor = Libraries.find({ libraryCursor = Libraries.find({
_id: libraryId, _id: libraryId,
$or: [ $or: [
{owner: userId}, {owner: this.userId},
{writers: userId}, {writers: this.userId},
{readers: userId}, {readers: this.userId},
{_id: {$in: subs}}, {public: true},
], ],
}); });
if (!libraryCursor.count()) return []; } else {
return [ libraryCursor = Libraries.find({
libraryCursor, _id: libraryId,
LibraryNodes.find({ public: true,
'ancestors.id': libraryId, });
}), }
]; if (!libraryCursor.count()) return this.ready();
return [
libraryCursor,
LibraryNodes.find({
'ancestors.id': libraryId,
}),
];
});
}); });

View File

@@ -1,51 +1,33 @@
import SimpleSchema from 'simpl-schema';
import Creatures from '/imports/api/creature/Creatures.js'; import Creatures from '/imports/api/creature/Creatures.js';
import CreatureProperties from '/imports/api/creature/CreatureProperties.js'; import CreatureProperties from '/imports/api/creature/CreatureProperties.js';
Meteor.publish('singleCharacter', function(charId){ let schema = new SimpleSchema({
userId = this.userId; creatureId: {
var char = Creatures.findOne({ type: String,
_id: charId, regEx: SimpleSchema.RegEx.Id,
$or: [ },
{readers: userId},
{writers: userId},
{owner: userId},
{'settings.viewPermission': 'public'},
],
});
if (char){
return [
Creatures.find({_id: charId}),
CreatureProperties.find({
'ancestors.id': charId,
}),
];
} else {
return [];
}
}); });
DDPRateLimiter.addRule({ Meteor.publish('singleCharacter', function(creatureId){
name: 'singleCharacter', schema.validate({ creatureId });
type: 'subscription', this.autorun(function (){
userId: null, let userId = this.userId;
connectionId(){ return true; }, let creatureCursor = Creatures.find({
}, 8, 10000, function(reply, ruleInput){ _id: creatureId,
if(!reply.allowed){ $or: [
logRateError(reply, ruleInput); {readers: userId},
} {writers: userId},
}); {owner: userId},
{public: true},
Meteor.publish('singleCharacterName', function(charId){ ],
userId = this.userId; });
return Creatures.find({ if (!creatureCursor.count()) return this.ready();
_id: charId, return [
$or: [ creatureCursor,
{readers: userId}, CreatureProperties.find({
{writers: userId}, 'ancestors.id': creatureId,
{owner: userId}, }),
{'settings.viewPermission': 'public'}, ];
], });
}, {
fields:{'name': 1}
});
}); });

View File

@@ -1,3 +1,4 @@
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';
@@ -8,21 +9,44 @@ Meteor.publish('user', function(){
username: 1, username: 1,
apiKey: 1, apiKey: 1,
darkMode: 1, darkMode: 1,
subscribedLibraries: 1,
profile: 1,
'services.patreon.id': 1, 'services.patreon.id': 1,
'services.patreon.entitledCents': 1, 'services.patreon.entitledCents': 1,
'services.patreon.entitledCentsOverride': 1, 'services.patreon.entitledCentsOverride': 1,
'services.google.id': 1,
'services.google.picture': 1,
'services.google.name': 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: {
inviteToken: 0,
}
}), }),
]; ];
}); });
let userIdsSchema = new SimpleSchema({
ids: {
type: Array,
optional: true,
},
'ids.$':{
type: String,
regEx: SimpleSchema.RegEx.Id,
}
})
Meteor.publish('userPublicProfiles', function(ids){ Meteor.publish('userPublicProfiles', function(ids){
if (!this.userId || !Array.isArray(ids)) return []; userIdsSchema.validate({ids});
if (!this.userId || !ids) return this.ready();
return Meteor.users.find({ return Meteor.users.find({
_id: {$in: ids} _id: {$in: ids}
},{ },{

View File

@@ -0,0 +1,40 @@
<template lang="html">
<div>
<span
v-if="coinValue.gp || value === 0"
>
{{ coinValue.gp }} gp
</span>
<span
v-if="coinValue.sp || (coinValue.gp && coinValue.cp)"
>
{{ coinValue.sp }} sp
</span>
<span
v-if="coinValue.cp"
>
{{ coinValue.cp }} cp
</span>
</div>
</template>
<script>
import valueToCoins from '/imports/ui/utility/valueToCoins.js';
export default {
props:{
value: {
type: Number,
default: undefined,
},
},
computed:{
coinValue(){
return valueToCoins(this.value);
}
},
}
</script>
<style lang="css" scoped>
</style>

View File

@@ -1,26 +0,0 @@
<template lang="html">
<v-layout justify-center>
<color-picker v-model="color"/>
</v-layout>
</template>
<script>
import ColorPicker from '/imports/ui/components/ColorPicker.vue';
export default {
data(){ return {
color: '#CE93D8',
}},
components: {
ColorPicker,
},
watch: {
color(newColor){
console.log(`%c${newColor}`, `background: ${newColor};`);
},
},
};
</script>
<style lang="css" scoped>
</style>

View File

@@ -1,193 +1,230 @@
<template lang="html"> <template lang="html">
<v-menu <v-menu
:close-on-content-click="false" v-model="opened"
:close-on-content-click="false"
transition="slide-y-transition" transition="slide-y-transition"
lazy lazy
v-model="opened" left
> >
<v-btn <v-btn
slot="activator" slot="activator"
icon icon
> >
<v-icon>format_paint</v-icon> <v-icon>format_paint</v-icon>
</v-btn> </v-btn>
<v-card class="overflow-hidden"> <v-card class="overflow-hidden">
<v-card-text> <v-card-text>
<v-item-group v-model="color" mandatory> <v-layout
<v-layout row wrap> row
<v-item wrap
v-for="kebabColorOption in colors" >
:key="kebabColorOption" <div
:value="kebabToCamelCase(kebabColorOption)" v-for="colorOption in colors"
> :key="colorOption"
<div :class="[colorOption, shade]"
slot-scope="{ active, toggle }" class="color-swatch d-flex align-center"
:class="[kebabColorOption, kebabShade]" @click="color = colorOption"
class="color-swatch d-flex align-center" >
@click="toggle" <v-scroll-y-transition>
> <v-icon
<v-scroll-y-transition> v-if="kebabColor === colorOption"
<v-icon :class="{dark: isDark(colorOption, shade)}"
v-if="active" >
:class="{dark: isDark(kebabColorOption, kebabShade)}" check
>check</v-icon> </v-icon>
</v-scroll-y-transition> </v-scroll-y-transition>
</div> </div>
</v-item> <div
<div class="spacer" v-for="i in 8"/> v-for="i in 8"
</v-layout> :key="i"
</v-item-group> class="spacer"
<v-item-group class="mt-2" v-model="shade" mandatory> />
<v-layout wrap> </v-layout>
<v-item <v-fade-transition>
v-for="kebabShadeOption in shades" <v-layout
:key="kebabShadeOption" v-show="color"
:value="kebabToCamelCase(kebabShadeOption)" wrap
> class="mt-2"
<div >
slot-scope="{ active, toggle }" <div
:class="[kebabColor, kebabShadeOption]" v-for="shadeOption in shades"
class="shade-swatch d-flex align-center" :key="shadeOption"
@click="toggle" :class="[kebabColor, shadeOption]"
> class="shade-swatch d-flex align-center"
<v-scroll-y-transition> @click="shade = shadeOption"
<v-icon >
v-if="active" <v-scroll-y-transition>
:class="{dark: isDark(kebabColor, kebabShadeOption)}" <v-icon
>check</v-icon> v-if="kebabShade === shadeOption"
</v-scroll-y-transition> :class="isDark(color, shade) ? 'dark' : 'light'"
</div> >
</v-item> check
<div class="spacer" v-for="i in 8"/> </v-icon>
</v-layout> </v-scroll-y-transition>
</v-item-group> </div>
</v-card-text> <div
<v-card-actions> v-for="i in 8"
<v-spacer/> :key="i"
<v-btn flat @click="opened = false">Done</v-btn> class="spacer"
</v-card-actions> />
</v-card> </v-layout>
</v-fade-transition>
</v-card-text>
<v-card-actions>
<v-btn
flat
@click="$emit('input')"
>
Clear
</v-btn>
<v-spacer />
<v-btn
flat
@click="opened = false"
>
Done
</v-btn>
</v-card-actions>
</v-card>
</v-menu> </v-menu>
</template> </template>
<script> <script>
import isDarkColor from '/imports/ui/utility/isDarkColor.js'; import isDarkColor from '/imports/ui/utility/isDarkColor.js';
import vuetifyColors from 'vuetify/es5/util/colors'; import vuetifyColors from 'vuetify/es5/util/colors';
import { kebabToCamelCase, camelToKebabCase } from '/imports/ui/utility/swapCase.js'; import { kebabToCamelCase, camelToKebabCase } from '/imports/ui/utility/swapCase.js';
function colorToHex(color, shade = 'base'){ function colorToHex(color, shade = 'base'){
color = kebabToCamelCase(color); if (!color) return;
shade = kebabToCamelCase(shade); color = kebabToCamelCase(color);
return vuetifyColors[color][shade]; shade = kebabToCamelCase(shade);
}; return vuetifyColors[color] && vuetifyColors[color][shade];
}
// Create an index of hex colors and what color/shade combination makes them // Create an index of hex colors and what color/shade combination makes them
let colorIndex = {}; let colorIndex = {};
for (let color in vuetifyColors){ for (let color in vuetifyColors){
for (let shade in vuetifyColors[color]){ color = kebabToCamelCase(color);
colorIndex[vuetifyColors[color][shade]] = {color, shade}; for (let shade in vuetifyColors[color]){
} shade = kebabToCamelCase(shade);
} colorIndex[vuetifyColors[color][shade]] = {color, shade};
function hexToColor(hex){ }
return colorIndex[hex.toLowerCase()]; }
}; function hexToColor(hex){
if (!hex) return undefined;
return colorIndex[hex.toLowerCase()];
}
export default { export default {
props: { props: {
value: String, //hex string //hex string
}, value: {
data(){ return { type: String,
colors: [ default: undefined,
'red', },
'pink', },
'purple', data(){ return {
'deep-purple', colors: [
'indigo', 'red',
'blue', 'pink',
'light-blue', 'purple',
'cyan', 'deep-purple',
'teal', 'indigo',
'green', 'blue',
'light-green', 'light-blue',
'lime', 'cyan',
'yellow', 'teal',
'amber', 'green',
'orange', 'light-green',
'deep-orange', 'lime',
'brown', 'yellow',
'grey', 'amber',
], 'orange',
shades: [ 'deep-orange',
'lighten-4', 'brown',
'lighten-3', 'grey',
'lighten-2', ],
'lighten-1', shades: [
'base', 'lighten-4',
'darken-1', 'lighten-3',
'darken-2', 'lighten-2',
'darken-3', 'lighten-1',
'darken-4', 'base',
], 'darken-1',
opened: false, 'darken-2',
}}, 'darken-3',
methods: { 'darken-4',
isDark(kebabColor, kebabShade){ ],
color = colorToHex(kebabColor, kebabShade); opened: false,
return isDarkColor(color); }},
}, computed: {
kebabToCamelCase, combination (){
}, if (!this.value) return;
computed: { return hexToColor(this.value) || {};
combination (){ },
return hexToColor(this.value) || {}; color: {
}, get(){
color: { return this.combination && this.combination.color;
get(){ },
return this.combination.color; set(newColor){
}, this.$emit('input', colorToHex(newColor, this.shade));
set(newColor){ },
this.$emit('input', colorToHex(newColor, this.shade)); },
}, shade: {
}, get(){
shade: { return this.combination && this.combination.shade;
get(){ },
return this.combination.shade; set(newShade){
}, this.$emit('input', colorToHex(this.color, newShade));
set(newShade){ },
this.$emit('input', colorToHex(this.color, newShade)); },
}, kebabColor(){
}, return camelToKebabCase(this.color);
kebabColor(){ },
return camelToKebabCase(this.color); kebabShade(){
}, return camelToKebabCase(this.shade);
kebabShade(){ },
return camelToKebabCase(this.shade); },
}, methods: {
}, isDark(kebabColor, kebabShade){
}; let color = colorToHex(kebabColor, kebabShade);
return isDarkColor(color);
},
kebabToCamelCase,
},
};
</script> </script>
<style lang="css" scoped> <style lang="css" scoped>
.color-swatch, .shade-swatch { .color-swatch, .shade-swatch {
height: 30px; height: 30px;
width: 30px; width: 30px;
flex-grow: 1; flex-grow: 1;
} cursor: pointer;
.v-icon { transition: all 0.2s linear;
height: 30px; }
} .color-swatch:hover{
.v-icon { z-index: 1;
color: black; transform: scale(1.1);
} box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),
.dark.v-icon { 0px 1px 1px 0px rgba(0,0,0,0.14),
color: white; 0px 1px 3px 0px rgba(0,0,0,0.12);
} }
.layout { .v-icon {
max-width: 270px; height: 30px;
} }
.spacer { .v-icon {
width: 30px; color: black;
height: 0; }
flex-grow: 1; .dark.v-icon {
} color: white;
}
.layout {
max-width: 270px;
}
.spacer {
width: 30px;
height: 0;
flex-grow: 1;
}
</style> </style>

View File

@@ -1,24 +0,0 @@
<template lang="html">
<column-layout>
<div v-for="(height, n) in cardHeights" :key="n">
<v-card :height="height"/>
</div >
</column-layout>
</template>
<script>
import ColumnLayout from "/imports/ui/components/ColumnLayout.vue";
import { _ } from "meteor/underscore";
export default {
dontWrap: true,
data(){return{
cardHeights: _.times(12, n => `${_.random(100, 500)}px`),
}},
components: {
ColumnLayout,
},
};
</script>
<style lang="css" scoped>
</style>

View File

@@ -36,6 +36,12 @@ export default {
padding: 4px; padding: 4px;
} }
.column-layout >>> > div { .column-layout >>> > div {
/*
Table and width set because firefox does not support break-inside: avoid
*/
display: table;
table-layout: fixed;
width: 100%;
-webkit-backface-visibility: hidden; -webkit-backface-visibility: hidden;
-webkit-transform: translateX(0); -webkit-transform: translateX(0);
-webkit-column-break-inside: avoid; -webkit-column-break-inside: avoid;

View File

@@ -1,16 +0,0 @@
<template lang="html">
<icon-search/>
</template>
<script>
import IconSearch from '/imports/ui/components/IconSearch.vue';
export default {
components: {
IconSearch,
},
};
</script>
<style lang="css" scoped>
</style>

View File

@@ -1,79 +0,0 @@
<template lang="html">
<v-autocomplete
v-model="model"
:search-input.sync="searchString"
:items="items"
:loading="!$subReady.searchIcons || isLoading"
item-text="name"
item-value="_id"
label="Search icons"
hide-no-data
@input="input"
>
<template
slot="item"
slot-scope="{ item, tile }"
>
<v-list-tile-avatar>
<svg class="avatar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path :d="item.shape"/></svg>
</v-list-tile-avatar>
<v-list-tile-content>
<v-list-tile-title v-text="item.name"></v-list-tile-title>
</v-list-tile-content>
</template>
</v-autocomplete>
</template>
<script>
import Icons from '/imports/api/icons/Icons.js';
export default {
data(){ return {
model: this.value,
searchString: null,
serverSearchString: null,
isLoading: false,
}},
props: {
value: String,
},
watch: {
searchString(string){
this.isLoading = true;
this.searchServer(string)
},
value(newValue){
this.model = newValue;
},
},
methods: {
searchServer: _.debounce(function(string){
this.serverSearchString = string;
}, 200),
input(e){
this.$emit('input', e);
}
},
meteor: {
$subscribe: {
searchIcons() {
this.isLoading = false;
return [this.serverSearchString];
},
},
items(){
return Icons.find({}, { sort: [['score', 'desc']] }).fetch();
},
},
}
</script>
<style lang="css" scoped>
.avatar {
width: 100%;
height: 100%;
}
.theme--dark .avatar {
fill: white;
}
</style>

View File

@@ -0,0 +1,58 @@
<template lang="html">
<v-menu
v-model="open"
origin="center center"
transition="scale-transition"
:nudge-left="130"
:min-width="305"
:close-on-content-click="false"
>
<template #activator="{ on }">
<v-btn
v-bind="$attrs"
v-on="on"
>
<slot>
<v-icon>add</v-icon>
</slot>
</v-btn>
</template>
<v-card>
<increment-menu
flat
:value="value"
:open="open"
@change="changeIncrementMenu"
@close="open = false"
/>
</v-card>
</v-menu>
</template>
<script>
import IncrementMenu from '/imports/ui/components/IncrementMenu.vue';
export default {
components: {
IncrementMenu,
},
props: {
value: {
type: Number,
required: true,
},
},
data(){return {
open: false
}},
methods: {
changeIncrementMenu(e){
this.$emit('change', e);
this.open = false;
},
},
}
</script>
<style lang="css" scoped>
</style>

View File

@@ -0,0 +1,166 @@
<template>
<v-layout
row
align-center
justify-center
class="increment-menu"
>
<v-spacer />
<v-btn-toggle
:value="operation === 'add' ? 0: operation === 'subtract' ? 1 : null"
class="mx-2"
@click="$refs.editInput.focus()"
>
<v-btn
:disabled="context.editPermission === false"
class="filled"
@click="toggleAdd(); $nextTick(() => $refs.editInput.focus())"
>
<v-icon>add</v-icon>
</v-btn>
<v-btn
:disabled="context.editPermission === false"
class="filled"
@click="toggleSubtract(); $nextTick(() => $refs.editInput.focus())"
>
<v-icon>remove</v-icon>
</v-btn>
</v-btn-toggle>
<v-text-field
ref="editInput"
:solo="!flat"
:class="flat && 'ma-0 pa-0'"
hide-details
type="number"
style="max-width: 120px;"
min="0"
:value="editValue"
:prepend-inner-icon="operationIcon(operation)"
:disabled="context.editPermission === false"
@focus="$event.target.select()"
@keypress="keypress"
@input="input"
/>
<v-btn
:small="!flat"
:fab="!flat"
:flat="flat"
:icon="flat"
class="filled"
@click="commitEdit"
>
<v-icon>done</v-icon>
</v-btn>
<v-btn
:small="!flat"
:fab="!flat"
:flat="flat"
:icon="flat"
class="mx-0 filled"
@click="cancelEdit"
>
<v-icon>close</v-icon>
</v-btn>
<v-spacer />
</v-layout>
</template>
<script>
export default {
inject: {
context: { default: {} }
},
props: {
value: {
type: Number,
required: true,
},
open: Boolean,
flat: Boolean,
},
data() {
return {
editValue: 0,
operation: 'set',
hover: false,
};
},
watch: {
open(newValue){
if (newValue){
this.resetData();
}
}
},
methods: {
resetData(){
this.editValue = this.value;
this.operation = 'set';
// this.$nextTick didn't work, using timeout instead did
setTimeout(() => {
if (this.$refs.editInput){
this.$refs.editInput.focus();
}
}, 100);
},
cancelEdit() {
this.$emit('close');
},
commitEdit() {
this.editing = false;
let value = +this.$refs.editInput.lazyValue;
if (this.operation === 'add') {
value = -value;
}
let type = this.operation === 'set' ? 'set' : 'increment';
this.$emit('change', { type, value });
},
operationIcon(operation) {
switch (operation) {
case 'set':
return 'forward';
case 'add':
return 'add';
case 'subtract':
return 'remove';
}
},
toggleAdd(){
this.operation = (this.operation === 'add') ? 'set': 'add';
},
toggleSubtract(){
this.operation = (this.operation === 'subtract') ? 'set': 'subtract';
},
keypress(event) {
let digitsOnly = /[0-9]/;
let key = event.key;
if (key === '+') {
this.toggleAdd();
event.preventDefault();
} else if (key === '-') {
this.toggleSubtract();
event.preventDefault();
} else if (key === 'Enter') {
this.commitEdit();
} else if (!digitsOnly.test(key)){
event.preventDefault();
}
},
input(value){
if (+value < 0){
this.editValue = -value;
this.operation = 'subtract';
}
}
}
};
</script>
<style scoped>
.filled.theme--light {
background: #fff !important;
}
.filled.theme--dark {
background: #424242 !important;
}
</style>

View File

@@ -17,7 +17,6 @@
* Because speed dials only work well with v-btn's as children, this hacky * Because speed dials only work well with v-btn's as children, this hacky
* component creates a v-btn with a label. * component creates a v-btn with a label.
*/ */
console.log('labeled fab reporting for duty')
export default { export default {
props: ['icon', 'label'], props: ['icon', 'label'],
} }

View File

@@ -1,18 +1,22 @@
<template lang="html"> <template lang="html">
<v-card :hover="hasClickListener" @click="$emit('click')"> <v-card
<v-toolbar :hover="hasClickListener"
flat class="toolbar-card"
:style="`transform: none; ${hasToolbarClickListener ? 'cursor: pointer;' : ''}`" @click="$emit('click')"
:color="color" >
:dark="isDark" <v-toolbar
@click="$emit('toolbarclick')" flat
> :style="`transform: none; ${hasToolbarClickListener ? 'cursor: pointer;' : ''}`"
<slot name="toolbar"/> :color="color"
</v-toolbar> :dark="isDark"
<div :light="!isDark"
> @click="$emit('toolbarclick')"
<slot/> >
</div> <slot name="toolbar" />
</v-toolbar>
<div>
<slot />
</div>
</v-card> </v-card>
</template> </template>
@@ -41,5 +45,8 @@
}; };
</script> </script>
<style lang="css" scoped> <style lang="css">
.toolbar-card .v-toolbar__title {
font-size: 14px;
}
</style> </style>

View File

@@ -0,0 +1,43 @@
<template lang="html">
<div
class="layout row"
style="height: 100%;"
>
<div
class="layout column justify-start"
:style="computedTreeStyle"
>
<slot name="tree" />
</div>
<template v-if="$vuetify.breakpoint.mdAndUp">
<v-divider vertical />
<div
class="flex layout column"
style="background-color: inherit; overflow: hidden;"
data-id="selected-node-card"
>
<slot name="detail" />
</div>
</template>
</div>
</template>
<script>
export default {
computed:{
computedTreeStyle(){
if (this.$vuetify.breakpoint.smAndDown) return;
let style = 'flex-shrink: 0; flex-grow: 0; ';
if (this.$vuetify.breakpoint.xlOnly){
style += 'width: 400px;'
} else {
style += 'width: 320px;'
}
return style;
},
}
}
</script>
<style lang="css" scoped>
</style>

View File

@@ -79,6 +79,9 @@ export default {
</script> </script>
<style lang="css"> <style lang="css">
.computed {
display: inline-block;
}
.computed.symbols-are-errors .math-symbol { .computed.symbols-are-errors .math-symbol {
color: red; color: red;
} }

View File

@@ -11,7 +11,7 @@ import Computed from '/imports/ui/components/computation/Computed.vue';
export default { export default {
inject: { inject: {
computationContext: { default: {} } context: { default: {} }
}, },
components: { components: {
Computed, Computed,
@@ -24,8 +24,8 @@ export default {
}, },
computed: { computed: {
scope(){ scope(){
return this.computationContext.creature && return this.context.creature &&
this.computationContext.creature.variables; this.context.creature.variables;
} }
} }
} }

View File

@@ -1,5 +1,5 @@
<template lang="html"> <template lang="html">
<v-menu <v-menu
v-model="menu" v-model="menu"
:close-on-content-click="false" :close-on-content-click="false"
lazy lazy
@@ -7,21 +7,25 @@
full-width full-width
min-width="290px" min-width="290px"
> >
<template v-slot:activator="{ on }"> <template #activator="{ on }">
<v-text-field <v-text-field
:value="formattedSafeValue" :value="formattedSafeValue"
v-bind="$attrs" v-bind="$attrs"
prepend-icon="event" prepend-icon="event"
readonly readonly
v-on="on" :loading="loading"
:loading="loading"
:error-messages="errors" :error-messages="errors"
@focus="focused = true" :disabled="isDisabled"
@blur="focused = false" box
box v-on="on"
></v-text-field> @focus="focused = true"
@blur="focused = false"
/>
</template> </template>
<v-date-picker :value="formattedSafeValue" @input="dateInput"></v-date-picker> <v-date-picker
:value="formattedSafeValue"
@input="dateInput"
/>
</v-menu> </v-menu>
</template> </template>
@@ -34,17 +38,17 @@ export default {
data(){return { data(){return {
menu: false, menu: false,
};}, };},
computed: {
formattedSafeValue(){
return format(this.safeValue, 'YYYY-MM-DD')
},
},
methods: { methods: {
dateInput(e){ dateInput(e){
this.menu = false; this.menu = false;
this.input(e); this.input(e);
}, },
}, },
computed: {
formattedSafeValue(){
return format(this.safeValue, 'YYYY-MM-DD')
},
},
} }
</script> </script>

View File

@@ -0,0 +1,131 @@
<template lang="html">
<v-menu
v-model="menu"
:close-on-content-click="false"
lazy
transition="slide-y-transition"
min-width="290px"
style="overflow-y: auto;"
>
<template #activator="{ on }">
<div class="layout row align-center">
<v-label>{{ label }}</v-label>
<v-btn
:loading="loading"
large
icon
v-on="on"
>
<svg-icon
v-if="safeValue && safeValue.shape"
large
:shape="safeValue.shape"
/>
<v-icon
v-else
large
>
highlight_alt
</v-icon>
</v-btn>
</div>
</template>
<v-card>
<v-card-text>
<div class="layout row">
<text-field
ref="iconSearchField"
label="Search icons"
append-icon="search"
clearable
:value="searchString"
@change="search"
/>
<v-btn
icon
@click="select()"
>
<v-icon>
cancel
</v-icon>
</v-btn>
</div>
<v-layout
row
wrap
style="max-height: 400px; overflow-y: auto;"
>
<v-scale-transition
group
hide-on-leave
>
<v-btn
v-for="icon in icons"
:key="icon._id"
icon
large
@click="select(icon)"
>
<svg-icon
:shape="icon.shape"
x-large
/>
</v-btn>
</v-scale-transition>
</v-layout>
</v-card-text>
</v-card>
</v-menu>
</template>
<script>
import SvgIcon from '/imports/ui/components/global/SvgIcon.vue';
import SmartInput from '/imports/ui/components/global/SmartInputMixin.js';
import { findIcons } from '/imports/api/icons/Icons.js';
export default {
components: {
SvgIcon,
},
mixins: [SmartInput],
props: {
label: {
type: String,
default: 'Icon',
},
},
data(){return {
menu: false,
searchString: '',
icons: [],
};},
watch: {
menu(value){
if (value){
setTimeout(() => {
if (this.$refs.iconSearchField){
this.$refs.iconSearchField.$children[0].focus();
}
}, 100);
}
},
},
methods: {
search(value, ack){
this.searchString = value;
this.icons = [];
findIcons.call({search: value}, (error, result) => {
ack(error);
this.icons = result;
});
},
select(icon){
this.menu = false;
this.change(icon);
},
},
}
</script>
<style lang="css" scoped>
</style>

View File

@@ -0,0 +1,18 @@
<template lang="html">
<v-checkbox
v-bind="$attrs"
:loading="loading"
:error-messages="errors"
:input-value="safeValue"
:disabled="isDisabled"
@change="change"
/>
</template>
<script>
import SmartInput from '/imports/ui/components/global/SmartInputMixin.js';
export default {
mixins: [SmartInput],
};
</script>

View File

@@ -5,8 +5,10 @@
:error-messages="errors" :error-messages="errors"
:value="safeValue" :value="safeValue"
:menu-props="{auto: true, lazy: true}" :menu-props="{auto: true, lazy: true}"
:search-input.sync="searchInput"
:disabled="isDisabled"
box box
@change="change" @change="customChange"
@focus="focused = true" @focus="focused = true"
@blur="focused = false" @blur="focused = false"
> >
@@ -22,5 +24,14 @@
export default { export default {
mixins: [SmartInput], mixins: [SmartInput],
data(){ return {
searchInput: '',
}},
methods: {
customChange(val){
this.change(val);
this.searchInput = '';
},
}
}; };
</script> </script>

View File

@@ -1,92 +0,0 @@
<template lang="html">
<v-container grid-list-lg>
<v-layout row wrap align-center>
<v-flex xs6>
<text-field
:value="value1"
@change="value1Change"
/>
</v-flex>
<v-flex xs6>
<div class="flex">
{{value1}}
</div>
</v-flex>
<v-flex xs6>
<text-field
:value="changingValue"
@change="(val, ack) => {changingValue = val; ack()}"
/>
</v-flex>
<v-flex xs6>
{{changingValue}}
</v-flex>
<v-flex xs6>
<text-area
:value="value2"
@change="value2Change"
label="text-area"
/>
</v-flex>
<v-flex xs6>
{{value2}}
</v-flex>
<v-flex xs6>
<smart-select
:value="value3"
:items="['meep', 'moop', 'maap']"
label="select"
@change="(val, ack) => {setTimeout(() => {value3 = val; ack()}, 700)}"
/>
</v-flex>
<v-flex xs6>
{{value3}}
</v-flex>
</v-layout>
</v-container>
</template>
<script>
export default {
data(){ return {
value1: 'Five letters minimum, always trimmed',
value2: 'Takes 2s to write',
value3: 'meep',
changingValue: `Changes every 3s ${Math.random().toFixed(4)}`,
}},
methods: {
value1Change(val, ack){
let error;
val = val.trim();
if (!val || val.length < 5){
error = "Too short";
} else {
this.value1 = val;
}
ack(error);
},
value2Change(val, ack){
setTimeout(() => {
this.value2 = val;
ack();
}, 2000);
},
},
mounted() {
setInterval(() => {
this.changingValue = `Changes every 3s ${Math.random().toFixed(4)}`;
}, 3000);
},
};
</script>
<style lang="css" scoped>
.layout {
margin: 20px 0;
}
</style>

View File

@@ -9,6 +9,9 @@
import { debounce } from 'lodash'; import { debounce } from 'lodash';
export default { export default {
inject: {
context: { default: {} }
},
inheritAttrs: false, inheritAttrs: false,
data(){ return { data(){ return {
error: false, error: false,
@@ -20,12 +23,9 @@ export default {
inputValue: this.value, inputValue: this.value,
};}, };},
props: { props: {
value: [String, Number, Date, Array], value: [String, Number, Date, Array, Object, Boolean],
debounceTime: {
type: Number,
default: 750,
},
errorMessages: [String, Array], errorMessages: [String, Array],
disabled: Boolean,
}, },
watch: { watch: {
focused(newFocus){ focused(newFocus){
@@ -54,7 +54,7 @@ export default {
this.safeValue = newValue; this.safeValue = newValue;
} }
}, },
safeValue(newSafeValue){ safeValue(){
// The safe value only gets updated from the parent, so it must be valid // The safe value only gets updated from the parent, so it must be valid
this.error = false; this.error = false;
this.ackErrors = null; this.ackErrors = null;
@@ -104,6 +104,16 @@ export default {
} }
return errors; return errors;
}, },
isDisabled(){
return this.context.editPermission === false || this.disabled;
},
debounceTime() {
if (Number.isFinite(this.context.debounceTime)){
return this.context.debounceTime;
} else {
return 750;
}
},
}, },
created(){ created(){
this.debouncedChange = debounce(this.change, this.debounceTime); this.debouncedChange = debounce(this.change, this.debounceTime);

View File

@@ -1,17 +1,21 @@
<template lang="html"> <template lang="html">
<v-select <v-select
v-bind="$attrs" v-bind="$attrs"
:loading="loading" :loading="loading"
:error-messages="errors" :error-messages="errors"
:value="safeValue" :value="safeValue"
:menu-props="{auto: true, lazy: true}" :menu-props="{auto: true, lazy: true}"
@change="change" :disabled="isDisabled"
@focus="focused = true" box
@blur="focused = false" @change="change"
box @focus="focused = true"
> @blur="focused = false"
<slot name="prepend" slot="prepend"/> >
</v-select> <slot
slot="prepend"
name="prepend"
/>
</v-select>
</template> </template>
<script> <script>

View File

@@ -0,0 +1,18 @@
<template lang="html">
<v-switch
v-bind="$attrs"
:loading="loading"
:error-messages="errors"
:input-value="safeValue"
:disabled="isDisabled"
@change="change"
/>
</template>
<script>
import SmartInput from '/imports/ui/components/global/SmartInputMixin.js';
export default {
mixins: [SmartInput],
};
</script>

View File

@@ -0,0 +1,97 @@
<template lang="html">
<i
ref="icon"
aria-hidden
role="img"
class="v-icon"
:class="themeClasses"
:style="color && `color: ${color}`"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
:style="`height: ${size}; width: ${size}`"
>
<path
:d="shape"
/>
</svg>
</i>
</template>
<script>
const SIZE_MAP = {
xSmall: '12px',
small: '16px',
default: '24px',
medium: '28px',
large: '36px',
xLarge: '40px',
}
export default {
inject: {
theme: {
default: {
isDark: false,
},
},
},
props: {
shape: {
type: String,
default: '',
},
color: {
type: String,
default: undefined,
},
xSmall: Boolean,
small: Boolean,
medium: Boolean,
large: Boolean,
xLarge: Boolean,
},
data(){return {
inheritedSize: undefined,
}},
computed: {
isDark () {
if (this.dark === true) {
// explicitly dark
return true
} else if (this.light === true) {
// explicitly light
return false
} else {
// inherit from parent, or default false if there is none
return this.theme.isDark
}
},
themeClasses() {
return {
'theme--dark': this.isDark,
'theme--light': !this.isDark,
}
},
size() {
if (this.inheritedSize) return this.inheritedSize;
if (this.xSmall) return SIZE_MAP['xSmall'];
if (this.small) return SIZE_MAP['small'];
if (this.medium) return SIZE_MAP['medium'];
if (this.large) return SIZE_MAP['large'];
if (this.xLarge) return SIZE_MAP['xLarge'];
return SIZE_MAP['default'];
},
},
mounted(){
this.inheritedSize = this.$refs.icon.style.fontSize;
}
}
</script>
<style lang="css" scoped>
svg {
color: inherit;
fill: currentColor;
}
</style>

View File

@@ -1,15 +1,16 @@
<template lang="html"> <template lang="html">
<v-textarea <v-textarea
v-bind="$attrs" v-bind="$attrs"
:loading="loading" :loading="loading"
:error-messages="errors" :error-messages="errors"
:value="safeValue" :value="safeValue"
:auto-grow="autoGrow" :disabled="isDisabled"
@input="input" :auto-grow="autoGrow"
@focus="focused = true" box
@blur="focused = false" @input="input"
box @focus="focused = true"
/> @blur="focused = false"
/>
</template> </template>
<script> <script>
@@ -20,7 +21,7 @@
props: { props: {
autoGrow: { autoGrow: {
type: Boolean, type: Boolean,
default: true, default: false,
}, },
}, },
}; };

View File

@@ -1,20 +1,21 @@
<template lang="html"> <template lang="html">
<v-text-field <v-text-field
v-bind="$attrs" v-bind="$attrs"
:loading="loading" :loading="loading"
:error-messages="errors" :error-messages="errors"
:value="safeValue" :value="safeValue"
@input="input" :disabled="isDisabled"
@focus="focused = true" box
@blur="focused = false" @input="input"
box @focus="focused = true"
/> @blur="focused = false"
/>
</template> </template>
<script> <script>
import SmartInput from '/imports/ui/components/global/SmartInputMixin.js'; import SmartInput from '/imports/ui/components/global/SmartInputMixin.js';
export default { export default {
mixins: [SmartInput], mixins: [SmartInput],
}; };
</script> </script>

View File

@@ -1,13 +1,21 @@
import Vue from 'vue'; import Vue from 'vue';
// Global components // Global components
import DatePicker from '/imports/ui/components/global/DatePicker.vue'; import DatePicker from '/imports/ui/components/global/DatePicker.vue';
import IconPicker from '/imports/ui/components/global/IconPicker.vue';
import TextField from '/imports/ui/components/global/TextField.vue'; import TextField from '/imports/ui/components/global/TextField.vue';
import TextArea from '/imports/ui/components/global/TextArea.vue'; import TextArea from '/imports/ui/components/global/TextArea.vue';
import SmartSelect from '/imports/ui/components/global/SmartSelect.vue'; import SmartSelect from '/imports/ui/components/global/SmartSelect.vue';
import SmartCombobox from '/imports/ui/components/global/SmartCombobox.vue'; import SmartCombobox from '/imports/ui/components/global/SmartCombobox.vue';
import SmartCheckbox from '/imports/ui/components/global/SmartCheckbox.vue';
import SmartSwitch from '/imports/ui/components/global/SmartSwitch.vue';
import SvgIcon from '/imports/ui/components/global/SvgIcon.vue';
Vue.component('DatePicker', DatePicker); Vue.component('DatePicker', DatePicker);
Vue.component('IconPicker', IconPicker);
Vue.component('TextField', TextField); Vue.component('TextField', TextField);
Vue.component('TextArea', TextArea); Vue.component('TextArea', TextArea);
Vue.component('SmartSelect', SmartSelect); Vue.component('SmartSelect', SmartSelect);
Vue.component('SmartCombobox', SmartCombobox); Vue.component('SmartCombobox', SmartCombobox);
Vue.component('SmartCheckbox', SmartCheckbox);
Vue.component('SmartSwitch', SmartSwitch);
Vue.component('SvgIcon', SvgIcon);

View File

@@ -0,0 +1,169 @@
<template lang="html">
<v-toolbar
:color="color || 'secondary'"
:dark="isDark"
:light="!isDark"
:flat="flat"
>
<property-icon
:model="model"
class="mr-2"
/>
<v-toolbar-title v-if="model">
{{ title }}
</v-toolbar-title>
<v-spacer />
<v-slide-y-transition
hide-on-leave
>
<v-layout
v-if="editing && model"
key="edit-buttons"
>
<v-spacer />
<color-picker
v-if="$listeners && $listeners['color-changed']"
:value="model.color"
@input="colorChanged"
/>
<v-menu
v-if="$listeners && (
$listeners.move ||
$listeners.duplicate ||
$listeners.remove
)"
bottom
left
transition="slide-y-transition"
>
<template #activator="{ on }">
<v-btn
icon
data-id="property-toolbar-menu-button"
v-on="on"
>
<v-icon>more_vert</v-icon>
</v-btn>
</template>
<v-list>
<v-list-tile
v-if="$listeners && $listeners.duplicate"
@click="$emit('duplicate')"
>
<v-list-tile-content>
<v-list-tile-title>
Duplicate
</v-list-tile-title>
</v-list-tile-content>
<v-list-tile-action>
<v-icon>file_copy</v-icon>
</v-list-tile-action>
</v-list-tile>
<v-list-tile
v-if="$listeners && $listeners.move"
@click="$emit('move')"
>
<v-list-tile-content>
<v-list-tile-title>
Move
</v-list-tile-title>
</v-list-tile-content>
<v-list-tile-action>
<v-icon>send</v-icon>
</v-list-tile-action>
</v-list-tile>
<v-list-tile
v-if="$listeners && $listeners.remove"
@click="$emit('remove')"
>
<v-list-tile-content>
<v-list-tile-title>
Delete
</v-list-tile-title>
</v-list-tile-content>
<v-list-tile-action>
<v-icon>delete</v-icon>
</v-list-tile-action>
</v-list-tile>
</v-list>
</v-menu>
</v-layout>
<v-layout
v-else
key="blank"
/>
</v-slide-y-transition>
<v-btn
icon
@click="$emit('toggle-editing')"
>
<v-slide-y-transition
hide-on-leave
>
<v-icon
v-if="editing"
key="doneIcon"
>
done
</v-icon>
<v-icon
v-else
key="createIcon"
>
create
</v-icon>
</v-slide-y-transition>
</v-btn>
</v-toolbar>
</template>
<script>
import isDarkColor from '/imports/ui/utility/isDarkColor.js';
import PropertyIcon from '/imports/ui/properties/shared/PropertyIcon.vue';
import { getPropertyName } from '/imports/constants/PROPERTIES.js';
import ColorPicker from '/imports/ui/components/ColorPicker.vue';
export default {
components: {
PropertyIcon,
ColorPicker,
},
props: {
model: {
type: Object,
default: undefined,
},
flat: Boolean,
editing: Boolean,
},
computed: {
isDark(){
return isDarkColor(this.color);
},
color(){
return this.model && this.model.color || this.$vuetify.theme.secondary;
},
title(){
let model = this.model;
if (model.quantity !== 1 && model.quantity !== undefined){
if (model.plural){
return `${model.quantity} ${model.plural}`;
} else if (model.name) {
return `${model.quantity} ${model.name}`;
} else {
return `${model.quantity} × ${getPropertyName(model.type)}`
}
}
return model.name || getPropertyName(model.type);
}
},
methods: {
colorChanged(value){
this.$emit('color-changed', value);
},
}
}
</script>
<style lang="css" scoped>
</style>

View File

@@ -1,61 +1,74 @@
<template lang="html"> <template lang="html">
<v-sheet <v-sheet
class="tree-node" class="tree-node"
:class="!hasChildren ? 'empty' : null" :class="!hasChildren ? 'empty' : null"
:data-id="`tree-node-${node._id}`" :data-id="`tree-node-${node._id}`"
> >
<div <div
class="layout row align-center justify-start tree-node-title" class="layout row align-center justify-start tree-node-title"
style="cursor: pointer;" style="cursor: pointer;"
:class="selected && 'primary--text'" :class="selected && 'primary--text'"
@click.stop="$emit('selected', node._id)" @click.stop="$emit('selected', node._id)"
> >
<v-btn <v-btn
small icon small
:class="showExpanded ? 'rotate-90' : null" icon
@click.stop="expanded = !expanded" :class="showExpanded ? 'rotate-90' : null"
:disabled="!hasChildren && !organize || !canExpand" :disabled="!hasChildren && !organize || !canExpand"
> @click.stop="expanded = !expanded"
<v-icon v-if="canExpand && (hasChildren || organize)">chevron_right</v-icon> >
</v-btn> <v-icon v-if="canExpand && (hasChildren || organize)">
<div chevron_right
class="layout row align-center justify-start" </v-icon>
style="flex-grow: 0;" </v-btn>
> <div
<v-icon class="layout row align-center justify-start pr-1"
class="handle mr-2" style="flex-grow: 0;"
v-if="organize" >
:class="selected && 'primary--text'" <v-icon
:disabled="expanded" v-if="organize"
>drag_handle</v-icon> class="handle mr-2"
<property-icon :class="selected && 'primary--text'"
v-if="node.type" :disabled="expanded"
class="mr-2" >
:type="node.type" drag_handle
:class="selected && 'primary--text'" </v-icon>
/> <!--{{node && node.order}}-->
<div class="text-no-wrap text-truncate"> <component
<!--{{node && node.order}}--> :is="treeNodeView"
{{getTitle}} :model="node"
</div> :selected="selected"
</div> />
</div> </div>
<v-expand-transition> </div>
<div v-if="showExpanded" class="pl-3"> <v-expand-transition>
<tree-node-list <div
v-if="showExpanded" v-show="showExpanded"
:node="node" class="pl-3"
:children="computedChildren" >
:group="group" <v-fade-transition hide-on-leave>
:organize="organize" <tree-node-list
:selected-node-id="selectedNodeId" v-if="showExpanded"
@reordered="e => $emit('reordered', e)" :node="node"
@reorganized="e => $emit('reorganized', e)" :children="computedChildren"
@selected="e => $emit('selected', e)" :group="group"
/> :organize="organize"
</div> :selected-node-id="selectedNodeId"
</v-expand-transition> @reordered="e => $emit('reordered', e)"
</v-sheet> @reorganized="e => $emit('reorganized', e)"
@selected="e => $emit('selected', e)"
/>
<div v-else>
<div
v-for="i in children.length"
:key="i"
class="dummy-node"
/>
</div>
</v-fade-transition>
</div>
</v-expand-transition>
</v-sheet>
</template> </template>
<script> <script>
@@ -65,21 +78,15 @@
* the tree view shows off the full character structure, and where each part of * the tree view shows off the full character structure, and where each part of
* character comes from. * character comes from.
**/ **/
import PropertyIcon from '/imports/ui/properties/shared/PropertyIcon.vue';
import { canBeParent } from '/imports/api/parenting/parenting.js'; import { canBeParent } from '/imports/api/parenting/parenting.js';
import PROPERTIES from '/imports/constants/PROPERTIES.js' import { getPropertyIcon } from '/imports/constants/PROPERTIES.js';
import treeNodeViewIndex from '/imports/ui/properties/treeNodeViews/treeNodeViewIndex.js';
export default { export default {
name: 'tree-node', name: 'TreeNode',
beforeCreate() {
this.$options.components.TreeNodeList = require('./TreeNodeList.vue').default
},
components: { components: {
PropertyIcon, ...treeNodeViewIndex
}, },
data(){ return {
expanded: false,
}},
props: { props: {
node: Object, node: Object,
group: String, group: String,
@@ -89,7 +96,14 @@
selectedNodeId: String, selectedNodeId: String,
selected: Boolean, selected: Boolean,
}, },
data(){ return {
expanded: false,
}},
computed: { computed: {
treeNodeView(){
let type = this.node.type;
return treeNodeViewIndex[type] || treeNodeViewIndex.default;
},
hasChildren(){ hasChildren(){
return this.children && this.children.length || this.lazy && !this.expanded; return this.children && this.children.length || this.lazy && !this.expanded;
}, },
@@ -109,17 +123,13 @@
canExpand(){ canExpand(){
return canBeParent(this.node.type); return canBeParent(this.node.type);
}, },
getTitle(){ },
let node = this.node; beforeCreate() {
if (!node) return; this.$options.components.TreeNodeList = require('./TreeNodeList.vue').default
if (node.name) return node.name;
let prop = PROPERTIES[this.node.type]
return prop && prop.name;
}
}, },
methods: { methods: {
icon(type){ icon(type){
return PROPERTY_ICONS[type]; return getPropertyIcon(type);
}, },
} }
}; };
@@ -144,13 +154,19 @@
opacity: 0.4; opacity: 0.4;
} }
.ghost { .ghost {
opacity: 0.5; opacity: 0.5;
background: #c8ebfb; background: #fbc8c8;
} }
.v-icon.v-icon--disabled { .v-icon.v-icon--disabled {
opacity: 0; opacity: 0;
} }
.v-icon {
transition: none !important;
}
.theme--light .tree-node-title:hover { .theme--light .tree-node-title:hover {
background: rgba(0,0,0,.04); background: rgba(0,0,0,.04);
} }
.dummy-node {
height: 40px;
}
</style> </style>

View File

@@ -1,60 +0,0 @@
<template lang="html">
<v-card-text>
<tree-node-list :children="children" group="example-group" :show-empty="false"/>
</v-card-text>
</template>
<script>
import TreeNodeList from '/imports/ui/components/tree/TreeNodeList.vue';
export default {
components: {
TreeNodeList,
},
data(){ return {
children: [
{name: 'Point buy', children:[
{name: 'Strength 14', children:[]},
{name: 'Dexterity 8', children:[]},
{name: 'Constitution 14', children:[]},
{name: 'Intelligence 8', children:[]},
{name: 'Wisdom 15', children:[]},
{name: 'Charisma 12', children:[]},
]},
{name: 'Hermit', children:[
{name: 'Discovery', children:[]},
]},
{name: 'Hill Dwarf', children: [
{name: 'Dwarven combat training', children:[]},
{name: 'Dwarven resilience', children:[]},
{name: 'Dwarven toughness', children:[]},
{name: 'Stone cutting', children:[]},
]},
{name: 'Cleric', children:[
{name: 'Level 1', children:[
{name: 'Spellcasting', children:[
{name: 'Light', children:[]},
{name: 'Sacred Flame', children:[]},
{name: 'Thaumaturgy', children:[]},
]},
{name: 'Divine domain: Tempest', children:[]},
]},
{name: 'Level 2', children:[]},
{name: 'Level 3', children:[]},
{name: 'Level 4', children:[]},
{name: 'Level 5', children:[]},
]},
],
otherChildren: [],
drag: false,
}},
computed: {
dataString(){
return JSON.stringify(this.children, null, 2);
}
},
};
</script>
<style lang="css" scoped>
</style>

View File

@@ -1,33 +1,33 @@
<template lang="html"> <template lang="html">
<!--use value for immutable, list for auto-updating children --> <!--use value for immutable, list for auto-updating children -->
<draggable <draggable
class="drag-area" v-model="displayedChildren"
:value="children" class="drag-area"
:group="group" :group="group"
:animation="200" :move="move"
:move="move" :animation="200"
@change="change" ghost-class="ghost"
ghost-class="ghost" draggable=".item"
draggable=".item" handle=".handle"
handle=".handle" @change="change"
> >
<tree-node <tree-node
class="item" v-for="child in displayedChildren"
v-for="child in children" :key="child.node._id"
:node="child.node" class="item"
:children="child.children" :node="child.node"
:group="group" :children="child.children"
:key="child.node._id" :group="group"
:selected-node-id="selectedNodeId" :selected-node-id="selectedNodeId"
:selected="selectedNodeId === child.node._id" :selected="selectedNodeId === child.node._id"
:organize="organize" :organize="organize"
:lazy="lazy" :lazy="lazy"
@selected="e => $emit('selected', e)" @selected="e => $emit('selected', e)"
@reordered="e => $emit('reordered', e)" @reordered="e => $emit('reordered', e)"
@reorganized="e => $emit('reorganized', e)" @reorganized="e => $emit('reorganized', e)"
@dragstart.native="e => e.dataTransfer.setData('cow', child.node && child.node.name)" @dragstart.native="e => e.dataTransfer.setData('cow', child.node && child.node.name)"
/> />
</draggable> </draggable>
</template> </template>
<script> <script>
@@ -40,9 +40,6 @@
draggable, draggable,
TreeNode, TreeNode,
}, },
data(){ return {
expanded: false,
}},
props: { props: {
node: Object, node: Object,
group: String, group: String,
@@ -50,10 +47,14 @@
lazy: Boolean, lazy: Boolean,
children: { children: {
type: Array, type: Array,
required: true, default: () => [],
}, },
selectedNodeId: String, selectedNodeId: String,
}, },
data(){ return {
expanded: false,
displayedChildren: [],
}},
computed: { computed: {
hasChildren(){ hasChildren(){
return this.children && this.children.length; return this.children && this.children.length;
@@ -62,17 +63,35 @@
return this.expanded && (this.organize || this.hasChildren) return this.expanded && (this.organize || this.hasChildren)
}, },
}, },
watch: {
children(value){
this.displayedChildren = value;
}
},
mounted(){
this.displayedChildren = this.children;
},
methods: { methods: {
change({added, moved, removed}){ change({added, moved}){
let event = moved || added; let event = moved || added;
if (event){ if (event){
let doc = event.element.node; let doc = event.element.node;
let newIndex; let newIndex;
if (event.newIndex === 0){ if (event.newIndex === 0){
newIndex = 0; newIndex = -0.5;
} else { } else {
childBeforeNewIndex = this.children[event.newIndex - 1]; if (event.newIndex < this.children.length){
newIndex = childBeforeNewIndex.node.order + 1; let childAtNewIndex = this.children[event.newIndex];
let indexOrder = childAtNewIndex.node.order;
if (event.newIndex > event.oldIndex){
newIndex = indexOrder + 0.5;
} else {
newIndex = indexOrder - 0.5;
}
} else {
let childBeforeNewIndex = this.children[event.newIndex - 1];
newIndex = childBeforeNewIndex.node.order + 0.5;
}
} }
if (moved){ if (moved){
this.$emit('reordered', {doc, newIndex}); this.$emit('reordered', {doc, newIndex});
@@ -88,9 +107,19 @@
let allowed = isParentAllowed({parentType, childType}); let allowed = isParentAllowed({parentType, childType});
return allowed; return allowed;
}, },
log: console.log,
}, },
}; };
</script> </script>
<style lang="css" scoped> <style lang="css" scoped>
.flip-list-leave-active {
display: none;
}
.flip-list-move {
transition: transform 0.5s;
}
.no-move {
transition: transform 0s;
}
</style> </style>

View File

@@ -5,6 +5,7 @@
:value="model.name" :value="model.name"
:error-messages="errors.name" :error-messages="errors.name"
:debounce-time="debounceTime" :debounce-time="debounceTime"
:disabled="disabled"
@change="(value, ack) => $emit('change', {path: ['name'], value, ack})" @change="(value, ack) => $emit('change', {path: ['name'], value, ack})"
/> />
<text-field <text-field
@@ -12,6 +13,7 @@
:value="model.alignment" :value="model.alignment"
:error-messages="errors.alignment" :error-messages="errors.alignment"
:debounce-time="debounceTime" :debounce-time="debounceTime"
:disabled="disabled"
@change="(value, ack) => $emit('change', {path: ['alignment'], value, ack})" @change="(value, ack) => $emit('change', {path: ['alignment'], value, ack})"
/> />
<text-field <text-field
@@ -19,39 +21,73 @@
:value="model.gender" :value="model.gender"
:error-messages="errors.gender" :error-messages="errors.gender"
:debounce-time="debounceTime" :debounce-time="debounceTime"
:disabled="disabled"
@change="(value, ack) => $emit('change', {path: ['gender'], value, ack})" @change="(value, ack) => $emit('change', {path: ['gender'], value, ack})"
/> />
<text-field <text-field
label="Picture URL" label="Picture URL"
hint="A link to a high resolution image"
:value="model.picture" :value="model.picture"
:error-messages="errors.picture" :error-messages="errors.picture"
:debounce-time="debounceTime" :debounce-time="debounceTime"
:disabled="disabled"
@change="(value, ack) => $emit('change', {path: ['picture'], value, ack})" @change="(value, ack) => $emit('change', {path: ['picture'], value, ack})"
/> />
<!-- <text-field
<form-sections> label="Avatar picture URL"
<form-section name="settings"> hint="A link to a smaller, square image to use as an avatar"
:value="model.avatarPicture"
:error-messages="errors.avatarPicture"
:debounce-time="debounceTime"
:disabled="disabled"
@change="(value, ack) => $emit('change', {path: ['avatarPicture'], value, ack})"
/>
<form-sections>
<form-section name="settings">
<v-switch
label="Hide redundant stats"
:input-value="model.settings.hideUnusedStats"
:disabled="disabled"
@change="value => $emit('change', {path: ['settings','hideUnusedStats'], value: !!value})"
/>
<text-field
label="Hit Dice reset multiplier"
hint="What fraction of your hit dice are reset every long rest"
placeholder="0.5"
type="number"
min="0"
max="1"
step="0.1"
:value="model.settings.hitDiceResetMultiplier"
:debounce-time="debounceTime"
:disabled="disabled"
@change="(value, ack) => $emit('change', {path: ['settings','hitDiceResetMultiplier'], value, ack})"
/>
<!--
<v-switch <v-switch
label="Use variant encumbrance" label="Use variant encumbrance"
:input-value="model.settings.useVariantEncumbrance" :input-value="model.settings.useVariantEncumbrance"
:error-messages="errors.useVariantEncumbrance" :error-messages="errors.useVariantEncumbrance"
:disabled="disabled"
@change="value => $emit('change', {path: ['settings','useVariantEncumbrance'], value})" @change="value => $emit('change', {path: ['settings','useVariantEncumbrance'], value})"
/> />
<v-switch <v-switch
label="Hide spells tab" label="Hide spells tab"
:input-value="model.settings.hideSpellcasting" :input-value="model.settings.hideSpellcasting"
:error-messages="errors.hideSpellcasting" :error-messages="errors.hideSpellcasting"
:disabled="disabled"
@change="value => $emit('change', {path: ['settings','hideSpellcasting'], value})" @change="value => $emit('change', {path: ['settings','hideSpellcasting'], value})"
/> />
<v-switch <v-switch
label="Swap ability scores and modifiers" label="Swap ability scores and modifiers"
:input-value="model.settings.swapStatAndModifier" :input-value="model.settings.swapStatAndModifier"
:error-messages="errors.swapStatAndModifier" :error-messages="errors.swapStatAndModifier"
:disabled="disabled"
@change="value => $emit('change', {path: ['settings','swapStatAndModifier'], value})" @change="value => $emit('change', {path: ['settings','swapStatAndModifier'], value})"
/> />
</form-section> -->
</form-sections> </form-section>
--> </form-sections>
</div> </div>
</template> </template>
@@ -79,6 +115,7 @@ export default {
type: Boolean, type: Boolean,
}, },
debounceTime: Number, debounceTime: Number,
disabled: Boolean,
}, },
}; };
</script> </script>

View File

@@ -1,24 +1,32 @@
<template lang="html"> <template lang="html">
<dialog-base> <dialog-base>
<div slot="toolbar"> <v-toolbar-title slot="toolbar">
Creature Form Dialog Creature Form Dialog
</v-toolbar-title>
<div>
<creature-form
:model="model"
:disabled="editPermission === false"
@change="change"
/>
</div> </div>
<div> <v-spacer slot="actions" />
<creature-form :model="model" @change="change"/> <v-btn
</div> slot="actions"
<v-spacer slot="actions"/> flat
<v-btn @click="$store.dispatch('popDialogStack')"
slot="actions" >
flat Done
@click="$store.dispatch('popDialogStack')" </v-btn>
>Done</v-btn>
</dialog-base> </dialog-base>
</template> </template>
<script> <script>
import Creatures from '/imports/api/creature/Creatures.js';
import {updateCreature} from '/imports/api/creature/Creatures.js'; import {updateCreature} from '/imports/api/creature/Creatures.js';
import DialogBase from '/imports/ui/dialogStack/DialogBase.vue'; import DialogBase from '/imports/ui/dialogStack/DialogBase.vue';
import CreatureForm from '/imports/ui/creature/CreatureForm.vue' import CreatureForm from '/imports/ui/creature/CreatureForm.vue'
import { assertEditPermission } from '/imports/api/creature/creaturePermissions.js';
export default { export default {
components: { components: {
@@ -33,6 +41,14 @@ export default {
model(){ model(){
return Creatures.findOne(this._id); return Creatures.findOne(this._id);
}, },
editPermission(){
try {
assertEditPermission(this.model, Meteor.userId());
return true;
} catch (e) {
return false;
}
},
}, },
methods: { methods: {
change({path, value, ack}){ change({path, value, ack}){

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