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

CorrectContraband levels on each type of magboots #30960

Merged
merged 4 commits into from
Sep 4, 2024
Merged
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
17 changes: 11 additions & 6 deletions Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
- type: entity
parent: [ClothingShoesBase, BaseToggleClothing, BaseEngineeringContraband]
id: ClothingShoesBootsMag
parent: [ClothingShoesBase, BaseToggleClothing]
id: ClothingShoesBootsMagBase
name: magboots
description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle.
abstract: true
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/magboots.rsi
Expand Down Expand Up @@ -36,7 +37,11 @@
- WhitelistChameleon

- type: entity
parent: [ClothingShoesBootsMag, BaseGrandTheftContraband]
parent: [ClothingShoesBootsMagBase]
id: ClothingShoesBootsMag

- type: entity
parent: [ClothingShoesBootsMagBase, BaseGrandTheftContraband]
id: ClothingShoesBootsMagAdv
name: advanced magboots
description: State-of-the-art magnetic boots that do not slow down their wearer.
Expand All @@ -59,7 +64,7 @@
stealGroup: ClothingShoesBootsMagAdv

- type: entity
parent: ClothingShoesBootsMag
parent: [ClothingShoesBootsMagBase]
id: ClothingShoesBootsMagSci
components:
- type: Sprite
Expand All @@ -68,7 +73,7 @@
sprite: Clothing/Shoes/Boots/magboots-science.rsi

- type: entity
parent: ClothingShoesBootsMag
parent: ClothingShoesBootsMagBase
id: ClothingShoesBootsMagBlinding
name: magboots of blinding speed
description: These would look fetching on a fetcher like you.
Expand All @@ -80,7 +85,7 @@
price: 3000

- type: entity
parent: [ClothingShoesBootsMag, BaseJetpack, BaseSyndicateContraband]
parent: [ClothingShoesBootsMagBase, BaseJetpack, BaseSyndicateContraband]
id: ClothingShoesBootsMagSyndie
name: blood-red magboots
description: Reverse-engineered magnetic boots that have a heavy magnetic pull and integrated thrusters. It can hold 0.75 L of gas.
Expand Down
Loading