-
Notifications
You must be signed in to change notification settings - Fork 8
addMaterialBag #42
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
base: master
Are you sure you want to change the base?
addMaterialBag #42
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-OreBag = сумка для материалов | ||
| .desc = Прочная сумка для специалистов по утилизации и шахтёров для переноски больших объёмов материалов. Примагничивает близлежащие материалы, если закрепить на поясе. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - type: cargoProduct | ||
| id: CargoCrateMaterialsBags | ||
| icon: | ||
| sprite: /Textures/Structures/Storage/orebox.rsi | ||
| state: icon | ||
| product: CrateCargoMaterialsBags | ||
| cost: 1200 | ||
| category: cargoproduct-category-name-cargo | ||
| group: market |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| - type: entity | ||
| parent: CratePirate | ||
| id: CrateCargoMaterialsBags | ||
| name: luxury material bag crate | ||
| description: Contains 3 bags for materials. | ||
| components: | ||
| - type: EntityTableContainerFill | ||
| containers: | ||
| entity_storage: !type:AllSelector | ||
| children: | ||
| - id: MaterialBag | ||
| - id: MaterialBag | ||
| - id: MaterialBag |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| - type: entity | ||
| name: material bag | ||
| id: MaterialBag | ||
| parent: OreBag | ||
| description: A robust bag for salvage specialists and miners alike to carry large amounts of material. Magnetises any nearby materials when attached to a belt. | ||
|
Comment on lines
+2
to
+5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Use one fork-owned localization contract for the new player-facing prototypes. The new prototypes use raw English fields, while the added FTL entry targets
As per coding guidelines: player-facing strings must use 📍 Affects 3 files
🤖 Prompt for AI AgentsSources: Coding guidelines, Path instructions |
||
| components: | ||
| - type: Storage | ||
| maxItemSize: Normal | ||
| grid: | ||
| - 0,0,9,3 | ||
| quickInsert: true | ||
| areaInsert: true | ||
| whitelist: | ||
| tags: | ||
| - ConstructionMaterial | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Use fork-named IDs for all new prototypes.
These IDs are new fork content but use unprefixed names. Rename each ID with the repository’s fork naming convention and update all cross-file references.
Resources/Prototypes/_Art/Entities/Object/Specific/bags/material_bag.yml#L3: renameMaterialBag; update the three crate contents.Resources/Prototypes/_Art/Catalog/Fills/Crates/cargo.yml#L3: renameCrateCargoMaterialsBags; update the cargo product reference.Resources/Prototypes/_Art/Catalog/Cargo/cargo_cargo.yml#L2: renameCargoCrateMaterialsBagsand update any catalog references.As per path instructions:
Resources/Prototypes/_Art/**/*.ymlrequires fork content IDs to be fork-named to avoid collisions with upstream IDs.📍 Affects 3 files
Resources/Prototypes/_Art/Entities/Object/Specific/bags/material_bag.yml#L3-L3(this comment)Resources/Prototypes/_Art/Catalog/Fills/Crates/cargo.yml#L3-L3Resources/Prototypes/_Art/Catalog/Cargo/cargo_cargo.yml#L2-L2🤖 Prompt for AI Agents
Source: Path instructions