diff --git a/Pendragon6thEdition/package.json b/Pendragon6thEdition/package.json index f306a905eb90..173cc2ebdc32 100644 --- a/Pendragon6thEdition/package.json +++ b/Pendragon6thEdition/package.json @@ -1,6 +1,6 @@ { "name": "pendragon6thedition", - "version": "3.3", + "version": "3.3.0", "description": "You need to run npm start to get the compilers going.", "dependencies": { "20": "^3.1.9", diff --git a/Pendragon6thEdition/pendragon.html b/Pendragon6thEdition/pendragon.html index 0bd65262ec7a..ad0f0cf43f32 100644 --- a/Pendragon6thEdition/pendragon.html +++ b/Pendragon6thEdition/pendragon.html @@ -1,4 +1,4 @@ -

^

^

^

/
/
/
/
/
/
/
/
/
/
/
/
/

^

^
p

^
p

^
p

^
p

^

^

/
/
/
/
/
/
/
/
/
/
/
/
/

^

^

p

^

^

^

^

p

p

^
p

^
p

^

^

^

^

ACCEPTING DROP FROM COMPENDIUM
{{#header}}{{header}}{{/header}}
{{#luck}}
{{luck}}
{{#calamity}}
{{calamity}}
{{/calamity}}
{{/luck}} +

^

^

^

/
/
/
/
/
/
/
/
/
/
/
/
/

^

^
p

^
p

^
p

^
p

^

^

/
/
/
/
/
/
/
/
/
/
/
/
/

^

^

p

^

^

^

^

p

p

^
p

^
p

^

^

^

^

ACCEPTING DROP FROM COMPENDIUM
{{#header}}{{header}}{{/header}}
{{#luck}}
{{luck}}
{{#calamity}}
{{calamity}}
{{/calamity}}
{{/luck}} {{#dice}}
{{dice}}
{{/dice}} {{#threshold}}
{{threshold}}
{{/threshold}} {{#dice}}
{{#rollGreater() threshold 19}} diff --git a/Pendragon6thEdition/src/pendragon.pug b/Pendragon6thEdition/src/pendragon.pug index dfec01734dee..6a91f0a0a73e 100644 --- a/Pendragon6thEdition/src/pendragon.pug +++ b/Pendragon6thEdition/src/pendragon.pug @@ -15,7 +15,8 @@ include pug/mixins/inputs.pug ============================= include pug/abstracts/variables.pug -.dropzone.compendium-drop-target.creatures(data-licensedsheet='attr_licensedsheet') +//- Dropzone categories for the characters sheets must be added here +.dropzone.compendium-drop-target.creatures.pregens(data-licensedsheet='attr_licensedsheet') //- Drag and drop target for compendium each val in ['Name', 'data', 'Content', "Category"] input(name=`attr_drop_${val.toLowerCase()}` type='hidden' value='' accept=val)