Skip to content
Open
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
3 changes: 2 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@
- id: ClothingMaskGasSwat
- id: ClothingOuterHardsuitSecurityRed
- id: JetpackSecurityFilled
- id: OxygenTankCommandFilled
- id: OxygenTankCommandFilled # Imp - command tanks
- id: ClothingShoesBootsSecurityMagboots # DeltaV - Added security magboots.

# No hardsuit locker
- type: entity
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
- id: ClothingOuterHardsuitWarden
- id: OxygenTankFilled
- id: ClothingMaskGasSecurity # imp edit, replacing basic gasmask
- id: ClothingShoesBootsSecurityMagboots # DeltaV - Added security magboots

- type: entity
id: LockerSecurityFilled
Expand Down Expand Up @@ -165,6 +166,7 @@
- id: TicketPad
- id: UtilityToken1
# imp edit end
- id: ClothingShoesBootsSecurityMagboots # QB - port DeltaV security magboots

- type: entity
id: LockerDetectiveFilled
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
- id: ClothingOuterHardsuitSecurity
- id: ClothingMaskGasSecurity #imp
- id: JetpackSecurityFilled #imp
- id: ClothingShoesBootsSecurityMagboots # DeltaV - Added security magboots.
amount: 2

#CE's hardsuit
- type: entity
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Recipes/Lathes/Packs/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
- PowerCageSmall
- TelescopicShield
- ClothingBackpackHarmpack
- ClothingShoesBootsSecurityMagboots # QB - port DeltaV security magboots

- type: latheRecipePack
id: SecurityBoards
Expand Down Expand Up @@ -147,4 +148,4 @@
id: SecurityDisablers
recipes:
- WeaponDisabler
- WeaponDisablerSMG
- WeaponDisablerSMG
1 change: 1 addition & 0 deletions Resources/Prototypes/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
recipeUnlocks:
- ClothingShoesBootsMagSci
- ClothingShoesBootsMoon
- ClothingShoesBootsSecurityMagboots # DeltaV - Added security magboots.

- type: technology
id: AnomalyCoreHarnessing
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: [ClothingShoesBootsMagBase, BaseSecurityContraband]
id: ClothingShoesBootsSecurityMagboots
name: security magboots
description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. These ones bear security markings.
components:
- type: Sprite
sprite: DeltaV/Clothing/Shoes/Boots/magboots-security.rsi
- type: Clothing
sprite: DeltaV/Clothing/Shoes/Boots/magboots-security.rsi
9 changes: 8 additions & 1 deletion Resources/Prototypes/_DV/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# armor vests
# armor vests

- type: latheRecipe
id: ClothingOuterArmorPlateCarrier
Expand All @@ -15,3 +15,10 @@
materials:
Steel: 500
Plastic: 1000

# magboots

- type: latheRecipe
parent: ClothingShoesBootsMagSci
id: ClothingShoesBootsSecurityMagboots
result: ClothingShoesBootsSecurityMagboots
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Engineering Magboots from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe , edited by ProphetCrow (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "on-equipped-FEET",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-on"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading