add creatures from legion of gold; update a few other images

This commit is contained in:
Greg Gauthier 2024-07-15 22:59:29 +01:00
parent 240de39c0a
commit 1231787636
8 changed files with 4353 additions and 1171 deletions

File diff suppressed because it is too large Load Diff

View File

@ -43,16 +43,30 @@
} }
/* Profile and abilities within each type */ /* Profile and abilities within each type */
.creature_id,
.creature_profile, .creature_profile,
.creature_abilities { .creature_abilities {
width: 45%; /* Give them each about half the container's width */ width: 45%; /* Give them each about half the container's width */
height: 345px;
} }
.creature_id { grid-area: 1 / 1 / 2 / 2; } .creature_attacks {
.creature_profile { grid-area: 1 / 2 / 2 / 3; } width: 40%;
.creature_abilities { grid-area: 1 / 3 / 2 / 4; } }
.creature_attacks { grid-area: 2 / 1 / 3 / 4; } .creature_mutations {
.creature_mutations { grid-area: 2 / 2 / 3 / 2; } width: 60%;
}
.creature_description {
width: 90%;
margin-top: 5px;
}
.creature_id { grid-area: 1 / 1 / 2 / 2; }
.creature_profile { grid-area: 1 / 2 / 2 / 3; }
.creature_abilities { grid-area: 1 / 3 / 2 / 4; }
.creature_attacks { grid-area: 2 / 1 / 3 / 4; }
.creature_mutations { grid-area: 2 / 2 / 3 / 2; }
.creature_description { grid-area: 3 / 1 / 4 / 4; } .creature_description { grid-area: 3 / 1 / 4 / 4; }
</style> </style>
<title>Gamma World Bestiary</title> <title>Gamma World Bestiary</title>

View File

@ -189,7 +189,7 @@ document.getElementById('searchForm').addEventListener('submit', function (event
description.className = 'creature_description'; description.className = 'creature_description';
let descriptionHTML = ` let descriptionHTML = `
<h3>Description</h3> <h3>Description</h3>
<p>${data.description}</p> ${data.description}
`; `;
description.innerHTML = descriptionHTML; description.innerHTML = descriptionHTML;
return description; return description;

BIN
web/img/bigoon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
web/img/buggem.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
web/img/normal_man.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB