Commit Graph

2685 Commits (84fdc0741e9c3f57fbdfd63416af12f0cee23a5f)

Author SHA1 Message Date
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
SilverNexus 0bfd7ccdc7 Move amulet of lifesaving into the artifact defintion system.
This causes a few minor changes to how it is perceived in-game, but is as close to a 1:1 conversion as I could muster.
2023-08-31 18:28:15 -04:00
SilverNexus 04d8812c1e Add image for lead shield to classic face set.
Used a Gervais tile and added the appropriate attribution.
2023-08-31 04:02:19 -04:00
SilverNexus 749eaeb96e Add animation definition for glyph so that the corrected override for glyph will work correctly. 2023-08-28 08:22:38 -04:00
SilverNexus 6d2b5e49c2 Improve the mimic treasurelist. 2023-08-11 13:13:07 -04:00
SilverNexus ef273763a7 Fix incorrect image association copypasta on new random converter.
Shoulda tested then pushed. Oops.
2023-08-11 07:36:35 -04:00
SilverNexus 5eb14a5fde Add a random converter arch for use in random maps.
This allows randomly generated banks to be special maps without clogging up the special maps pool with hardcoded ones.
2023-08-11 07:33:24 -04:00
SilverNexus 41daeb4cc2 Add an apron-exclusive artifact definition: apron of the Butcher 2023-08-09 06:28:08 -04:00
SilverNexus f81428c6b1 New face for topaz. 2023-08-06 05:58:04 -04:00
SilverNexus dd40354a73 Redraw a_bridge faces.
Still a derivative of previous work, so it doesn't solve the licensing issue, but looks crisper at least.
2023-08-02 02:41:46 -04:00
Rebecca Kelly 3d01b4fbbf Fix broken potion_heroism arch, oops 2023-05-22 23:42:38 -04:00
Rebecca Kelly d06628ad9f Add description to lockpicks. 2023-05-22 16:04:01 -04:00
Rebecca Kelly 8cdf254e94 Add descriptions to some potions that were missing them.
- stat potions
- potion of improvement
- potion of heroism, haste, and mana regen

In some cases this means adding the description to a potion-only spell
that the potion contains, rather than to the potion arch itself.
2023-05-22 16:03:35 -04:00
Rebecca Kelly 950cd6a49e spelldesc patch: major rewrite of spell/prayer descriptions.
objectives of this change were:
- Accurately describe (or least hint at) the spell's in-game effects
- Consistency between flavour text of related spells
- Consistency with flavour text of the corresponding casting skill
- Correct grammar and spelling
- Correct "granted by god" info for god-granted prayers
- Remove information that the server provides automatically on examine, primarily
  the "attuned to path" information
2023-05-22 15:57:58 -04:00
SilverNexus bbd6c28be3 Add a clsc face for amethyst, derived from a Gervais tile. 2023-05-11 01:23:32 -04:00
DraugTheWhopper 002fdfebfa Add several new precious and semi-precious gems.
I loosely arranged tehm around the existing gem values, but these new ones are mostly lower value than the existing ones. At the low end, jetstone is still several times as dense as silver by value/weight ratio, and at the high end, topaz fits between emerald and amethyst.
Note that the artwork is not strongly compressed, since I hope someone will either improve or replace it with better artwork. This artwork is all submitted as CC BY-SA 4.0.
In one case I included an .xcf file which is the Gimp original. For the others, I included .pxo files, which are from the Pixelorama image editor. If you change or replace the artwork, please either update or remove these originals.
2023-05-11 00:21:09 -04:00
Nicolas Weeger c5b0c348e8 Finish renaming 'gem' to 'diamond' 2023-05-10 20:47:15 +02:00
SilverNexus f8867074ad Fix a display bug on artifact gems.
It is the result of an earlier commit that merged down artifact definitions. Resolved by changing the name of the diamond face to 'diamond' over 'gem'.
2023-05-05 03:43:57 -04:00
SilverNexus afa4c7e43d Prevent nonintelligent monsters such as slimes from being charmed.
For now, constructs like golems are still affected, but that may also be something to consider changing in the future.
This change prevents charm monster from affecting these monsters, as well as singing and oratory.
2023-05-01 02:12:02 -04:00
SilverNexus cc5ad68d36 Make stat potions only use their unique faces once identified.
This should make it less obvious when they're present at first sight.
2023-04-29 23:25:43 -04:00
SilverNexus edf6e678c1 Green and blue dragon mails can now appear in random loot. Also give each an equivalent to red dragon mail's Blazing Fires artifact. 2023-04-29 21:06:57 -04:00
SilverNexus b37fbc0dd9 Make the failure of all mushroom recipes in the stove be ashes.
Before just mushrooms of Gourmet produced ashes.
2023-04-29 16:36:48 -04:00
SilverNexus b9ebae6107 Add quartos to the randomly-generated readable treasurelist. 2023-04-26 01:59:28 -04:00
SilverNexus 5d3feee5a7 Break apart glove recipes to use the now-differently-named gloves. 2023-04-25 14:20:42 -04:00
SilverNexus 1ae4225bd0 Remove a stray comma from the message about Andreas and Darcap. 2023-04-24 15:43:40 -04:00
SilverNexus 90b8845357 Rework a couple parts of the Euthville story so that they actually fit in books. 2023-04-24 15:42:26 -04:00
SilverNexus bc28edc45c Add message to describe the rules of orcknuckle in-game. 2023-04-24 14:44:53 -04:00
SilverNexus a29fb54134 Add a media tag to one of the messages to make Kolgar's signature look more signature-y. 2023-04-24 13:44:06 -04:00
SilverNexus 8a6b75de11 Add recipe for horn of Mysteries. 2023-04-24 13:38:59 -04:00
SilverNexus b0ab2d0a88 Use face_suffix to compact the exceptional/flawless beauty artifact defintions.
While here, remove the "nrof 4" vestigal marker that showed up in debug logs as ignored.
2023-04-23 19:28:14 -04:00
SilverNexus 5a517b4102 Fix plural name on brass bars. 2023-04-20 19:20:58 -04:00
SilverNexus 15e37c47c6 Reduce yield of black powder when using the dust-of-ignition-driven recipe. 2023-04-18 13:52:47 -04:00
SilverNexus e43816d6ad Add recipes for punching daggers to match normal daggers, and add recipes for bows and crossbows of Rapid Fire. 2023-04-18 09:18:40 -04:00
SilverNexus 3db79e1178 Add a recipe to craft a kite shield of Flight. 2023-04-13 14:52:43 -04:00
SilverNexus 3c7b7efa77 Add a recipe for pile of black powder that actually can currently be achieved in-game. 2023-04-13 14:23:51 -04:00
SilverNexus 394d793403 Add levels to horns of Fire, Frost, and Eorlingas. 2023-04-13 14:19:59 -04:00
Rebecca Kelly e72a6fcb4e Rename "mastif" -> "mastiff" (display name only) 2023-04-10 22:11:37 -04:00
Rebecca Kelly a17b7a67c8 Add one_hit to magic missile.
For server version a763845fa3 or later, this will prevent magic missiles from
having a magic-bullet-like piercing effect when they overkill enemies. For
prior versions, it will act as a partial fix for missiles destroying items
on the ground (which is fixed properly in a763845fa3).
2023-04-10 22:08:20 -04:00
SilverNexus 4e1fc73952 Remove uranium from crafting and ore drops. They're a waste of space at this point, and medieval fantasy doesn't really have a good direction to take its presence. 2023-04-08 14:58:26 -04:00
SilverNexus 38570368a3 Add a demon horn as a flesh item. Make it drop from demons. 2023-04-06 19:10:12 -04:00
SilverNexus f2ed2d12fb Fix missing flesh items from humanoid_parts list.
Hearts and livers were overlooked.
2023-04-06 17:04:15 -04:00
SilverNexus 6fc1b676c9 Add recipes to craft medium and greater healing potions. 2023-04-03 18:09:25 -04:00
SilverNexus d223ebcde6 Add a message describing a severe alchemy failure to serve as a warning to players to not do their alchemy near their valuables.
Loosely based on events that transpired on my weather-enabled server.
2023-04-03 18:08:35 -04:00
SilverNexus b41b16b0f1 Worsen AC on dwarf, as it seemed to be balanced for no armor.
Improve WC and damage slightly to compensate.
2023-03-30 13:09:11 -04:00
SilverNexus 7a034c6933 Add license file for classic stfloor, which is a Gervais tile. 2023-03-23 05:57:35 -04:00
SilverNexus 46b545e796 Pixel and palette cleanup on rl_house2. 2023-03-23 04:22:04 -04:00
Nicolas Weeger 79b52e35ab New images for burnout, adjust its length
Copy existing images to "fire.", update archetypes and animations.
2023-03-22 19:53:52 +01:00
Nicolas Weeger 6fff585dd6 Handle more than 10 faces for a facing 2023-03-21 19:48:38 +01:00
SilverNexus 157616414e Fix accidental use of instead of 2023-03-21 09:10:27 -04:00
SilverNexus 394e8289d5 Add plural names to broken generators. 2023-03-20 06:01:59 -04:00