TJ
bd94d75086
Add weapons and armors
2021-03-27 16:14:50 -05:00
TJ
16d01207a7
Added tech powers
2021-03-27 15:38:37 -05:00
TJ
5477f9371d
Add force powers
2021-03-27 15:23:27 -05:00
TJ
b057026328
Remove built in species bonuses
2021-03-27 14:45:05 -05:00
CK
28d9290959
Merge pull request #182 from unrealkakeman89/professorbunbury-sw5e
...
"My Dudes" Update: 3/25/2021
2021-03-26 17:41:41 -04:00
Professor Bunbury
3297d9bd8c
Merge branch 'professorbunbury-sw5e' of https://github.com/unrealkakeman89/sw5e into professorbunbury-sw5e
2021-03-25 13:50:31 -04:00
Professor Bunbury
08d62d1e85
"My Dudes" Update: 3/25/2021
...
^ Archetypes compendium to include Exhibition Specialist and associated artwork.
^ Classes compendium to include link to Exhibition Specialist archetype.
2021-03-25 13:50:27 -04:00
TJ
9bbc9af285
Add species
2021-03-24 19:55:33 -05:00
CK
e8d4153333
Merge pull request #179 from unrealkakeman89/professorbunbury-sw5e
...
Updates to Force and Tech Powers Compendia (3/22/2021)
2021-03-22 15:51:27 -04:00
CK
14e9e996e5
Merge branch 'Develop' into professorbunbury-sw5e
2021-03-22 15:51:17 -04:00
Professor Bunbury
8c5de7d74d
Updates to Force and Tech Powers Compendia (3/22/2021)
...
^ Updates Force Powers compendium with recent "My Dudes" releases.
^ Updates Tech Powers compendium with recent "My Dudes" releases.
+ Associated artwork to new powers from recent "My Dudes" releases.
2021-03-22 14:26:51 -04:00
supervj
56e6640f38
Merge pull request #174 from unrealkakeman89/Develop
...
update develop-VJ with Develop branch
2021-03-17 06:16:09 -04:00
supervj
4d67bef903
Update default values of temp data
...
Update defaults to null from 0 to allow descriptor of fields to show
Noted by Bacalla:
8206774843
I followed suit from the HP model, need to test to make sure this doesn't break anything. All the code appears to default to 0 if it is null.
2021-03-16 12:24:29 -04:00
supervj
a9b261d397
Update techpowers.db
...
removed @prof attack bonus and added scaling where necessary
2021-03-16 00:20:24 -04:00
CK
c586ae8c80
Merge pull request #170 from unrealkakeman89/Develop-VJ
...
Power point upgrades are finally done
2021-03-13 13:26:11 -05:00
supervj
90fe3126cb
Update monsters.db
...
Added current version flag and updated the force powers to have accurate concentration and prerequisites as perf the Prof's updates
2021-03-12 21:33:35 -05:00
supervj
9b63457ae1
Fine tune migration concurrency
...
Fix migration concurrency so that it goes in an orderly process. This ensures that big migrations will not crash.
2021-03-12 16:47:24 -05:00
Kakeman89
6e9f94a893
Merge branch 'Develop' of https://github.com/ExileofBrokenSky/sw5e into Develop
2021-03-11 15:50:52 -05:00
Kakeman89
dca918efb5
Update classfeatures.db
2021-03-11 15:49:23 -05:00
CK
b309743425
Merge pull request #165 from unrealkakeman89/professorbunbury-sw5e
...
"My Dudes" Update - 3/11/2021
2021-03-11 15:00:07 -05:00
Professor Bunbury
649f2a8da7
Merge branch 'professorbunbury-sw5e' of https://github.com/unrealkakeman89/sw5e into professorbunbury-sw5e
2021-03-11 14:56:31 -05:00
Professor Bunbury
ba30ffbdcf
"My Dudes" Update - 3/11/2021
...
^ Updates Half-Human traits list.
+ Adds Nothoiin to species compendium.
2021-03-11 14:56:27 -05:00
supervj
a99faad77c
Code Cleanup and fix multiple migrations
...
see above
2021-03-11 01:30:03 -05:00
TJ
893c7b9d5e
Async all the way down
2021-03-10 13:50:17 -06:00
supervj
2160508076
Update migration.js
...
more attempts at banging my head against the wall to no avail... shortcut out if dataVersion matches though...
2021-03-09 23:37:20 -05:00
supervj
79e3286308
Update migration.js
...
Trying to add async to the entire migration function chain for owned actor entities s owe can use getUuid since it returns a promise.
2021-03-06 06:51:50 -05:00
ellimist25
9dfa851016
Merge remote-tracking branch 'upstream/Develop'
2021-03-05 21:49:19 -05:00
Mags
5138feed4e
Merge pull request #1 from ellimist25/character-sheet-importer-v2
...
Character sheet importer v2
2021-03-05 21:35:34 -05:00
CK
3b3f80db3c
Merge pull request #158 from baccalla/Develop
...
i18n:FR + fix localize not set
2021-03-05 18:21:38 -05:00
Michael Burgess
f37213ccbe
Update classfeatures.db
...
Now aiming at develop branch, hopefully
has upto scholar and Aqinos form class features.
2021-03-05 13:26:50 -05:00
CK
8ec4b75ab9
Merge pull request #159 from unrealkakeman89/professorbunbury-sw5e
...
"My Dudes" Update 3/4/2021
2021-03-05 11:12:31 -05:00
CK
35460dd17a
Merge branch 'Develop' into professorbunbury-sw5e
2021-03-05 11:10:12 -05:00
supervj
b9cf140e33
Update migration.js
...
Try to get items to work, just need to get the flag to work
2021-03-04 22:07:44 -05:00
Professor Bunbury
e6bba96be0
"My Dudes" Update 3/4/2021
...
+ Adds Aquinos Form and associated artwork to Archetypes compendium.
^ Updates Archetypes links in Classes compendium
2021-03-04 12:58:39 -05:00
supervj
d48a25bf2f
Revert 000 Series Droid and update migration
...
- Reverted UUID for 000 Series Protocol Droid.
- Updated NPC migration to check for dataVersion flag and shortcut out
- Attempted to add Item migration like NPC migration to fix power concentration and prerequisites, but it fails on compendium pull
2021-03-03 00:58:56 -05:00
baccalla
5619a32d84
fix a lot of localize not set
2021-02-28 08:57:21 +01:00
baccalla
4594cbea06
init i18n FR + Fix some localise not set
2021-02-27 21:05:42 +01:00
CK
b273125379
Artwork add
...
- background artwork added
- weapons artwork updated
2021-02-25 16:21:33 -05:00
CK
79274d5e54
Revert "Backgrounds art"
...
This reverts commit b5cd8d2fe8
.
2021-02-25 16:18:33 -05:00
CK
b5cd8d2fe8
Backgrounds art
...
- add Backgrounds art
- add weapons art
2021-02-25 16:18:18 -05:00
CK
390489cef5
Update adventuringgear.db
...
- power cells updated to 240 charges
2021-02-25 15:31:32 -05:00
CK
7ee7c0b77d
Compendium updates
...
- Weapons added
- backgrounds art added
2021-02-25 15:23:23 -05:00
CK
195c3150a5
Merge pull request #156 from unrealkakeman89/Develop-VJ
...
Develop vj
2021-02-25 15:12:43 -05:00
CK
94b0863de5
NPC Powers added
...
- Powers added to monsters.db
2021-02-25 14:52:10 -05:00
supervj
14a5639f40
Update Force Powers database
...
from Prof:
Added Telekinetic Shield and associated artwork (previously missing from compendium).
^ Updated force powers that were missing concentration settings.
Added prerequisites to all appropriate force powers.
2021-02-24 17:01:33 -05:00
supervj
eedef19778
Merge pull request #154 from unrealkakeman89/cyr-power-point-ui
...
Merge main into branch
2021-02-24 05:07:49 -05:00
TJ
2b723d051b
Merge branch 'Develop-VJ' into cyr-power-point-ui
2021-02-23 22:43:23 -06:00
TJ
6ca9b0c7b4
Merge branch 'master' into cyr-power-point-ui
2021-02-23 22:42:20 -06:00
Professor Bunbury
cd9e3d15aa
Updates to Force Powers Compendium
...
+ Added Telekinetic Shield and associated artwork (previously missed from compendium)
^ Updated force powers that were missing concentration settings.
+ Added prerequisites to all appropriate force powers.
2021-02-23 19:43:23 -05:00
TJ
1c58a1b813
Update migration.js
2021-02-23 17:49:07 -06:00