Elin
Player Gene System (Stable)
Εμφάνιση 1-10 από 11 καταχωρίσεις
< 1  2 >
Ενημέρωση: 22 Σεπ στις 22:26

Inital Creation

Ενημέρωση: 22 Σεπ στις 21:49

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

Ενημέρωση: 22 Σεπ στις 21:37

Inital Creation

Ενημέρωση: 21 Σεπ στις 22:57

- 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

Ενημέρωση: 17 Σεπ στις 1:36

bump to stable Elin

Ενημέρωση: 17 Σεπ στις 0:54

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

Ενημέρωση: 16 Σεπ στις 22:47

- 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

Ενημέρωση: 14 Σεπ στις 23:44

Inital Creation

Ενημέρωση: 14 Σεπ στις 21:22

bump for 0.23.198_patch1

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

Ενημέρωση: 14 Σεπ στις 21:09

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