- Pump that chicken!
- — An Arx Fatalis mod that makes the "clicking on chickens" mechanism a bit more interesting
-
-
- Giovanni Giorgio
- — Makes the fisherman in the city of Arx say the famous line from Daft Punk's song 'Giorgio by Moroder'
-
-
- Potion Guard
- — mod to prevent accidental waste of potions when player health or mana is full
-
-
- Snoring Menace
- — A simple Arx Fatalis mod that boosts all in-game snoring sounds to be more irritating
-
-
- Rune Randomizer
- — A simple Arx Fatalis mod for randomizing runes that you pick up
-
-
- Golden armor fix
- — Makes the golden armor visible in the questbook
-
-
- Damage Displayer
- — An Arx Fatalis mod that shows the player how much damage he dealt to an enemy
-
-
- It is Wednesday, my dudes
- — An Arx Fatalis mod that celebrates Wednesdays by upgrading the behavior of frogs
-
-
- Item Respawner mod
- — A simple Arx Fatalis mod that makes plants respawn in 2 minutes after picking them up or consuming
- them
-
-
- Buscemi eyes Arx Fatalis mod
-
- — An Arx Fatalis texture pack which gives the super baggy eyes of Steve Buscemi to the player and every
- NPC that has eyes
-
-
- Unshittify
- — An Arx Fatalis mod that aims to increase clarity of puzzles and in-game mechanisms
-
+ Pump that chicken!
+ An Arx Fatalis mod that makes the "clicking on chickens" mechanism a bit more interesting
+
+
+ Giovanni Giorgio
+ Makes the fisherman in the city of Arx say the famous line from Daft Punk's song 'Giorgio by
+ Moroder'
+
+
+ Potion Guard
+ mod to prevent accidental waste of potions when player health or mana is full
+
+
+ Snoring Menace
+ A simple Arx Fatalis mod that boosts all in-game snoring sounds to be more irritating
+
+
+ Rune Randomizer
+ A simple Arx Fatalis mod for randomizing runes that you pick up
+
+
+ Golden armor fix
+ Makes the golden armor visible in the questbook
+
+
+ Damage Displayer
+ An Arx Fatalis mod that shows the player how much damage he dealt to an enemy
+
+
+ It is Wednesday, my dudes
+ An Arx Fatalis mod that celebrates Wednesdays by upgrading the behavior of frogs
+
+
+ Item Respawner mod
+ A simple Arx Fatalis mod that makes plants respawn in 2 minutes after picking them up or consuming
+ them
+
+
+ Buscemi eyes Arx Fatalis mod
+
+ An Arx Fatalis texture pack which gives the super baggy eyes of Steve Buscemi to the player and every NPC
+ that has eyes
+
+
+ Unshittify
+ An Arx Fatalis mod that aims to increase clarity of puzzles and in-game mechanisms
+
+
+
diff --git a/sitemap.xml b/sitemap.xml
index fa021a3..8d70a5a 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -10,22 +10,27 @@
https://arx-tools.github.io/
- 2023-04-13T07:21:48+00:00
+ 2024-06-22T12:12:20+00:001.00https://arx-tools.github.io/maps/
- 2023-04-13T07:21:48+00:00
+ 2024-06-22T12:12:20+00:000.80https://arx-tools.github.io/mods/
- 2023-04-13T07:21:48+00:00
+ 2024-06-22T12:12:20+00:000.80https://arx-tools.github.io/tools/
- 2023-04-13T07:21:48+00:00
+ 2024-06-22T12:12:20+00:00
+ 0.80
+
+
+ https://arx-tools.github.io/docs/
+ 2024-06-22T12:12:20+00:000.80
diff --git a/style.css b/style.css
index 2fcc1eb..5c67d9a 100644
--- a/style.css
+++ b/style.css
@@ -15,8 +15,6 @@ body {
body {
font-family: sans-serif;
- background: url("/arx-bg-image.webp") no-repeat center center var(--walnut-brown);
- background-size: cover;
color: var(--cornsilk);
font-size: 1.1em;
display: flex;
@@ -38,6 +36,10 @@ header img {
main {
flex: 1;
+ background: url("/arx-bg-image.webp") no-repeat center center var(--walnut-brown);
+ background-size: cover;
+}
+main > div {
width: 800px;
margin: 0 auto;
}
@@ -114,8 +116,20 @@ figure figcaption {
content: none;
}
-main > ul li {
- margin-bottom: 12px;
+main > div > ul {
+ padding: 0;
+ margin: 40px 0;
+}
+main > div > ul li {
+ margin-bottom: 30px;
+ list-style: none;
+}
+main > div > ul li span {
+ display: block;
+}
+
+main p {
+ margin-top: -10px;
}
em > a {
@@ -161,3 +175,14 @@ em > a {
aspect-ratio: 16/9;
font-size: 12px;
}
+
+.mods li[data-type]::before {
+ content: attr(data-type);
+ display: inline-block;
+ background: var(--bistre);
+ font-size: 0.75rem;
+ padding: 0 4px;
+ border-radius: 3px;
+ line-height: 20px;
+ vertical-align: top;
+}
diff --git a/tools/index.html b/tools/index.html
index 554a4c1..3baa747 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -2,13 +2,19 @@
Tools - Arx Fatalis Mods and Tools
-
+
-
+
@@ -17,7 +23,7 @@
-
- arx-header-size
- — A command line tool for determining the size of the uncompressed portion of various semi-compressed
- custom file formats used by Arx Fatalis
-
+ arx-header-size
+ A command line tool for determining the size of the uncompressed portion of various semi-compressed
+ custom file formats used by Arx Fatalis
+