Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
Helliaca committed Mar 30, 2024
1 parent 1381ec0 commit 90ca06e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified tools/gfx_search/images/spirits/GFX_idea_gon_white_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions tools/gfx_search/scriptedtriggers.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ <h2 class="title text-center text-light">Triggers</h1>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="is_western" search-list-data="is_western checks if the country's capital is on the western side of the continent"><code>is_western</code><br>checks if the country's capital is on the western side of the continent<div class = "alignright">(Generic)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="is_eastern" search-list-data="is_eastern checks if the country's capital is on the eastern side of the continent"><code>is_eastern</code><br>checks if the country's capital is on the eastern side of the continent<div class = "alignright">(Generic)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="is_center" search-list-data="is_center checks if the country's capital is on the center-part of the continent"><code>is_center</code><br>checks if the country's capital is on the center-part of the continent<div class = "alignright">(Generic)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="ring_has_been_destroyed" search-list-data="ring_has_been_destroyed The ring has been destroyed"><code>ring_has_been_destroyed</code><br>The ring has been destroyed<div class = "alignright">(Ring)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="ring_has_been_seized" search-list-data="ring_has_been_seized The ring has been seized by a country at some point"><code>ring_has_been_seized</code><br>The ring has been seized by a country at some point<div class = "alignright">(Ring)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="fellowship_has_started" search-list-data="fellowship_has_started The fellowship has left the shire"><code>fellowship_has_started</code><br>The fellowship has left the shire<div class = "alignright">(Ring)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="fellowship_is_active" search-list-data="fellowship_is_active The fellowship has left the shire, *and* the ring has neither been destroyed nor seized"><code>fellowship_is_active</code><br>The fellowship has left the shire, *and* the ring has neither been destroyed nor seized<div class = "alignright">(Ring)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="fellowship_in_controlled_territory" search-list-data="fellowship_in_controlled_territory True if the fellowship is currently in a state controlled by THIS"><code>fellowship_in_controlled_territory</code><br>True if the fellowship is currently in a state controlled by THIS<div class = "alignright">(Ring)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="fellowship_in_core_territory" search-list-data="fellowship_in_core_territory True if the fellowship is currently in a core state of THIS (does not have to be controlled)"><code>fellowship_in_core_territory</code><br>True if the fellowship is currently in a core state of THIS (does not have to be controlled)<div class = "alignright">(Ring)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="fellowship_in_controlled_core_territory" search-list-data="fellowship_in_controlled_core_territory True if the fellowship is currently in a core state of THIS, controlled by THIS"><code>fellowship_in_controlled_core_territory</code><br>True if the fellowship is currently in a core state of THIS, controlled by THIS<div class = "alignright">(Ring)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="is_white_council_member" search-list-data="is_white_council_member checks if the country is a member of the white council"><code>is_white_council_member</code><br>checks if the country is a member of the white council<div class = "alignright">(White Council)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="white_council_exists" search-list-data="white_council_exists checks if the white council has been formed"><code>white_council_exists</code><br>checks if the white council has been formed<div class = "alignright">(White Council)</div></div>
<div class="text-item img-thumbnail search-list-entry" copy-to-clipboard-data="at_least_three_white_council_members" search-list-data="at_least_three_white_council_members checks if the white council has at least three members (including Gandalf)"><code>at_least_three_white_council_members</code><br>checks if the white council has at least three members (including Gandalf)<div class = "alignright">(White Council)</div></div>
Expand Down

0 comments on commit 90ca06e

Please sign in to comment.