Commit Graph
22 Commits
Author SHA1 Message Date
Vince 5640e648d1 Forbidden Lands v1.76
- Fixed the dice pool's roll button indicator when selecting Strength-based skill selections.
2021-07-18 22:35:58 -07:00
Vince a77a0979c9 Forbidden Lands v1.75 translation bug fix
- Fixed a translation error that caused the dice pool to show "false" when the Melee skill was selected.
2020-11-12 23:28:16 -08:00
Vince bf2e242de0 Forbidden Lands v1.74 update
- changed sheet logo to use the official FBL logo.  All sheets will use the english logo unless a translation has been done and there is an official logo available in the same lanaguage.  Swedish translation will use the  "svärdets sång" logo.
2020-07-26 15:43:09 -07:00
Vince a10aac2a6e Forbidden Lands v1.73 update - Brazilian Portuguese added
- needed to change html data-i18n and translation,json to differentiate the use of "melee" as a skill vs melee as a range increment.
- updated all language files to include new keys
2020-07-05 22:28:12 -07:00
Vince 8949e2237d Forbidden Lands v1.72
- Updated the language files to include the latest changes to the translation.json
2020-06-01 00:52:30 -07:00
Vince 2b80517adb changed date 2020-05-31 23:47:50 -07:00
Vince c93e8d0b39 fixed hover opacity for last armor row 2020-05-18 00:03:36 -07:00
Vince 317468b8f6 Forbidden Lands v1.71 update
- Updated version checking(sheetworker). Thank you GiGs.
 - Added two additional rows of armor. Armor Rating dice are included for all <b>donned</b> armor. Armor weight is included toward encumbrance if the armor is <b>carried</b>.
 - Updated roll template for the additional rows of armor. Details about the armor are only included in the roll if the armor is donned and includes a name.
 - Updated armor artifact dice. A single artifact die will be included for a given column (mighty, mighty 2, epic, and legendary) even if multiple rows have been selected.  This is necessary due to the limits of the roll template.
 - Corrected a few misspelled attributes. Converted automatically using version checking routine.
2020-05-17 23:50:15 -07:00
Vince f4f0e4da6a sheetworker addition; delete empty repeating rows w/out having to close/reopen sheet 2020-05-17 15:42:01 -07:00
Vince a519914df3 fixed some code format issues 2020-05-17 15:08:18 -07:00
Vince 17055dda9d added new versioning function and updated a few attributes
- versionator added (GiGs)
- fixed a few mispelled attributes
2020-05-16 09:02:01 -07:00
Vince 792a9e4b9d Merge branch 'master' into ForbiddenLands 2020-05-14 21:32:14 -07:00
Vince 372e3bf449 Forbidden Lands update
- fixed typos in title text on some skills
- corrected spelling mistakes
- corrected type in css
2020-05-11 22:58:58 -07:00
Vince a6ced33f11 Forbidden Lands v1.70
- expanded weights beyond Heavy
2020-05-11 00:54:37 -07:00
Vince db00b5bab7 Forbidden lands v1.69 (#6358)
* FL v1.61

 - fixed strength bug that reset strength to "0" for previously created characters.
 - fixed encumbrance calculation bug introduced in last update.
 - added event listener to repeating weapons to recalc attributes when added/changed.
 - refinements to the roll template.
 - coming soon; 1. Change armor/shield Misc modifier to adjust Skill dice instead of Gear dice. 2. Skills will get a Misc field and artifact dice.

* bettter css for damge skulls

* Update Forbidden_Lands.html

* updated announcement text

* fix for shield shove/parry including base dice to gear

* update text

* update shield shove/parry gear dice calc

* dates

* spelling

* Updating announcements, date, and version

* sheetworker version update

* Updated character attributes and skill layout prep for misc gear mod

* updated skills with misc gear mod attribute - needs sheetworker

* finished sheet calcs for misc gear mod for skills

* made attributes rollable

* fixes for i18n, removed round borders from attributes

* more i18n work

* finsihed translation layout tweaks

* fixed whisper option on notes rolls

* updated announcements

* updated sv.json Swedish translation done

* fix armor/shield artifact dice not included in pool

* add option to group Skills by attribute

* added an option to group skills by attribute on settings page

* option to sort stockpile resources alphabetically. default settings added to sheet.json

* updates to translations and sheet.json

* spelling

* - fix for line height crowding

* - small fix for free-text and inlinerollresult

* fixes skill header alignment issue

* Forbidden Lands v1.69

- updated Consumable footnote reminder

* updated text
2020-05-04 17:27:57 -04:00
Vince fc30d0a1eb Forbidden lands v1.68 update (#6294)
* add option to group Skills by attribute

* added an option to group skills by attribute on settings page

* option to sort stockpile resources alphabetically. default settings added to sheet.json

* updates to translations and sheet.json

* spelling

* - fix for line height crowding

* - small fix for free-text and inlinerollresult
2020-04-27 11:47:04 -04:00
Vince 4e45dbdd90 Forbidden Lands v1.67 updates (#6198)
- Updated the Consumables resource dice reminder used for the Swedish translation.
2020-04-20 13:27:24 -04:00
Vince f5d759d0b0 Forbidden Lands v1.66 update (#6173)
* FL v1.61

 - fixed strength bug that reset strength to "0" for previously created characters.
 - fixed encumbrance calculation bug introduced in last update.
 - added event listener to repeating weapons to recalc attributes when added/changed.
 - refinements to the roll template.
 - coming soon; 1. Change armor/shield Misc modifier to adjust Skill dice instead of Gear dice. 2. Skills will get a Misc field and artifact dice.

* bettter css for damge skulls

* Update Forbidden_Lands.html

* updated announcement text

* fix for shield shove/parry including base dice to gear

* update text

* update shield shove/parry gear dice calc

* dates

* spelling

* Updating announcements, date, and version

* sheetworker version update

* Updated character attributes and skill layout prep for misc gear mod

* updated skills with misc gear mod attribute - needs sheetworker

* finished sheet calcs for misc gear mod for skills

* made attributes rollable

* fixes for i18n, removed round borders from attributes

* more i18n work

* finsihed translation layout tweaks

* fixed whisper option on notes rolls

* updated announcements

* updated sv.json Swedish translation done

* fix armor/shield artifact dice not included in pool

* Forbidden Lands v1.66 update

- Increased the range of each d66 dice to allow for custom rolls 0-100(normally, each d6 allows 1-6). While this does not effect the d66 roll on the sheet, it does allow more flexability for custom macros if desired.
- Fixed the translation list ordering for Skills and Stockpile.
- updated other translation files to match translation.json

* fixed consumable dropdown selector for translations
2020-04-13 10:47:15 -07:00
Vince 5e40304b9e Forbidden lands v1.65 (#6060)
* bettter css for damge skulls

* Update Forbidden_Lands.html

* updated announcement text

* fix for shield shove/parry including base dice to gear

* update text

* update shield shove/parry gear dice calc

* dates

* spelling

* Updating announcements, date, and version

* sheetworker version update

* Updated character attributes and skill layout prep for misc gear mod

* updated skills with misc gear mod attribute - needs sheetworker

* finished sheet calcs for misc gear mod for skills

* made attributes rollable

* fixes for i18n, removed round borders from attributes

* more i18n work

* finsihed translation layout tweaks

* fixed whisper option on notes rolls

* updated announcements

* updated sv.json Swedish translation done

* fix translation handling for whisper query text

* updated sv.json translation whisper setting and whisper query
2020-04-06 13:34:56 -07:00
Vince 4f545ee213 Forbidden lands v1.64 (#5927)
* bettter css for damge skulls

* Update Forbidden_Lands.html

* updated announcement text

* fix for shield shove/parry including base dice to gear

* update text

* update shield shove/parry gear dice calc

* dates

* spelling
2020-03-09 11:02:23 -05:00
Vince 5e96077f0f Forbidden Lands v1.63 update (#5907)
* Forbidden Lands v1.63 updates

- date and ver change

* skills; misc, artifact, and notes

* skill grid adjustment

* skill 2nd row css

* emp skills 2nd row

* might skills 2nd row

* wits skills 2nd row

* fixed lore 2nd row

* agility skills 2nd row

* removed 2nd row "checked"

* str monster skills

* monster skills

* skill sheetworker calcs

* monster str-based skill sheetworker dice pool

* skills dice pool sheetworker calcs

* skills- added artifact dice to dice pool

* skill roll template - add attribute info and notes

* date change

* small layout adjustmets

* damage skulls opacity reduced beyond max
2020-03-02 13:38:19 -06:00
Vince 7e01672379 Forbidden Lands v1.62 (#5893)
* Forbidden Lands v1.62

- Added the 'IM Fell English' webfont to better match Forbidden Lands style.
- Updated all image links to point to the images located on roll20's github repo.
- Updated Armor and Shield Misc modifier to adjust Skill dice, not Gear dice.
- Fixed negative skill dice bug.

* FBL update shield/parry template

* updated calc for shield total
2020-02-24 14:06:45 -06:00