Commit graph

438 commits

Author SHA1 Message Date
Megastruktur
81263419fb Release 3.12 2021-11-02 11:12:02 +03:00
megastruktur
1adba72f07
Merge pull request #161 from drewg13/master
Fix cohort scale and quality calculation
2021-11-02 11:10:43 +03:00
megastruktur
8e269408bb
Merge pull request #160 from justinross/dev/removeItemLogicCalls
Removed itemLogic calls
2021-11-02 11:10:32 +03:00
megastruktur
e5e80b9623
Update README.md 2021-11-01 18:59:20 +03:00
agaringer
b2b6ccdf1b Fix cohort scale and quality calculation 2021-10-21 20:42:46 -04:00
Justin Ross
3baa28d6ef Removed itemLogic calls, as we're using ActiveEffects now and they were breaking things. 2021-10-08 14:56:29 -07:00
megastruktur
749707a434
Merge pull request #159 from megastruktur/development
Merge tag '3.11' into development
2021-10-06 16:31:13 +03:00
Megastruktur
7324e176ed Merge tag '3.11' into development
Release 3.11

- Fixes version number in system.json
2021-10-06 16:29:21 +03:00
Megastruktur
2d9f327e18 Merge branch 'release/3.11' 2021-10-06 16:29:02 +03:00
Megastruktur
cfaa4f590e Version number fix 2021-10-06 16:28:54 +03:00
Megastruktur
c111400cca Merge tag '3.10' into development
Release 3.10

- Fix bug with setting crew xp and tier display #158
2021-10-06 09:05:26 +03:00
Megastruktur
50ebad5a79 Merge branch 'release/3.10' 2021-10-06 09:05:10 +03:00
Megastruktur
ec12799cb0 Changelog update 2021-10-06 09:05:01 +03:00
megastruktur
9a715320da
Merge pull request #158 from justinross/bugfix/crew-xp
Fix bug with setting crew xp and tier display
2021-10-06 09:02:48 +03:00
Justin Ross
2e7b942330 Fix bug with setting crew xp and tier display 2021-10-05 09:23:30 -07:00
megastruktur
43f1e1a2df
Merge pull request #154 from megastruktur/development
Merge tag '3.9' into development
2021-10-01 12:19:21 +03:00
Megastruktur
cb9760c59b Merge tag '3.9' into development
Release 3.9
2021-10-01 12:17:38 +03:00
Megastruktur
c4b1c10f10 Merge branch 'release/3.9' 2021-10-01 12:17:30 +03:00
Megastruktur
297376d0c8 Version file update 2021-10-01 12:17:21 +03:00
Megastruktur
83bb6a9d9d Merge tag '3.8' into development
Release 3.8

- Filled in the "weird" playbooks #152
- Added template.json fields for alternate sheet module flexibility #150
- Add a custom class for ActiveEffects #151
- CSS and Handlebars/HTML cleanup #153
2021-10-01 11:53:38 +03:00
Megastruktur
71c39fa7cf Merge branch 'release/3.8' 2021-10-01 11:53:25 +03:00
Megastruktur
8a93d21a88 Changelog update 2021-10-01 11:53:02 +03:00
megastruktur
d197d49d55
Merge pull request #153 from justinross/task/css-html-cleanup
CSS and Handlebars/HTML cleanup
2021-10-01 11:52:38 +03:00
megastruktur
f4fd788cd2
Merge pull request #151 from justinross/feature/blades-active-effect
Add a custom class for ActiveEffects
2021-10-01 11:50:43 +03:00
megastruktur
df45ea119d
Merge pull request #150 from justinross/feature/new-template-fields
Added template.json fields for alternate sheet module flexibility
2021-10-01 11:49:36 +03:00
megastruktur
4ae476e9fe
Merge pull request #152 from justinross/task/weird-playbooks
Filled in the "weird" playbooks
2021-10-01 11:48:23 +03:00
Justin Ross
451de7cc1e Added several fields for forward compatibility 2021-09-27 11:20:10 -07:00
Justin Ross
b8275da502 Added Ghost, Hull, and Vampire NPCs and abilities, including relevant effects for the "weird" playbooks 2021-09-27 11:18:27 -07:00
Justin Ross
58777a2694 Started on clearing out invalid usage of HTML element "id" attributes. HTML spec prohibits duplicate id values, which were present with multiple sheets of the same type open at once. This could also have led to input/label issues. 2021-09-27 11:18:12 -07:00
Justin Ross
0220d19583 Cleaned out character-sheet.scss to only include styles that apply to the character sheet. Reorganized some things to make this possible. 2021-09-27 11:18:12 -07:00
Justin Ross
b09376d74f Added official BitD font and started to reorganize CSS to avoid future namespace collisions and help keep source SCSS separated by usage. 2021-09-27 11:18:12 -07:00
Justin Ross
03256a7ea4 Added a custom class for active effects. Not super useful, but adds the ability to reference existing traits when calculating effects. 2021-09-20 15:39:57 -07:00
Megastruktur
d9b088523e Merge tag '3.7' into development
Release 3.7

- Entanglement tables cleanup #148
2021-09-15 11:42:19 +03:00
Megastruktur
22f6c82923 Merge branch 'release/3.7' 2021-09-15 11:42:02 +03:00
Megastruktur
ad355163e4 Version 3.7 2021-09-15 11:41:57 +03:00
megastruktur
e8df4b9959
Merge pull request #148 from LebombJames/entanglements
Entanglement tables cleanup
2021-09-15 11:40:54 +03:00
LebombJames
8fca264233 Updated Entanglement Generator Macro
Updated macro to version 1.2 which altered some html.
2021-09-14 17:23:41 +01:00
LebombJames
2cd95feb4f Fixed incorrect Journal links on Entanglement rolltables
The Journal links on the Entanglement rolltables were still pointed to a world compendium of Journal entries, rather than a compendium in the system.
2021-09-14 17:22:55 +01:00
Megastruktur
87ff2a9274 Merge tag '3.6' into development
Release 3.6

- Fixes system.json versioning.
- Adds Entanglements Rolltables (#147)
2021-09-14 15:19:05 +03:00
Megastruktur
dfff518bd2 Merge branch 'release/3.6' 2021-09-14 15:18:48 +03:00
Megastruktur
8ae117c4a3 Version 3.6 2021-09-14 15:18:37 +03:00
megastruktur
0a769327dc
Merge pull request #147 from LebombJames/entanglements
Add Entanglements Rolltables
2021-09-14 15:16:13 +03:00
LebombJames
ba5ceebfc5 Add Entanglements Rolltables
Added Rolltables for Entanglements as per pg. 150 of the book. Also included journal entries for each type, and a macro to automatically detect heat and wanted level
2021-09-12 21:46:46 +01:00
Megastruktur
aec6178a5b Merge tag '3.5' into development
Release 3.5
2021-09-07 11:26:20 +03:00
Megastruktur
17ed820279 Merge branch 'release/3.5' 2021-09-07 11:26:12 +03:00
Megastruktur
68cf2325b3 Version file update 2021-09-07 11:24:38 +03:00
megastruktur
2116d24bcc
Merge pull request #136 from drewg13/development
Fix faction sheet goal clocks
2021-09-07 10:43:08 +03:00
megastruktur
03126a2644
Merge pull request #144 from LebombJames/css-tidy
Tidied up CSS errors
2021-09-07 10:32:57 +03:00
megastruktur
27cfb8a0b8
Merge pull request #138 from bighi/master
Portuguese Translation
2021-09-07 10:31:23 +03:00
Megastruktur
8ca39d402e Merge branch 'master' into development 2021-09-07 10:28:16 +03:00