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

Expands Borg Construction Steps #1523

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
- type: ExplosionResistance # More protective against explosives than you think. Helps in preventing all those vital organs from jiggling around o.o
damageCoefficient: 0.70
- type: AllowSuitStorage
- type: Tag
tags:
- BorgSecurityArmour

#Alternate / slim basic armor vest replacement
- type: entity
Expand All @@ -44,6 +47,9 @@
- type: ExplosionResistance # Better than nothing against a blast or shockwave.
damageCoefficient: 0.90
- type: AllowSuitStorage
- type: Tag
tags:
- BorgSecurityArmour

- type: entity
parent: ClothingOuterBaseLarge
Expand All @@ -69,3 +75,7 @@
damageCoefficient: 0.80
- type: GroupExamine
- type: AllowSuitStorage
- type: Tag
tags:
- BorgSecurityArmour
- WhitelistChameleon # Inherited from Parent
17 changes: 10 additions & 7 deletions Resources/Prototypes/DeltaV/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- type: Tag
id: CartridgeSpecial # For the .38 special ammo and revolver

- type: Tag
id: CartridgeMusket #For the Craftable Musket

Expand All @@ -38,10 +38,10 @@

- type: Tag
id: MagazinePistolSpecial # For the .38 special ammo and pistol

- type: Tag
id: ModularBreech #Craftable Musket

- type: Tag
id: ModularTrigger #Craftable Musket

Expand All @@ -68,18 +68,21 @@

- type: Tag
id: BorgSecurityTorso

- type: Tag
id: BorgSecurityRLeg

- type: Tag
id: BorgSecurityLLeg

- type: Tag
id: BorgSecurityRArm

- type: Tag
id: BorgSecurityLArm

- type: Tag
id: Skirt

- type: Tag
id: BorgSecurityArmour
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,28 @@
state: flash

- tool: Screwing
doAfter: 2 # Delta-V Security Borg End
doAfter: 2

- material: Plasteel
amount: 2
doAfter: 1
store: part-container

- tool: Welding
doAfter: 2

- tag: BorgSecurityArmour
name: one of security's armour vests
store: part-container
icon:
sprite: DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi
state: icon

- tool: Cutting
doAfter: 1

- tool: Welding
doAfter: 2 # Delta-V : End

- node: cyborg
entity: BorgChassisGeneric
Expand Down
Loading