antivirak / japonsko-vn

RenPy visual novel about gaijin trip to japan
0 stars 0 forks source link

Feature/eliska obsah pribehu vz14 #74

Closed Elerenard closed 1 month ago

Elerenard commented 1 month ago

Summary by Sourcery

Add a new chapter to the story, enhance the Dictionary class with sorted entries, and fix a typo in a scene label.

New Features:

Bug Fixes:

Enhancements:

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request implements several new features and improvements to the game, including new story content, character interactions, and bug fixes. The changes span multiple files and introduce new gameplay elements and dialogue options.

Updated class diagram for the Dictionary class

classDiagram
    class Dictionary {
        - _content: dict
        + content: dict
        + add_item(key: str, description: str)
    }
    note for Dictionary "The content property now returns a sorted dictionary, ensuring 'ch' is after 'h' and ignoring case."

Updated class diagram for the Person class

classDiagram
    class Person {
        + name: str
        + name_2p: str
        + name_4p: str
        + name_5p: str
        + name_7p: str
        + color: str
        + gender: str
        + duvera: bool
        + onenight: bool
    }
    note for Person "New attributes 'duvera' and 'onenight' added to the Person class."

File-Level Changes

Change Details Files
Added new story content for Act 8
  • Implemented new scenes and dialogue for the Kobe visit
  • Added character interactions and relationship development
  • Introduced new choices and consequences for the player
game/story/akt8.rpy
Updated dictionary functionality and content
  • Refactored dictionary implementation for better sorting
  • Added new entries to the dictionary
  • Updated the dictionary screen layout
game/dictionary/dictionary_ren.py
game/dictionary/screen.rpy
Improved character definitions and attributes
  • Added new attributes to character objects
  • Implemented a new movie image for Kobe scene
game/the_definitions.rpy
Fixed typos and minor issues in existing story content
  • Corrected spelling and grammar errors
  • Fixed inconsistencies in scene transitions
game/story/akt6.rpy
game/story/akt1.rpy
game/story/tokio1_hotel_part2.rpy
game/story/akt7.rpy
Updated main script to include new story acts
  • Added call to Act 8 in the main script flow
game/script.rpy
Implemented initial structure for Act 9
  • Added placeholder content for the beginning of Act 9
game/story/akt9.rpy

Tips and commands #### Interacting with Sourcery - **Trigger a new review:** Comment `@sourcery-ai review` on the pull request. - **Continue discussions:** Reply directly to Sourcery's review comments. - **Generate a GitHub issue from a review comment:** Ask Sourcery to create an issue from a review comment by replying to it. - **Generate a pull request title:** Write `@sourcery-ai` anywhere in the pull request title to generate a title at any time. - **Generate a pull request summary:** Write `@sourcery-ai summary` anywhere in the pull request body to generate a PR summary at any time. You can also use this command to specify where the summary should be inserted. #### Customizing Your Experience Access your [dashboard](https://app.sourcery.ai) to: - Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others. - Change the review language. - Add, remove or edit custom review instructions. - Adjust other review settings. #### Getting Help - [Contact our support team](mailto:support@sourcery.ai) for questions or feedback. - Visit our [documentation](https://docs.sourcery.ai) for detailed guides and information. - Keep in touch with the Sourcery team by following us on [X/Twitter](https://x.com/SourceryAI), [LinkedIn](https://www.linkedin.com/company/sourcery-ai/) or [GitHub](https://github.com/sourcery-ai).