Commit Graph
44 Commits
Author SHA1 Message Date
LukeMc b20d783150 Retrigger full upload 2024-06-03 13:15:14 -04:00
LukeMc 46edad2122 New line added to all html to trigger full reload of all sheets 2024-05-24 13:16:24 -04:00
Lucas Hall c3134dde9e Merge pull request #12729 from Greyblade/patch-26
[Paladin] - Gentlewoman autocalc + autoupdate name/character_name + correcting Size mistake in NPC Feast tab
2024-03-28 13:06:35 -04:00
Greyblade e612bf361a Update paladin.html 2024-03-27 22:24:18 +01:00
Greyblade 60272fa8b4 [Paladin] - Update of the Entourage tab
The Entourage tab in the character sheet allows players to track members of their entourage (squires, spouse, soldiers, professionals working for them, etc)

That tab as it is now is pretty much useless. No buttons for the skills of the entourage, code is a mess, etc...

Using the Pendragon 5.2 as a basis, I made some much needed changes to the tab, to make it much more usable & enjoyable for players, without touching the attributes:

-adding buttons for actions
-re-arranged columns to make them more easily readable
-cleaned up the code
2024-03-25 10:57:00 +01:00
Greyblade ed891965a9 Update paladin.html 2024-03-21 22:22:58 +01:00
Greyblade ad62f3ae99 Update paladin.html 2024-03-19 22:10:18 +01:00
Greyblade afdbd00139 Update paladin.html 2024-03-19 21:56:28 +01:00
Greyblade daf2acb6d5 [Paladin] - switch to proper Feast size attribute
Size is wrongly used here as it is a character attribute, thus updating the value for the character while it's specific to feast size (an event), which is correctly used in the character feast tab
2024-03-19 21:46:36 +01:00
Greyblade 22a5c4e122 Update paladin.html 2024-03-19 11:58:05 +01:00
Greyblade c2188b7793 Update paladin.html
Adding 0 as default value to 4 basic squire rolls (age, horsemanship, battle, first aid)
2024-03-18 10:38:01 +01:00
Greyblade f6287d000b [Paladin] Automating ideals calculators
All three ideals for knights (Romance, chivalry, religion) consist in adding up the values of six relevant personality traits.

Rather than doing it manually, I propose this change to automate the calculator and thus making it easier/faster for players.

Current version (in French)
2024-03-18 10:16:53 +01:00
Greyblade 6fa47b9d97 [Paladin] next small ovehauls
The checkboxes & text in the health section are all unaligned, causing unesthetic alignment in the sheet. By changing the div class, the three lines & corresponding checkboxes realign properly

The "member of the round table" attribute & box is useless - it is a holdover from the old King Arthur Pendragon character sheet on which the Paladin sheet is based. There are no round table knights in the Paladin universe :) However "Paladins" are indeed a thing, and this space is to keep track of the year in which the character potentially receive this super rare honor. It makes sense to drop the old attribute and put the paladin one instead. Impact is extremely minor for users - its just there to track a year, and as I said, it is super rare even for really advanced characters.
2024-03-12 21:44:44 +01:00
Greyblade f71aeff9a6 Update paladin.html
Modified attributes after pull request was blocked
2024-03-07 21:16:02 +01:00
Greyblade e4b10536bf Update paladin.html
Corrected the calculator for atttibutes derived values
2024-03-07 00:15:34 +01:00
Greyblade d6c1a987cc Update paladin.html
missing syntax
2024-03-06 23:17:06 +01:00
Greyblade 0b173e1e22 Update paladin.html
Added my name to change & updated version
2024-03-06 23:09:50 +01:00
Greyblade d239dc2223 Update paladin.html
last correction contained a mistake for horsemanship
2024-03-06 23:00:29 +01:00
Greyblade b49b369d6e Update paladin.html - squire section
Fixing squire battle & horsemanship
2024-03-06 22:55:08 +01:00
Greyblade a145f1b0d6 Update paladin.html
Making character name auto editable using @character_name instead of @name
2024-03-06 21:56:58 +01:00
Greyblade 3ddf70f0af Annual glory fix
Fix for sum
Added missing total glory field
2024-03-06 16:37:29 +01:00
Greyblade 409f14463e [Paladin] - overhaul continuation
Bugfix for squire section
Added missing romance ideal
2024-03-06 15:54:20 +01:00
Greyblade 53228c407e [Paladin] Bugfix squire section
Correct Age button
Fixing repeating container bug
2024-03-06 15:37:10 +01:00
Kayla Fischer 62babcc67b Merge pull request #12664 from Greyblade/patch-12
[Paladin] - Update paladin.html - fixing squire section (modifiers, c…
2024-03-05 11:20:22 -08:00
Kayla Fischer db4dff488d Merge pull request #12663 from Greyblade/patch-11
[Paladin] Update paladin.html - Adding modifiers to Traits, Passions …
2024-03-05 11:17:56 -08:00
Kayla Fischer fa26c7b2fd Merge pull request #12662 from Greyblade/patch-10
[Paladin] - Update paladin.html - Adding modifiers to all abilities
2024-03-05 11:13:27 -08:00
Nora Cahill add678d5af Merge pull request #12670 from Greyblade/patch-14
[Paladin] - Update paladin.html - Adding missing annual glory values
2024-03-05 11:10:31 -08:00
Nora Cahill aa414267ac Merge pull request #12669 from Greyblade/patch-13
[Paladin] Update paladin.html - Adding modifiers to all Skills
2024-03-05 11:09:54 -08:00
Greyblade 5f89a8bc91 Update paladin.html
Swapped "standings" for "attitudes" as it is the correct term
2024-03-04 09:04:27 +01:00
Greyblade b12e2e6ab9 Update paladin.html
Fixing repeating container mistake
2024-03-04 09:00:19 +01:00
Greyblade 1891a1a5dc [Paladin] - Update paladin.html - modified Size 2024-03-04 08:57:43 +01:00
Greyblade 4323538a41 [Paladin] - Update paladin.html - Adding missing annual glory values
The annual glory section was incomplete
- Added missing fields
- Added autocalc to annual glory total
- Updated sum
2024-03-03 22:03:30 +01:00
Greyblade 7d21faefe4 [Paladin] Update paladin.html - Adding modifiers to all Skills
Skills was the last section without modifiers to rolls. This will complete the overhaul for this functionality of the sheet
2024-03-03 21:37:57 +01:00
Greyblade 4f635b6514 [Paladin] - Update paladin.html - fixing squire section (modifiers, cleaning bug)
Cleaning the squire section of the sheet :
-adding modifiers to rolls
-making "Age" a clickable button
-fixing the bug on repeating sections
2024-03-01 13:54:55 +01:00
Greyblade 5faaaced56 [Paladin] Update paladin.html - Adding modifiers to Traits, Passions & Attitudes
Adding missing modifiers to Traits, Passions & Attitudes, based on Pendragon 5.2 sheet
2024-02-29 22:15:17 +01:00
Greyblade 8c0b1a5e12 [Paladin] - Update paladin.html - Adding modifiers to all abilities
Next step of overhaul, adding modifiers to all 5 ability rolls
2024-02-29 21:33:00 +01:00
Greyblade 9f9aeff7f4 [Paladin] - Update paladin.html - fixing character damage 2024-02-29 21:15:37 +01:00
Lucas Hall 36ae7eb129 Merge pull request #12656 from Greyblade/patch-8
[Paladin] Update paladin.html - Adding modifiers to characters/horse damage
2024-02-29 13:43:00 -05:00
Greyblade fbd969372c [Paladin] Update paladin.html - Modifiers to damage
Adding proper modifiers to character & horse damage - adds or removes d6 to the rolls as per the rules
2024-02-29 00:28:55 +01:00
Greyblade 94b81f9fe1 [Paladin] Update paladin.html - Updating all broken links to logos
After initial successful commit, I'm changing all the links to logos that are broken across the sheet, and their placeholder texts, in order to clean the sheet up
2024-02-27 22:17:01 +01:00
Greyblade c0242ea2c2 Update paladin.html
Added correct link to SRC logos as they are currently not displaying on the sheet
2024-02-25 15:56:48 +01:00
Sophie Lagace 916d733394 Paladin (#6436)
* Paladin first draft

Paladin: Warriors of Charlemagne mod of Pendragon 5.2 character sheet.

* Font update.

Importing Google font families.

* Tweaks to repeating fields, fonts

* New preview image

* Add new terms to translation disctionary.

* Stylesheet and dictionary improvements

Reordered fields to match print character sheet
Beautified code for supplementary tabs
Resolved image location problem
Added missing translation dictionary entries
Changed font of the roll results in the chat window
Fixed the Squire skills repeating container
2020-05-11 15:24:54 -04:00
Sophie Lagace 40811b3968 Paladin (Pendragon 5.2) - Translations (#6109)
* Translation files

Added new terms to translation dictionary created for Pendragon 5.2.

* Colours and images

Changed heading colour, linked to images.
2020-04-06 14:18:56 -07:00
EvilAnemone d6f4d15166 Paladin (mod of Pendragon 5,2) (#6051)
* Paladin first draft

Paladin: Warriors of Charlemagne mod of Pendragon 5.2 character sheet.

* Font update.

Importing Google font families.

* Tweaks to repeating fields, fonts

* New preview image
2020-03-30 11:51:15 -07:00