Commit graph

12 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
Jacob Lucas
92bf020cdf General Cleanup
CSS
 - Removed unnecessary units on 0 values
 - Replaced invalid css values (such as line-height default) with valid equivalents
Templates
 - Added missing closing tags
 - Fixed incorrect closing tags
 - Removed unnecessary closing tags
2021-06-04 22:20:48 +01:00
TJ
08700670f9 Add powercasting dropdown 2021-02-16 15:35:03 -06:00
supervj
1994902fec subclass 2021-01-26 21:20:36 -05:00
Professor Bunbury
1812158f67 CSS/LESS and New Char Sheet Hotfixes
Fixes gear inoperability on character sheet traits and improvies legibility of HUD and chat input/textarea.
2021-01-21 15:07:01 -05:00
CK
fb7a12b244 Merge branch 'Develop' into professorbunbury-sw5e 2021-01-19 12:32:32 -05:00
Professor Bunbury
1c6202bede New Character Sheet Fine Tuning (Resources & Traits Tab)
Rearranged Resources/Counters and Traits on Resources & Traits tab to avoid pushing vital information down the sheet.
2021-01-19 10:08:49 -05:00
Professor Bunbury
6947d65330 Updates to CSS/LESS and New Character Sheet
Various updates to CSS/LESS and adjustments to New Character Sheet to rearrange traits, resources, counters, favorites, and notes.
2021-01-19 09:27:48 -05:00
supervj
9c6bd3873e Update Core 1.2.2
Update core to 1.2.2.  Sheets are broken
2021-01-18 23:49:04 -05:00
TJ
a597964bc4 Enable display of character sheet 2021-01-04 17:56:28 -06: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
Nathanael Phillips
f7d7580b3a Beginning of global styling; Full Sidebar restyle 2020-11-02 12:23:55 -07:00