Skip to content

Commit

Permalink
rebuild pages at 09092ac
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis the automaton committed Mar 28, 2024
1 parent c780fcd commit c29de73
Show file tree
Hide file tree
Showing 11 changed files with 1,605 additions and 1,594 deletions.
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</description>
<link>https://gibberlings3.github.io/iesdp/</link>
<atom:link href="https://gibberlings3.github.io/iesdp/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Sun, 03 Mar 2024 12:11:34 +0000</pubDate>
<lastBuildDate>Sun, 03 Mar 2024 12:11:34 +0000</lastBuildDate>
<pubDate>Thu, 28 Mar 2024 19:52:04 +0000</pubDate>
<lastBuildDate>Thu, 28 Mar 2024 19:52:04 +0000</lastBuildDate>
<generator>Jekyll v3.9.0</generator>

</channel>
Expand Down
13 changes: 12 additions & 1 deletion files/ids/bgee/object.htm
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
<br />

<div class="idsHeader"><a name="Player1">21 Player1</a></div>
<div class="indent1">
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).<br>
Use the <code><a href="#Player1Fill">Player1Fill</a></code> family of objects if you want to avoid any gaps.
</div>
<br />

<div class="idsHeader"><a name="Player2">22 Player2</a></div>
Expand Down Expand Up @@ -365,7 +370,9 @@

<div class="idsHeader"><a name="70">70 Player1Fill</a></div>
<div class="indent1">
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.
</div>
<br />

Expand Down Expand Up @@ -418,6 +425,9 @@
<br />

<div class="idsHeader"><a name="PartySlot1">86 PartySlot1</a></div>
<div class="indent1">
Returns the player in the first portrait slot.
</div>
<br />

<div class="idsHeader"><a name="PartySlot2">87 PartySlot2</a></div>
Expand Down Expand Up @@ -515,6 +525,7 @@

<div class="idsHeader"><a name="TenthFarthestEnemyOf">114 TenthFarthestEnemyOf</a></div>
<br />

<a href="#" class="go-up">
&nbsp;
</a>
Expand Down
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<br />
<a href="https://github.com/gibberlings3/iesdp/archive/gh-pages.zip"> Download the entire IESDP </a><br />
<br />
Last update: 03.03.2024<br />
Last update: 28.03.2024<br />
<div class="index-bottom-links">
<div class="">
<a href="https://www.gibberlings3.net/forums/forum/54-iesdp-updates-and-info/">Discussion forum</a>
Expand Down
Loading

0 comments on commit c29de73

Please sign in to comment.