Commit Graph

185 Commits (6b5011cfd6d8f91516f66500502d2fae215cfbc4)

Author SHA1 Message Date
John Downey 6b5011cfd6 Update codebase to be v9 compatible 2022-04-08 19:11:54 -05:00
The Happy Anarchist 438c5a9c72 Clarify Wisdom Save bonus applying to roll 2021-01-03 15:53:43 -10:00
The Happy Anarchist 0f4951573f Template Error
Fixed template preloading url error.
2021-01-03 15:53:16 -10:00
The Happy Anarchist 255cdc6b7a Chargen fix
Fix for Character Creation dialogue box not closing properly.
2021-01-03 15:52:53 -10:00
The Happy Anarchist 6614913fda Fixing Wisdom Save issues and wording
Addresses Issues #41, #40, #39, #37.
2020-11-05 21:23:41 -10:00
The Happy Anarchist a814316587 Change "Northern" to "Common"
Address issue #38.
2020-11-05 21:21:22 -10:00
The Happy Anarchist 90665825aa Fix issue #35 - Cannot add abilities to monster sheets 2020-11-04 20:18:51 -10:00
The Happy Anarchist 63a4e237aa Bugfix - Unable to roll saves for pre 6.monsters
Monster sheet could not roll saving throws due to lack of save mod in tweaks. Removed save mod check for monsters.
2020-11-02 22:34:57 -10:00
The Happy Anarchist a498d36c25 Cosmetic changes
Removed deprecated roll functions. Recentered field texts to not obscure values. Adjust tab heights. Fixed #15.
2020-10-25 13:04:06 -10:00
The Happy Anarchist 72cf7cc910 Fix Treasure Bug
Fixed #32.
2020-10-24 23:00:09 -10:00
The Happy Anarchist 4c11677f44 Added half and double damage
Addressing issue #20 by @bobloblah.
2020-10-24 19:07:39 -10:00
The Happy Anarchist 49f2e67254 Negative hp fix
Allows damage to be applied to token from chat card to go below zero. Addresses issue #26.
2020-10-24 18:38:11 -10:00
The Happy Anarchist 944e8a08f4 Add saves modifier to tweaks
Adds the ability for a universal bonus or penalty to saving throws. Addresses issue #30 from @Bobloblah.
2020-10-24 18:29:06 -10:00
The Happy Anarchist ffd6b6157e Support for ability scores 19+
Resolves issue #31.
2020-10-24 17:51:05 -10:00
The Happy Anarchist 4eddffe8d2 Support for ability scores 19+ 2020-10-24 17:23:12 -10:00
The Happy Anarchist e0d2c43db0 Fix for form issue on sheet rolls 2020-10-24 17:09:39 -10:00
The Happy Anarchist 79b44ac6a8 Remove Spell memorization 2020-10-05 20:24:22 -10:00
The Happy Anarchist 2a45bd290e Initial Morale Implementation
Morale and Loyalty checks now on Monster and Retainer sheets. They roll against proper tables. For now, Loyalty is a rollable text field, but waiting on official RAW.
2020-09-27 01:21:32 -10:00
The Happy Anarchist 63509e310e Initial Character Sheet changes for Morale and Loyalty fields. 2020-09-27 00:28:48 -10:00
The Happy Anarchist cb02e52d4f Implemented Wisdom bonus to all Saves houserule
Implemented Wisdom bonus to all Saves houserule per Issue #11 .
2020-09-24 22:55:11 -10:00
The Happy Anarchist 40e0f4fd03 Sneaking in Auto-hit and Auto-miss for non-HFH option to 0.5.1 release 2020-09-24 21:37:22 -10:00
The Happy Anarchist fc1c721a00 Added HFH Settings
Added toggles for the Exploding 20s and BHR, and language for both.
2020-09-24 19:46:06 -10:00
The Happy Anarchist 8b9d0f1c88 Added Minimum Damage of 1
Per Issue #13.
2020-09-24 16:59:43 -10:00
The Happy Anarchist 455a64c0a1 Added HD Floor of 1
Per Issue #12
2020-09-24 16:53:49 -10:00
The Happy Anarchist 7154ed8470 Cleaned up non-ACKS settings options
Removed some reference to OSE settings and made ACKS default. Some terminology explained.
2020-09-22 13:46:31 -10:00
The Happy Anarchist 0c89260436 Fix nested properties bug in HP for entities
Fix  for nested HP properties bug in OSE code
2020-09-22 13:44:17 -10:00
The Happy Anarchist ef319925b8 Implement Throw on sheet instead of AB
Implemented throw on the sheet, and changed the calculation to match ACKS standards.
2020-09-22 00:52:57 -10:00
The Happy Anarchist 393c40a030 BHR Implementation
Implemented BHR calculation on Character Sheet, and added ability to click on it to roll.
2020-09-21 22:07:42 -10:00
The Happy Anarchist 26316a6b8d Added hold turn tracker for Judge 2020-09-12 23:13:06 -10:00
The Happy Anarchist 024660b6bf Spell and Retreat Announcement
OSE Author added spell and retreat announcement. Fixed a few bugs in his code regarding initiative settings calls.
2020-09-12 22:27:48 -10:00
The Happy Anarchist 3280d4f84a Update combat.js
OSE author fix for update push to initiative.
2020-09-12 20:06:19 -10:00
The Happy Anarchist f755ae8643 Changing inventory bar to reflect movement rate break points.
Changing inventory bar to reflect movement rate break points.
2020-09-05 16:44:46 -10:00
The Happy Anarchist 33a5705e7d Fixed movement rate for higher carrying capacity.
Removed the delta calculation to correct ACKS movement rate bands.
2020-09-05 16:09:05 -10:00
The Happy Anarchist 9a786c29c0 Changed Slow Weapon to Initiative Penalty
Changed the Slow checkbox in the weapon to subtract 1 from intiative per ACKS rules, instead of putting the character last in the initiative order like in OSE.
2020-09-05 16:02:38 -10:00
The Happy Anarchist 65820e609e Update entity.js
Added missile mod to damage calcs.
2020-09-05 14:27:03 -10:00
The Happy Anarchist a611838d6c Add Melee and Missile Damage bonus to tweaks
Melee and Missile Damage bonuses added to tweaks. Also fixed a bug in OSE code where AAC bonus was not working.
2020-09-05 14:20:42 -10:00
The Happy Anarchist 0263fa5e2f Rounding error in item cost
Fixed rounding errors on character sheet.
2020-09-05 01:02:19 -10:00
The Happy Anarchist dbae5b4d35 0.2.0 Encumbrance
Created the items and heavy items section of the character sheet. Fixed some rounding errors.
2020-09-05 01:01:24 -10:00
The Happy Anarchist 0d3d79e7df Update entity.js
Bugfix for exploration. Need to roll above, not below.
2020-09-03 23:16:07 -10:00
The Happy Anarchist db04c41943 Encumbrance Workaround, Exploration checks, and default Monster Saves 2020-09-03 22:42:44 -10:00
The Happy Anarchist ca7684f874 Update entity.js
Bug fix of the OSE code. Wisdom bonus was glitching monster saves.
2020-09-03 22:14:10 -10:00
The Happy Anarchist 9767d5a9e2 Initial merge 2020-09-02 19:53:10 -10:00
The Happy Anarchist a5f4f529fd OSE 1.0.3 Initial Import 2020-09-02 17:29:49 -10:00
The Happy Anarchist bf1ce034ea BUGFIX: AC was always a miss 2020-08-28 21:44:34 -10:00
The Happy Anarchist 89a3511c0f Modified combat
Changed AC, implemented throw, and exploding attack dice.
2020-08-28 00:13:22 -10:00
The Happy Anarchist bf39f33aae Small adjustments
Changed Saving Throw names, literacy threshold, uncapped dex and cha, added ACKS world languages.
2020-08-27 22:56:19 -10:00
The Happy Anarchist d9772b24aa Fixed broken combat initiative.
Casing error
2020-08-18 00:17:13 -10:00
The Happy Anarchist fb10da22fd More replacements of ose and compiled css 2020-08-18 00:08:21 -10:00
The Happy Anarchist 08742ea502 Fixed setting location and renamed ose.js
Renamed ose js and scss files to acks.  Adjusted settings.js to reflect name change to fix game settings menu, instead of module settings after name shift.
2020-08-17 22:07:45 -10:00
U~man 14f77057b8 ENH: Demo, clean template 2020-08-01 11:17:51 +02:00