Commit graph

48 commits

Author SHA1 Message Date
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
CK
76ef89b518
Merge pull request #221 from unrealkakeman89/Develop-0.8
Updated to 0.8
2021-06-16 13:02:20 -04:00
CK
7134c4ac07
add Italian 2021-06-16 12:42:59 -04:00
Jacob Lucas
3cfee9dd81 Added changes to packs 2021-06-04 22:20:48 +01:00
Jacob Lucas
2a7e1c419e Updated to DND5e 1.3.2
Things unfinished:
 - Migration
 - The update adds new sections to the class sheet to allow some light customisation, this hasn't been included, but could be extended for the sake of dynamic classes with automatic class features and more
 - The French
 - The packs have not yet been updated, meaning due to the addition of a progression field to the class item, classes now don't set force or tech points
 - I updated the function calls in starships, but I didn't update it very thoroughly, it'll need checking
 - I only did a little testing
 - There has since been updates to DND5e that hasn't made it to release that patch bugs, those should be implemented
Things changed from base 5e:
 - Short rests and long rests were merged into one function, this needed some rewrites to account for force and tech points, and for printing the correct message
Extra Comments:
 - Unfinished code exists for automatic spell scrolls, this could be extended for single use force or tech powers
 - Weapon proficiencies probably need revising
 - Elven accuracy, halfling lucky, and reliable talent are present in the roll logic, this probably needs revising for sw5e
 - SW5e has a variant rule that permits force powers of any alignment to use either charisma or wisdom, that could be implemented
 - SW5e's version of gritty realism, [Longer Rests](https://sw5e.com/rules/variantRules/Longer%20Rests) differs from base dnd, this could be implemented
 - Extra ideas I've had while looking through the code can be found in Todos next to the ideas relevant context
2021-06-04 22:20:48 +01:00
Kakeman89
c7c9bc3b5d Merge branch 'professorbunbury-sw5e' into Develop 2021-05-28 10:18:30 -04:00
Professor Bunbury
709ad758dc Multi/Class Proficiencies
+ Adds base Class and Multiclass proficiencies to the Class Features compendium.
2021-05-28 09:17:00 -04:00
TJ
59c733735c Fix for favorite text 2021-05-07 16:57:58 -05:00
CK
90a45dab55
Merge branch 'Develop' into professorbunbury-sw5e 2021-04-20 23:41:51 -04:00
Professor Bunbury
14f4e06788 SotG Update #1.2
+ Adds Starship Features compendium
^ Adds major updates to Starship sheet and related item compendia
^ Adds Mechanist Technique to Archetypes compendium
2021-04-17 13:26:13 -04:00
supervj
9de6a8f5c0 Keep fields from being wiped out
updated the template.json to have the fields that were being wiped out.  If they don't exist they will be removed when moving to/from a compendium and when duplicating the item.
2021-04-16 02:05:53 -04:00
Professor Bunbury
f393670528 SotG Update #1.1 (Quick Fixes)
^ Updates entity.js and starship.js to fix drag-and-drop and NaN errors and prepare for Starship Features.
^ Updates en.json, config.js, sw5e.js, and template.json to prepare for Starship Features.
2021-04-07 14:10:56 -04:00
Professor Bunbury
c793949b37 SotG Update #1
+ Adds compendia for Deployments, Deployment Features, Starship Armor, Starship Equipment, Starship Weapons, and Ventures and associated artwork
+ Adds Starship actor sheet (very, very rough draft, somewhat unpredictable, not fully functional)
+ Adds function to Character sheet to collapse/expand Feature tab rows (major assist from Cyr)
+ Adds function to Character sheet to increment/decrement class levels directly from character sheet (another major assist from Cyr)
2021-04-06 16:03:48 -04: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
TJ
1fbbf68f94 Fix typo 2021-02-19 18:02:39 -06:00
TJ
6ad94a7f82 Use localizations 2021-02-15 14:37:44 -06:00
TJ
1ce2e92ccd Fully split force and tech powers into their own sheets 2021-02-10 18:39:36 -06:00
supervj
ad50d1549f Powercasting works based on school of power
Updated power items to automatically change mod used when set to powercasting
2021-02-09 23:47:32 -05:00
supervj
8134ee4f09 Removed Duplicate Senses
Removed duplicate SW5E.Senses from en.json
2021-02-09 02:19:48 -05:00
supervj
b5ecde7f0c Added short and long rest and Temp points
Updated Force and Tech Points on Short and Long Rests along with Temporary points.

Also added class powercasting to migration
2021-02-09 02:14:10 -05:00
supervj
4b7aac7fd5 Structure for Points overhaul 2021-01-27 01:25:46 -05:00
supervj
e6bff40e1b Update Core to 1.2
Update Core to 1.2, pulled from dev 12/10/2020
2021-01-04 15:23:30 -05:00
supervj
e6a0cc8066 Change subclass references to archetype references
converting DND subclass to SW archetype
2020-11-25 14:09:47 -05:00
CK
719709d516
Merge branch 'master' into Develop 2020-11-19 21:15:06 +00:00
CK
95868ee15f
Update en.json 2020-11-19 15:00:16 -05:00
CK
176ffec3c6
Update en.json 2020-11-19 14:59:16 -05:00
CK
da6b387cf5
Update en.json 2020-11-19 14:54:43 -05:00
CK
9fea221d6b
Merge branch 'Develop' into professorbunbury-sw5e 2020-11-19 18:47:00 +00:00
Professor Bunbury
25ec442f9f Major DAE Updates to Species plus New Archetype 2020-11-19 13:24:57 -05:00
supervj
68a1b6a9f0 System 1.1.1 ** Requires Foundry 0.7.6
System main update to be inline with dnd5e 1.1.1

Added active effects to as many sheets as I thought applicable. Please check loot, I made an attempt but it may be broken

All .less .css and actor .html updates were made to the old actors.  New actors may be broken with this update

removed templates\actors\oldActor\parts\actor-effects.html for newer templates\actors\parts\active-effects.html

removed module\apps\cast-dialog, templates\apps\cast-cast.html, and templates\items\cast.html.  I do not think they are used, I think they were deprecated when powers were treated as items, if not we can add them back in.

**NOTE** REQUIRES Foundry 0.7.6
2020-11-12 17:30:07 -05:00
Nathanael Phillips
105ebc16b7 Merge branch 'pr/39' into Develop 2020-11-06 13:35:18 -07:00
Professor Bunbury
1130fdc30d Compendia for Fighting Masteries and Styles and Other Minor Updates
What the title says.
2020-11-05 15:37:53 -05:00
Nathanael Phillips
b75aafd3ce split styles to accomodate themes; added light/dark theme 2020-11-04 13:12:41 -07:00
Nathanael Phillips
f7d7580b3a Beginning of global styling; Full Sidebar restyle 2020-11-02 12:23:55 -07:00
Professor Bunbury
18a28217c1 0.7.x Updates for Archetypes, Backgrounds, Classes, Lightsaber Forms, and Species
Tons of updates to relect recent changes to PHB and EC source materials.
AC minimum for "Hide" species trait currently does not working using DAE.
2020-10-29 20:30:50 -04:00
Professor Bunbury
d392b568db Spot the link / entityClass error! 2020-10-23 17:45:27 -04:00
Professor Bunbury
de52576408 Spot the link / entityClass error! 2020-10-23 12:36:42 -04:00
professorbunbury
ebc70539ff Big Species Update
All manner of Species updates, as well as some new CSS for journal entries and rollable tables.
2020-08-31 16:32:00 -04:00
professorbunbury
0ff30d2a05 Updating species content
Aaaaaaand more JavaScript...
2020-07-30 16:04:59 -04:00
CK
7a4c6d920b
Update en.json 2020-07-27 17:54:42 -04:00
Kakeman89
873e5f961f More update on Concentrate 2020-07-27 16:08:22 -04:00
Kakeman89
53e2cfa7f1 Add Concentration 2020-07-27 15:46:30 -04:00
CK
6efa0ca00f
Update en.json 2020-07-27 12:43:47 -04:00
VINI1520
7b51a5c178 New properties item list
New properties item list
2020-07-13 19:51:27 -03:00
CK
048f09ee5d
Delete eng 2020-06-24 14:33:54 -04:00
CK
f30597995f
Add files via upload 2020-06-24 14:18:40 -04:00
CK
048b158562
Create eng 2020-06-24 14:18:27 -04:00