-
Notifications
You must be signed in to change notification settings - Fork 150
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
[DON'T MERGE] Modsuits #974
Changes from all commits
420f50f
253b6a7
2b822c2
a1c3a2c
b4b9448
fe28acd
19993d3
5b88ddb
85bfd8e
78e5a1b
34af9b3
b27c26b
641e5ad
7d75b57
6c93971
a4b241a
6d223b7
403699a
c5617f2
375d44e
5e11ad9
7a62073
316241b
cc82b8d
786b1c1
b7034df
e5e237e
6d58d71
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,335 @@ | ||||||||||
- type: entity | ||||||||||
parent: ClothingBackpack | ||||||||||
id: ClothingControlModsuitBaseUnsealed #Nonsealed only | ||||||||||
abstract: true | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/Clothing/Back/advanced.rsi | ||||||||||
- type: Clothing | ||||||||||
sprite: Backmen/Modsuits/Clothing/Back/advanced.rsi | ||||||||||
equipSound: /Audio/Items/Modsuits/ballin.ogg | ||||||||||
unequipSound: /Audio/Items/Modsuits/ballout.ogg | ||||||||||
- type: Storage | ||||||||||
capacity: 30 | ||||||||||
Comment on lines
+14
to
+15
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. 💡 Codebase verification Let's analyze the findings. The search shows various capacity values across different types of items in the codebase. For storage components specifically, we can see:
Given this context, I can now generate the final response: Значение вместимости хранилища модового костюма требует пояснения Текущее значение
🔗 Analysis chainПроверьте значение вместимости хранилища Значение 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Поиск других определений capacity в проекте для сравнения
rg "capacity: \d+" --type yaml
Length of output: 16695 |
||||||||||
#Modsuit Parts start | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: BootsModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: boots | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitBoots | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: ChestplateModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: chestplate | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitChestplate | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: ControlModsuitConstructingStart | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: CORE-equip0 | ||||||||||
noRot: true | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitControlStart | ||||||||||
- type: Appearance | ||||||||||
- type: MechAssemblyVisuals | ||||||||||
statePrefix: CORE-equip | ||||||||||
- type: Construction | ||||||||||
graph: ModsuitConstructed | ||||||||||
node: start | ||||||||||
defaultTarget: modsuitconstructed | ||||||||||
- type: Item | ||||||||||
size: Huge | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: ControlModsuitAdvanced | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: CE | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitControlAdvanced | ||||||||||
- type: Item | ||||||||||
size: Huge | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: ControlModsuitSafeguard | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: HOS | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitControlSafeguard | ||||||||||
- type: Item | ||||||||||
size: Huge | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: ControlModsuitRescue | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: CMO | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitControlRescue | ||||||||||
- type: Item | ||||||||||
size: Huge | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: ControlModsuitMagnate | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: CAP | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitControlMagnate | ||||||||||
- type: Item | ||||||||||
size: Huge | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: ControlModsuitConstructingEnd | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: CORE-equip8 | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitControlEnd | ||||||||||
- type: Item | ||||||||||
size: Huge | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: GauntletsModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: gauntlets | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitGauntlets | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: HelmetModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: helmet | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitHelmet | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PaintKitModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: paintkit | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- ModsuitPaintKit #Modsuit Cores | ||||||||||
|
||||||||||
- type: entity #cores end | ||||||||||
parent: BaseItem | ||||||||||
id: CoreModsuitConstructing | ||||||||||
name: CoreModsuitConstructing | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
Comment on lines
+184
to
+185
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. Требуется обновить описание ядра костюма Название корректно, но описание всё ещё ссылается на шлем главного инженера. - description: Special hardsuit helmet, made for the CE of the station.
+ description: Основной компонент модового костюма, необходимый для его сборки. 📝 Committable suggestion
Suggested change
|
||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/constructing_modsuit.rsi | ||||||||||
state: mod-core | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- CoreModsuit #plating start | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingCivillianModsuitConstructing | ||||||||||
name: civillian-plating | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: civillian-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingCivillianModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingMedicalModsuitConstructing | ||||||||||
name: medical-plating | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: medical-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingMedicalModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingParamedicModsuitConstructing | ||||||||||
name: cmo-plating | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: cmo-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingParamedicModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingSecurityModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
Comment on lines
+236
to
+237
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. Некорректные имена компонентов брони Некоторые компоненты брони используют название шлема главного инженера вместо специфичных названий:
Необходимо указать корректные названия, например: - name: CE modsuit helmet
- description: Special hardsuit helmet, made for the CE of the station.
+ name: security plating
+ description: Armored plating for security modsuit. Also applies to: 276-277, 288-289, 301-302 |
||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: security-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingSecurityModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem #not parented bcs of tags | ||||||||||
id: PlatingHOSModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: security-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingHOSModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingMagnateModsuitConstructing | ||||||||||
name: magnate-plating | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: magnate-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingMagnateModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingEngineeringModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: engineering-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingEngineerModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingAsteroidModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: engineering-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingAsteroidModsuit #same color pallete | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingAtmosphericModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: atmospheric-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingAtmosphericModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingCEModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: ce-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingCEModsuit | ||||||||||
|
||||||||||
- type: entity | ||||||||||
parent: BaseItem | ||||||||||
id: PlatingRNDModsuitConstructing | ||||||||||
name: CE modsuit helmet | ||||||||||
description: Special hardsuit helmet, made for the CE of the station. | ||||||||||
components: | ||||||||||
- type: Sprite | ||||||||||
sprite: Backmen/Modsuits/plating.rsi | ||||||||||
state: rnd-plating | ||||||||||
- type: Tag | ||||||||||
tags: | ||||||||||
- PlatingRNDModsuit |
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.
Требуется обновление названий и описаний
Все компоненты модового костюма используют одинаковое название и описание от шлема главного инженера. Необходимо обновить для каждого компонента:
Пример для компонента BootsModsuitConstructing:
Also applies to: 21-22, 34-35, 47-48, 70-71, 85-86, 100-101, 115-116, 130-131, 145-146, 158-159, 171-172