Commit Graph

2734 Commits (428bf694a9020d6eed77988ce55a747260de3c0d)

Author SHA1 Message Date
kts of kettek 428bf694a9 Merge remote-tracking branch 'upstream/master' 2024-04-11 12:24:23 -07:00
SilverNexus 2038b60bdd Fix typo in material name for cooking pot. 2024-03-23 16:01:02 -04:00
SilverNexus ea1a4bcdfc Add ChangeLog entry for when I made the spell earthquake.
I seem to have forgotten to add it when I added the spell.
2024-03-23 16:00:13 -04:00
Kevin Zheng 2fc7f9cbf9 Update child.base
I felt that the 3D modeled art was really out of place considering the
typical style of artwork in the game.

Since there are no longer per-direction versions of the sprite, the
copies in each direction facing can also be removed.
2024-03-19 22:55:40 -07:00
ChristopherPH b7de64308a Replace tabs with spaces in fixed width map message 2024-03-19 18:48:45 -07:00
Kevin Zheng 5c72c562e6 Reduce tiling artifacts and visual noise
Break up dark color bands to reduce tiling artifacts. Recolor background
slightly more grey to reduce visual noise.
2024-03-18 10:27:43 -07:00
SilverNexus c7eeafe972 New spell: earthquake 2024-03-14 05:30:06 -04:00
SilverNexus 11cee31851 Deadname removal 2024-03-14 05:17:55 -04:00
DraugTheWhopper fe9c615a49 Reduce weight of silvercoin to align with other coins
This reverts a change in 74a92689cd, I suspect that change was not intentional.
2024-03-03 14:58:08 -05:00
SilverNexus 4bb10d60a7 Increase chance of mining success.
Since mining does not offer experience, the 10% chance of success was painfully low.
2024-02-29 10:35:34 -05:00
Nicolas Weeger c103d4fe7d Make the world map use a fixed-size font 2024-02-28 21:19:19 +01:00
SilverNexus 45b6b68cec Did some digging around and found what was almost an attribution of the 3x2 dragon image.
At least, the classic version.
I can trace the art back to 0.91.7, thwarted only by the loss of earlier acrhives, and found a 1992 mailing list archive saying Vidar Lund was working on a 3x2 dragon. I am assuming that this came to fruition and that Lund made the art.
2024-02-27 16:46:32 -05:00
SilverNexus 47549f567b Add some recipes using bloodstones, which are now available to generate in treasurelists.
Slowly phase out some of the stat potion recipes while we're here. They still show up in recipe books, but the new alternate recipes have commandeered about half their chance for appearing.
2024-02-27 08:43:34 -05:00
SilverNexus ae7633edbd Add bloodstone to the random gem generation.
I have at least one recipe in mind to put them in in order to reduce reliance on stat potions in jeweler, and the image Draug provided is worth keeping IMO.
2024-02-27 08:24:13 -05:00
SilverNexus 461f7d963f Add topaz to gem treasurelists.
Currently a rarer drop than other gems since it has no uses in recipes.
2024-02-22 11:08:06 -05:00
SilverNexus fc94aadfd3 Add a recipe for making cooking pots.
Takes some liberties with the alloy proportions for molybdochalkos.
2024-02-21 15:55:11 -05:00
SilverNexus 274faac092 Add the first few artifact stew definitions.
I have some more, but these are pretty tame, and should be fine as-is.
2024-02-21 14:43:46 -05:00
SilverNexus 2e3a85fdfe Add the basic crafting recipes for stews.
IIRC, the code for recipes assumes more ingredients is rarer, but these buck that trend. Need to figure out a way to get these in game without them incidentally being rarer than late-game recipes.
2024-02-21 06:25:35 -05:00
SilverNexus 241d29b6fc Finally make forward progress on the stews I meant to add months ago. 2024-02-21 06:11:25 -05:00
Kevin Zheng 9a6bebb44b Limit violent fungi growth rate 2024-02-12 22:30:53 -08:00
Kevin Zheng 0236b03121 Use harvestitems to speed up map loading 2024-02-12 22:00:06 -08:00
SilverNexus 4b880efcb8 Rebalance mountain rubble treasure generation to reflect change in handling of nrof 0 objects as harvestables. 2024-02-06 03:51:26 -05:00
Nicolas Weeger 0b15dcbec0 Add missing 'arch' line for lead bar recipe 2024-01-04 21:32:09 +01:00
SilverNexus 86bdd1af26 Fix missing endlore tag for gaelotroll. 2024-01-04 07:56:24 -05:00
SilverNexus a279ccc527 Add formulae to allow for lead pile and lead bar conversions. 2024-01-03 10:35:59 -05:00
SilverNexus 8d15d03843 Add lore for zombies and ghosts. 2023-12-31 12:00:48 -05:00
SilverNexus 17fb47aa0c Add lore for champion and chief arches in the goblin folder. 2023-12-31 08:48:14 -05:00
SilverNexus 35d35ea4ba Add lore for basic goblinoids. 2023-12-30 10:54:05 -05:00
SilverNexus de54a815fb Add lore for the various types of trolls.
Introduce a troll researcher, Arvil Powlear, whose work is referenced extensively in troll summaries.
2023-12-30 04:28:51 -05:00
SilverNexus d17c0983a1 Remove fly_low move type for lava para-elementals 2023-12-29 12:02:04 -05:00
SilverNexus d4153f33a3 Add lore information for para-elementals.
Made sure to at least mention Julio, the elemental researcher already established in lore, for each of them.
2023-12-29 12:01:33 -05:00
SilverNexus cd10b5e620 Add lore for blob. 2023-12-28 13:22:35 -05:00
SilverNexus 7ce3d38b23 Add monster lore for bees, killer bees, and spiders. 2023-12-28 12:56:22 -05:00
SilverNexus 0a8163c279 Add monster lore for bat and panther arches. 2023-12-27 14:20:15 -05:00
SilverNexus 0c9cd1fe97 Add bestiary lore for acid sphere.
Requires commit 220474 on the server to actually appear in-game, but should be inert without the commit.
2023-12-24 10:32:51 -05:00
SilverNexus fa3f1b9d2d Found another one -- aggravation also prints in bestiaries.
Excluding to prevent this.
If the sort order on bestiary entries means anything, I think this is the last of them.
2023-12-23 08:14:25 -05:00
SilverNexus 675ada2093 Remove some spell definitions from the bestiary pool.
It seems that these show up because they have the monster flag set.
Adding manual exclusion for now.
2023-12-23 08:11:44 -05:00
SilverNexus b96d5e2950 Classic madman face is from RLTiles. 2023-12-19 02:27:03 -05:00
SilverNexus 16690d70e0 Add an image to the classic face set for axe_4. 2023-12-12 01:32:54 -05:00
SilverNexus 4d1145d4ea Reduce prevalence of permanent stat potions. 2023-11-22 16:25:49 -05:00
kts of kettek e3ff58f342 Add various rope exits 2023-11-16 15:23:53 -08:00
kts of kettek d29e357468 Remake slug image 2023-11-16 15:23:44 -08:00
kts of kettek ab8e4945e4 Add small chest 2023-11-16 15:23:26 -08:00
kts of kettek 16e2796bd7 Add north facing bed 2023-11-16 15:23:13 -08:00
kts of kettek 070c5db3db Add slug tongue 2023-11-16 15:20:47 -08:00
Nicolas Weeger 0894e2964d Fix .face file 2023-10-16 22:30:36 +02:00
Rick Tanner fdb1017d1f Image license file for checkered-black_gray floor tile, released under cc-by-3.0 license 2023-10-13 14:34:19 -05:00
Rick Tanner b23e6eb63a New wall segment: flagstone_win0 - Flagstone wall now has a vertical wall segment with a window 2023-10-13 14:31:49 -05:00
Rick Tanner bd2236c57b New floor tile: checkered-black_gray 2023-09-30 01:48:17 -05:00
SilverNexus 84fdc0741e Add a recipe for talisman of summoning of Creation that I've had lying around for a while. 2023-09-01 06:25:45 -04:00