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

Remove all mentions of NT or the syndicate from all clothing items. Also redescribe/rename items to fit more into the context of ATV. #245

Merged
merged 5 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
46 changes: 23 additions & 23 deletions Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSecurity
name: security backpack
name: combat backpack
description: It's a very robust backpack.
components:
- type: Sprite
Expand All @@ -85,7 +85,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackAtmospherics
name: atmospherics backpack
name: engineering backpack
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: It's a backpack made of fire resistant fibers. Smells like plasma.
components:
- type: Sprite
Expand All @@ -94,7 +94,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackMedical
name: medical backpack
name: sterile backpack
description: It's a backpack especially designed for use in a sterile environment.
components:
- type: Sprite
Expand All @@ -103,8 +103,8 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackCaptain
name: captain's backpack
description: It's a special backpack awarded to the person who bought the ship.
name: gold-trimmed backpack
description: It's a special backpack favored by aristocrats.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/captain.rsi
Expand All @@ -121,7 +121,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackChemistry
name: chemistry backpack
name: chemical backpack
description: A backpack specially designed to repel stains and hazardous liquids.
components:
- type: Sprite
Expand All @@ -139,7 +139,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackScience
name: science backpack
name: sterile backpack
description: A backpack specially designed to repel stains and hazardous liquids.
components:
- type: Sprite
Expand All @@ -148,7 +148,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackVirology
name: virology backpack
name: sterile backpack
description: A backpack made of hypo-allergenic fibers. It's designed to help prevent the spread of disease. Smells like monkey.
components:
- type: Sprite
Expand All @@ -157,7 +157,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackGenetics
name: genetics backpack
name: sterile backpack
description: A backpack designed to be super tough, just in case someone hulks out on you.
components:
- type: Sprite
Expand All @@ -166,7 +166,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackCargo
name: cargo backpack
name: trader's backpack
description: A robust backpack for stealing cargo's loot.
components:
- type: Sprite
Expand All @@ -175,7 +175,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSalvage
name: salvage bag
name: mining bag
description: A robust backpack for stashing your loot.
components:
- type: Sprite
Expand All @@ -194,8 +194,8 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackERTLeader
name: ERT leader backpack
description: A spacious backpack with lots of pockets, worn by the Commander of an Emergency Response Team.
name: squad leader backpack
description: A spacious backpack with lots of pockets, worn by the Commander of a combat squad.
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/ertleader.rsi
Expand All @@ -206,44 +206,44 @@
- type: entity
parent: ClothingBackpackERTLeader
id: ClothingBackpackERTSecurity
name: ERT security backpack
description: A spacious backpack with lots of pockets, worn by Security Officers of an Emergency Response Team.
name: squad combatant backpack
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: A spacious backpack with lots of pockets, worn by Security Officers of a combat squad.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/ertsec.rsi

- type: entity
parent: ClothingBackpackERTLeader
id: ClothingBackpackERTMedical
name: ERT medical backpack
description: A spacious backpack with lots of pockets, worn by Medical Officers of an Emergency Response Team.
name: squad medical backpack
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: A spacious backpack with lots of pockets, worn by Medical Officers of a combat squad.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/ertmed.rsi

- type: entity
parent: ClothingBackpackERTLeader
id: ClothingBackpackERTEngineer
name: ERT engineer backpack
description: A spacious backpack with lots of pockets, worn by Engineers of an Emergency Response Team.
name: squad engineer backpack
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: A spacious backpack with lots of pockets, worn by Engineers of a combat squad.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/erteng.rsi

- type: entity
parent: ClothingBackpackERTLeader
id: ClothingBackpackERTJanitor
name: ERT janitor backpack
description: A spacious backpack with lots of pockets, worn by Janitors of an Emergency Response Team.
name: squad janitor backpack
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: A spacious backpack with lots of pockets, worn by Janitors of a combat squad.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/ertjanitor.rsi

- type: entity
parent: ClothingBackpackERTLeader
id: ClothingBackpackERTClown
name: ERT clown backpack
description: A spacious backpack with lots of pockets, worn by Clowns of an Emergency Response Team.
name: squad clown backpack
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: A spacious backpack with lots of pockets, worn by Clowns of a combat squad.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/ertclown.rsi
Expand Down
34 changes: 17 additions & 17 deletions Resources/Prototypes/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelAtmospherics
name: atmospherics duffel bag
name: engineering duffel bag
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: A large duffel bag made of fire resistant fibers. Smells like plasma.
components:
- type: Sprite
Expand All @@ -36,7 +36,7 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelMedical
name: medical duffel bag
name: sterile duffel bag
description: A large duffel bag for holding extra medical supplies.
components:
- type: Sprite
Expand All @@ -45,8 +45,8 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelCaptain
name: captain's duffel bag
description: A large duffel bag for holding extra captainly goods.
name: gold-trimmed duffel bag
description: A large duffel bag for holding extra expensive goods.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/captain.rsi
Expand All @@ -66,8 +66,8 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSecurity
name: security duffel bag
description: A large duffel bag for holding extra security related goods.
name: combat duffel bag
description: A large duffel bag for holding extra weapons.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/security.rsi
Expand All @@ -84,7 +84,7 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelChemistry
name: chemistry duffel bag
name: chemical duffel bag
description: A large duffel bag for holding extra beakers and test tubes.
components:
- type: Sprite
Expand All @@ -93,7 +93,7 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelVirology
name: virology duffel bag
name: sterile duffel bag
description: A large duffel bag made of hypo-allergenic fibers. It's designed to help prevent the spread of disease. Smells like monkey.
components:
- type: Sprite
Expand All @@ -102,7 +102,7 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelGenetics
name: genetics duffel bag
name: sterile duffel bag
description: A large duffel bag for holding extra genetic mutations.
components:
- type: Sprite
Expand All @@ -124,7 +124,7 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelScience
name: science duffel bag
name: sterile duffel bag
description: A large duffel bag for holding extra science related goods.
components:
- type: Sprite
Expand All @@ -142,16 +142,16 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelCargo
name: cargo duffel bag
description: A large duffel bag for stealing cargo's precious loot.
name: trader's duffel bag
description: A large duffel bag for stealing the free unattended crates...
components:
- type: Sprite
sprite: Clothing/Back/Duffels/cargo.rsi

- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSalvage
name: salvage duffel bag
name: mining duffel bag
description: A large duffel bag for holding extra exotic treasures.
components:
- type: Sprite
Expand All @@ -160,8 +160,8 @@
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSyndicate
name: IncSek duffel bag
description: A large duffel bag for holding various traitor goods.
name: sinister duffel bag
description: A large duffel bag for holding various evil goods.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/syndicate.rsi
Expand All @@ -179,7 +179,7 @@
- type: entity
parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicateAmmo
name: IncSek duffel bag
name: sinister duffel bag
components:
- type: Sprite
sprite: Clothing/Back/Duffels/syndicate.rsi
Expand All @@ -200,7 +200,7 @@
- type: entity
parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicateMedical
name: IncSek duffel bag
name: sinister duffel bag
components:
- type: Sprite
sprite: Clothing/Back/Duffels/syndicate.rsi
Expand Down
26 changes: 13 additions & 13 deletions Resources/Prototypes/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelAtmospherics
name: atmospherics satchel
name: engineering satchel
Blackern5000 marked this conversation as resolved.
Show resolved Hide resolved
description: A tough satchel made of fire resistant fibers. Smells like plasma.
components:
- type: Sprite
Expand Down Expand Up @@ -63,7 +63,7 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelMedical
name: medical satchel
name: sterile satchel
description: A sterile satchel used in medical departments.
components:
- type: Sprite
Expand All @@ -72,7 +72,7 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelChemistry
name: chemistry satchel
name: chemical satchel
description: A sterile satchel with chemist colours.
components:
- type: Sprite
Expand All @@ -81,7 +81,7 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelVirology
name: virology satchel
name: sterile satchel
description: A satchel made of hypo-allergenic fibers. It's designed to help prevent the spread of disease. Smells like monkey.
components:
- type: Sprite
Expand All @@ -90,7 +90,7 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelGenetics
name: genetics satchel
name: sterile satchel
description: A sterile satchel with geneticist colours.
components:
- type: Sprite
Expand All @@ -99,7 +99,7 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelScience
name: science satchel
name: sterile satchel
description: Useful for holding research materials.
components:
- type: Sprite
Expand All @@ -108,8 +108,8 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelSecurity
name: security satchel
description: A robust satchel for security related needs.
name: combat satchel
description: A robust satchel for carrying guns on the go.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/security.rsi
Expand All @@ -126,8 +126,8 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelCaptain
name: captain's satchel
description: An exclusive satchel awarded to the person who bought the ship.
name: gold-trimmed satchel
description: An exclusive satchel favored by aristocrats.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/captain.rsi
Expand All @@ -144,16 +144,16 @@
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelCargo
name: cargo satchel
description: A robust satchel for stealing cargo's loot.
name: trader's satchel
description: A robust satchel for running away with your totally not stolen plasma.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/cargo.rsi

- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelSalvage
name: salvage satchel
name: mining satchel
description: A robust satchel for stashing your loot.
components:
- type: Sprite
Expand Down
Loading
Loading