CK
2212e3c7d8
Merge pull request #239 from unrealkakeman89/Develop
...
Develop
2021-07-07 09:24:23 -04:00
CK
8c0ad582f7
Merge pull request #238 from unrealkakeman89/prettier
...
Prettier setup
2021-07-07 09:22:51 -04:00
TJ
584767b352
Formatted js files
2021-07-06 19:57:18 -05:00
TJ
d1b123100e
Merge branch 'Develop' into prettier
2021-07-06 19:37:55 -05:00
Jacob Lucas
0a9c9f8ef0
Removed debug flag that spammed the console
2021-07-07 00:40:00 +01:00
CK
ee7418f552
Merge pull request #236 from unrealkakeman89/Develop
...
Develop
2021-07-06 06:10:24 -04:00
CK
c44ad926a5
Merge pull request #235 from unrealkakeman89/importer-fixes
...
Update calls to 0.8 api specifications
2021-07-05 10:44:40 -04:00
TJ
10ee20354b
Update calls to 0.8 api specifications
2021-07-04 23:13:42 -05:00
CK
7214e3d260
Merge pull request #234 from unrealkakeman89/Develop
...
Various powercasting bugs
2021-07-02 20:46:59 -04:00
Jacob Lucas
97df236b54
Incremented version
2021-07-03 01:44:38 +01:00
Jacob Lucas
cac466462b
Removed unnecessary calculation
2021-07-03 01:42:08 +01:00
Jacob Lucas
063d529f09
Fixed bug that prevented NPCs power DCs from having values
2021-07-03 01:41:26 +01:00
Jacob Lucas
b343a06ef6
Fixed bug that caused power points to not have the mods
2021-07-03 01:40:48 +01:00
CK
fc09308d11
Merge pull request #233 from unrealkakeman89/Develop
...
Develop
2021-07-01 21:54:52 -04:00
Jacob Lucas
7a18055c18
Bump max version to latest
2021-07-02 02:49:05 +01:00
Jacob Lucas
e271c41239
Fixed error that caused max force & tech points to evaluate to NaN
2021-07-02 02:48:55 +01:00
CK
5d879f99e2
Merge pull request #232 from unrealkakeman89/Develop
...
Develop
2021-07-01 16:31:37 -04:00
CK
df44ad0635
Merge pull request #231 from unrealkakeman89/professorbunbury-sw5e
...
"My Dudes" Update - 7/1/2021
2021-07-01 16:28:54 -04:00
Professor Bunbury
aff43d3e98
"My Dudes" Update - 7/1/2021
...
^ Updates Astrotech Engineering archetype in Archetypes compendium.
2021-07-01 16:05:37 -04:00
CK
211201caea
Shoulder Cannon added
2021-06-30 17:10:13 -04:00
CK
7a29dfe600
Merge pull request #230 from unrealkakeman89/professorbunbury-sw5e
...
"My Dudes" Update - 6/24/2021
2021-06-29 15:35:12 -04:00
Professor Bunbury
c467738845
"My Dudes" Update - 6/24/2021
...
+ Adds new Force and Tech Powers and associated artwork to Force Powers and Tech Powers compendia.
2021-06-29 15:33:17 -04:00
CK
8a0940ccce
Update Weapons Artwork pt2
2021-06-29 10:17:00 -04:00
CK
3b4300a8eb
Merge pull request #229 from unrealkakeman89/ammo-fix
...
Fix for blaster ammunition
2021-06-29 10:02:22 -04:00
CK
55bbb95cfb
Updated Weapons Artwork
2021-06-29 10:02:02 -04:00
TJ
62e31afff2
Fix for blaster ammunition
2021-06-28 19:15:31 -05:00
TJ
da5223cab8
Prettier settings
2021-06-28 18:54:49 -05:00
CK
db286f7883
Merge pull request #228 from unrealkakeman89/split-powercasting
...
Split powercasting
2021-06-28 17:30:16 -04:00
supervj
25684173fa
Update entity.js
...
looks good to me
2021-06-28 17:14:03 -04:00
supervj
74d841e9e1
split powercasting
...
Split where powercasting is done so that it can be changed by DAE.
2021-06-28 12:57:06 -04:00
Jacob Lucas
53064c0e09
Removed strange C from sidebar of power sheet when concentration is on
2021-06-24 19:08:37 +01:00
Jacob Lucas
9a21ce2b2a
Fixed broken json for power cell
2021-06-24 15:57:23 +01:00
Jacob Lucas
29a639ff90
Removed unnecessary imports which also caused system to fail to load
2021-06-23 18:31:19 +01:00
CK
f18e537561
Merge pull request #227 from burndaflame/master
...
Convulsion is a 3rd level power
2021-06-23 13:08:14 -04:00
CK
bac8e3d642
Merge pull request #224 from unrealkakeman89/power-cell-fix
...
Always create a new power cell
2021-06-23 13:04:18 -04:00
CK
65594f62a3
Merge pull request #223 from unrealkakeman89/professorbunbury-sw5e
...
"My Dudes" Update - 6/17/2021
2021-06-23 13:03:45 -04:00
Jacob Lucas
e30d823225
Removed unnecessary additions to migration
2021-06-23 17:22:28 +01:00
burndaflame
17de2a89c2
Convulsion is a 3rd level power
2021-06-23 18:18:37 +02:00
TJ
95b2b1e39c
Merge branch 'Develop' into 1.3.5-dev
2021-06-23 10:59:17 -05:00
supervj
fe520f2c0d
Update class.html
...
forgot to hit save apparently, although this is all commented out anyway.
2021-06-23 03:01:59 -04:00
supervj
9a86bf7857
Finish core upgrade to 1.3.5
...
Filled in some missing pieces in html for core upgrades. Looked mostly good on both Cyr and Jacob's accounts.
I had a few questions about differences that were added from DND5e, they are as follows:
less\original\npc.less
line 34 - is the "li" before .creature-type necessary, not in dnd5e
module\item\entity.js
line 685 - dnd is game.user._id, we have game.user.data._id
module\pixi\ability-template.js
line 22- dnd is game.user._id, we have game.user.data._id
templates\chat\item-card.html
line 1- dnd has actor._id, we have actor.data._id
2021-06-23 02:53:39 -04:00
TJ
88f5c0cbed
Update missed config tags
2021-06-21 18:31:37 -05:00
TJ
c0e71fe0f3
Changes for 1.3.5
2021-06-21 18:27:34 -05:00
TJ
ffffe5da52
Always create a new power cell
2021-06-21 17:39:10 -05:00
Professor Bunbury
cd9bdf61d2
"My Dudes" Update - 6/17/2021
...
+ Adds Teräs Käsi Order and associated artwork to Archetypes compendium.
2021-06-18 19:31:42 -04:00
CK
e2f002292b
Merge pull request #222 from unrealkakeman89/professorbunbury-sw5e
...
Correction to Species Compendium
2021-06-18 09:11:40 -04:00
Professor Bunbury
6c2d89ee82
Correction to Species Compendium
...
^ Updates Anzellan to correct size.
2021-06-17 20:14:21 -04:00
CK
76ef89b518
Merge pull request #221 from unrealkakeman89/Develop-0.8
...
Updated to 0.8
2021-06-16 13:02:20 -04:00
Jacob Lucas
b414abbb81
Removed evidence of starships from the compendium
2021-06-16 17:58:35 +01:00
CK
53a845feb7
Add Italian
2021-06-16 12:49:54 -04:00