Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New Crowdin updates #619

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

New Crowdin updates #619

wants to merge 26 commits into from

Conversation

wfcd-bot-boi
Copy link
Contributor

@wfcd-bot-boi wfcd-bot-boi commented Mar 9, 2025

Summary by CodeRabbit

  • New Features
    • Introduced a new syndicate option, "The Hex," now available across all supported languages to provide you with an expanded selection.
    • Added multiple new items, upgrades, and challenges across various categories, enhancing gameplay options and engagement.

Copy link

coderabbitai bot commented Mar 9, 2025

Walkthrough

The pull request adds a new syndicate entry to multiple JSON data files across various language directories. Each file now includes a "HexSyndicate" entry with the attribute { "name": "The Hex" }. The new entry is inserted alongside the existing syndicates without modifying or removing any previously defined entries. The JSON structure remains intact with only minor formatting adjustments where needed.

Changes

File(s) Change Summary
data/{cs,de,es,fr,it,ko,pl,pt,ru,sr,tr,uk,zh}/syndicatesData.json Added new "HexSyndicate": { "name": "The Hex" } entry following the existing syndicate, preserving the JSON structure and formatting.

Possibly related PRs

  • feat: add new baro items and universal medellion langs #608: The changes in the main PR, which add a new syndicate entry in multiple language JSON files, are related to the retrieved PR that also introduces new entries for ship decorations and other items in the data/languages.json file, as both involve modifications to similar JSON structures for game content.
  • fix: add more calendar challenges, overrides, and baro items #620: The changes in the main PR and the retrieved PR are related as both introduce a new entry for the "HexSyndicate" in the JSON structure, specifically adding the same name attribute and maintaining the overall structure of the respective files.
  • feat: add "The Hex" syndicate data #618: The changes in the main PR and the retrieved PR are related as both introduce a new entry for the "HexSyndicate" in their respective JSON files, specifically modifying the same attribute structure.

Suggested labels

released

Suggested reviewers

  • TobiTenno

Poem

I'm a bunny with a happy hop,
"The Hex" arrives at our data stop.
New syndicate added with a joyful cheer,
Carrots and code — a feast so dear!
Hoppy changes make our data world clear!


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
data/uk/syndicatesData.json (1)

80-86: New Syndicate Entry Addition – JSON Structure Check
The new "HexSyndicate": { "name": "The Hex" } entry is added in a consistent manner. Please double-check that the preceding "EntratiLabSyndicate" property is correctly terminated (with a trailing comma) so that the overall JSON remains valid.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between be45cee and 2d341d5.

📒 Files selected for processing (13)
  • data/cs/syndicatesData.json (1 hunks)
  • data/de/syndicatesData.json (1 hunks)
  • data/es/syndicatesData.json (1 hunks)
  • data/fr/syndicatesData.json (1 hunks)
  • data/it/syndicatesData.json (1 hunks)
  • data/ko/syndicatesData.json (1 hunks)
  • data/pl/syndicatesData.json (1 hunks)
  • data/pt/syndicatesData.json (1 hunks)
  • data/ru/syndicatesData.json (1 hunks)
  • data/sr/syndicatesData.json (1 hunks)
  • data/tr/syndicatesData.json (1 hunks)
  • data/uk/syndicatesData.json (1 hunks)
  • data/zh/syndicatesData.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Summary
🔇 Additional comments (12)
data/zh/syndicatesData.json (1)

80-85: New "HexSyndicate" Entry Added Successfully

The new "HexSyndicate" entry with a "name": "The Hex" field is inserted correctly immediately after the "EntratiLabSyndicate" entry. The JSON structure remains intact, and the formatting (including commas and braces) is properly maintained.

data/ru/syndicatesData.json (1)

80-85: Insertion of "HexSyndicate" Entry Confirmed

The new "HexSyndicate" entry is added in the correct location and follows the same structure as the other syndicate entries. The JSON remains valid and consistent with the rest of the file’s data.

data/pt/syndicatesData.json (1)

80-85: "HexSyndicate" Entry Added Consistently

The addition of the "HexSyndicate" entry, with "name": "The Hex", is correctly formatted and seamlessly integrated into the JSON structure without affecting any existing entries.

data/de/syndicatesData.json (1)

80-85: Proper Addition of "HexSyndicate" Entry

The new "HexSyndicate" entry is appended immediately after "EntratiLabSyndicate" and is formatted consistently with the rest of the JSON file. No structural issues were detected.

data/es/syndicatesData.json (1)

80-85: "HexSyndicate" Added with Correct JSON Formatting

The "HexSyndicate" entry, defined with "name": "The Hex", is added properly before the closing brace. The update aligns perfectly with the other syndicate entries, ensuring dataset consistency.

data/sr/syndicatesData.json (1)

80-86: Consistent Addition of "HexSyndicate"
The new syndicate entry is integrated without disrupting the existing structure. Ensure that the entry immediately preceding it (typically "EntratiLabSyndicate") ends with a comma if it isn’t the last property to maintain valid JSON syntax.

data/pl/syndicatesData.json (1)

80-86: Uniform Entry Inclusion Check
The "HexSyndicate": { "name": "The Hex" } entry is added appropriately and in line with the other syndicate entries. Please verify that all neighboring entries (especially "EntratiLabSyndicate") are properly comma-delimited to ensure strict JSON compliance.

data/cs/syndicatesData.json (1)

80-86: "HexSyndicate" Entry Integration
The new entry is added seamlessly and matches the pre-existing style. As a caution, confirm that the property immediately before ("EntratiLabSyndicate") ends with a comma, supporting valid JSON formatting.

data/ko/syndicatesData.json (1)

80-86: Syndicate Update Consistency
The addition of "HexSyndicate": { "name": "The Hex" } is consistent with the rest of the file. Just ensure that the comma separation (e.g., after "EntratiLabSyndicate") is correctly maintained so that the JSON parser accepts the file without error.

data/fr/syndicatesData.json (1)

80-86: New Syndicate Entry "HexSyndicate" Added Consistently

The new "HexSyndicate" entry is inserted after the "EntratiLabSyndicate" object using the same JSON formatting and structure as the other syndicate entries. Please verify that the English name "The Hex" is intentional in the French dataset—if localization is required, you may need to update the value accordingly.

data/tr/syndicatesData.json (1)

80-86: "HexSyndicate" Entry Integrated Correctly

The addition of the "HexSyndicate" entry is correctly formatted and follows the existing structure of this JSON file. The key-value pair, with "name": "The Hex", appears as expected. Please double-check that this is the intended value for the Turkish data file or if any localization is planned.

data/it/syndicatesData.json (1)

80-86: Appropriate Addition of "HexSyndicate" Entry

The "HexSyndicate" entry has been appended in a manner consistent with the other syndicate entries in this file. The JSON structure remains intact, and the new object is properly formatted. Confirm that using the non-localized name "The Hex" aligns with the Italian dataset requirements.

Copy link

codeclimate bot commented Mar 10, 2025

Code Climate has analyzed commit bc5104b and detected 0 issues on this pull request.

View more on Code Climate.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (60)
data/pt/languages.json (1)

365-386: Additional Scaldra and Tank Challenge Updates
This hunk introduces several new challenge entries:

  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium with value "Shock and Awe" (adjusted description).
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy with value "Make it personal".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard with the value "Tankless Work" and description "Destroy 1 Tanks".

While the structure and JSON syntax are solid, note that the phrase "Destroy 1 Tanks" might be grammatically improved to "Destroy 1 Tank".

data/de/languages.json (10)

68-76: New Ship Decoration Entry – "ErraBobbleHead"
The new JSON entry with key /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead and value "Noggle Statue - Erra" is added. Please verify that the naming and value follow the established conventions for ship decorations in the game.


86-94: New Ship Decoration Entry – "LisetPropGrineerCutter"
The addition of /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with value "Cutter Fighter Decoration" looks consistent with similar entries. Double-check if its naming scheme aligns with existing asset keys and descriptions.


101-109: Updated Ship Decorations for Tarot Cards
Two entries are updated/added:

  • /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA now has the value "Deimos Fass Prex"
  • /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConF retains (or updates to) "Deimos Jugulus Prex"
    Ensure these values reflect the intended in-game asset names and follow the local naming conventions.

152-160: Addition of New Avatar Image Entry – "TwinSnakesGlyph"
The new entry /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with value "Vome-Fass Glyph" is introduced alongside an existing avatar image entry. Please confirm that the file key and value string meet the overall consistency standards used across language files.


227-235: New Upgrade Entry – "BaroEphemeraB" for Avatar Images
The JSON now includes /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB with value "Ki'Teer Reverence Ephemera". Verify that the apostrophe in "Ki'Teer" is intentional and matches in-game terminology, and that the naming remains consistent with similar cosmetic upgrade entries.


242-253: Addition of New Skin Upgrade Entries – "Renayla Sugatra" & "Scoria Diadem"
Two new entries appear:

  • /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle with value "Renayla Sugatra"
  • /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara with value "Scoria Diadem"
    Please ensure that the key names correctly map to the corresponding in-game assets and that these entries follow the established naming conventions.

302-310: New Weapon Upgrade Entry – "Prisma Ohma"
The addition of /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with value "Prisma Ohma" is noted. Confirm that this entry aligns with other weapon naming patterns and that the value correctly represents the intended upgrade for gameplay.


481-487: New Upgrade Entry – "Hit'N'Split" for Crit-Based Effects
The upgrade entry /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee now carries the value "Hit'N'Split" with a description detailing a 5% bonus for 10 seconds on critical melee hits. Please verify that the percentage and duration are balanced relative to other similar upgrades in the game.


493-502: New Upgrade Addition – "Bottled Lightning"
The new upgrade under /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with value "Bottled Lightning" and its associated effect (adding 25% Status Damage and Electricity Status Chance) is introduced. Confirm that the numerical effects are deliberate and consistent with overall upgrade balance, and that the naming aligns with related upgrade themes.


541-558: Multiple New Upgrade Entries – "Harden Up" and "Punchcard"
This hunk introduces two new upgrades:

  • /Lotus/Upgrades/Calendar/OvershieldCap is updated to "Harden Up" with an increased overshield cap and a bonus shield on kills.
  • /Lotus/Upgrades/Calendar/PunchToPrimary is added with value "Punchcard" providing a +1.5m punch through to primary weapons.
    Ensure that the descriptions are precise and that these changes harmonize with the game’s upgrade system. Additionally, check the phrasing (e.g., "Add +1.5m punch through") for consistency and clarity.
data/fr/languages.json (1)

365-386: Challenge Update and Grammar Check.
New challenge entries are introduced, including updates for /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium and /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy. Note that for /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard, the description reads "Destroy 1 Tanks". Consider revising this to "Destroy 1 Tank" for grammatical accuracy.

data/ru/languages.json (3)

365-386: Multiple Scaldra and Techrot Challenge Entries
This hunk introduces several challenge entries:

  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium with value "Shock and Awe" and description "Kill 150 Scaldra Troops with Abilities".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy and /CalendarKillScaldraEnemiesWithMeleeMedium with value "Make it personal" and respective descriptions.
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard with value "Tankless Work" and description "Destroy 1 Tanks".

Nitpick Suggestion: The description "Destroy 1 Tanks" may be better phrased as "Destroy 1 Tank".

-    "desc": "Destroy 1 Tanks"
+    "desc": "Destroy 1 Tank"

481-490: Upgrade Entry Addition: “Hit'N'Split”
The new upgrade /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee with value "Hit'N'Split" and its description is added properly.
Nitpick Suggestion: Consider rephrasing "10sec" to "10 sec" or "10 seconds" for improved clarity.

-    "desc": "Critical melee hits have a chance to increase attack and movement speed by 5% for 10sec."
+    "desc": "Critical melee hits have a chance to increase attack and movement speed by 5% for 10 sec."

541-558: Multiple Upgrade Entries: “Harden Up” and “Punchcard”
This hunk introduces several upgrades:

  • /Lotus/Upgrades/Calendar/OvershieldCap with value "Harden Up"
  • /Lotus/Upgrades/Calendar/PunchToPrimary with value "Punchcard"
  • The entry for /Lotus/Upgrades/Calendar/RadiationProcOnTakeDamage with value "Psionic Feedback" remains.

Nitpick Suggestion: The description for "Psionic Feedback"—currently "On Damaged 10% chance to set off a 250 damage, 5m radius blast of radiation on taking damage."—could be reworded for clarity. For example:

-    "desc": "On Damaged 10% chance to set off a 250 damage, 5m radius blast of radiation on taking damage."
+    "desc": "When damaged, there is a 10% chance to trigger a 250-damage, 5m radius radiation blast."
data/cs/languages.json (3)

152-160: New Avatar Image Entry: TwinSnakesGlyph Added
The entry /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with the value "Vome-Fass Glyph" is introduced correctly. Note that this entry is placed outside a specific subfolder (unlike the seasonal entry above). Please verify that this categorization is intentional.


227-235: New Skin Upgrade Entry: BaroEphemeraB Added
The new upgrade /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB with the value "Ki'Teer Reverence Ephemera" is added properly. Consider confirming that the use of the apostrophe in "Ki'Teer" is consistent with similar entries in other language files.


365-386: Multiple Challenge Updates: Scaldra, Tank, and Techrot
This hunk updates several challenge parameters:

  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium now specifies "Shock and Awe" with "Kill 150 Scaldra Troops with Abilities".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy is updated to "Make it personal" with the description "Kill 75 Scaldra Troops with Melee Weapons".
  • A new challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard has been introduced with the value "Tankless Work" and description "Destroy 1 Tanks".

Nitpick: The phrase "Destroy 1 Tanks" might be grammatically improved to "Destroy 1 Tank" if a singular form is intended. Please review.

data/zh/languages.json (12)

68-76: New Ship Deco Entry "ErraBobbleHead" Added
The new entry for /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead with the value "Noggle Statue - Erra" is correctly formatted. Please verify that this key and value fit the naming and translation conventions used elsewhere in the file.


86-94: Addition of "LisetPropGrineerCutter" Entry
A new ship decoration entry /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with the value "Cutter Fighter Decoration" has been introduced. Ensure that the naming convention for keys is consistent with similar entries and that the value meets the localized language standards.


101-109: New Ship Deco Entry "TarotCardTennoConA" Added
The entry /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA with the value "Deimos Fass Prex" is added alongside its counterpart "Deimos Jugulus Prex". Confirm that the distinction between these similarly named items is intentional and that translations or naming are aligned consistently.


152-160: New Avatar Image Entry "TwinSnakesGlyph" Added
A new avatar image entry /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with the value "Vome-Fass Glyph" has been added. Please double-check that the key and value conform to the overall structure of avatar image entries, especially in a localized file.


227-235: New Skin Effect Entry "BaroEphemeraB" Introduced
The entry /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB now carries the value "Ki'Teer Reverence Ephemera". Note the proper usage of the apostrophe, and ensure it is consistent with other similar skin effect entries.


242-253: Additional Skin Entries for Melee Dangles and Operator Accessories
Two new entries have been added:

  • /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle with the value "Renayla Sugatra"
  • /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara with the value "Scoria Diadem"
    These entries appear well formatted. Please verify that their naming and values align with the established styling guidelines.

302-310: New Weapon Entry "Prisma Ohma" Added
The new addition /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with the value "Prisma Ohma" is correctly inserted among other weapon entries. Confirm that this key is unique and that the value is consistent with the naming conventions for weapon items.


349-358: Challenge Update: "Punish Scaldra" Adjustments
The modifications introduce a new challenge entry /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard with the updated description "Kill 500 Scaldra Troops". This complements the other Scaldra challenges. Ensure the difficulty levels and descriptions across similar challenges are balanced and clear to the player.


394-401: New Techrot Challenge Entry "Null and Void" Introduced
A new challenge entry for Techrot enemies is added: /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium uses the value "Null and Void" with the description "Kill 200 Techrot with Abilities". Please review that this entry fits the overall challenge progression and language mix in this localized file.


481-490: New Upgrade Entry "Hit'N'Split" Added
The upgrade /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee is introduced with the value "Hit'N'Split" and an appropriate description detailing its effect. Verify that the inclusion of special characters (such as the apostrophe) is correctly handled in all contexts and that the description follows the standard format.


493-502: New Upgrade Entry "Bottled Lightning" Added
The new entry /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance now carries the value "Bottled Lightning" with its description adding status damage and electricity chance. Ensure that this addition is consistent with similar upgrade entries and that the percentage values are accurate per design specifications.


541-558: Multiple New Upgrade Entries "Harden Up" and "Punchcard" Added
This hunk introduces:

  • /Lotus/Upgrades/Calendar/OvershieldCap with "Harden Up", and
  • /Lotus/Upgrades/Calendar/PunchToPrimary with "Punchcard".
    Both include descriptive texts outlining their effects. The descriptions appear clear; however, please check that these upgrades do not conflict with existing mechanics and that the phrasing is fully localized for the target audience.
data/ko/languages.json (8)

101-109: New Ship Deco Update for Deimos Prex Entries
The addition of the key
"/Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA"
with the value "Deimos Fass Prex" complements the existing "Deimos Jugulus Prex" entry. Please verify that the difference in naming is intentional and aligns with in‑game terminology.


242-253: New Skins Additions: Renayla Sugatra and Scoria Diadem
Two new entries are introduced:

  • "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle" with the value "Renayla Sugatra", and
  • "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara" with the value "Scoria Diadem".
    These follow the JSON schema correctly. Please double-check that the naming in the keys (especially the unconventional identifiers) precisely matches in‑game identifiers.

317-333: New Challenge Entries: "Starve the beast" and "Even the odds"
This hunk adds/update several challenge entries:

  • The key
    "/Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy"
    now has the value "Starve the beast" with the description "Destroy 75 Containers".
  • The key
    "/Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium"
    has been updated with the value "Even the odds" and the description "Kill 500 Enemies".
    Please ensure these descriptions accurately reflect the intended game objectives and are balanced with similar challenges.

349-358: Updated Scaldra Challenges: Increased Difficulty for Hard Level
A new entry has been introduced:
"/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard"
with the value "Punish Scaldra" and the description "Kill 500 Scaldra Troops". This helps distinguish the hard difficulty from medium and other tiers. Verify that these thresholds are in line with overall gameplay design.


365-386: Multiple Challenge Updates for Scaldra and Tank Objectives
Several new and updated challenges are incorporated in this hunk:

  • The key
    "/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium"
    now uses "Shock and Awe" with "Kill 150 Scaldra Troops with Abilities".
  • The entry for
    "/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy"
    introduces "Make it personal" with "Kill 75 Scaldra Troops with Melee Weapons".
  • Additionally,
    "/Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard"
    is added with the value "Tankless Work" and the description "Destroy 1 Tanks".
    These updates diversify the challenge levels. Please verify that all new objectives maintain appropriate difficulty scaling and consistency with other challenge metrics.

394-401: New Challenge Entry for Techrot: "Null and Void"
The addition of the key
"/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium"
with the value "Null and Void" and description "Kill 200 Techrot with Abilities" enhances the suite of Techrot challenges. Double-check that the numerical objective harmonizes with similar challenges in the set.


493-502: New Upgrade Addition: Bottled Lightning
The entry for
"/Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance"
introduces "Bottled Lightning" with the description "Add 25% Status Damage and Electricity Status Chance to all weapons." This enhances the upgrade options available; please confirm that the percentage values align with overall game balance.


541-558: New Upgrade Entries: Harden Up and Punchcard
Two additional upgrades have been added:

  • For Overshield capacity, the key
    "/Lotus/Upgrades/Calendar/OvershieldCap"
    now includes the entry "Harden Up" with the description detailing a 50% cap increase and a 50 shield bonus per kill.
  • For punch-through capabilities, the key
    "/Lotus/Upgrades/Calendar/PunchToPrimary"
    now features "Punchcard" with the description "Add +1.5m punch through to primary weapons."
    Both entries are well formatted; ensure that their effects are balanced relative to existing upgrades.
data/es/languages.json (1)

541-558: Additional Upgrade Entries and Updates
In this hunk, several new entries are introduced:

  • The new upgrade /Lotus/Upgrades/Calendar/OvershieldCap with the value "Harden Up" and description "Increases Overshield cap by 50%. Kills grant 50 shields."
  • Another upgrade /Lotus/Upgrades/Calendar/PunchToPrimary is added with the value "Punchcard" and description "Add +1.5m punch through to primary weapons."
  • The entry /Lotus/Upgrades/Calendar/RadiationProcOnTakeDamage remains, with its description indicating a 10% chance to trigger a 250 damage, 5m radius blast.

While these additions look consistent with the overall upgrade structure, consider verifying the phrasing in the RadiationProc description. For instance, rewording "On Damaged 10% chance to set off..." to "On taking damage, there is a 10% chance to trigger..." might improve clarity.

data/it/languages.json (4)

227-235: New Skin Upgrade Entry: BaroEphemeraB
The new upgrade entry with key /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB and value "Ki'Teer Reverence Ephemera" has been added. It might be worthwhile to double-check that the trailing identifier "B" is intentional (e.g. to indicate a variant or version) and aligns with naming standards.


394-401: New Techrot Challenge: CalendarKillTechrotEnemiesWithAbilitiesMedium
A new challenge entry with the key /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium using the value "Null and Void" and the description "Kill 200 Techrot with Abilities" is added. Consider verifying that the title "Null and Void" adequately conveys the intended objective to players.


481-489: New Upgrade Addition: Hit'N'Split
The upgrade /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee with the value "Hit'N'Split" is introduced, offering a bonus of 5% increased attack and movement speed for 10sec on critical melee hits. A minor nitpick: consider writing "10 sec" for improved readability.


541-558: New Upgrades: Harden Up and Punchcard Additions
Two new upgrade entries are included:

  • /Lotus/Upgrades/Calendar/OvershieldCap with the value "Harden Up", which increases the Overshield cap by 50% and grants 50 shields on kills.
  • /Lotus/Upgrades/Calendar/PunchToPrimary with the value "Punchcard", providing a +1.5m punch through on primary weapons.

Both descriptions are clear, but it may be worthwhile to review the percentage and distance values for consistency with other upgrade descriptions.

data/tr/languages.json (3)

365-386: Updates to Abilities and Tank Challenge
This hunk includes multiple updates affecting challenges:

  • The "Shock and Awe" challenge under "/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium" now has a description "Kill 150 Scaldra Troops with Abilities".
  • The melee-based challenge "Make it personal" remains with adjusted thresholds.
  • A new challenge "/Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard" is introduced with the value "Tankless Work" and description "Destroy 1 Tanks".

Note: There is a minor grammatical inconsistency in the description "Destroy 1 Tanks". Consider changing it to "Destroy 1 Tank" for clarity.


481-490: Addition of "Hit'N'Split" Upgrade
The new upgrade entry "/Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee" now added with the value "Hit'N'Split" and its description detailing a 5% increase for 10sec is a welcome addition. Please ensure that unit formatting (e.g., “10sec”) is consistently applied across all similar upgrade descriptions.


541-558: Multiple New Upgrades in Final Hunk
This hunk adds several new upgrade entries:

  • "/Lotus/Upgrades/Calendar/OvershieldCap" with "Harden Up"
  • "/Lotus/Upgrades/Calendar/PunchToPrimary" with "Punchcard"
  • Also, it includes the existing "Psionic Feedback" entry.

A couple of points to note:

  • Verify that in "/Lotus/Upgrades/Calendar/OvershieldCap", the values for the percentage increase and shield bonus are in line with other upgrades.
  • In the "Psionic Feedback" description, the phrase "On Damaged 10% chance to set off..." may benefit from slight rephrasing for grammatical clarity (e.g., "Upon taking damage, there is a 10% chance to trigger a 250 damage, 5m radius blast...").
data/uk/languages.json (13)

68-76: New Ship Decoration Entry: ErraBobbleHead
The new entry for /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead with value "Noggle Statue - Erra" is structured correctly. Please verify that the language of this value (English) is intentional in this Ukrainian localization file, as surrounding entries are in Ukrainian.


86-94: New Ship Decoration Entry: LisetPropGrineerCutter
The added entry for /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter (value "Cutter Fighter Decoration") is formatted consistently. Confirm that using the English text here aligns with the overall localization strategy.


101-109: New Ship Decoration Entry: TarotCardTennoConA
The entry /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA with value "Deimos Fass Prex" has been added properly. As this value is in English, please ensure it meets the intended translation standards for the Ukrainian file.


152-160: Avatar Image Update: TwinSnakesGlyph
The new entry for /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with value "Vome-Fass Glyph" is correctly inserted. Verify that the use of English here is deliberate and aligns with the expected localization for this asset.


227-235: Skin Entry Update: BaroEphemeraB
The introduced skin entry /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB with value "Ki'Teer Reverence Ephemera" appears well formatted. Please double-check the punctuation (apostrophe usage) and confirm that the text should remain in English.


242-253: New Skin Updates for MeleeDangles and Operator Accessories
The new entries for /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle (value "Renayla Sugatra") and /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara (value "Scoria Diadem") are added correctly. Ensure that the mix of English and localized text is as intended.


317-333: Challenge and Weapon Updates: Multiple Entries
This hunk adds several new challenge and weapon entries (e.g., /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy and /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium). Note that some value and desc fields mix Ukrainian and English text. Please verify that this semi-localized approach is intentional for the current update.


349-358: Updated Challenge Entry: CalendarKillScaldraEnemiesHard
The modified entry for /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard now shows an English description ("Kill 500 Scaldra Troops") while related challenge entries feature Ukrainian text. Confirm that the change aligns with the intended localization workflow.


365-386: Additional Challenge Updates and New Tank Challenge
This hunk introduces several new challenge entries, including /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium and /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard (with value "Tankless Work" and description "Destroy 1 Tanks").

  • For the tank challenge, consider adjusting the description for grammatical correctness (e.g. use "Destroy 1 Tank").

394-401: Techrot Challenge Updates
The new entry /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium with value "Null and Void" is correctly added. Additionally, /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithMeleeMedium is present without an updated description in this hunk; please verify if a description update was intended.


481-490: Upgrade Entry Addition: AttackAndMovementSpeedOnCritMelee
The entry /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee is introduced with value "Hit'N'Split". Its description is in English while nearby entries may be localized. Confirm that this mix is acceptable given the project’s Crowdin updates.


493-502: Upgrade and Energy Orb Range Updates
This hunk adds /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with value "Bottled Lightning" and retains /Lotus/Upgrades/Calendar/EnergyOrbToAbilityRange with a Ukrainian value. The mixed-language approach should be reviewed to ensure consistency across the file.


541-558: Upgrade Updates: Overshield Cap, PunchToPrimary, and Radiation
The final hunk includes several upgrades:

  • /Lotus/Upgrades/Calendar/OvershieldCap is added with value "Harden Up",
  • /Lotus/Upgrades/Calendar/PunchToPrimary with value "Punchcard", and
  • /Lotus/Upgrades/Calendar/RadiationProcOnTakeDamage with value "Psionic Feedback".
    Each entry follows the correct JSON structure. As several descriptions are in English while some entries appear localized, please verify that the resulting mix of languages is intentional.
data/pl/languages.json (1)

68-76: Hunk 1: Validate new Ship Deco entry for “ErraBobbleHead”
This hunk adds the key /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead with the value "Noggle Statue - Erra". Please confirm that this entry conforms to the naming and localization conventions used for ship decorations in the project.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2d341d5 and bc5104b.

📒 Files selected for processing (13)
  • data/cs/languages.json (14 hunks)
  • data/de/languages.json (14 hunks)
  • data/es/languages.json (14 hunks)
  • data/fr/languages.json (14 hunks)
  • data/it/languages.json (14 hunks)
  • data/ko/languages.json (14 hunks)
  • data/pl/languages.json (14 hunks)
  • data/pt/languages.json (14 hunks)
  • data/ru/languages.json (14 hunks)
  • data/sr/languages.json (14 hunks)
  • data/tr/languages.json (14 hunks)
  • data/uk/languages.json (14 hunks)
  • data/zh/languages.json (14 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Summary
🔇 Additional comments (125)
data/pt/languages.json (14)

68-76: New Ship Deco Entry Added
The new JSON entry for /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead with the value "Noggle Statue - Erra" is correctly formatted and consistent with nearby entries.


86-94: New Cutter Fighter Decoration Entry
The entry for /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter added with the value "Cutter Fighter Decoration" follows the established JSON pattern. Please ensure that naming conventions (e.g. key structure) remain consistent across all language files.


101-109: New Tarot Card Entry Introduced
The added entry /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA, with the value "Deimos Fass Prex", is solid and integrates well with the surrounding entries.


152-160: Additional Avatar Image Update
The new entry for /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with "Vome-Fass Glyph" looks correct. The structure is consistent with other avatar image entries.


227-235: New Ephemera Upgrade Entry
The newly added entry for /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB (with value "Ki'Teer Reverence Ephemera") is well structured. Double-check that the apostrophe in "Ki'Teer" is acceptable per your project’s formatting conventions (using double quotes in JSON automatically makes single quotes safe).


242-253: New Melee Dangle and Tiara Entries
The additions for /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle with the value "Renayla Sugatra" and /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara with the value "Scoria Diadem" integrate properly with the existing upgrade items.


302-310: New Weapon Entry Added
The new entry for /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with the value "Prisma Ohma" is correct. It follows the pattern of similar weapon entries.


317-333: Challenge and Prop Destruction Updates
Two things are happening here:

  1. A new challenge entry /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy with value "Starve the beast" and description "Destroy 75 Containers" is added.
  2. The challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium is updated to "Even the odds" with the description "Kill 500 Enemies".
    Both changes appear well integrated. Ensure these modifications meet the intended gameplay balance.

349-358: Scaldra Challenge Enhancement
The new entry /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard with value "Punish Scaldra" and description "Kill 500 Scaldra Troops" is implemented correctly. Consistency in the challenge naming is maintained.


394-401: Techrot Challenge Update
The update for /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium (now using "Null and Void" and description "Kill 200 Techrot with Abilities") is correct. The JSON entry adheres to expected formatting.


481-490: Upgrades: Critical Hits and Companion Damage
The new upgrade entry /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee with the value "Hit'N'Split" and its accompanying description is well formed. The surrounding entries remain consistent.


493-502: Electric Status Damage Upgrade Addition
The additional entry /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with the value "Bottled Lightning" and its description is implemented correctly and maintains consistency with the upgrades’ style.


541-558: Multiple Upgrade Entries for Calendar Updates
This final hunk adds or updates several upgrade entries:

  • /Lotus/Upgrades/Calendar/OvershieldCap with the value "Harden Up".
  • /Lotus/Upgrades/Calendar/PunchToPrimary with the value "Punchcard".

Both entries, along with their descriptions, are correctly formatted within the JSON context.


1-558: Overall Verification: Missing Syndicate Entry?
The PR objectives and AI summary mention the introduction of a new syndicate entry ("HexSyndicate" with { "name": "The Hex" }) across multiple language files. However, in this file (data/pt/languages.json), the changes focus on new store items, upgrades, and challenge entries. Please verify that either:

  • The syndicate update is intended for other language files, or
  • It was inadvertently omitted here.

Clarification on this point will ensure that all intended updates are consistently applied.

data/de/languages.json (4)

317-327: Challenge Entry Addition – "Starve the beast" for Container Destruction
A new challenge is introduced under /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy with value "Starve the beast" and description "Destroy 75 Containers". This is alongside an existing medium challenge for 150 containers. Verify that the scaling and naming across these related challenges are balanced and reflect the game's intended difficulty tiers.


349-358: Tiered Challenge Updates for Scaldra Enemies
The changes add or update challenge entries for Scaldra troops:

  • The existing entry with value "Punish Scaldra" now appears with description "Kill 250 Scaldra Troops".
  • A new hard tier entry /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard is added with description "Kill 500 Scaldra Troops".
  • The medium tier continues with "Kill 350 Scaldra Troops".
    Please ensure that having the same challenge name "Punish Scaldra" for different difficulty tiers is intentional and that the numeric thresholds are correctly balanced.

365-386: New and Revised Challenge Entries for Scaldra and Tank Objectives
This hunk introduces several updates:

  • Under the theme "Shock and Awe", two entries address Scaldra challenges involving abilities: one challenge (presumably hard) with "Kill 250 Scaldra Troops with Abilities" and one medium with "Kill 150 Scaldra Troops with Abilities".
  • The "Make it personal" challenge appears for melee-based objectives with differing kill counts (75 for easy and 300 for medium).
  • A new challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard with value "Tankless Work" and description "Destroy 1 Tanks" is added.
    Review that the difficulty progression and descriptions adequately reflect the game mechanics and that the wording is precise (e.g., consider if "Destroy 1 Tanks" should be singular/plural).

394-401: Challenge Update for Techrot Enemies
A new challenge entry under /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium is introduced with value "Null and Void" and description "Kill 200 Techrot with Abilities". Meanwhile, the melee challenge "Electronic waste Disposal" remains for Techrot targets. Ensure that the new title fits within the contextual theme for Techrot challenges and that difficulty distinctions between abilities and melee challenges are clearly delineated.

data/fr/languages.json (14)

1-67: Syndicate Entry Verification.
The PR objectives mention adding a new "HexSyndicate" entry with { "name": "The Hex" }, but this update isn’t visible in the provided code fragments. Please confirm whether this file is expected to include the new syndicate entry or if it is handled separately in another section.


68-76: Verify Naming Consistency for 'ErraBobbleHead'.
The key /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead implies a bobble head item, yet the value is "Noggle Statue - Erra". Please confirm that this discrepancy between the key and the value is intentional.


86-94: Addition of Cutter Fighter Decoration Entry.
The new entry /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with the value "Cutter Fighter Decoration" appears well formatted. Ensure that its naming and translation align with similar entries in other language files.


101-109: Review New Ship Deco Entries Update.
The entry /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA with the value "Deimos Fass Prex" is added alongside "Deimos Jugulus Prex". Please verify that these names correctly represent the intended in-game assets and follow the established naming conventions.


152-160: Verify New Avatar Image Entry Consistency.
The new entry /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with the value "Vome-Fass Glyph" is clear. Please ensure it is consistent with branding and translation standards used in other language files.


227-235: New Upgrade Entry 'Ki'Teer Reverence Ephemera' Validation.
The addition of /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB with the value "Ki'Teer Reverence Ephemera" appears correct. Just verify that the use of the apostrophe in "Ki'Teer" is intentional and consistent with naming conventions.


242-253: Check Upgrade Skin Entries Consistency.
New entries under upgrades such as /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle (value: "Renayla Sugatra") and /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara (value: "Scoria Diadem") have been introduced alongside an existing entry. Please confirm that these names correctly match the in-game assets and follow the established naming style.


302-310: New Weapon Upgrade Entry 'Prisma Ohma'.
The entry /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with the value "Prisma Ohma" is succinct and follows the expected naming style.


317-333: New Challenge Entries and Updates.
The changes introduce the challenge /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy with value "Starve the beast" and update /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium to "Even the odds". These descriptions appear clear; please verify they align with the intended challenge progression and gameplay across localizations.


349-358: Scaldra Challenge Updates.
The modifications for /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard and the update for /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesMedium (both with the value "Punish Scaldra") are clear. Confirm that the differing troop count descriptions correctly reflect the intended difficulty levels.


394-401: Techrot Challenge Update Verification.
The update changing /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium to use the value "Null and Void" with the description "Kill 200 Techrot with Abilities" appears appropriate. Please ensure this aligns with the overall challenge design.


481-490: New Calendar Upgrade 'Hit'N'Split'.
The addition of /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee with the value "Hit'N'Split" and a description indicating a 10‑second duration is well-defined. Please confirm that the duration and percentage boosts are correct as intended.


493-502: Addition of 'Bottled Lightning' Upgrade Entry.
The new entry /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with the value "Bottled Lightning" provides a clear and concise description. Verify that its in-game effect is balanced relative to similar upgrades.


541-558: Upgrade Updates: OvershieldCap and PunchToPrimary.
Updates to /Lotus/Upgrades/Calendar/OvershieldCap (now "Harden Up") and the addition of /Lotus/Upgrades/Calendar/PunchToPrimary (value: "Punchcard") are clear in their intent. Please ensure that these updates have been coordinated with gameplay balancing and are consistent with similar changes in other language files.

data/ru/languages.json (11)

68-76: Entry Addition: “ErraBobbleHead” Ship Deco
The new entry with key /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead and value "Noggle Statue - Erra" is correctly formatted and follows the naming conventions used in similar items.


86-94: Entry Addition: “LisetPropGrineerCutter” Ship Deco
The addition of /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with value "Cutter Fighter Decoration" is well formatted and consistent with nearby entries.


101-109: Entry Addition: “TarotCardTennoConA” Ship Deco
The new key /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA with value "Deimos Fass Prex" is added appropriately. Verify that this naming convention aligns with the intended design and that there is no duplication with similar keys.


152-160: Entry Addition: “TwinSnakesGlyph” Avatar Image
The new avatar image entry /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with value "Vome-Fass Glyph" is correctly introduced alongside related entries.


227-235: Entry Addition: “BaroEphemeraB” Upgrade
The addition of /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB with value "Ki'Teer Reverence Ephemera" is syntactically correct. Note that the apostrophe in "Ki'Teer" is acceptable in JSON strings; just ensure downstream consumers handle it properly.


242-253: Multiple Upgrade Entries for Skins
The new entries for /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle (value "Renayla Sugatra") and /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara (value "Scoria Diadem") are added in line with the existing schema. The consistency in naming is maintained.


302-310: Entry Addition: “Prisma Ohma” Weapon Upgrade
Introducing /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with value "Prisma Ohma" is appropriate. The surrounding entries, including the localized "Мачете Призрак", maintain consistency within the Russian JSON file.


317-333: Challenge and Deco Updates
The hunk adds and updates several entries:

  • /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy now has the value "Starve the beast" with the description "Destroy 75 Containers".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium is updated with the value "Even the odds" and a Russian description "Убейте 500 врагов".

These changes are correctly structured. Please verify that the translations and terminology are consistent across all language files.


349-358: Challenge Entry Addition: “CalendarKillScaldraEnemiesHard”
The new challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard is added with value "Punish Scaldra" and description "Kill 500 Scaldra Troops". This is consistent with similar challenges.


394-401: Entry Addition: “Null and Void” Challenge Update
The new entry for /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium with value "Null and Void" and description "Kill 200 Techrot with Abilities" is correctly introduced.


493-502: Entry Addition: “Bottled Lightning” Upgrade
The new upgrade entry /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with value "Bottled Lightning" and its description is correctly structured and follows the existing pattern.

data/cs/languages.json (11)

68-76: New Ship Deco Entry: ErraBobbleHead Added
The new entry for /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead with the value "Noggle Statue - Erra" has been inserted correctly and appears consistent with the existing Ship Deco entries. Please verify that the naming convention (e.g. use of “Erra” and “Noggle”) is intentional and aligns with in-game branding.


86-94: New Ship Deco Entry: LisetPropGrineerCutter Added
The entry /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with value "Cutter Fighter Decoration" is added consistently alongside the similar items.


101-109: New Ship Deco Entry: TarotCardTennoConA Added
The addition of /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA with the value "Deimos Fass Prex" is clear and maintains the naming pattern seen in related entries.


242-253: Multiple New Skin Upgrade Entries Added
Entries for /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle (value: "Renayla Sugatra") and
/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara (value: "Scoria Diadem") are introduced, along with the pre-existing /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/BaroHorn. These additions follow the established pattern; please double-check that grouping and naming conventions across categories are as intended.


302-310: New Weapon Entry: CrpPrismaTonfa Added
The function now introduces /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with the value "Prisma Ohma". The naming and structure are consistent with other weapon entries.


317-333: Challenge Updates for Calendar1999 (Part 1)
Several challenge entries have been updated/added:

  • /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy now uses "Starve the beast" with "Destroy 75 Containers".
  • /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsMedium remains with "Starve the beast" but with "Destroy 150 Containers".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium now has the enhanced value "Even the odds" and "Kill 500 Enemies".

These changes appear to reflect updated challenge requirements. Please verify that these new thresholds and descriptions match the design specifications.


349-358: Challenge Update: Scaldra Enemies (Hard)
The entry /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard is updated to "Punish Scaldra" with an increased goal of "Kill 500 Scaldra Troops", aligning it with its medium counterpart (350 Troops). This update seems correct; ensure the scaling meets game design expectations.


394-401: New Techrot Challenge with Abilities Added
The update for /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium now uses "Null and Void" with the description "Kill 200 Techrot with Abilities", while the subsequent entry for melee remains unchanged. This modification appears coherent with the overall challenge progression.


481-490: New Upgrade Entry: Hit'N'Split Introduced
A new upgrade challenge /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee is added with the value "Hit'N'Split" and a descriptive text regarding bonus attack and movement speed. This follows the established format for upgrade entries.


493-502: New Upgrade Entry: ElectricStatusDamageAndChance Added
The entry /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with "Bottled Lightning" and its accompanying description has been added alongside the existing /Lotus/Upgrades/Calendar/EnergyOrbToAbilityRange. The descriptions are clear and consistent with similar upgrade entries.


541-558: New Upgrades and Challenge Enhancements for Calendar Events
This hunk includes several new and updated entries:

  • /Lotus/Upgrades/Calendar/OvershieldCap is added with "Harden Up", increasing the overshield cap and providing shields on kills.
  • /Lotus/Upgrades/Calendar/PunchToPrimary is added as "Punchcard" to enhance punch-through properties.
  • The surrounding entries such as "Targeted Medicine" and "RadiationProcOnTakeDamage" remain aligned with their descriptions.

All new entries maintain the file's JSON structure and consistent formatting.

data/zh/languages.json (2)

317-333: New Challenge Entries for Props Destruction and Enemy Kill Count
Two new/updated challenge entries are introduced:

  • /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy now has the value "Starve the beast" and description "Destroy 75 Containers".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium now uses "Even the odds" with description "击杀500名敌人".
    Please ensure the language consistency is maintained—note that the description for enemy kills is in Chinese while the one for props is in English. Verify if this mix is intentional based on localization requirements.

365-386: Multiple New Scaldra and Tank Challenge Entries Added
This hunk adds several new challenge entries:

  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium with "Shock and Awe" and description "Kill 150 Scaldra Troops with Abilities".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy with "Make it personal" and description "Kill 75 Scaldra Troops with Melee Weapons".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard with "Tankless Work" and description "Destroy 1 Tanks".
    These entries are formatted correctly. As a follow-up, please verify that the numeric targets and descriptions are consistent with game design guidelines and that the blend of language (English vs. Chinese) meets localization standards.
data/ko/languages.json (6)

68-76: Addition of New Ship Deco Entry: Erra BobbleHead
The new entry under the key
"/Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead"
with the value "Noggle Statue - Erra" is correctly inserted and follows the established JSON structure. Ensure that the translation and naming are consistent with other language files.


86-94: Addition of New Ship Deco Entry: Cutter Fighter Decoration
A new entry is introduced with the key
"/Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter"
and value "Cutter Fighter Decoration". The formatting is consistent with similar entries.


152-160: New Avatar Image Update: Vome-Fass Glyph
An entry is added for
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph"
with the value "Vome-Fass Glyph". The structure is clear and appears consistent with other avatar image entries.


227-235: New Skin Effect Addition: Ki'Teer Reverence Ephemera
The new entry under the key
"/Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB"
with the value "Ki'Teer Reverence Ephemera" is formatted properly. Confirm that its usage and translation are consistent across files.


302-310: New Weapon Entry: Prisma Ohma
The entry at
"/Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa"
introduces "Prisma Ohma" as a new weapon item. The JSON structure and naming convention are maintained; just verify that the name is correct within the game context.


481-490: New Upgrade Addition: Hit'N'Split
The new upgrade under
"/Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee"
named "Hit'N'Split" comes with a clear description explaining its effect. The entry is consistent with the JSON formatting conventions used across the file.

data/sr/languages.json (15)

68-76: New Ship Deco Entry Added for ErraBobbleHead
The new entry for "/Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead" with the value "Noggle Statue - Erra" is correctly inserted alongside the other ship deco entries. Please verify that the naming style and key format are consistent with similar entries across other language files.


86-94: Addition of Cutter Fighter Decoration
The addition of the "/Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter" entry with "Cutter Fighter Decoration" fits well with the existing entries. Ensure that the key naming and value format remain consistent with similar ship deco items.


101-109: New Tarot Card Entry for TennoConA
The new entry "/Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA" with the value "Deimos Fass Prex" is added alongside the related tarot card entry for TennoConF. Please double-check that the naming (e.g. “Fass Prex” vs. “Jugulus Prex”) is intentional and correct per localization standards.


152-160: New Avatar Image Entry Added
The entry for "/Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph" with "Vome-Fass Glyph" is correctly formatted. Confirm that its placement among seasonal and other avatar images is as intended and that the value is consistent with the overall visual branding.


227-235: New Skins Effects Upgrade Entry
The addition of "/Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB" with "Ki'Teer Reverence Ephemera" is clear and follows the formatting of other similar skin-related entries. Ensure the apostrophe in "Ki'Teer" is consistent with localization guidelines.


242-253: New Skins and Accessories Entries
Two new entries are introduced here:

  • "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle" with the value "Renayla Sugatra"
  • "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara" with the value "Scoria Diadem"

These keys are somewhat lengthy, so please verify that the verbosity is intentional and that their naming aligns with similar entries across the data set.


302-310: New Weapon Entry for Prisma Ohma
The entry for "/Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa" with "Prisma Ohma" is correctly added. It appears consistent with similar weapon entries. Just confirm that the key path matches your categorization logic.


317-333: New Challenge Entries: Destruction and Enemy Kill Objectives
Several new challenge-related entries have been added here:

  • "/Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy" with "Starve the beast" and the description "Destroy 75 Containers".
  • An update to "/Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium" now shows "Even the odds" with "Kill 500 Enemies".

Ensure that these changes accurately reflect the intended challenge objectives and that their wording is consistent with similar challenges in other language files.


349-358: New Scaldra Challenge Addition
The new entry "/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard" with the value "Punish Scaldra" and description "Kill 500 Scaldra Troops" has been added. Verify that the challenge thresholds are distinct enough from existing Scaldra challenges to avoid any potential confusion.


365-386: Multiple New Challenge Entries for Scaldra and Tank Objectives
This hunk adds several entries:

  • "/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium" with "Shock and Awe" (description: "Kill 150 Scaldra Troops with Abilities").
  • "/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy" with "Make it personal" (description: "Kill 75 Scaldra Troops with Melee Weapons").
  • A further entry for "/Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard" with "Tankless Work" and "Destroy 1 Tanks".

There is also an entry for "Shock and Awe" at a different threshold. Please verify that these similar names with different challenge requirements are deliberate and clear to the user.


394-401: Techrot Challenge Upgrade
The new entry for "/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium" with the value "Null and Void" and description "Kill 200 Techrot with Abilities" is well formatted. Confirm its consistency with other Techrot-related challenges and that the difficulty scaling is as intended.


481-490: New Upgrade Entry: Hit'N'Split
The added upgrade "/Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee" now labeled "Hit'N'Split" with a description regarding critical melee hits adds useful gameplay detail. Ensure that the text (e.g., the 10sec duration) is correct and consistent with game balance documents.


493-502: New Upgrade Entry: Bottled Lightning for Electric Status
The new entry "/Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance" with "Bottled Lightning" and its accompanying description aligns with the rest of the upgrade entries. Double-check that the percentage values are accurate and consistently expressed across similar upgrades.


541-558: Additional Upgrade Entries: Harden Up and Punchcard
This hunk adds new upgrade entries:

  • "/Lotus/Upgrades/Calendar/OvershieldCap" with "Harden Up" describing an increase in overshield capacity and a bonus per kill.
  • "/Lotus/Upgrades/Calendar/PunchToPrimary" with "Punchcard" providing a measurable punch through effect to primary weapons.

These additions seem clear and in sync with the overall upgrade structure. Please verify that the numerical values and descriptions match the intended in-game effects.


1-558: Overall Consistency and Syndicate Verification
The PR’s title and summary mentioned new Crowdin updates, specifically the addition of a new syndicate entry (e.g. "HexSyndicate") across multiple language files. However, the changes in this Serbian language file update various store items, challenges, and upgrades without a clear syndicate entry. Please confirm if the syndicate update was intended for this file or if it is handled in a separate update.

data/es/languages.json (13)

68-76: New Ship Deco Entry Added
A new entry for /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead with the value "Noggle Statue - Erra" has been added between existing ship deco entries. This addition is consistent with the naming conventions observed in the file.


86-94: Additional Ship Deco Entry Introduced
The new entry /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with the value "Cutter Fighter Decoration" has been added. The key follows the expected pattern and fits well with adjacent items.


101-109: New Ship Deco Challenge Variant Added
The entry /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA having the value "Deimos Fass Prex" has been introduced alongside an existing similar key (TarotCardTennoConF). Please verify that both variants are intended and that the differences in naming and value correctly reflect the intended design.


152-160: New Avatar Image Entry Added
The new key /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with the value "Vome-Fass Glyph" has been added. Ensure that this identifier follows the established naming conventions and that the value is accurate for localization purposes.


227-235: New Skin Effects Entry Introduced
The addition of /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB with the value "Ki'Teer Reverence Ephemera" is noted. Please verify that punctuation (e.g. the apostrophe) is consistently handled throughout the localization files.


242-253: New Skin Entries for Melee and Operator Accessories
Two new entries have been added:

  • /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle with the value "Renayla Sugatra", and
  • /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara with the value "Scoria Diadem".

These additions appear to extend the available skins. It is advisable to double-check that they match the in-game asset naming conventions.


302-310: New Weapon Entry Added
The new entry /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with the value "Prisma Ohma" has been introduced. Confirm that the key path and naming align with other weapon entries for consistency.


317-333: Challenges Update: New and Modified Entries
Two notable changes appear in this hunk:

  • The new challenge /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy is added with "value": "Starve the beast" and "desc": "Destroy 75 Containers".
  • Additionally, the challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium has been modified with the new "value": "Even the odds" and "desc": "Kill 500 Enemies".

These updates improve clarity in challenge naming. Please ensure these modifications are reflected uniformly across all language files and align with gameplay requirements.


349-358: Additional Challenge Difficulty Entry Introduced
A new challenge entry /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard is added with "value": "Punish Scaldra" and "desc": "Kill 500 Scaldra Troops". This extends the difficulty levels available for Scaldra challenges. It's recommended to verify that the numerical targets are balanced relative to similar challenges.


365-386: Multiple Challenge Entries Updated and Added
This hunk contains several updates:

  • The entry /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium now uses "value": "Shock and Awe" with an updated description.
  • The challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy now has the "value": "Make it personal" with a revised description.
  • A new challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard has been added with the value "Tankless Work" and description "Destroy 1 Tanks".

Ensure that these changes maintain consistency with the existing challenge structure and that the difficulty parameters are properly balanced from a gameplay perspective.


394-401: Updated Techrot Challenge Details
The challenge /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium has been updated to now have the "value": "Null and Void" and "desc": "Kill 200 Techrot with Abilities". Confirm that this update aligns with other challenge revisions and the overall game design.


481-488: New Upgrade Entry for Critical Melee Enhancement
A new upgrade for critical melee is added as /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee with the "value": "Hit'N'Split" and a description detailing the ability boost. Please review the description for clarity and verify that it fits the tooltip style used elsewhere in the game.


493-502: New Upgrade Entry: Bottled Lightning Introduced
The new entry /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with the value "Bottled Lightning" has been added, alongside the following upgrade "EnergyOrbToAbilityRange" with the value "Broadened Horizons". These appear to expand the available upgrade options significantly. Please ensure that these keys and descriptions are consistent with the design standards and translation formats.

data/it/languages.json (10)

68-76: New Ship Deco: ErraBobbleHead Addition
The new entry using the key /Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead with the value "Noggle Statue - Erra" is added in between existing entries. Please verify that its naming and positioning are consistent with other Ship Deco entries across language files.


86-94: Addition of Cutter Fighter Decoration
The new entry /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with the value "Cutter Fighter Decoration" is introduced. Ensure that the key name follows the established naming conventions and that the change aligns with the other similar Ship Deco identifiers.


101-109: New Ship Deco for Tarot Card Event
The entry /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA with the value "Deimos Fass Prex" is added. Please verify that the naming (i.e. "Fass Prex") is intentional and consistent with the related entry /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConF which uses "Deimos Jugulus Prex".


152-160: New Avatar Image: TwinSnakesGlyph Addition
A new avatar image entry with the key /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph and value "Vome-Fass Glyph" is introduced. This appears appropriate; please confirm that the key format and value styling are consistent with other avatar image entries.


242-253: New Skin Additions for Melee and Operator Accessories
Two new entries are added: one for /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle with the value "Renayla Sugatra", and another for /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara with the value "Scoria Diadem". Both seem in line with similar items—please verify their consistency with the rest of the skin upgrades.


302-310: New Weapon Addition: Prisma Ohma
The new weapon entry /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with the value "Prisma Ohma" is included. Confirm that its category placement and key structure are in harmony with related weapon entries and that the naming is unambiguous to users.


317-327: New Challenge Additions: CalendarDestroyPropsEasy & CalendarKillEnemiesMedium
Two new challenge entries have been introduced:

  • /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy with "value": "Starve the beast" and "desc": "Destroy 75 Containers".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium with "value": "Even the odds" and "desc": "Kill 500 Enemies".

Note: The challenge value "Starve the beast" also appears for the medium-difficulty destroy props challenge. Please verify that reusing the same display name for different difficulty tiers is intentional and clear for end users.


349-358: New Scaldra Challenge: CalendarKillScaldraEnemiesHard
The new entry for /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard introduces a harder variant with "value": "Punish Scaldra" and an increased target ("Kill 500 Scaldra Troops"). It would be beneficial to double-check that reusing "Punish Scaldra" across multiple difficulty levels does not cause user confusion.


365-386: Multiple New Challenge Entries and Tank Challenge Update
Several new challenge entries are added in this section:

  • Adjustment of the "Shock and Awe" challenge with an abilities-based variant.
  • Addition of melee challenges under "Make it personal".
  • New entry /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard with "value": "Tankless Work" and the description "Destroy 1 Tanks".

Please verify that:

  • The numerical targets (such as destroying 1 tank) and descriptions are balanced for in-game difficulty.
  • The reuse of challenge names (e.g. for similar mechanics) remains intuitive for players.

493-502: New Upgrade: Bottled Lightning
The entry /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance with the value "Bottled Lightning" has been added, which provides a 25% boost to Status Damage and Electricity Status Chance. Please verify with the gameplay design team that this upgrade is balanced against the existing set.

data/tr/languages.json (11)

68-76: New Decorative Item Entry for Erra Bobble Head
The new entry for "/Lotus/StoreItems/Types/Items/ShipDecos/ErraBobbleHead" with the value "Noggle Statue - Erra" fits the existing pattern for decorative items. Please verify that the key name and value match the intended translation and that no trailing comma or JSON formatting issues occur.


86-94: Addition of Cutter Fighter Decoration
The new entry for "/Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter" with the value "Cutter Fighter Decoration" is clear and consistent with adjacent items. Ensure that this addition aligns with localization guidelines across other language files.


101-109: New Tarot Card Deco for Deimos Fass Prex
The addition of "/Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA" with the value "Deimos Fass Prex" appears correct. Confirm that the naming conventions for tarot card items remain consistent with other entries.


152-160: Update to Avatar Image Entry
The new entry "/Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph" with the value "Vome-Fass Glyph" is added appropriately between other avatar image items. Double-check that the file path and naming scheme align with similar entries.


227-235: New Cosmetic Upgrade for Ki'Teer Reverence Ephemera
The addition of the entry "/Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB" with the value "Ki'Teer Reverence Ephemera" is consistent with the cosmetic upgrade entries. Ensure that the apostrophe in "Ki'Teer" is handled correctly in all consuming systems.


242-253: Multiple New Skin and Accessory Entries
Three new entries have been added:

  • "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle" with "Renayla Sugatra"
  • "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara" with "Scoria Diadem"
  • And an existing entry "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/BaroHorn" which now has "Ki'teer Cornu Diadem".

Please verify that these new additions and any modifications maintain consistency with the established naming and categorization conventions.


302-310: New Weapon Skin Entry for Prisma Ohma
The insertion of the entry "/Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa" with the value "Prisma Ohma" is clear. Confirm that the key corresponds to the correct weapon category and that similar entries in other language files have been updated accordingly.


317-333: Challenge and Weapon Update Adjustments
Several updates are made in this hunk:

  • The challenge "/Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy" now carries the value "Starve the beast" with a description "Destroy 75 Containers".
  • The "/Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium" entry is renamed to "Even the odds" with "Kill 500 Enemies".

These modifications are in line with the new content updates. Please ensure that the thresholds (e.g., container counts) and naming conventions are consistent with game design across other languages.


349-358: Revised Scaldra Challenge Thresholds
The modification for "/Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard" now changes the description from "Kill 250 Scaldra Troops" to "Kill 500 Scaldra Troops". Make sure this adjustment has been reviewed from a gameplay perspective, and that the medium difficulty ("Kill 350 Scaldra Troops") remains balanced as intended.


394-401: New Techrot Challenge with Abilities
The addition of "/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium" with the value "Null and Void" and description "Kill 200 Techrot with Abilities" is clear. Confirm that this new threshold is aligned with overall game difficulty tuning and matches similar entries in other language files.


493-502: New Electric Status Upgrade Entry
The addition of "/Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance" with the value "Bottled Lightning" and its description is clear and follows the established structure. Make sure that the percentage values and descriptive language are harmonized with existing entries.

data/uk/languages.json (1)

302-310: New Weapon Skin Update: CrpPrismaTonfa
The update for /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with value "Prisma Ohma" is properly formatted and consistent with similar entries.

data/pl/languages.json (13)

86-94: Hunk 2: Validate new Ship Deco entry for “LisetPropGrineerCutter”
A new entry /Lotus/StoreItems/Types/Items/ShipDecos/LisetPropGrineerCutter with the value "Cutter Fighter Decoration" has been introduced. Verify that the naming style and descriptive text match other similar entries.


101-109: Hunk 3: Validate new Ship Deco entry for “TarotCardTennoConA”
This hunk adds the key /Lotus/StoreItems/Types/Items/ShipDecos/TarotCardTennoConA with the value "Deimos Fass Prex". Ensure this new decoration is correctly specified and that its naming is consistent with other ship deco entries.


152-160: Hunk 4: Validate new Avatar Image entry for “TwinSnakesGlyph”
The new entry /Lotus/StoreItems/Types/StoreItems/AvatarImages/TwinSnakesGlyph with the value "Vome-Fass Glyph" is added here. Please verify that this asset key and its description follow the project’s localization and formatting standards.


227-235: Hunk 5: Validate new Skin Effect entry for “BaroEphemeraB”
This hunk introduces /Lotus/StoreItems/Upgrades/Skins/Effects/BaroEphemeraB with the value "Ki'Teer Reverence Ephemera". Confirm the apostrophe and formatting are handled correctly and that it is consistent with other skin effect entries.


242-253: Hunk 6: Validate new Skin entries for “MoonWarfanSugatraMeleeDangle” and “AshLevarianTiara”
New skins for melee dangles and operator accessories are being added:

  • /Lotus/StoreItems/Upgrades/Skins/MeleeDangles/MoonWarfanSugatraMeleeDangle with value "Renayla Sugatra"
  • /Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/AshLevarianTiara with value "Scoria Diadem"
    Please ensure these keys and their corresponding values align with the naming conventions and localization practices of the project.

302-310: Hunk 7: Validate new Weapon entry for “CrpPrismaTonfa”
The entry /Lotus/StoreItems/Weapons/Corpus/Melee/CrpTonfa/CrpPrismaTonfa with the value "Prisma Ohma" is added. Verify that the weapon entry is consistent with similar items in both key structure and descriptive text.


317-333: Hunk 8: Validate new Challenge entries for “CalendarDestroyPropsEasy” and “CalendarKillEnemiesMedium”
This hunk introduces/updates challenge entries:

  • /Lotus/Types/Challenges/Calendar1999/CalendarDestroyPropsEasy now has the value "Starve the beast" and description "Destroy 75 Containers".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillEnemiesMedium now has the value "Even the odds" and description "Kill 500 Enemies".
    Please review these challenge configurations to ensure they align with the game mechanics and translation standards.

349-358: Hunk 9: Validate updated Challenge for “CalendarKillScaldraEnemiesHard”
A new challenge entry /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesHard has been added with the value "Punish Scaldra" and the description "Kill 500 Scaldra Troops". Confirm that this update correctly reflects the intended difficulty scaling for Scaldra challenges.


365-386: Hunk 10: Validate multiple new Challenge updates
This hunk introduces several updates:

  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithAbilitiesMedium has been added with the value "Shock and Awe" and description "Kill 150 Scaldra Troops with Abilities".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillScaldraEnemiesWithMeleeEasy is updated with the value "Make it personal" and description "Kill 75 Scaldra Troops with Melee Weapons".
  • /Lotus/Types/Challenges/Calendar1999/CalendarKillTankHard has been added with the value "Tankless Work" and description "Destroy 1 Tanks".
    Review these updates to ensure they are balanced and consistent with the design guidelines.

394-401: Hunk 11: Validate updated Challenge for “CalendarKillTechrotEnemiesWithAbilitiesMedium”
The challenge entry /Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithAbilitiesMedium now uses the value "Null and Void" with the description "Kill 200 Techrot with Abilities". Please verify that this update is consistent with analogous challenge entries and game parameters.


481-490: Hunk 12: Validate new Upgrade entry for “AttackAndMovementSpeedOnCritMelee”
This hunk adds a new upgrade /Lotus/Upgrades/Calendar/AttackAndMovementSpeedOnCritMelee with the value "Hit'N'Split" and the description "Critical melee hits have a chance to increase attack and movement speed by 5% for 10sec." Confirm that the upgrade’s specifications align with in-game balance and data formatting practices.


493-502: Hunk 13: Validate new Upgrade entry for “ElectricStatusDamageAndChance”
The upgrade /Lotus/Upgrades/Calendar/ElectricStatusDamageAndChance has been introduced with the value "Bottled Lightning" and the description "Add 25% Status Damage and Electricity Status Chance to all weapons." Please review this addition to ensure it is consistent with other upgrade entries in the file.


541-558: Hunk 14: Validate new Upgrade entries for “OvershieldCap” and “PunchToPrimary”
This hunk adds several new upgrades:

  • /Lotus/Upgrades/Calendar/OvershieldCap now has the value "Harden Up" with the description "Increases Overshield cap by 50%. Kills grant 50 shields."
  • /Lotus/Upgrades/Calendar/PunchToPrimary is introduced with the value "Punchcard" and the description "Add +1.5m punch through to primary weapons."
    Ensure these entries meet the project’s specifications for upgrade data and that their descriptions accurately convey the intended effects.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant