From c29de7368f29df5d3ec807a69a86b465468996b4 Mon Sep 17 00:00:00 2001 From: Travis the automaton Date: Thu, 28 Mar 2024 19:52:47 +0000 Subject: [PATCH] rebuild pages at 09092ac --- feed.xml | 4 +- files/ids/bgee/object.htm | 13 +- index.htm | 2 +- scripting/actions/bg1actions.htm | 208 ++--- scripting/actions/bg2actions.htm | 296 +++---- scripting/actions/bgeeactions.htm | 352 ++++---- scripting/actions/iwd2actions.htm | 240 ++--- scripting/actions/pstactions.htm | 192 ++-- scripting/actions/psteeactions.htm | 352 ++++---- scripting/actions/totlactions.htm | 240 ++--- sitemap.xml | 1300 ++++++++++++++-------------- 11 files changed, 1605 insertions(+), 1594 deletions(-) diff --git a/feed.xml b/feed.xml index bfa953da..01b29234 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ https://gibberlings3.github.io/iesdp/ - Sun, 03 Mar 2024 12:11:34 +0000 - Sun, 03 Mar 2024 12:11:34 +0000 + Thu, 28 Mar 2024 19:52:04 +0000 + Thu, 28 Mar 2024 19:52:04 +0000 Jekyll v3.9.0 diff --git a/files/ids/bgee/object.htm b/files/ids/bgee/object.htm index 97c9adba..4f213221 100644 --- a/files/ids/bgee/object.htm +++ b/files/ids/bgee/object.htm @@ -190,6 +190,11 @@
+
+ Assigned to party members in their join order, lowest first. If a member leaves the party, the associated object + will be invalid until a new member joins or the game is reloaded (when the list gets compacted).
+ Use the Player1Fill family of objects if you want to avoid any gaps. +

@@ -365,7 +370,9 @@
- Returns the player in the first portrait slot. + Assigned to party members in their join order, lowest first. If a member leaves the party, objects with a + higher ID will be shifted one down. Eg. if Player2 is booted, previous Player3 will be accessible via Player2, + Player4 via Player3 and so on.

@@ -418,6 +425,9 @@
+
+ Returns the player in the first portrait slot. +

@@ -515,6 +525,7 @@
+   diff --git a/index.htm b/index.htm index c196d910..2c929d44 100644 --- a/index.htm +++ b/index.htm @@ -80,7 +80,7 @@
Download the entire IESDP

- Last update: 03.03.2024
+ Last update: 28.03.2024