Files
cultivation-world-simulator/static/locales/en-US/game_configs/elixir.csv
4thfever e1091fdf5a Feat/i18n (#92)
* feat: add vue-i18n

* feat: add vue-i18n

* feat: add vue-i18n

* feat: add language class

* add: en templates and configs

* add: en names

* refactor: name gender id and sect id

* feat(i18n): add gettext infrastructure for dynamic text translation (#81)

* feat(i18n): add gettext infrastructure for dynamic text translation

- Add src/i18n/ module with t() translation function
- Add .po/.mo files for zh_CN and en_US locales
- Update LanguageManager to reload translations on language change
- Add comprehensive tests (14 tests, all passing)
- Add implementation spec at docs/specs/i18n-dynamic-text.md

Phase 1 of i18n dynamic text implementation.

* feat(i18n): expand .po files with comprehensive translation entries

Add translation messages for:
- Battle result messages (fatal/non-fatal outcomes)
- Fortune event messages (item discovery, cultivation gains)
- Misfortune event messages (losses, damage, regression)
- Death reason messages
- Item exchange messages (equip, sell, discard)
- Single choice context and option labels
- Common labels (weapon, auxiliary, technique, elixir)

Both zh_CN and en_US locales updated with matching entries.

* test: add .po file integrity tests

* feat: i18n for actions

* feat: i18n for effects

* feat: i18n for gathering

* feat: i18n for classes

* feat: i18n for classes

* feat: i18n for classes

* feat: i18n for classes

* fix bugs

* fix bugs

* fix bugs

* fix bugs

* fix bugs

* fix bugs

* fix bugs

* fix bugs

* update csv

* update world info

* update prompt

* update prompt

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* update

* update

* update

* update

* update

* update

* update

---------

Co-authored-by: Zihao Xu <xzhseh@gmail.com>
2026-01-24 13:47:23 +08:00

3.9 KiB

1item_idnamerealmtypedescpriceeffects
2NameRealm (Qi Refinement/Foundation Establishment/Core Formation/Nascent Soul)Type (Breakthrough/Lifespan/BurnBlood/Heal)DescriptionPriceJSON Effects
33001Qi Refinement Breakthrough PillQI_REFINEMENTBreakthroughA pill that condenses spiritual qi to help Qi Refinement stage cultivators break through bottlenecks (effect lasts 5 years).50{duration_month: 60, extra_breakthrough_success_rate: 0.1}
43002Foundation Establishment Breakthrough PillFOUNDATION_ESTABLISHMENTBreakthroughA spiritual pill containing the true intent of Foundation Establishment to help Foundation Establishment stage cultivators break through bottlenecks (effect lasts 5 years).200{duration_month: 60, extra_breakthrough_success_rate: 0.1}
53003Core Formation Breakthrough PillCORE_FORMATIONBreakthroughCondenses the qi of Core Formation to help Core Formation stage cultivators shatter the core and form the soul (effect lasts 5 years).500{duration_month: 60, extra_breakthrough_success_rate: 0.1}
63005Qi Refinement Longevity PillQI_REFINEMENTLifespanRefined using common precious herbsslightly delays aging (limit one pill).100{extra_max_lifespan: 5}
73006Foundation Establishment Longevity PillFOUNDATION_ESTABLISHMENTLifespanRefined from heavenly and earthly spiritual herbscan extend life by ten years (limit one pill).500{extra_max_lifespan: 10}
83007Core Formation Longevity PillCORE_FORMATIONLifespanSeizes the creation of heaven and earth; mortals die instantly upon consumptionwhile Core Formation cultivators extend their life by half a cycle (limit one pill).200{extra_max_lifespan: 30}
93008Nascent Soul Longevity PillNASCENT_SOULLifespanContains a trace of longevity qiused by Nascent Soul eccentrics to prolong life (limit one pill).5000{extra_max_lifespan: 100}
103009Qi Refinement Blood Burning PillQI_REFINEMENTBurnBloodBurns essence blood in exchange for a short burst of power. Combat power increases within 3 years, but meridians are damaged and combat power decreases within 10 years.50[{duration_month: 36, extra_battle_strength_points: 3}, {duration_month: 120, extra_battle_strength_points: -1}]
113010Foundation Establishment Blood Burning PillFOUNDATION_ESTABLISHMENTBurnBloodA potent medicine to stimulate potential. Combat power increases greatly within 3 years, but weakens within 10 years.100[{duration_month: 36, extra_battle_strength_points: 5}, {duration_month: 120, extra_battle_strength_points: -2}]
123011Core Formation Blood Burning PillCORE_FORMATIONBurnBloodThe choice for Core Formation cultivators when fighting for their lives. Combat power surges within 3 years, but severe injury within 10 years.200[{duration_month: 36, extra_battle_strength_points: 7}, {duration_month: 120, extra_battle_strength_points: -3}]
133012Nascent Soul Blood Burning PillNASCENT_SOULBurnBloodBurns the Nascent Soul origin. Gains world-destroying power within 3 years, but becomes almost a cripple within 10 years.300[{duration_month: 36, extra_battle_strength_points: 10}, {duration_month: 120, extra_battle_strength_points: -5}]
143013Qi Refinement Rejuvenation PillQI_REFINEMENTHealA common healing pill that can restore the injuries of Qi Refinement stage cultivators (lasts 5 years).20{duration_month: 60, extra_hp_recovery_rate: 0.5}
153014Foundation Establishment Rejuvenation PillFOUNDATION_ESTABLISHMENTHealThe medicinal power is gentle and mellowable to quickly heal the physical damage of Foundation Establishment stage cultivators (lasts 5 years).50{duration_month: 60, extra_hp_recovery_rate: 1.0}
163015Core Formation Rejuvenation PillCORE_FORMATIONHealA supreme healing medicine containing the power of vitality (lasts 5 years).100{duration_month: 60, extra_hp_recovery_rate: 2.0}
173016Nascent Soul Rejuvenation PillNASCENT_SOULHealContains the creation of vitalityphysical repair is extremely fast (lasts 5 years).200{duration_month: 60, extra_hp_recovery_rate: 5.0}