Skip to content

Commit

Permalink
Merge pull request #78512 from CleverRaven/FMS_rust
Browse files Browse the repository at this point in the history
Add a note about skill rust in FMS
  • Loading branch information
Anton Burmistrov authored Dec 16, 2024
2 parents 6133c56 + 6586045 commit 78ca72d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/FREQUENTLY_MADE_SUGGESTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,17 @@ However, Mind Over Matter is distributed with the game, and adds psychic powers.
Not happening, it simply doesn’t fit the theme of the game.
However, the Magiclysm mod is distributed with the game and is very extensible in JSON to support other systems of magic, such as Mind Over Matter. This infrastructure is also used with EOC's and activated mutations in the base game. See [MAGIC.md](MAGIC.md) for more info.

#### Remove skill rust: no

First things first: 99% of people ask to remove skill rust because their informations is based on very outdated information. Skill rust is a very old mechanic; it was added before Cataclysm DDA, by Whales, in Cataclysm. While I do not know why it was added in the first place, it was pretty terrible - you could level your skill now, but not being able to use it in crafting a few hours after, purely because the skill was rusted.
But not now. Skill rust was changed over the years to be a **purely positive mechanic**:
- Skills were divided into theoretical and practical levels, and a lot of functions were revisited to use the theoretical level, and increasing the practical level while having theory brings additional xp. Rust, meanwhile, is limited by only 1 ***practical*** level and grants even more free xp when restored;
- Skills overall were made floats, which means the difference between skill level 3 and skill level 2.99 is only 0.01, not an entire 1 level;
- The UI was changed to ensure the reptilian brain of ours will not associate skill rust with red numbers (because red = bad)
and skill rust impact (and benefit) would be even stronger once #67580 is implemented fully.
This combined, the only way I can see someone wanting to remove skill rust is purely because of rumors from people not familiar with the changes, that are based themselves either on their outdated experience or from incorrect rumors they were told.
- To further clarify, if someone uses a mod to remove skill rust their character will level skills slower than a character experiencing skill rust.

#### Poop and related bodily functions: NO
No, just no, not even in a mod.

Expand Down

0 comments on commit 78ca72d

Please sign in to comment.