Elin
Player Gene System (Stable)
11개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 9월 22일 @ 오후 10시 26분

Inital Creation

업데이트: 2025년 9월 22일 @ 오후 9시 49분

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

업데이트: 2025년 9월 22일 @ 오후 9시 37분

Inital Creation

업데이트: 2025년 9월 21일 @ 오후 10시 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

업데이트: 2025년 9월 17일 @ 오전 1시 36분

bump to stable Elin

업데이트: 2025년 9월 17일 @ 오전 12시 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

업데이트: 2025년 9월 16일 @ 오후 10시 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

업데이트: 2025년 9월 14일 @ 오후 11시 44분

Inital Creation

업데이트: 2025년 9월 14일 @ 오후 9시 22분

bump for 0.23.198_patch1

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

업데이트: 2025년 9월 14일 @ 오후 9시 09분

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