diff --git a/GURPS/Docs/GCS/GCS Template Exporter.md b/GURPS/Docs/GCS/GCS Template Exporter.md index 19909d65dc..50046f736a 100644 --- a/GURPS/Docs/GCS/GCS Template Exporter.md +++ b/GURPS/Docs/GCS/GCS Template Exporter.md @@ -2,8 +2,8 @@ ## Links -- [Export Templates](https://github.com/richardwilkes/gcs_master_library/blob/master/Library/Markdown/Help/Export%20Templates.md) -- [Expression Functions](https://github.com/richardwilkes/gcs_master_library/blob/master/Library/Markdown/Help/Expression%20Functions.md) +- [Export Templates](https://github.com/richardwilkes/gcs_master_library/blob/master/Library/Markdown/User%20Guide/Export%20Templates.md) - [Suggested by repo](https://pkg.go.dev/html/template) -- [export.go](C:\Users\kfoub\source\gcs\model\gurps\export.go) +- [GCS Repo](https://github.com/richardwilkes/gcs) +- [export.go](https://github.com/richardwilkes/gcs/blob/master/model/gurps/export.go) - [Hot to Use Templates in Go](https://www.digitalocean.com/community/tutorials/how-to-use-templates-in-go) diff --git a/GURPS/Docs/GCS/Roll20.json b/GURPS/Docs/GCS/Roll20.json index 6b0da96899..bda84fc87e 100644 --- a/GURPS/Docs/GCS/Roll20.json +++ b/GURPS/Docs/GCS/Roll20.json @@ -60,7 +60,7 @@ GCS Text Template v1 "EnhancedGroundMoveMod": 0.0, "EnhancedGroundMovePoints": 0.0, "DodgeMod": 0.0, - "LiftStMod": 2.0, + "LiftStMod": 0.0, "LiftStPoints": 0.0, "StrikingStMod": 0.0, "StrikingStPoints": 0.0, diff --git a/GURPS/gurps.html b/GURPS/gurps.html index 7a0bd84bd8..9a32a073b2 100644 --- a/GURPS/gurps.html +++ b/GURPS/gurps.html @@ -4377,9 +4377,10 @@ - + @@ -28081,7 +28082,13 @@ For more information, see B409.

Pull Request:

- + + + +

Version: 2.24.3

@@ -33851,9 +33858,9 @@ B378 const noop = function () { }; // do nothing callback function. - const version = "2.24.3"; + const version = "2.25.0"; - const latestChangesDate = "5/25/2026"; + const latestChangesDate = "6/9/2026"; let modCascade = true; @@ -53361,6 +53368,15 @@ B378 weight: parseFloat(character.Weight), appearance: parseInt(character.Appearance), general_appearance: character.GeneralAppearance, + build: character.Build, + hair: character.HairColor, + eyes: character.EyeColor, + birth_date: character.BirthDate, + birth_place: character.BirthPlace, + homeworld: character.HomeWorld, + homeworld_gravity_rating: character.Gravity, + hand: character.Handedness, + family: character.Family, strength_points: parseInt(character.StrengthPoints), dexterity_points: parseInt(character.DexterityPoints), intelligence_points: parseInt(character.IntelligencePoints),