Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Hydroponic: Biogenerator designs #962

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

Nlaysi
Copy link

@Nlaysi Nlaysi commented Jan 9, 2025

Что этот PR делает

Портирует рецепты для биогенератора с парадайза SS220

Почему это хорошо для игры

Разнообразит игру в ботанике

Тестирование

Тестировал локально

image

Changelog

🆑
add: Рецепт биогенератора: Странные семена
add: Рецепт биогенератора: Подсумок для материалов
/:cl:

Summary by Sourcery

New Features:

  • Add Strange Seed Pack and Material Pouch biogenerator designs to diversify botany gameplay.

Copy link

sourcery-ai bot commented Jan 9, 2025

Reviewer's Guide by Sourcery

This pull request introduces two new biogenerator designs: "Strange seed pack" and "Material pouch". It also adds the corresponding Russian translations and a new hydroponics modpack.

Class diagram for new biogenerator designs

classDiagram
    class DatumDesign {
        +name: string
        +id: string
        +build_type
        +materials: list
        +build_path
        +category: list
    }
    class StrangeSeedsDesign {
        +name: "Strange seed pack"
        +id: "strange_seeds"
        +build_type: BIOGENERATOR
        +materials: biomass(2000)
        +build_path: /obj/item/seeds/random
        +category: [RND_CATEGORY_INITIAL, RND_CATEGORY_BIO_MATERIALS]
    }
    class MaterialPouchDesign {
        +name: "Material pouch"
        +id: "material_pouch"
        +build_type: BIOGENERATOR
        +materials: biomass(200)
        +build_path: /obj/item/storage/bag/material_pouch
        +category: [RND_CATEGORY_INITIAL, RND_CATEGORY_BIO_MATERIALS]
    }
    DatumDesign <|-- StrangeSeedsDesign
    DatumDesign <|-- MaterialPouchDesign
    note for StrangeSeedsDesign "New design for random seeds"
    note for MaterialPouchDesign "New design for material storage"
Loading

File-Level Changes

Change Details Files
Added biogenerator design for strange seeds
  • Created a new design for the biogenerator called "strange seed pack"
  • Added Russian translations for "strange seed pack"
modular_bandastation/hydroponics/code/biogenerator_designs.dm
modular_bandastation/translations/code/translation_data/ru_names.toml
Added biogenerator design for material pouch
  • Created a new design for the biogenerator called "material pouch"
  • Added Russian translations for "material pouch"
modular_bandastation/hydroponics/code/biogenerator_designs.dm
modular_bandastation/translations/code/translation_data/ru_names.toml
Added hydroponics modpack
  • Created files for a new hydroponics modpack
  • Added a description and author for the modpack
modular_bandastation/hydroponics/_hydroponics.dm
modular_bandastation/hydroponics/_hydroponics.dme

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 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

@Gaxeer Gaxeer merged commit 3cd474a into ss220club:master Jan 10, 2025
25 of 28 checks passed
@Graybear98
Copy link

А что за подсумок?

@Gaevtyr
Copy link

Gaevtyr commented Jan 10, 2025

А что за подсумок?

это у инжей для материталов сумка, металл стекло и прочее таскать

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

Successfully merging this pull request may close these issues.

4 participants