Elin
Player Gene System (Stable)
Mostrando 1-10 de 11 aportaciones
< 1  2 >
Actualización: 22 SEP a las 10:26 p. m.

Inital Creation

Actualización: 22 SEP a las 9:49 p. m.

change in game message with new body part config "Each body part uses a gene slot!"

Actualización: 22 SEP a las 9:37 p. m.

Inital Creation

Actualización: 21 SEP a las 10:57 p. m.

- Added RefreshGeneDropdown() method that rebuilds dropdown options after gene removal
- Integrated instant callback in PerformGeneRemoval() method

🎯 User Experience

- Before: After removing a gene, dropdown still showed the removed gene until reopening interface
- After: Dropdown instantly updates to show only remaining removable genes

Actualización: 17 SEP a las 1:36 a. m.

bump to stable Elin

Actualización: 17 SEP a las 12:54 a. m.

Technical Changelog

- Fixed positive penalty bug in CalculateSafePenalty(), enhanced SetOwner() for save/load
persistence
- Updated exhaustion calculation to use gene formula, added dynamic exhaustion display to
gene details


Bug Fixes:
- Gene Shock penalties no longer produce buffs when stats below floor
- Gene Shock penalties persist through save/load/zone transitions
- Gene removal exhaustion uses scaled formula instead of static -10

Enhancements:
- Dynamic per-gene exhaustion preview in removal interface
- Gene Shock tooltips hide when feature disabled

Actualización: 16 SEP a las 10:47 p. m.

- GeneRemovalLayer.cs: Replaced player.c_genes.items.Remove(geneToRemove) with player.c_genes.Remove(player,
geneToRemove) at line 259. Added CleanupPlayerSpellIntegration() method to handle spell charge removal and combat ability cleanup. Added feat cost adjustment logic for player multipliers.
- PlayerGeneInventory.cs: Wrapped Gene Shock tooltip calculations in if (PlayerGeneSystem.EnableGeneShock.Value)
conditional. Removed duplicate "Gene removal token obtained" message

Actualización: 14 SEP a las 11:44 p. m.

Inital Creation

Actualización: 14 SEP a las 9:22 p. m.

bump for 0.23.198_patch1

The redundant "Gene removal tokens:" text has been removed from the Character UI.

Actualización: 14 SEP a las 9:09 p. m.

Hide "Gene Shock" tool tip info in gene machine when EnableGeneShock is false